summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update the README to be a little more inspiring w/regards to stabilityv3.1rc2Benjamin Peterson2009-06-131-17/+4
* bump version to 3.1rc2Benjamin Peterson2009-06-136-7/+7
* update pydoc topicsBenjamin Peterson2009-06-131-6/+6
* make file closing more robustBenjamin Peterson2009-06-131-7/+6
* Fix SystemError and a wasps nest of ref counting issues.Raymond Hettinger2009-06-123-8/+33
* Merged revisions 73390 via svnmerge fromMartin v. Löwis2009-06-123-5/+16
* Issue #6195: fix doctest to no longer try to read 'source' data fromR. David Murray2009-06-123-12/+34
* Fixup/simplify another nested context manager.Raymond Hettinger2009-06-121-6/+3
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-128-665/+660
* Merged revisions 73370 via svnmerge fromBenjamin Peterson2009-06-1164-302/+381
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-112-1/+3
* Blocked revisions 73145 via svnmergeBenjamin Peterson2009-06-110-0/+0
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-1115-73/+118
* Blocked revisions 73372 via svnmergeBenjamin Peterson2009-06-110-0/+0
* Blocked revisions 73182,73184,73238,73252,73281,73334,73361-73362,73367 via s...Benjamin Peterson2009-06-110-0/+0
* 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
* 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