summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #8844: Regular and recursive lock acquisitions can now be interruptedAntoine Pitrou2010-12-152-0/+7
* Mark up one missed None in pkgutil.rst (#8851)Éric Araujo2010-12-151-2/+2
* Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes...Terry Reedy2010-12-151-5/+5
* Use nested method directives, rewrap long lines, fix whitespace.Éric Araujo2010-12-151-50/+56
* Improve trace documentation (#9264). Patch by Eli Bendersky.Éric Araujo2010-12-151-50/+119
* Move the urllib-inherited API to a distinguished sectionAntoine Pitrou2010-12-151-156/+164
* #10705: document what the values of debuglevel are and mean.R. David Murray2010-12-151-2/+4
* Logging documentation update.Vinay Sajip2010-12-141-154/+159
* #775964: skip YP/NIS entries instead of failing the testR. David Murray2010-12-141-1/+3
* Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest.Gregory P. Smith2010-12-141-5/+13
* #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-2/+19
* #10698: fix typo in example.R. David Murray2010-12-131-1/+1
* Logging documentation update.Vinay Sajip2010-12-131-2/+5
* Logging documentation update.Vinay Sajip2010-12-131-110/+128
* Logging documentatio update.Vinay Sajip2010-12-131-1/+2
* Get rid of the close_fds DeprecationWarning. Changes the default on a perGregory P. Smith2010-12-131-8/+6
* Logging documentation - further update.Vinay Sajip2010-12-121-2/+2
* Logging documentation - further update.Vinay Sajip2010-12-121-4/+24
* Logging documentation - further update.Vinay Sajip2010-12-121-3/+4
* Improve readability of the socket docsAntoine Pitrou2010-12-121-57/+82
* Homogenize the "optional OS services" menuAntoine Pitrou2010-12-124-12/+12
* Consistent ordering of availability statementsAntoine Pitrou2010-12-121-2/+2
* Fix heading levelAntoine Pitrou2010-12-121-2/+2
* Remove redundant sentence, and fix markupAntoine Pitrou2010-12-121-7/+4
* Add link to the buffer protocol description from the memory description.Antoine Pitrou2010-12-121-2/+2
* Make this a warning and fix indentationAntoine Pitrou2010-12-121-6/+6
* Obsolete aliases needn't be documentedAntoine Pitrou2010-12-121-4/+0
* Remove reference to stuff which is already obsolete in 2.x.Antoine Pitrou2010-12-121-82/+0
* SET_LINENO was removed in 2.3Antoine Pitrou2010-12-121-5/+0
* Logging documentation - further update.Vinay Sajip2010-12-121-51/+101
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+5
* Logging documentation - further update.Vinay Sajip2010-12-121-0/+8
* Logging documentation update.Vinay Sajip2010-12-121-144/+420
* remove (un)transform methodsBenjamin Peterson2010-12-122-48/+2
* Updated UCD version and unicode.org links to Unicode 6.0.0Alexander Belopolsky2010-12-101-8/+9
* Minor documentation tweak.Vinay Sajip2010-12-101-2/+2
* Fix "seperate".Georg Brandl2010-12-091-1/+1
* Issue #10546: UTF-16-LE and UTF-16-BE *do* support non-BMP charactersVictor Stinner2010-12-081-2/+2
* Make the example a little more interesting and useful.Raymond Hettinger2010-12-071-0/+3
* Add example for the entry for argparseRaymond Hettinger2010-12-071-0/+1
* Note improvements to the docs.Raymond Hettinger2010-12-062-4/+6
* Mention itertools.accumulate().Raymond Hettinger2010-12-041-0/+1
* Doc nit.Raymond Hettinger2010-12-041-1/+1
* Fix markup errors.Georg Brandl2010-12-043-4/+4
* clarify the docs and new warning message.Gregory P. Smith2010-12-041-1/+1
* Issue #10601: sys.displayhook uses 'backslashreplace' error handler onVictor Stinner2010-12-041-2/+28
* Add display/undisplay pdb commands.Georg Brandl2010-12-041-0/+16
* #7245: Add a SIGINT handler on continue in pdb that allows to break a program...Georg Brandl2010-12-041-1/+11
* configparser: fixed inconsistency where in SafeConfigParser option valuesŁukasz Langa2010-12-041-4/+18
* Add the "interact" pdb command from pdb++.Georg Brandl2010-12-041-0/+8