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/+2 |
| | | | | be fixed. | ||||
* | Added docs for (draft) pkgutil module. | Fred Drake | 2002-12-23 | 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. | ||||
* | Add an entry for the sets module documentation. | Fred Drake | 2002-08-23 | 1 | -1/+2 |
| | | | | | Move another entry so the boilerplate doesn't get mixed up with document-specific content. | ||||
* | Add heapq module docs to the dependency information. | Fred Drake | 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 |
| | |||||
* | Update the dependencies. | Fred Drake | 2002-04-16 | 1 | -1/+6 |
| | |||||
* | Make the extension manual format using the Makefile; recent changes broke | Fred Drake | 2002-03-11 | 1 | -1/+1 |
| | | | | the dependency information. | ||||
* | Add entry for mac/libscrap.tex. | Fred Drake | 2002-03-08 | 1 | -1/+2 |
| | |||||
* | libkeyword.tex was missing from the list of dependencies for the | Fred Drake | 2002-01-24 | 1 | -0/+1 |
| | | | | Library Reference. | ||||
* | 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 |
| | |||||
* | Add entries for the new Tkinter chapter. | Fred Drake | 2001-11-15 | 1 | -0/+2 |
| | |||||
* | Make sure we generate versions of each file in the Python/C API manual with | Fred Drake | 2001-10-29 | 1 | -0/+17 |
| | | | | | reference-count annotations; this is needed for the typeset forms of the manuals. | ||||
* | Add entries for the newly split C API manual. | Fred Drake | 2001-10-12 | 1 | -1/+12 |
| | |||||
* | Remove some long-unsupported Mac OS modules. | Fred Drake | 2001-10-05 | 1 | -2/+0 |
| | | | | This closes SF patch #460737. | ||||
* | Add entry for the SimpleXMLRPCServer module. | Fred Drake | 2001-09-28 | 1 | -0/+1 |
| | |||||
* | Added dependencies for the compiler and email packages. | Fred Drake | 2001-09-27 | 1 | -0/+10 |
| | | | | (Migrate to branch, along with new files compiler.tex and asttable.tex.) | ||||
* | Added entry for the hmac module. | Fred Drake | 2001-09-11 | 1 | -0/+1 |
| | |||||
* | Split "Extending & Embedding" into separate files, one per chapter. | Fred Drake | 2001-08-20 | 1 | -0/+5 |
| | |||||
* | Add anentry for the distutils.sysconfig module docs. | Fred Drake | 2001-08-02 | 1 | -1/+3 |
| | |||||
* | Add entry for the new distutils section. | Fred Drake | 2001-07-24 | 1 | -0/+1 |
| | |||||
* | Be more specific about some of the dependencies, to avoid re-building when | Fred Drake | 2001-07-17 | 1 | -10/+12 |
| | | | | some of the mostly-general files get changed. | ||||
* | Add entry for xmlrpclib documentation. | Fred Drake | 2001-07-12 | 1 | -0/+1 |
| | |||||
* | Add the new texinputs/license.tex to the shared dependencies. | Fred Drake | 2001-06-22 | 1 | -0/+1 |
| | |||||
* | Added entry for HTMLParser documentation. | Fred Drake | 2001-05-30 | 1 | -0/+1 |
| | |||||
* | Add entry for ColorPicker documentation as well. | Fred Drake | 2001-04-13 | 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 |
| | |||||
* | Add entry for the futures appendix in the reference manual. | Fred Drake | 2001-03-23 | 1 | -3/+3 |
| | | | | Correct the comment at the top of the file. | ||||
* | 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 entry for soundex module! | Fred Drake | 2001-02-22 | 1 | -1/+0 |
| | |||||
* | Convert to a "flat" Makefile. | Fred Drake | 2001-02-19 | 1 | -257/+257 |
| | |||||
* | 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 |
| | |||||
* | Add entry for weakref documentation. | Fred Drake | 2001-02-01 | 1 | -0/+1 |
| | |||||
* | 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 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Update dependencies for the Macintosh manual. | Fred Drake | 2000-10-14 | 1 | -1/+5 |
| | |||||
* | Added entries for new files of SAX documentation. | Fred Drake | 2000-10-12 | 1 | -0/+3 |
| | |||||
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 1 | -2/+0 |
| | |||||
* | Added dependencies on the bug-reporting text. | Fred Drake | 2000-09-21 | 1 | -2/+5 |
| | |||||
* | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 1 | -0/+1 |
| | |||||
* | Did not include the sha module documentation dependency. | Fred Drake | 2000-09-14 | 1 | -0/+1 |
| |