summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue #6064: Add a `daemon` keyword argument to the threading.ThreadAntoine Pitrou2011-02-252-5/+21
* Issue 10784: adds os.getpriority() and os.setpriority() functions.Giampaolo Rodolà2011-02-251-0/+44
* Issue #11303: Added shortcuts for utf8 and latin1 encodings.Alexander Belopolsky2011-02-251-0/+9
* Documented QueueListener change.Vinay Sajip2011-02-251-0/+9
* (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi)Giampaolo Rodolà2011-02-251-2/+3
* Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)Giampaolo Rodolà2011-02-251-0/+41
* Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-251-1/+13
* Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...Éric Araujo2011-02-241-0/+3
* rewriteBenjamin Peterson2011-02-241-26/+25
* this seems to be pointlessly nestedBenjamin Peterson2011-02-241-9/+6
* Indent "versionadded" properly.Georg Brandl2011-02-231-5/+5
* Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new APIBrett Cannon2011-02-221-7/+14
* Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-9/+97
* Issue #11085: Moved collections abstract base classes into a separate moduleRaymond Hettinger2011-02-223-122/+145
* Issue 11263: Fix link to source code.Raymond Hettinger2011-02-211-1/+1
* Doc fixups.Raymond Hettinger2011-02-181-2/+4
* Remove editing slip.Georg Brandl2011-02-151-1/+3
* Apply logging SocketHandler doc update by Vinay.Georg Brandl2011-02-151-0/+21
* Fix argument name typo in compileall docs.R. David Murray2011-02-111-1/+1
* Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-112-5/+12
* Add missing source links.Raymond Hettinger2011-02-107-0/+22
* Issue #11141: Fix the shelve documentation to use a list, not a range object.Antoine Pitrou2011-02-071-2/+2
* Clarify that IMAP4() implicitly calls open(), and that logout() implicitly ca...Antoine Pitrou2011-02-071-3/+5
* #8691: document that right alignment is default for numbers.Georg Brandl2011-02-071-2/+2
* #11138: fix order of fill and align specifiers.Georg Brandl2011-02-071-1/+1
* Fix awkwardly rendered sentence.Raymond Hettinger2011-02-061-3/+3
* issue7678 - Properly document how to replace a shell pipeline so that SIGPIPEGregory P. Smith2011-02-051-0/+3
* Mention that seek and tell over a TextIOWrapper can be very slow.Antoine Pitrou2011-02-041-0/+2
* Punctuation typos.Georg Brandl2011-02-031-2/+2
* Punctuation typo.Raymond Hettinger2011-02-021-1/+1
* Wording fix.Eric Smith2011-02-011-1/+1
* #11083 typo: RuntimeException -> RuntimeErrorBrian Curtin2011-01-311-1/+1
* #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-301-10/+28
* Typos.Raymond Hettinger2011-01-301-2/+2
* Issue 10573: revert unittest docs to first / secondMichael Foord2011-01-281-30/+30
* #11027: documented how to override SECTCREŁukasz Langa2011-01-281-0/+32
* More source linksRaymond Hettinger2011-01-2745-7/+161
* Issue 11008: docs updated to show versionadded for dictConfig.Vinay Sajip2011-01-271-0/+2
* More source links.Raymond Hettinger2011-01-2720-3/+71
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-13/+14
* Fix the description of PIPE_BUFAntoine Pitrou2011-01-251-1/+1
* Fix the doc for PIPE_BUFAntoine Pitrou2011-01-251-3/+5
* Issue #11000 ast.parse parses source, not just expressions.Terry Reedy2011-01-241-2/+2
* Update last tix code example for 3.x, as already done for previous examples.Terry Reedy2011-01-241-2/+2
* Fix label syntax.Georg Brandl2011-01-241-1/+1
* Typo fix.Georg Brandl2011-01-241-1/+1
* #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.R. David Murray2011-01-241-35/+56
* Missing source links.Raymond Hettinger2011-01-244-0/+14
* Add section for urllib.parse.Raymond Hettinger2011-01-241-1/+2
* minor clean-up.Raymond Hettinger2011-01-231-2/+0