summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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-135-9/+8
* Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-121-2/+25
* Fix typo.R. David Murray2009-09-121-1/+1
* 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-1110-37/+61
* kill reference to default encoding #6889Benjamin Peterson2009-09-111-3/+2
* 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
* #6819: fix typo.Georg Brandl2009-09-021-1/+1
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-0110-32/+42
* #6732: fix return value of module init function in example.Georg Brandl2009-09-011-0/+1
* #6754: remove old struct member nb_inplace_divide.Georg Brandl2009-09-011-1/+0
* Recorded merge of revisions 74614 via svnmerge fromGeorg Brandl2009-09-012-6/+16
* #6814: remove traces of xrange().Georg Brandl2009-09-012-4/+4
* Doc fix for issue2637.Senthil Kumaran2009-08-311-1/+2
* Document the import semantics that if None is found in sys.modules for a modu...Brett Cannon2009-08-301-1/+3
* the old buffer object doesn't exist in Python 3 #6659Benjamin Peterson2009-08-261-5/+15
* Merged revisions 74533 via svnmerge fromTarek Ziadé2009-08-211-4/+6
* 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
* Merged revisions 74411 via svnmerge fromGeorg Brandl2009-08-131-5/+2
* Merged revisions 74404 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* Fix duplicate sentence.Georg Brandl2009-08-131-3/+1
* #6694: fix old function names.Georg Brandl2009-08-131-2/+2
* Merged revisions 74328,74332-74333,74365 via svnmerge fromGeorg Brandl2009-08-134-21/+16
* typoPhilip Jenvey2009-08-061-1/+1
* #6648: mention surrogateescape handler where all standard handlers are listed.Georg Brandl2009-08-061-3/+4
* Merged revisions 74307 via svnmerge fromGeorg Brandl2009-08-041-0/+11
* #6618: fix invalid 3k syntax.Georg Brandl2009-08-031-1/+1
* 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 74075,74187,74197,74201,74216,74225 via svnmerge fromAlexandre Vassalotti2009-07-291-4/+4
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-2919-147/+165
* #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-2636-63/+61
* 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