summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* first version of the sysconfig module documentationTarek Ziadé2010-02-022-0/+219
* Minor modification to unittest documentation.Michael Foord2010-01-311-3/+3
* Fix-up ftplib documentation:Georg Brandl2010-01-311-30/+29
* move distutils.rst to different tocBenjamin Peterson2010-01-312-1/+1
* #7802: fix invalid example (heh).Georg Brandl2010-01-301-3/+3
* #7801: fix xmlrpclib binary example, open the picture in binary modeVictor Stinner2010-01-301-2/+2
* #7765: typosEzio Melotti2010-01-271-3/+3
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-1/+16
* Fix type on getwindowsversion documentation. Thanks Taggnostr.Eric Smith2010-01-271-1/+1
* Issue #7766: Change sys.getwindowsversion() return value to a named tuple and...Eric Smith2010-01-271-5/+30
* Added a note about Event.is_set() syntax being new to 2.6Facundo Batista2010-01-251-0/+3
* #7725: fix referencing issue.Georg Brandl2010-01-231-1/+1
* #7746: rephrase a sentenceEzio Melotti2010-01-211-3/+2
* #7699: improve datetime docs: straightforward linking to strftime/strptime se...Georg Brandl2010-01-171-39/+43
* remove wrong markupEzio Melotti2010-01-161-1/+1
* Issue #2846: Add support for gzip.GzipFile reading zero-padded files.Antoine Pitrou2010-01-131-0/+3
* #7685: typoEzio Melotti2010-01-131-5/+5
* Added documentation for dictionary views fixer.Alexandre Vassalotti2010-01-121-3/+5
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+115
* Issue #7119: document that a program-generated Message objectR. David Murray2010-01-103-3/+10
* DeprecationWarning is now silent by default.Brett Cannon2010-01-101-9/+35
* #7422: make it clear that getargspec() only works on Python functions.Georg Brandl2010-01-091-1/+1
* #5950: document that zip files with comments are unsupported in zipimport.Georg Brandl2010-01-061-0/+2
* #3340: document print/get_usage and print/get_versionEzio Melotti2010-01-041-0/+26
* fixed markup errorsEzio Melotti2010-01-042-2/+2
* #7618: fix highlight of code blocksEzio Melotti2010-01-031-7/+19
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-032-5/+14
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-031-1/+7
* Clarify that the rect, phase and polar functions work with radians.Mark Dickinson2010-01-021-2/+2
* We only support Windows NT derivatives now.Georg Brandl2009-12-301-3/+1
* #5511: Added the ability to use ZipFile as a context manager. Patch by Brian ...Ezio Melotti2009-12-301-20/+27
* #7595: fix typo in argument default constant.Georg Brandl2009-12-291-1/+1
* Fix wrong markup.Georg Brandl2009-12-291-2/+2
* Improve markup of ctypes docs.Georg Brandl2009-12-291-321/+326
* #7569: clarification about c_char_p.Georg Brandl2009-12-291-2/+4
* document new fix_callable behaviorBenjamin Peterson2009-12-281-1/+2
* #7404: remove reference to non-existing example files.Georg Brandl2009-12-281-3/+1
* #7586: fix typo.Georg Brandl2009-12-281-1/+1
* Updated sys.flags table in DocEzio Melotti2009-12-251-0/+4
* Added markup and default arg, fixed exampleEzio Melotti2009-12-241-7/+7
* Fix for Issue7570: Error in urllib2 example.Senthil Kumaran2009-12-241-2/+2
* builtin-ins -> builtinsBenjamin Peterson2009-12-201-6/+6
* #7381: subprocess documentation and library docstring consistency fixes.Georg Brandl2009-12-201-7/+9
* Document the headers parameter for set_tunnel.Senthil Kumaran2009-12-201-1/+4
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-1912-14/+14
* Issue #7545: improve documentation of the `buffering` argument in io.open().Antoine Pitrou2009-12-191-4/+14
* #7480: remove tautology.Georg Brandl2009-12-191-2/+1
* #7479: add note about function availability on Unices.Georg Brandl2009-12-191-13/+18
* #7527: use standard versionadded tags.Georg Brandl2009-12-191-3/+5
* Issue #3366: Add error function and complementary error function toMark Dickinson2009-12-191-0/+16