GitXplorerGitXplorer
d

py_stdlib_by_example

public
7 stars
2 forks
6 issues

Commits

List of commits on branch master.
Unverified
6f4e19185a8a5fc9e147017bfe25b962cc6e3f0d

Added tag 2.0.1 for changeset d26212d33268

ddhellmann committed 14 years ago
Unverified
80fbf08b6a298911f763862c1b9ce10cf19f1521

remove motw from packaging instructions; add distribute setup to manifest; add tox config file for testing installation; closes #1

ddhellmann committed 14 years ago
Unverified
01919954e5a09db5589d34ec12914b1d44863c7a

Added tag 2.0 for changeset d6b6c855cced

ddhellmann committed 14 years ago
Unverified
e9eeed9ec5b753c37629f10421e70bb19754d6d6

fix readme

ddhellmann committed 14 years ago
Unverified
f3d0b0d24f540c2e10822cae13f6d74cfd73f9bf

more details in readme

ddhellmann committed 14 years ago
Unverified
9fc712ac0d23e7008ae2e5302d62718b855bbe62

prettify urls

ddhellmann committed 14 years ago

README

The README file for this repository.

======================================== The Python Standard Library By Example

This is the source code bundle for the book The Python Standard Library By Example. It is an updated version of the source from the Python Module of the Week blog series by Doug Hellmann.

The PyMOTW posts for Python 2 ended when I started working on the book in 2010. Now that the book is released, I am tagging the version of the source code from the book as "PyMOTW 2.0" and maintaining any fixes in the new py_stdlib_by_example repository on BitBucket.

:Book Home Page: http://www.doughellmann.com/books/byexample/ :Issue Tracker and Source: http://www.bitbucket.org/dhellmann/py_stdlib_by_example/ :PyMOTW Home Page: http://www.doughellmann.com/PyMOTW/

License

The source code included here is copyright Doug Hellmann and licensed under the BSD license. See LICENSE.txt for complete details.

History

2.0.1

  • Patch release to remove unused console script motw and fix other packaging issues.

2.0

  • First release associated with the book.

.. _The Python Standard Library By Example: http://www.doughellmann.com/books/byexample/

.. _Python Module of the Week: http://www.doughellmann.com/PyMOTW