summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-1221-3031/+11878
* Clear reference to the static PyExc_RecursionErrorInst in _PyExc_Fini.Alexandre Vassalotti2009-06-121-2/+2
* Support AMD64 in msilib. Set Win64 on reglocator.Martin v. Löwis2009-06-123-5/+16
* Issue 6261: Clarify behavior of random.uniform().Raymond Hettinger2009-06-112-1/+3
* remove check for case handled in sub-functionBenjamin Peterson2009-06-111-3/+0
* Move comment to correct line.Raymond Hettinger2009-06-111-2/+2
* Merged revisions 72523,72950-72951,72994,73003,73033,73036-73040,73091-73093,...Benjamin Peterson2009-06-1164-304/+383
* Add example of how to do key lookups with bisect().Raymond Hettinger2009-06-111-1/+19
* use multi-with syntaxBenjamin Peterson2009-06-111-2/+1
* revert r73361Benjamin Peterson2009-06-111-0/+4
* remove duplicate checkBenjamin Peterson2009-06-111-4/+0
* pep8-fied cygwinccompiler moduleTarek Ziadé2009-06-111-65/+30
* Issue #5262: Improved fix.Vinay Sajip2009-06-111-11/+11
* Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFil...Vinay Sajip2009-06-112-14/+22
* #6263 fixed syntax error in distutils.cygwinccompilerTarek Ziadé2009-06-113-2/+37
* removed the last string.split() callTarek Ziadé2009-06-111-2/+1
* Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in ...Tarek Ziadé2009-06-113-7/+51
* Fix a typo spotted by Nick Coghlan.Amaury Forgeot d'Arc2009-06-101-1/+1
* Distutils: started code cleanup and test coverage for cygwinccompilerTarek Ziadé2009-06-102-71/+170
* Fix signed/unsigned compiler warning.Raymond Hettinger2009-06-101-1/+1
* Issue 6256: Fix stacklevel in warning message.Raymond Hettinger2009-06-101-1/+1
* fix spellingBenjamin Peterson2009-06-101-1/+1
* Missing import in test_curses, uncovered by some buildbots.Amaury Forgeot d'Arc2009-06-091-0/+1
* Both kind of types are concerned.Amaury Forgeot d'Arc2009-06-091-1/+1
* #6201: Fix test_winreg on Windows:Amaury Forgeot d'Arc2009-06-092-35/+33
* Avoid invoking the parser/compiler just to test the presence of a function.Amaury Forgeot d'Arc2009-06-091-5/+1
* update symbol.py from with statement changesBenjamin Peterson2009-06-091-1/+1
* explain why keyword names are not just NAMEBenjamin Peterson2009-06-091-1/+3
* make ast.c depend on the grammarBenjamin Peterson2009-06-091-1/+1
* Restored a test that was erroneously removed. See issue 6198.Eric Smith2009-06-091-1/+1
* Issue 2947: document how return code handling translates fromR. David Murray2009-06-092-10/+24
* remove error checks already done in set_context()Benjamin Peterson2009-06-084-30/+5
* remove useless assertionBenjamin Peterson2009-06-081-1/+0
* This is a fix for Issue5809: you shouldn't specify both --enable-framework andRonald Oussoren2009-06-083-5733/+4907
* This checkin adds a symlink to the lib directory of a framework installRonald Oussoren2009-06-081-0/+1
* Typo fix.Georg Brandl2009-06-081-1/+1
* #6238: add fillchar to string.just function family.Georg Brandl2009-06-081-5/+6
* #6194: O_SHLOCK/O_EXLOCK are not really more platform independent than lockf().Georg Brandl2009-06-081-3/+2
* Remove period from end of headings.Georg Brandl2009-06-086-18/+12
* backport r73273Benjamin Peterson2009-06-071-0/+21
* remove has_keyBenjamin Peterson2009-06-071-1/+1
* use booleans for flagsBenjamin Peterson2009-06-072-19/+19
* always inherit from an appropiate base classBenjamin Peterson2009-06-071-4/+2
* inherit from objectBenjamin Peterson2009-06-071-1/+1
* Add Ezio.Georg Brandl2009-06-071-0/+3
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-072-1/+16
* backport r73268Benjamin Peterson2009-06-072-36/+2
* #6224: s/JPython/Jython/, and remove one link to a module nine years old.Georg Brandl2009-06-064-9/+6
* #6204: use a real reference instead of "see later".Georg Brandl2009-06-061-1/+1
* #6211: elaborate a bit on ways to call the function.Georg Brandl2009-06-061-5/+14