summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 74148 via svnmerge fromEzio Melotti2009-07-211-1/+1
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-214-3/+61
* 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-174-148/+139
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-173-4/+5
* Merged revisions 74006 via svnmerge fromAmaury Forgeot d'Arc2009-07-151-0/+2
* Document the thousands separator.Raymond Hettinger2009-07-121-1/+5
* #6421: The self argument of module-level PyCFunctions is now a reference to t...Georg Brandl2009-07-112-13/+9
* Merged revisions 73940 via svnmerge fromGeorg Brandl2009-07-111-1/+6
* Merged revisions 73916 via svnmerge fromAmaury Forgeot d'Arc2009-07-091-1/+1
* #6428: py3k requires that __bool__ return a bool (and not an int)Amaury Forgeot d'Arc2009-07-071-5/+5
* Merged revisions 73818 via svnmerge fromGregory P. Smith2009-07-041-0/+9
* remove cobject referenceBenjamin Peterson2009-07-011-1/+0
* Remove docs for string.maketrans().Raymond Hettinger2009-07-011-9/+0
* Removed contextlib.nested()Raymond Hettinger2009-07-011-49/+0
* remove PyCObjectBenjamin Peterson2009-07-011-59/+0
* Merged revisions 73072 via svnmerge fromAntoine Pitrou2009-06-291-0/+6
* Link to PEP 383.Martin v. Löwis2009-06-291-1/+2
* Merged revisions 73669 via svnmerge fromBenjamin Peterson2009-06-292-2/+2
* Clean-up floating point tutorial.Raymond Hettinger2009-06-281-23/+28
* Small doc fix-ups to floatingpoint.rst. More are forthcoming.Raymond Hettinger2009-06-281-5/+5
* include 3.2 in toctreeBenjamin Peterson2009-06-281-1/+1
* Fill-in some new news.Raymond Hettinger2009-06-282-3/+20
* Fix incorrect quote type on Decimal examplesMark Dickinson2009-06-281-2/+2
* Issue #6354 continued: reword confusing tutorial note on the (no-longerMark Dickinson2009-06-281-10/+3
* Issue #6354: More fixes for code examples involving the repr of a float.Mark Dickinson2009-06-286-13/+13
* Whatsnew begins afreshRaymond Hettinger2009-06-281-0/+99
* 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