summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-018-26/+34
* Recorded merge of revisions 74614 via svnmerge fromGeorg Brandl2009-09-011-3/+4
* #6814: remove traces of xrange().Georg Brandl2009-09-011-1/+1
* Doc fix for issue2637.Senthil Kumaran2009-08-311-1/+2
* Added section on exceptions raised during logging.Vinay Sajip2009-08-201-0/+22
* Merged revisions 74526 via svnmerge fromTarek Ziadé2009-08-201-0/+26
* Clean up a minor bit of wording.Brett Cannon2009-08-181-2/+2
* missing module ref (issue6723)Skip Montanaro2009-08-181-1/+1
* Further refined section on logging to one file from multiple processes.Vinay Sajip2009-08-171-0/+3
* Refined section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+6
* Added section on logging to one file from multiple processes.Vinay Sajip2009-08-151-0/+15
* #6694: fix old function names.Georg Brandl2009-08-131-2/+2
* Merged revisions 74328,74332-74333,74365 via svnmerge fromGeorg Brandl2009-08-133-20/+15
* typoPhilip Jenvey2009-08-061-1/+1
* #6648: mention surrogateescape handler where all standard handlers are listed.Georg Brandl2009-08-061-3/+4
* Issue #6595: Allow Decimal constructor to accept non-European decimal digits,...Mark Dickinson2009-08-021-0/+5
* Merged revisions 74265 via svnmerge fromMark Dickinson2009-07-301-1/+1
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-297-36/+39
* #6586: fix return/argument type doc for os.read() and os.write().Georg Brandl2009-07-291-4/+4
* Merged revisions 74239 via svnmerge fromGeorg Brandl2009-07-291-3/+3
* Issue #6561: '\d' in a regular expression should match only UnicodeMark Dickinson2009-07-281-5/+6
* Merged revisions 74184,74230 via svnmerge fromMark Dickinson2009-07-281-87/+101
* Merged revisions 74205 via svnmerge fromGeorg Brandl2009-07-261-23/+26
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-2624-81/+84
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-2621-28/+27
* Recorded merge of revisions 74210 via svnmerge fromGeorg Brandl2009-07-261-170/+153
* versionadded: 3.2. not 3.1.Senthil Kumaran2009-07-251-1/+1
* Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy.Senthil Kumaran2009-07-251-0/+6
* account for range() py3k changeBenjamin Peterson2009-07-251-2/+2
* Merged revisions 74179 via svnmerge fromEzio Melotti2009-07-221-7/+8
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-3/+5
* Merged revisions 73706,73778 via svnmerge fromAlexandre Vassalotti2009-07-213-19/+146
* Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of wha...Brett Cannon2009-07-201-1/+1
* Implement the PEP 302 protocol for get_filename() asBrett Cannon2009-07-201-5/+36
* Merged revisions 73694,73708,73738 via svnmerge fromAlexandre Vassalotti2009-07-171-2/+34
* Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge...Alexandre Vassalotti2009-07-175-9/+14
* Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ...Alexandre Vassalotti2009-07-173-148/+135
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-172-3/+4
* Merged revisions 74006 via svnmerge fromAmaury Forgeot d'Arc2009-07-151-0/+2
* Document the thousands separator.Raymond Hettinger2009-07-121-1/+5
* Merged revisions 73940 via svnmerge fromGeorg Brandl2009-07-111-1/+6
* Merged revisions 73916 via svnmerge fromAmaury Forgeot d'Arc2009-07-091-1/+1
* Merged revisions 73818 via svnmerge fromGregory P. Smith2009-07-041-0/+9
* Remove docs for string.maketrans().Raymond Hettinger2009-07-011-9/+0
* Removed contextlib.nested()Raymond Hettinger2009-07-011-49/+0
* Link to PEP 383.Martin v. Löwis2009-06-291-1/+2
* Issue #6354: More fixes for code examples involving the repr of a float.Mark Dickinson2009-06-283-4/+4
* Corrections to decimal flying circus: round returns a Decimal;Mark Dickinson2009-06-281-3/+3
* document BufferedIOBase.raw and TextIOBase.bufferBenjamin Peterson2009-06-281-1/+13
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-283-2/+15