summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #6286: distutils upload command now uses urllib2Tarek Ziadé2009-06-153-62/+55
* code cleanupTarek Ziadé2009-06-151-13/+9
* backport r73430Benjamin Peterson2009-06-141-9/+0
* #6227: Because of a wrong indentation, the test was not testing what it should.Amaury Forgeot d'Arc2009-06-142-1/+3
* Issue #6271: mmap tried to close invalid file handle (-1) when annonymous.Hirokazu Yamamoto2009-06-142-1/+5
* Updated MSVC files to follow r73394.Hirokazu Yamamoto2009-06-145-34/+124
* update ast versionBenjamin Peterson2009-06-131-2/+2
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-136-21/+28
* give a better error message when deleting ()Benjamin Peterson2009-06-132-4/+13
* set Print.values to NULL if there are no valuesBenjamin Peterson2009-06-131-9/+12
* handle different rc formatBenjamin Peterson2009-06-131-1/+4
* special case release candidatesBenjamin Peterson2009-06-131-2/+4
* use 'rc' for release candidates for consistencyBenjamin Peterson2009-06-131-1/+1
* allow importing from a module named None if it has an 'as' clauseBenjamin Peterson2009-06-132-4/+8
* prevent import statements from assigning to NoneBenjamin Peterson2009-06-133-11/+34
* keep the slice.step field as NULL if no step expression is givenBenjamin Peterson2009-06-133-8/+10
* Revert r73401 per Raymond Hettinger's request.Alexandre Vassalotti2009-06-122-8/+6
* Make pickling of OrderedDict instances more efficient.Alexandre Vassalotti2009-06-122-6/+8
* Delete outdated make file for building the parser with MSVC 6.Alexandre Vassalotti2009-06-121-45/+0
* Add const qualifier to PyErr_SetFromErrnoWithFilename and toAlexandre Vassalotti2009-06-122-4/+5
* Re-enable testing of builtin open() in test_bufio in test_largefileAntoine Pitrou2009-06-122-4/+13
* Try to restore the old test_file and test_univnewlines as new, different filesAntoine Pitrou2009-06-124-95/+461
* Restore the old test_file.py (for the builtin file object) as a new file name...Antoine Pitrou2009-06-121-0/+344
* 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