summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #5170: Fixed Unicode output bug in logging and added test case. This is...Vinay Sajip2009-02-082-7/+32
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-6/+6
* Issue 4195: Restore the ability to execute packages with the -m switch (but t...Nick Coghlan2009-02-082-6/+75
* make destinsrc privateBenjamin Peterson2009-02-072-6/+6
* Add test for issue #999042, explict global statement works.Neil Schemenauer2009-02-071-0/+7
* Fix broken test in test_hotshot. Treating the current directory as anNeil Schemenauer2009-02-071-1/+7
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-072-36/+42
* Issue #999042: The Python compiler now handles explict global statementsNeil Schemenauer2009-02-073-10/+15
* Make names generated for 'with' variables match the built-in compiler.Neil Schemenauer2009-02-071-1/+1
* #3986 replacing string and types call (like in the Py3k branch), and put exec...Tarek Ziadé2009-02-072-24/+55
* Convert "srcdir" into an absolute path if that seems prudent. CurrrentlyNeil Schemenauer2009-02-061-0/+14
* Overhaul Lib/compiler block ordering. The previous code was filled withNeil Schemenauer2009-02-062-159/+97
* Fixed #5167: test_customize_compiler does not apply under non unix compilersTarek Ziadé2009-02-061-0/+6
* Ivan on IRC in #twisted reported this crasher.Armin Rigo2009-02-061-0/+5
* Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...Kristján Valur Jónsson2009-02-061-5/+7
* removed types usage and added test coverage (work for #3986)Tarek Ziadé2009-02-062-9/+51
* Fixed #3987 : removed unused importTarek Ziadé2009-02-061-1/+0
* fixed #1520877: now distutils reads Read from the environment/MakefileTarek Ziadé2009-02-062-3/+28
* using >= so setting verbose to 2 will work as wellTarek Ziadé2009-02-062-6/+6
* Implement issue #4285, convert sys.version_info to a namedEric Smith2009-02-061-1/+13
* README now reflects the current stateTarek Ziadé2009-02-061-16/+5
* Fixed #1276768: verbose option was not used in the code.Tarek Ziadé2009-02-064-24/+185
* Fixed #5132: enable extensions to link on SolarisTarek Ziadé2009-02-052-3/+26
* Fix test_build_ext.py to work when building in a separate directory.Neil Schemenauer2009-02-051-5/+9
* Since sysconfig.get_python_inc() now works when building in aNeil Schemenauer2009-02-051-21/+4
* Fix get_python_inc() to work when building in a directory separate fromNeil Schemenauer2009-02-051-5/+11
* Fix comment for #1835Tarek Ziadé2009-02-051-6/+1
* Minor doc fixups.Raymond Hettinger2009-02-041-3/+6
* issue 4804: Provide checks for the format string of strftime, and for the "m...Kristján Valur Jónsson2009-02-041-1/+1
* Make importlib backwards-compatible to Python 2.2 (but this is not promised toBrett Cannon2009-02-031-3/+16
* Backport importlib to at least Python 2.5 by getting rid of use of str.format.Brett Cannon2009-02-031-1/+1
* Make importlib a package. This allows using svn:externals in the sandbox toBrett Cannon2009-02-031-0/+0
* Register decimals as numbers.NumberRaymond Hettinger2009-02-032-0/+14
* Validate that __length_hint__ returns a usable result.Raymond Hettinger2009-02-031-0/+10
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-0/+31
* Moving to importlibGuilherme Polo2009-02-021-4/+3
* Restore the previous geometry before leaving the testGuilherme Polo2009-02-021-2/+3
* Use a single Tcl interpreter through all these tests, this may help someGuilherme Polo2009-02-024-16/+34
* Restore Tkinter.Tk._loadtk so this test doesn't fail for problemsGuilherme Polo2009-02-011-1/+7
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-311-6/+30
* I believe the intention here was to avoid a global lookupBenjamin Peterson2009-01-311-1/+1
* Add an extra test for long <-> float hash equivalence.Mark Dickinson2009-01-311-0/+1
* check the errno in bad fd casesBenjamin Peterson2009-01-311-2/+8
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-301-1/+10
* pep8tify conditionalsBenjamin Peterson2009-01-301-29/+58
* fixed test_make_distribution so it runs on any platform, as long as tar an gz...Tarek Ziadé2009-01-291-9/+6
* Issue #2047: shutil.move() could believe that its destination path wasAntoine Pitrou2009-01-292-1/+29
* Fix issue5075: bdist_wininst should not depend on the vc runtime?Mark Hammond2009-01-292-0/+0
* Issue 4920: Fixed next() vs __next__() issues in the ABCsRaymond Hettinger2009-01-282-4/+65
* Issue #5083: New 'gui' resource for regrtest.Guilherme Polo2009-01-281-1/+3