- 56640df Patch #1504046: Add documentation for xml.etree. by Neal Norwitz · 18 years ago
- ecfec78 [Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit. by Andrew M. Kuchling · 18 years ago
- 82578c8 New docs for ctypes. by Thomas Heller · 18 years ago
- 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 18 years ago
- dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 18 years ago
- 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 18 years ago
- c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 18 years ago
- ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 18 years ago
- 5f43074 Add msilib documentation. by Martin v. Löwis · 19 years ago
- eb2e192 This is the start of documentation for the sqlite3 module. Please feel free to by Gerhard Häring · 19 years ago
- 47767c3 first cut at trace module doc by Skip Montanaro · 19 years ago
- 9f7e58a Documentation for ctypes. by Thomas Heller · 19 years ago
- d207b4f Document the contextlib module. by Phillip J. Eby · 19 years ago
- 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 19 years ago
- 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
- 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
- a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
- b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 19 years ago
- 245c619 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 by Fredrik Lundh · 19 years ago
- f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
- 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 19 years ago
- 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
- c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
- ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
- 0588581 Document the reconvert module. by Skip Montanaro · 20 years ago
- a32d22a Remove deprecated xmllib from inclusion in the docs. by Raymond Hettinger · 20 years ago
- 1d542f2 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
- 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 20 years ago
- b04b6af SF Patch #1048341: subprocess documentation, based on PEP/docstring by by Fredrik Lundh · 20 years ago
- ab459f7 Remove docs for xreadlines, mpz, rotor by Andrew M. Kuchling · 20 years ago
- 8def876 [Bug #873146] Document pickletools module (haven't tested the LaTeX yet) by Andrew M. Kuchling · 20 years ago
- 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 20 years ago
- 8de63a2 Add decimal docs to the core. by Raymond Hettinger · 20 years ago
- 2a6ba90 Patch #963318: Add support for client-side cookie management. by Martin v. Löwis · 20 years ago
- dd256d9 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago
- 4fc3855 Initial checkin of docs for Lib/platform.py . by Brett Cannon · 21 years ago
- a2d3d93 + libdumdbm by Skip Montanaro · 21 years ago
- c428112 Rename lib__future__.tex to libfuture.tex and add link in lib.tex. by Jeremy Hylton · 21 years ago
- 066f392 Library documentation for the 'test' package. Still needs to be checked by Fred. by Brett Cannon · 22 years ago
- 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 22 years ago
- 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
- d6e9fe3 + libtimeit by Skip Montanaro · 22 years ago
- b3303ef patch [ 698505 ] docs for hotshot module by Anthony Baxter · 22 years ago
- 5fbf836 include csv doc section - Fred, you may want to change the location by Skip Montanaro · 22 years ago
- 41a28e3 Add libossaudiodev.tex. by Greg Ward · 22 years ago
- 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 22 years ago
- 051314f SF #664011, move tarfile module in docs by Neal Norwitz · 22 years ago
- 488609e SF #642236, optparse LaTeX docs by Johannes Gijsbers by Neal Norwitz · 22 years ago
- b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago
- 1f041e7 process libconsts.tex by Skip Montanaro · 22 years ago
- 2969233 Add dummy_thread[ing] sections and reference these from libthread[ing]. by Guido van Rossum · 22 years ago
- 446f323 Add in the datetime docs now that they pass LaTeX. Still ugly, but that can by Fred Drake · 22 years ago
- 4a80a3e Added docs for (draft) pkgutil module. by Fred Drake · 22 years ago
- 4ebe2e3 add liblogging by Skip Montanaro · 22 years ago
- f8ca836 Patch implementing bz2 module. by Gustavo Niemeyer · 22 years ago
- 584cb19 Load docs for sets.py by Raymond Hettinger · 22 years ago
- 9751216 Add docs for heapq.py. by Guido van Rossum · 22 years ago
- b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 22 years ago
- ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
- 4b1b3bf Add entry for the pydoc documentation. by Fred Drake · 23 years ago
- d2a557e Added entry for the "cgitb" module docs. by Fred Drake · 23 years ago
- 5107b4c Re-arrange the modules in the "Internet Data Handling" chapter to try to by Fred Drake · 23 years ago
- fd4f069 The turtle docs will be moving to another location in the Tkinter chapter. by Fred Drake · 23 years ago
- 5355686 Add entries for the new Tkinter chapter. by Fred Drake · 23 years ago
- c444039 Remove email*.tex subsections; they're all \input by email.tex by Andrew M. Kuchling · 23 years ago
- b4ea9d0 Promote built-in functions to come before built-in types. by Fred Drake · 23 years ago
- 7988e02 Move XML-RPC-related docs to the "Internet Protocols" chapter. by Fred Drake · 23 years ago
- 33f4d6d Add entries for the email and compiler packages. by Fred Drake · 23 years ago
- 1c66f89 Added entry for the hmac module. by Fred Drake · 23 years ago
- d61e3ea Add entry for the new distutils section. by Fred Drake · 23 years ago
- 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
- 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
- d5df09c Update to include the license information in a less annoying place. by Fred Drake · 23 years ago
- 6cba3d0 Added entry for HTMLParser documentation. by Fred Drake · 23 years ago
- 501d904 Add entry for unittest documentation. by Fred Drake · 24 years ago
- 659f377 Add entry for curses.panel documentation. by Fred Drake · 24 years ago
- 7606e4d Added entry for urllib2 documentation. by Fred Drake · 24 years ago
- 7840a9c Add entry for the inspect module. by Fred Drake · 24 years ago
- 7c30de6 Remove documentation for the soundex module; the module is no longer by Fred Drake · 24 years ago
- 15bc404 Added entries for difflib documentation. by Fred Drake · 24 years ago
- f3262b7 Add entries for the doctest documentation. by Fred Drake · 24 years ago
- f891404 Move the whrandom section back to the documented modules section; this by Fred Drake · 24 years ago
- 57d943a Move the whrandom entry to the "Obsolete Modules" appendix. by Fred Drake · 24 years ago
- 36154b2 Added entry for weakref documentation. by Fred Drake · 24 years ago
- 3c48ef7 Added documentation for the xreadlines module & related changes. The by Fred Drake · 24 years ago
- 37f1b34 Added entry for fpectl module documentation. by Fred Drake · 24 years ago
- 5db5ba1 Document the warnings module. by Guido van Rossum · 24 years ago
- 24d6da3 Added "stub" documentation for xml.dom.pulldom for Paul to fill out with by Fred Drake · 24 years ago
- f65ab1b Added entries reflecting the separation of the abstract DOM documentation by Fred Drake · 24 years ago
- 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 24 years ago
- babe326 Added entries for new files of SAX documentation. by Fred Drake · 24 years ago
- 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 24 years ago
- 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 24 years ago
- 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 24 years ago
- ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 24 years ago
- f5aa4ef Add entries for the xml.sax documentation. by Fred Drake · 24 years ago
- 0d83f68 Added entry for mmap module. by Fred Drake · 24 years ago
- fcab763 Relocate the popen2 documentation since it is now substantially more portable. by Fred Drake · 24 years ago
- 058365a Added libgettext.tex by Barry Warsaw · 24 years ago
- 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago