summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* #7177: clarify the potential PIPE deadlock warningsPhilip Jenvey2009-12-031-6/+8
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+9
* Fix versions and spacing.Georg Brandl2009-11-281-4/+10
* fix typoGregory P. Smith2009-11-271-2/+2
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-4/+30
* Issue #6845: Add restart support for binary upload in ftplib. TheAntoine Pitrou2009-11-271-2/+5
* #7400: typo.Georg Brandl2009-11-261-1/+1
* Forgot to add a `versionadded` tagAntoine Pitrou2009-11-251-0/+2
* Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method ...Antoine Pitrou2009-11-251-0/+10
* Fix some documentation examples involving the repr of a float.Mark Dickinson2009-11-244-8/+8
* Issue #7117, continued: Remove substitution of %g-style formatting forMark Dickinson2009-11-231-7/+3
* #7345: fix arguments of formatyear().Georg Brandl2009-11-231-2/+2
* issue5738: The distribution example was confusing, and out of date. It's too ...Jesse Noller2009-11-211-7/+0
* Issue 7363: fix indentation in socketserver udpserver example.R. David Murray2009-11-201-3/+3
* Fix docstrings for itertools combinatoric functions.Raymond Hettinger2009-11-191-2/+2
* Fix markup.Georg Brandl2009-11-181-5/+4
* upcase PythonGeorg Brandl2009-11-181-1/+1
* #7302: fix link.Georg Brandl2009-11-161-1/+1
* Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP usingAntoine Pitrou2009-11-151-0/+58
* Issue #4969: The mimetypes module now reads the MIME database fromAntoine Pitrou2009-11-151-3/+19
* Issue #6816: expose the zipfile and directory execution mechanism to Python c...Nick Coghlan2009-11-151-44/+97
* Fix terminology.Georg Brandl2009-11-141-1/+1
* revert r76243; I was right, actually :)Benjamin Peterson2009-11-131-4/+4
* never mind about eval mode in this caseBenjamin Peterson2009-11-131-4/+4
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-5/+8
* Give the profile module a module directive.Georg Brandl2009-11-121-0/+2
* Show example of how to make a sorted dictionaryRaymond Hettinger2009-11-101-0/+22
* Remove redundant sentence.R. David Murray2009-11-091-7/+6
* discuss how to use -pBenjamin Peterson2009-11-091-0/+8
* #7271: fix typo.Georg Brandl2009-11-071-1/+1
* #7259: show correct equivalent for operator.i* operations in docstring; fix m...Georg Brandl2009-11-041-87/+89
* #7256: add versionadded tags for functions copied from cgi.Georg Brandl2009-11-031-0/+7
* 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