Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add in the datetime docs now that they pass LaTeX. Still ugly, but that can | Fred Drake | 2002-12-23 | 1 | -0/+1 | |
| | | | | be fixed. | |||||
* | Added docs for (draft) pkgutil module. | Fred Drake | 2002-12-23 | 1 | -0/+1 | |
| | ||||||
* | add liblogging | Skip Montanaro | 2002-11-14 | 1 | -0/+1 | |
| | ||||||
* | Patch implementing bz2 module. | Gustavo Niemeyer | 2002-11-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | * setup.py (PyBuildExt.detect_modules): Included bz2 module detection. * Modules/bz2module.c * Lib/test/test_bz2.py * Doc/lib/libbz2.tex Included files implementing, testing, and documenting bz2 module. * Doc/Makefile.deps * Doc/lib/lib.tex Include references to libbz2.tex. * Misc/NEWS (Library): Mention distutils' c++ linkage patch, and new bz2 module. | |||||
* | Load docs for sets.py | Raymond Hettinger | 2002-08-23 | 1 | -0/+1 | |
| | ||||||
* | Add docs for heapq.py. | Guido van Rossum | 2002-08-02 | 1 | -0/+1 | |
| | ||||||
* | Revise asyncore documentation and document asynchat for the first time. | Steve Holden | 2002-07-03 | 1 | -0/+1 | |
| | ||||||
* | Add documentation for new textwrap module. | Greg Ward | 2002-06-29 | 1 | -0/+1 | |
| | ||||||
* | Add entry for the pydoc documentation. | Fred Drake | 2001-12-18 | 1 | -0/+1 | |
| | ||||||
* | Added entry for the "cgitb" module docs. | Fred Drake | 2001-12-04 | 1 | -0/+1 | |
| | ||||||
* | Re-arrange the modules in the "Internet Data Handling" chapter to try to | Fred Drake | 2001-11-28 | 1 | -9/+15 | |
| | | | | achieve a more sensible organization. | |||||
* | The turtle docs will be moving to another location in the Tkinter chapter. | Fred Drake | 2001-11-15 | 1 | -1/+0 | |
| | ||||||
* | Add entries for the new Tkinter chapter. | Fred Drake | 2001-11-15 | 1 | -0/+3 | |
| | ||||||
* | Remove email*.tex subsections; they're all \input by email.tex | Andrew M. Kuchling | 2001-11-05 | 1 | -7/+0 | |
| | ||||||
* | Promote built-in functions to come before built-in types. | Fred Drake | 2001-10-30 | 1 | -1/+1 | |
| | ||||||
* | Move XML-RPC-related docs to the "Internet Protocols" chapter. | Fred Drake | 2001-09-28 | 1 | -1/+2 | |
| | | | | Add entry for the SimpleXMLRPCServer module. | |||||
* | Add entries for the email and compiler packages. | Fred Drake | 2001-09-27 | 1 | -0/+10 | |
| | ||||||
* | Added entry for the hmac module. | Fred Drake | 2001-09-11 | 1 | -0/+1 | |
| | ||||||
* | Add entry for the new distutils section. | Fred Drake | 2001-07-24 | 1 | -0/+1 | |
| | ||||||
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 | |
| | ||||||
* | Add entry for xmlrpclib documentation. | Fred Drake | 2001-07-12 | 1 | -0/+1 | |
| | ||||||
* | Update to include the license information in a less annoying place. | Fred Drake | 2001-06-20 | 1 | -0/+3 | |
| | ||||||
* | Added entry for HTMLParser documentation. | Fred Drake | 2001-05-30 | 1 | -0/+1 | |
| | ||||||
* | Add entry for unittest documentation. | Fred Drake | 2001-04-07 | 1 | -0/+1 | |
| | ||||||
* | Add entry for curses.panel documentation. | Fred Drake | 2001-03-29 | 1 | -0/+1 | |
| | ||||||
* | Added entry for urllib2 documentation. | Fred Drake | 2001-03-01 | 1 | -0/+1 | |
| | ||||||
* | Add entry for the inspect module. | Fred Drake | 2001-02-28 | 1 | -0/+1 | |
| | ||||||
* | Remove documentation for the soundex module; the module is no longer | Fred Drake | 2001-02-22 | 1 | -33/+32 | |
| | | | | included with Python. | |||||
* | Added entries for difflib documentation. | Fred Drake | 2001-02-19 | 1 | -0/+1 | |
| | ||||||
* | Add entries for the doctest documentation. | Fred Drake | 2001-02-17 | 1 | -0/+1 | |
| | ||||||
* | Move the whrandom section back to the documented modules section; this | Fred Drake | 2001-02-03 | 1 | -1/+1 | |
| | | | | gives people a chance to see the depracation notice. | |||||
* | Move the whrandom entry to the "Obsolete Modules" appendix. | Fred Drake | 2001-02-02 | 1 | -1/+1 | |
| | ||||||
* | Added entry for weakref documentation. | Fred Drake | 2001-02-01 | 1 | -7/+11 | |
| | | | | | Moved commented-out entries for obsolete module to an appendix, still commented out. | |||||
* | Added documentation for the xreadlines module & related changes. The | Fred Drake | 2001-01-09 | 1 | -0/+1 | |
| | | | | documentation was written by Jeff Epler (thanks!). | |||||
* | Added entry for fpectl module documentation. | Fred Drake | 2001-01-09 | 1 | -1/+2 | |
| | | | | | Moved the mutex docs to be adjacent to the sched docs, since these are meant to be used together (if they are used at all!). | |||||
* | Document the warnings module. | Guido van Rossum | 2000-12-19 | 1 | -0/+1 | |
| | ||||||
* | Added "stub" documentation for xml.dom.pulldom for Paul to fill out with | Fred Drake | 2000-12-13 | 1 | -0/+1 | |
| | | | | useful explanations. | |||||
* | Added entries reflecting the separation of the abstract DOM documentation | Fred Drake | 2000-11-29 | 1 | -0/+1 | |
| | | | | and the implementation docs for xml.dom.minidom. | |||||
* | Added entries for the xml.dom.minidom module. | Fred Drake | 2000-10-24 | 1 | -0/+1 | |
| | ||||||
* | Added entries for new files of SAX documentation. | Fred Drake | 2000-10-12 | 1 | -0/+3 | |
| | ||||||
* | Move the documentation for the mutex module to be with the threading | Fred Drake | 2000-10-10 | 1 | -1/+1 | |
| | | | | | and queue-management modules, since that is where the general context for use in most cases. | |||||
* | Push xmllib to the end of the markup chapter since it is deprecated. | Fred Drake | 2000-10-09 | 1 | -1/+1 | |
| | ||||||
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 1 | -2/+2 | |
| | ||||||
* | Include the new text on reporting bugs in a few useful places. | Fred Drake | 2000-09-21 | 1 | -0/+3 | |
| | | | | This closes SourceForge bug #114792. | |||||
* | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 1 | -0/+1 | |
| | ||||||
* | Added entry for mmap module. | Fred Drake | 2000-09-05 | 1 | -0/+1 | |
| | ||||||
* | Relocate the popen2 documentation since it is now substantially more | Fred Drake | 2000-08-31 | 1 | -1/+1 | |
| | | | | portable. | |||||
* | Added libgettext.tex | Barry Warsaw | 2000-08-30 | 1 | -0/+1 | |
| | ||||||
* | Add entry for Cookie module. | Fred Drake | 2000-08-19 | 1 | -0/+1 | |
| | ||||||
* | Break the "Python Services" chapter into two: "Python Runtime Services" | Fred Drake | 2000-08-03 | 1 | -15/+17 | |
| | | | | | | (still at the start of the manual), and "Python Language Services" (late in the manual). Moved "Restricted Execution" to just before "Python Language Services." |