summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Fix doc typo reported by Arfrever.Mark Dickinson2009-11-031-1/+2
* typo (space-o?)Skip Montanaro2009-11-031-1/+1
* Remove official documentation entry for thread._count() and make theAntoine Pitrou2009-10-301-13/+0
* Issue #7222: Make thread "reaping" more reliable so that referenceAntoine Pitrou2009-10-301-0/+14
* Issue 7199: Documentation made slightly more consistent w.r.t. logging level ...Vinay Sajip2009-10-281-1/+1
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-0/+12
* Fix markup.Georg Brandl2009-10-241-1/+1
* add further note about what's passed to optionxformFred Drake2009-10-231-0/+3
* #7188: fix optionxform() docs.Georg Brandl2009-10-231-6/+14
* #6977: getopt does not support optional option arguments.Georg Brandl2009-10-221-11/+12
* #7156: document curses as Unix-only.Georg Brandl2009-10-221-1/+1
* #7035: improve docs of the various <method>_errors() functions, and give them...Georg Brandl2009-10-221-15/+25
* #7088: document new functions in signal as Unix-only.Georg Brandl2009-10-221-8/+9
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-228-63/+86
* Add a new directive marking up implementation details and start using it.Georg Brandl2009-10-221-4/+4
* Fix markup.Georg Brandl2009-10-221-1/+1
* Fix punctuation.Georg Brandl2009-10-223-5/+5
* rewrite to be nice to other implementationsBenjamin Peterson2009-10-221-2/+2
* #7170: fix explanation about non-weakrefable builtin types.Georg Brandl2009-10-211-0/+4
* clarify buffer arg #7178Benjamin Peterson2009-10-201-2/+2
* use property apiBenjamin Peterson2009-10-201-1/+1
* Fix missing word.Georg Brandl2009-10-181-1/+1
* Fix a typo.Senthil Kumaran2009-10-181-1/+1
* Fix for Issue7155 - urllib do not document default use of system proxy config...Senthil Kumaran2009-10-182-4/+14
* #7116: str.join() takes an iterable.Georg Brandl2009-10-141-3/+4
* #7126: os.environ changes *do* take effect in subprocesses started with os.sy...Georg Brandl2009-10-141-3/+3
* Fix markup.Georg Brandl2009-10-131-1/+1
* platform we don't care aboutBenjamin Peterson2009-10-121-6/+6
* Fix broken links found by "make linkcheck". scipy.org seems to be done right...Georg Brandl2009-10-113-16/+14
* Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...Vinay Sajip2009-10-101-6/+12
* Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.Mark Dickinson2009-10-081-7/+25
* Backport r73983: Document the thousands separator.Andrew M. Kuchling2009-10-051-1/+5
* Document 'skip' parameter to constructorAndrew M. Kuchling2009-10-051-2/+10
* Fix narkupAndrew M. Kuchling2009-10-051-1/+1
* Wording fixAndrew M. Kuchling2009-10-051-1/+1
* Issue #7028: Add note to hex() builtin docs pointing to float.hex().Mark Dickinson2009-10-031-0/+5
* #7031: Add TestCase.assertIsInstance and negated method.Georg Brandl2009-10-011-0/+16
* Sync the 2.x `io` docs with py3k, with a small note as to the distinctionAntoine Pitrou2009-10-011-158/+267
* Mention issue6972 in extractall docs about overwriting things outside ofGregory P. Smith2009-09-291-0/+7
* #5329: fix os.popen* regression from 2.5: don't execute commands as a sequencePhilip Jenvey2009-09-291-20/+30
* Issue 7008: Better document str.title and show how to work around the apostro...Raymond Hettinger2009-09-291-2/+22
* Issue #3366: Add gamma function to math module.Mark Dickinson2009-09-281-0/+10
* Documentation improvement for load_tests protocol in unittest. Issue 6515.Michael Foord2009-09-271-0/+5
* Tidied up name of parameter in StreamHandlerVinay Sajip2009-09-261-2/+2
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-261-6/+8
* comment out ugly xxxBenjamin Peterson2009-09-261-2/+2
* improved phrasing, markup and exampleEzio Melotti2009-09-231-8/+9
* fix typos/rephraseBenjamin Peterson2009-09-221-5/+5
* Fix a minor doc syntax typo.Brett Cannon2009-09-221-1/+1
* Fixed a typo, and added sections on optimization and using arbitrary objects ...Vinay Sajip2009-09-221-1/+48