summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Issue 7008: Better document str.title and show how to work around the apostro...Raymond Hettinger2009-09-291-2/+22
* Merged revisions 75117 via svnmerge fromMark Dickinson2009-09-281-0/+10
* fix default valueGeorg Brandl2009-09-261-1/+1
* use new style optional argsGeorg Brandl2009-09-261-1/+1
* Merged revisions 75070 via svnmerge fromEzio Melotti2009-09-261-6/+8
* Merged revisions 75039 via svnmerge fromEzio Melotti2009-09-231-8/+9
* Issue #1766304: Optimize membership testing for ranges: 'n in range(...)'Mark Dickinson2009-09-221-0/+4
* Merged revisions 75024 via svnmerge fromBrett Cannon2009-09-221-1/+1
* #6969: make it explicit that configparser writes/reads text files, and fix th...Georg Brandl2009-09-221-6/+9
* Merged revisions 74984 via svnmerge fromDoug Hellmann2009-09-201-1/+1
* Merged revisions 74970 via svnmerge fromRonald Oussoren2009-09-201-1/+11
* adjust signatureBenjamin Peterson2009-09-181-3/+3
* Merged revisions 74929 via svnmerge fromBenjamin Peterson2009-09-181-4/+8
* Merged revisions 74868,74877-74878 via svnmerge fromGeorg Brandl2009-09-171-471/+519
* Issue #6929: fix a couple of statements and clarify a lot of things in the IO...Antoine Pitrou2009-09-171-68/+96
* Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-162-5/+8
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-1659-567/+522
* #6885: run python 3 as python3.Georg Brandl2009-09-161-1/+1
* updated the doc to match the module docstring, fixed a couple of errors in th...Ezio Melotti2009-09-161-11/+17
* Do not document the most important (at least for Guido) future import.Georg Brandl2009-09-151-3/+1
* Merged revisions 74799 via svnmerge fromEzio Melotti2009-09-151-1/+1
* Recorded merge of revisions 74791 via svnmerge fromGeorg Brandl2009-09-141-4/+34
* typo: string values *have* to beEzio Melotti2009-09-131-1/+1
* fixed more examples that were using u"", print without () and unicode/str ins...Ezio Melotti2009-09-1310-52/+50
* small fixes in the examples and in the markupEzio Melotti2009-09-131-11/+12
* more list()s on dictviewsEzio Melotti2009-09-134-6/+5
* Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-121-2/+25
* d.items() -> list(d.items()) in the examplesEzio Melotti2009-09-121-4/+4
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-117-26/+25
* Merged revisions 74737 via svnmerge fromGeorg Brandl2009-09-091-9/+13
* Merged revisions 74633 via svnmerge fromGeorg Brandl2009-09-031-6/+8
* Switch more function arguments docs to new-style.Georg Brandl2009-09-0239-160/+134
* 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