summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make sure the root windows gets destroyedGuilherme Polo2009-01-281-1/+4
* * Renaming test_tk_* to test_ttk_* since that is what they are testing.Guilherme Polo2009-01-283-2/+20
* Added support for collecting tests only from specific packages.Guilherme Polo2009-01-281-4/+11
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-2811-0/+3685
* use True and FalseBenjamin Peterson2009-01-271-3/+3
* Add more tests for the powerset() recipe.Raymond Hettinger2009-01-271-0/+6
* More exhaustive combinatoric checks.Raymond Hettinger2009-01-271-16/+28
* Issue 5021: doctest.testfile should set __name__Raymond Hettinger2009-01-271-1/+1
* Stronger tests for combinatoric relationships.Raymond Hettinger2009-01-272-1/+9
* Add tests to verify combinatoric relationships.Raymond Hettinger2009-01-271-0/+26
* excellent place to use a set() #5069Benjamin Peterson2009-01-271-2/+2
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-271-38/+78
* Remove startup firewall message. That is handled by an error dialogRaymond Hettinger2009-01-261-12/+2
* Issue #5073: Fix occasional failure of bsddb/test/test_lock.py. ThanksMark Dickinson2009-01-261-1/+1
* Backport importlib in the form of providing importlib.import_module(). This hasBrett Cannon2009-01-262-0/+211
* Fixed #1885: --formats=tar,gztar was not working properly in the sdist commandTarek Ziadé2009-01-252-11/+70