summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 72912,72920,72940 via svnmerge fromBenjamin Peterson2009-06-281-0/+12
* Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge...Benjamin Peterson2009-06-271-34/+203
* Updated the last example as requested in #6350Ezio Melotti2009-06-271-8/+18
* Merged revisions 73511 via svnmerge fromR. David Murray2009-06-251-1/+1
* Fix some broken/missing function:: declarations in turtle docsR. David Murray2009-06-251-5/+6
* Merged revisions 73537 via svnmerge fromAmaury Forgeot d'Arc2009-06-231-5/+0
* must be bytesBenjamin Peterson2009-06-231-1/+1
* Merged revisions 73465 via svnmerge fromNick Coghlan2009-06-171-11/+29
* Merged revisions 73462-73463 via svnmerge fromGeorg Brandl2009-06-171-1/+2
* Add usage note.Raymond Hettinger2009-06-171-0/+4
* rephrase for clarityBenjamin Peterson2009-06-161-1/+1
* Merged revisions 73447-73448 via svnmerge fromGeorg Brandl2009-06-161-0/+6
* rewrite binary std streams part; note that detach()/buffer will not always workBenjamin Peterson2009-06-141-3/+8
* update peek documentation to implementationBenjamin Peterson2009-06-141-5/+3
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-111-0/+2
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-112-12/+80
* Move comment to correct line.Raymond Hettinger2009-06-111-2/+2
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* Fix typo.Thomas Heller2009-06-081-1/+1
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-083-7/+3
* Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the t...Georg Brandl2009-06-081-225/+218
* Signature documentation style update, modules J, K, L and M.Georg Brandl2009-06-0820-116/+100
* Recorded merge of revisions 73286 via svnmerge fromGeorg Brandl2009-06-083-8/+6
* #6235: ASCII also affects \[dD] escapes.Georg Brandl2009-06-081-3/+3