summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* Recorded merge of revisions 73350,73353 via svnmerge fromGeorg Brandl2009-06-110-0/+0
* Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFil...Vinay Sajip2009-06-112-16/+22
* Merged revisions 73354 via svnmerge fromTarek Ziadé2009-06-111-63/+29
* Merged revisions 73348 via svnmerge fromTarek Ziadé2009-06-113-2/+37
* Blocked revisions 73345 via svnmergeTarek Ziadé2009-06-110-0/+0
* Merged revisions 73341 via svnmerge fromTarek Ziadé2009-06-113-5/+49
* Merged revisions 73336 via svnmerge fromTarek Ziadé2009-06-102-70/+170
* Issue 6256: Fix stacklevel in warning message.Raymond Hettinger2009-06-101-1/+1
* Fix funny typo.Raymond Hettinger2009-06-101-1/+1
* Merged revisions 73328 via svnmerge fromAmaury Forgeot d'Arc2009-06-091-0/+1
* Blocked revisions 73325-73326 via svnmergeAmaury Forgeot d'Arc2009-06-090-0/+0
* #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ig...Amaury Forgeot d'Arc2009-06-093-3/+21
* Add notes for porting issues related to pickles.Raymond Hettinger2009-06-091-0/+5
* Add example for the change to pickle and note the effect of the fix_imports o...Raymond Hettinger2009-06-091-18/+24
* Blocked revisions 73314 via svnmergeEric Smith2009-06-090-0/+0
* Merged revisions 73305 via svnmerge fromRonald Oussoren2009-06-083-1/+15
* Merged revisions 73303 via svnmerge fromRonald Oussoren2009-06-081-0/+1
* Fix markup.Georg Brandl2009-06-081-3/+3
* Fix typo.Thomas Heller2009-06-081-1/+1
* Elaborate encoding recommendations, and fix ambiguous wording for list compre...Georg Brandl2009-06-082-9/+13
* Blocked revisions 73296 via svnmergeGeorg Brandl2009-06-080-0/+0
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-088-19/+28
* 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
* Fix default value in docstring.Georg Brandl2009-06-081-2/+2
* Use boolean for another flag option.Georg Brandl2009-06-081-1/+1
* Use a real bool for a flag option.Georg Brandl2009-06-081-1/+1
* 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
* Remove duplicated sentence. Remove duplicated sentence.Georg Brandl2009-06-081-2/+1
* Blocked revisions 73282 via svnmergeBenjamin Peterson2009-06-070-0/+0
* When _locale became a built-in module it was discovered that ``-lintl`` was notBrett Cannon2009-06-074-5/+14
* Issue #6221: Delete test registry key before running the test.Martin v. Löwis2009-06-072-0/+23
* Blocked revisions 73270 via svnmergeBenjamin Peterson2009-06-070-0/+0
* Fix symlink for 2to3 in framework install. Without this patch an incorrect li...Ronald Oussoren2009-06-071-1/+1
* Fix for issue 6202Ronald Oussoren2009-06-072-36/+2
* stop throwing out all errors when PyObject_GetAttr failsBenjamin Peterson2009-06-061-6/+19
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-067-26/+50
* Add what's new entry for r73236.Antoine Pitrou2009-06-061-0/+18
* Merged revisions 73250 via svnmerge fromBenjamin Peterson2009-06-051-3/+4
* Blocked revisions 73243 via svnmergeTarek Ziadé2009-06-050-0/+0
* Blocked revisions 73240 via svnmergeEric Smith2009-06-050-0/+0
* Issue #6137: The pickle module now translates module names when loadingAntoine Pitrou2009-06-048-157/+532
* Merged revisions 73232 via svnmerge fromGeorg Brandl2009-06-041-0/+9
* Remove the ipaddr module per discussion on python-dev.Raymond Hettinger2009-06-045-2403/+2
* Merged revisions 73224 via svnmerge fromEric Smith2009-06-041-2/+2
* Take ipaddr out of whatsnew.Raymond Hettinger2009-06-041-37/+0
* Merged revisions 73217 via svnmerge fromGeorg Brandl2009-06-041-0/+3
* Merged revisions 73215 via svnmerge fromGeorg Brandl2009-06-041-1/+1