summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* fix typoBenjamin Peterson2008-09-111-3/+3
* Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...Nick Coghlan2008-09-112-28/+45
* Issue #3811: The Unicode database was updated to 5.1.Martin v. Löwis2008-09-101-2/+2
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-38/+74
* incorporate fixes from issue 3162; SSL doc patchBill Janssen2008-09-081-2/+3
* Added xrefs to each other.Mark Summerfield2008-09-082-2/+7
* #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attr...Andrew M. Kuchling2008-09-061-1/+9
* #3669 from Robert Lehmann: simplify use of iterator in exampleAndrew M. Kuchling2008-09-061-1/+1
* #1638033: add support for httponly on Cookie.MorselBenjamin Peterson2008-09-061-1/+9
* #3040: include 'dest' argument in example; trim some trailing whitespaceAndrew M. Kuchling2008-09-061-3/+3
* actually tell the name of the flag to useBenjamin Peterson2008-09-061-7/+7
* Fix typo in multiprocessing doc, cancel_join_thread was missing _threadJesse Noller2008-09-061-1/+1
* Deprecate bsddb for removal in Python 3.0.Brett Cannon2008-09-052-4/+5
* Make it more obvious that warnings.catch_warnings() and its arguments should ...Brett Cannon2008-09-051-1/+1
* flesh out the documentation on using 2to3Benjamin Peterson2008-09-041-14/+35
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-033-38/+46
* Merged revisions 66173 via svnmerge fromBenjamin Peterson2008-09-031-2/+4
* typo fixAndrew M. Kuchling2008-09-021-1/+1
* Move test.test_support.catch_warning() to the warnings module, rename itBrett Cannon2008-09-021-0/+50
* remove py3k warnings about the threading api; update docsBenjamin Peterson2008-09-011-5/+6
* Bug #3738: Documentation is now more accurate in describing handler close met...Vinay Sajip2008-09-011-4/+6
* Added section about configuring logging in a library. Thanks to Thomas Heller...Vinay Sajip2008-09-011-0/+39
* #3749: fix c'n'p errors.Georg Brandl2008-09-011-3/+3
* Fix markup.Georg Brandl2008-08-301-1/+1
* Tidy up some sentencesAndrew M. Kuchling2008-08-301-14/+14
* super() actually returns a super object.Georg Brandl2008-08-301-1/+2
* #3569: eval() also accepts "exec"able code objects.Georg Brandl2008-08-301-4/+4
* #3730: mention "server" attribute explicitly.Georg Brandl2008-08-301-0/+5
* Clarify that some attributes/methods are listed somewhat separately because t...Brett Cannon2008-08-241-1/+2
* fix warningBenjamin Peterson2008-08-231-1/+1
* Small updates to types member docs, backport from r65994.Georg Brandl2008-08-231-14/+8
* fix up the multiprocessing docs a littleBenjamin Peterson2008-08-201-34/+22
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-201-9/+0
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-10/+10
* Fix grammar.Georg Brandl2008-08-181-1/+1
* update the threading docs to account for recent changesBenjamin Peterson2008-08-181-22/+21
* change threading.getIdent to a propertyBenjamin Peterson2008-08-181-4/+4
* a few improvementsBenjamin Peterson2008-08-171-2/+2
* Review symtable docs.Georg Brandl2008-08-161-11/+10
* add some documentation for symtableBenjamin Peterson2008-08-162-0/+189
* note how os.utime should be used for emulating touchBenjamin Peterson2008-08-161-9/+10
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* update ssl documentationBill Janssen2008-08-121-0/+9
* #3540: fix exception name.Georg Brandl2008-08-111-1/+1
* accept issue 3436Skip Montanaro2008-08-081-0/+12
* more cleanup ups of the recently added warnings in the subprocess docs.Gregory P. Smith2008-08-041-5/+6
* Clarify the meaning of the select() parameters and syncGeorg Brandl2008-08-041-12/+18
* Template is always "tmp".Georg Brandl2008-08-041-2/+1
* Fix markup.Georg Brandl2008-08-041-15/+12
* issue1606: Add warnings to the subprocess documentation about common pitfallsGregory P. Smith2008-08-041-0/+16