summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
Commit message (Collapse)AuthorAgeFilesLines
* Document the contextlib module.Phillip J. Eby2006-03-271-0/+1
|
* Add documentation for PEP 338Nick Coghlan2006-03-241-0/+1
|
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-3/+0
|
* Create _ast module.Martin v. Löwis2006-02-271-0/+1
| | | | Cleanup Python-ast.c generation.
* Added the cProfile module.Armin Rigo2006-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Based on lsprof (patch #1212837) by Brett Rosen and Ted Czotter. With further editing by Michael Hudson and myself. History in svn repo: http://codespeak.net/svn/user/arigo/hack/misc/lsprof * Module/_lsprof.c is the internal C module, Lib/cProfile.py a wrapper. * pstats.py updated to display cProfile's caller/callee timings if available. * setup.py and NEWS updated. * documentation updates in the profiler section: - explain the differences between the three profilers that we have now - profile and cProfile can use a unified documentation, like (c)Pickle - mention that hotshot is "for specialized usage" now - removed references to the "old profiler" that no longer exists * test updates: - extended test_profile to cover delicate cases like recursion - added tests for the caller/callee displays - added test_cProfile, performing the same tests for cProfile * TO-DO: - cProfile gives a nicer name to built-in, particularly built-in methods, which could be backported to profile. - not tested on Windows recently!
* [Patch #1375417] Massive rearrangement of the Library Reference.Andrew M. Kuchling2005-12-221-136/+230
| | | | | | | | | Fred approved just checking it in; he may make further fixes. The change shrinks the 'Generic OS' and other OS chapters, which had become something of a dumping ground for random modules. It differs from the last version of the patch: 1) I've added introductions for the new chapters (still missing a few -- search for 'intro') 2) a few modules have been rearranged slightly from the version in the patch
* r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100Fredrik Lundh2005-12-121-0/+1
| | | | added xml.etree documentation stub
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+1
| | | | | | | | | A new hashlib module to replace the md5 and sha modules. It adds support for additional secure hashes such as SHA-256 and SHA-512. The hashlib module uses OpenSSL for fast platform optimized implementations of algorithms when available. The old md5 and sha modules still exist as wrappers around hashlib to preserve backwards compatibility.
* Patch #1180012: add documentation for modulefinderGeorg Brandl2005-06-181-0/+1
|
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-281-0/+1
| | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-231-0/+1
|
* documentation for the zipimport module using contributed patchFred Drake2005-01-191-0/+1
| | | | (closes SF bug #853800; markup adjusted)
* Document the reconvert module.Skip Montanaro2005-01-161-0/+1
|
* Remove deprecated xmllib from inclusion in the docs.Raymond Hettinger2004-12-061-1/+1
|
* Remove the deprecated statcache module.Raymond Hettinger2004-12-051-1/+0
|
* Remove the deprecated whrandom module.Raymond Hettinger2004-12-041-2/+0
|
* SF Patch #1048341: subprocess documentation, based on PEP/docstring byFredrik Lundh2004-10-171-0/+1
| | | | Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger.
* Remove docs for xreadlines, mpz, rotorAndrew M. Kuchling2004-08-311-3/+0
|
* [Bug #873146] Document pickletools module (haven't tested the LaTeX yet)Andrew M. Kuchling2004-08-071-0/+1
|
* Added documentation for the "smtpd" module.Fred Drake2004-07-111-0/+1
| | | | Closes SF bug #450803.
* Add decimal docs to the core.Raymond Hettinger2004-07-051-0/+1
|
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+1
|
* Add documentation for collections.deque().Raymond Hettinger2004-01-291-0/+1
|
* Initial checkin of docs for Lib/platform.py .Brett Cannon2003-10-141-0/+1
| | | | | | Closes patch #785752 and bug #726911. Should be backported after correctness and such has been verified by Fred.
* + libdumdbmSkip Montanaro2003-07-141-0/+1
|
* Rename lib__future__.tex to libfuture.tex and add link in lib.tex.Jeremy Hylton2003-05-281-0/+1
|
* Library documentation for the 'test' package. Still needs to be checked by ↵Brett Cannon2003-05-071-0/+1
| | | | Fred.
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-181-0/+1
|
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+1
|
* + libtimeitSkip Montanaro2003-04-091-0/+1
|
* patch [ 698505 ] docs for hotshot moduleAnthony Baxter2003-04-071-0/+1
|
* include csv doc section - Fred, you may want to change the locationSkip Montanaro2003-03-201-0/+1
|
* Add libossaudiodev.tex.Greg Ward2003-03-101-0/+1
|
* 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.