summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary traceback save/restore pair.Raymond Hettinger2008-03-191-4/+2
* Comment out tcltk/tcltk64 removal.Trent Nelson2008-03-191-2/+2
* Improve the error message when the CRCs don't match.Gregory P. Smith2008-03-191-1/+2
* Force a clean of the tcltk/tcltk64 directories now that we've completely chan...Trent Nelson2008-03-191-2/+2
* Fix the x64 Windows build environment used by the buildbots. %VS90COMNTOOLS%...Trent Nelson2008-03-195-18/+21
* Remove itertools warnings I had added before the 2-to-3 handled the migration.Raymond Hettinger2008-03-191-25/+0
* The filter() function does support a None argument in Py3.0.Raymond Hettinger2008-03-193-27/+0
* Issue 2354: Fix-up compare warning. Patch contributed by Jeff Balogh.Raymond Hettinger2008-03-192-1/+15
* Use sys.py3kwarning instead of trying to trigger a Py3k-related warning.Brett Cannon2008-03-191-8/+6
* test_nis would fail if test.test_support.verbose was true but NIS was not setBrett Cannon2008-03-192-4/+9
* Checkout sqlite-source when it is not there.Thomas Heller2008-03-191-0/+2
* Trivial typo.Eric Smith2008-03-191-2/+2
* Use test.test_support.captured_stdout instead of a custom contextmanager.Eric Smith2008-03-191-13/+1
* Lets have another try at getting the Windows buildbots in a consistent state ...Trent Nelson2008-03-193-73/+51
* Fix the tcl-8.4.18.1 path and make sure we cd into the right directory when b...Trent Nelson2008-03-191-6/+6
* Another one.Georg Brandl2008-03-191-1/+1
* Remove footnote from versionchanged as it upsets LaTeX.Georg Brandl2008-03-191-2/+1
* Remove extraneous apostrophe and semi-colon from AdditionalIncludeDirectories.Trent Nelson2008-03-191-8/+8
* Refine the Visual Studio 2008 build solution in order to improve how we deal ...Trent Nelson2008-03-198-78/+2101
* Issue2290: Support x64 Windows builds that live in pcbuild/amd64. Without it...Trent Nelson2008-03-191-1/+6
* Import relimport using a relative import.Martin v. Löwis2008-03-191-1/+1
* Merged revisions 61598-61599,61601 via svnmerge fromMartin v. Löwis2008-03-1924-177/+252
* Initialized merge tracking via "svnmerge" with revisions "1-61595" fromMartin v. Löwis2008-03-190-0/+0
* Import lib2to3.Martin v. Löwis2008-03-1968-0/+11993
* Issue #2400: Allow relative imports to "import *".Martin v. Löwis2008-03-194-5/+16
* Fix compiler warning.Raymond Hettinger2008-03-191-1/+1
* Fix the struct module DeprecationWarnings that zipfile was triggering byGregory P. Smith2008-03-191-27/+37
* Another test for __future__ print_function.Eric Smith2008-03-191-0/+11
* Added zip, map, filter to future_bultins (#2171)David Wolever2008-03-194-4/+49
* Added my name to ACKSDavid Wolever2008-03-191-0/+1
* Fixed compiler module so __future__ print_function is compilable.Eric Smith2008-03-193-2/+5
* Use zlib's crc32 routine instead of binascii when available. zlib's is fasterGregory P. Smith2008-03-191-3/+5
* Mention that crc32 and adler32 are available in a different module (zlib).Gregory P. Smith2008-03-192-0/+7
* Add Jeff RushAndrew M. Kuchling2008-03-191-0/+2
* Backport of the print function, using a __future__ import.Eric Smith2008-03-1813-34/+238
* Issue: 2354: Add 3K warning for the cmp argument to list.sort() and sorted().Raymond Hettinger2008-03-181-0/+5
* Speed-up isinstance() for one easy case.Raymond Hettinger2008-03-181-0/+5
* Add a test to make sure zlib.crc32 and binascii.crc32 return the same thing.Gregory P. Smith2008-03-182-1/+7
* Add py3k warnings for code and method inequality comparisons. This should res...Steven Bethard2008-03-183-2/+131
* Have regrtest skip test_py3kwarn when the -3 flag is missing.Steven Bethard2008-03-181-0/+8
* Added a warning when -3 is enabled and None is passed to filter as the first ...David Wolever2008-03-181-0/+7
* Ignore BIG5HKSCS-2004.TXT which is downloaded as part of a test.Brett Cannon2008-03-180-0/+0
* news entry for the chown fixGregory P. Smith2008-03-181-0/+3
* Import the test properly. This is especially important for py3k.Neal Norwitz2008-03-181-1/+1
* Fix test_atexit so that it still passes when -3 is supplied. (It was catching...Steven Bethard2008-03-181-2/+2
* Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) asGregory P. Smith2008-03-182-2/+30
* _have_soundcard() is a bad check for winsound.Beep, since you can have a soun...Steven Bethard2008-03-181-17/+19
* cell_compare needs to return -2 instead of NULL.Steven Bethard2008-03-181-1/+1
* Get regrtest working when re-running testsNeal Norwitz2008-03-181-2/+2
* Add py3k warnings for object, type, cell and dict comparisons. This should re...Steven Bethard2008-03-186-3/+166