summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
Commit message (Collapse)AuthorAgeFilesLines
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+1
|
* SF #664011, move tarfile module in docsNeal Norwitz2003-01-071-1/+1
|
* SF #642236, optparse LaTeX docs by Johannes GijsbersNeal Norwitz2003-01-061-0/+1
|
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-051-0/+1
|
* process libconsts.texSkip Montanaro2003-01-011-0/+1
|
* Add dummy_thread[ing] sections and reference these from libthread[ing].Guido van Rossum2002-12-301-0/+2
|
* Add in the datetime docs now that they pass LaTeX. Still ugly, but that canFred Drake2002-12-231-0/+1
| | | | be fixed.
* Added docs for (draft) pkgutil module.Fred Drake2002-12-231-0/+1
|
* add libloggingSkip Montanaro2002-11-141-0/+1
|
* Patch implementing bz2 module.Gustavo Niemeyer2002-11-051-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.pyRaymond Hettinger2002-08-231-0/+1
|
* Add docs for heapq.py.Guido van Rossum2002-08-021-0/+1
|
* Revise asyncore documentation and document asynchat for the first time.Steve Holden2002-07-031-0/+1
|
* Add documentation for new textwrap module.Greg Ward2002-06-291-0/+1
|
* Add entry for the pydoc documentation.Fred Drake2001-12-181-0/+1
|
* Added entry for the "cgitb" module docs.Fred Drake2001-12-041-0/+1
|
* Re-arrange the modules in the "Internet Data Handling" chapter to try toFred Drake2001-11-281-9/+15
| | | | achieve a more sensible organization.
* The turtle docs will be moving to another location in the Tkinter chapter.Fred Drake2001-11-151-1/+0
|
* Add entries for the new Tkinter chapter.Fred Drake2001-11-151-0/+3
|
* Remove email*.tex subsections; they're all \input by email.texAndrew M. Kuchling2001-11-051-7/+0
|
* Promote built-in functions to come before built-in types.Fred Drake2001-10-301-1/+1
|
* Move XML-RPC-related docs to the "Internet Protocols" chapter.Fred Drake2001-09-281-1/+2
| | | | Add entry for the SimpleXMLRPCServer module.
* Add entries for the email and compiler packages.Fred Drake2001-09-271-0/+10
|
* Added entry for the hmac module.Fred Drake2001-09-111-0/+1
|
* Add entry for the new distutils section.Fred Drake2001-07-241-0/+1
|
* Minor changes to match the style guide.Fred Drake2001-07-141-1/+1
|
* Add entry for xmlrpclib documentation.Fred Drake2001-07-121-0/+1
|
* Update to include the license information in a less annoying place.Fred Drake2001-06-201-0/+3
|
* Added entry for HTMLParser documentation.Fred Drake2001-05-301-0/+1
|
* Add entry for unittest documentation.Fred Drake2001-04-071-0/+1
|
* Add entry for curses.panel documentation.Fred Drake2001-03-291-0/+1
|
* Added entry for urllib2 documentation.Fred Drake2001-03-011-0/+1
|
* Add entry for the inspect module.Fred Drake2001-02-281-0/+1
|
* Remove documentation for the soundex module; the module is no longerFred Drake2001-02-221-33/+32
| | | | included with Python.
* Added entries for difflib documentation.Fred Drake2001-02-191-0/+1
|
* Add entries for the doctest documentation.Fred Drake2001-02-171-0/+1
|
* Move the whrandom section back to the documented modules section; thisFred Drake2001-02-031-1/+1
| | | | gives people a chance to see the depracation notice.
* Move the whrandom entry to the "Obsolete Modules" appendix.Fred Drake2001-02-021-1/+1
|
* Added entry for weakref documentation.Fred Drake2001-02-011-7/+11
| | | | | Moved commented-out entries for obsolete module to an appendix, still commented out.
* Added documentation for the xreadlines module & related changes. TheFred Drake2001-01-091-0/+1
| | | | documentation was written by Jeff Epler (thanks!).
* Added entry for fpectl module documentation.Fred Drake2001-01-091-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 Rossum2000-12-191-0/+1
|
* Added "stub" documentation for xml.dom.pulldom for Paul to fill out withFred Drake2000-12-131-0/+1
| | | | useful explanations.
* Added entries reflecting the separation of the abstract DOM documentationFred Drake2000-11-291-0/+1
| | | | and the implementation docs for xml.dom.minidom.
* Added entries for the xml.dom.minidom module.Fred Drake2000-10-241-0/+1
|
* Added entries for new files of SAX documentation.Fred Drake2000-10-121-0/+3
|
* Move the documentation for the mutex module to be with the threadingFred Drake2000-10-101-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 Drake2000-10-091-1/+1
|
* regex and regsub are obsolete and Evil, so don't include them in the club.Fred Drake2000-09-251-2/+2
|
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-211-0/+3
| | | | This closes SourceForge bug #114792.