summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add entries for the xml.sax documentation.Fred Drake2000-09-201-0/+1
|
* Added entry for mmap module.Fred Drake2000-09-051-0/+1
|
* Relocate the popen2 documentation since it is now substantially moreFred Drake2000-08-311-1/+1
| | | | portable.
* Added libgettext.texBarry Warsaw2000-08-301-0/+1
|
* Add entry for Cookie module.Fred Drake2000-08-191-0/+1
|
* Break the "Python Services" chapter into two: "Python Runtime Services"Fred Drake2000-08-031-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."
* Documentation for the gc module. Text from Neil SchemenauerFred Drake2000-07-121-0/+1
| | | | | <nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred Drake.
* New module webbrowser. Easy-to-use controller objects to make using aFred Drake2000-07-071-0/+1
| | | | Web browser as a help/information browser easy across platforms.
* Add entry for readline documentation.Fred Drake2000-07-061-0/+1
|
* Created a new chapter on structured markup processing, including theFred Drake2000-07-051-4/+7
| | | | | existing SGML, HTML, & XML support, and providing a home for the new XML support as it becomes documented.
* Added entry for the curses.ascii module.Fred Drake2000-06-281-0/+1
|
* Added the atexit module and documentation from Skip MontanaroFred Drake2000-06-281-0/+1
| | | | | | | <skip@mojam.com>. Revisions to the markup to make it pass LaTeX, added an index entry and a reference from the sys.exitfunc documentation. This closes SourceForge patch #100620.
* Hook in the documentation for the unicodedata module.Fred Drake2000-06-131-0/+1
|
* Added preliminary documentation for the winreg module,Fred Drake2000-06-071-0/+1
| | | | | | by Mark Hammond <markh@activestate.com>. Limited markup & consistency revisions by FLD.