summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* pickle.py, load_int(): Match cPickle's just-repaired ability to unpickleTim Peters2001-08-282-1/+20
* Update an email address.Barry Warsaw2001-08-281-10/+10
* Fix the test again due to fewer calls to __getattr__.Guido van Rossum2001-08-281-3/+1
* Fix one test to reflect the change in method lookup policy.Guido van Rossum2001-08-281-2/+1
* Make sure the JUMP_ABSOLUTE and POP_BLOCK at the end of a for loop areJeremy Hylton2001-08-281-1/+1
* XXX_NAME ops should affect varnamesJeremy Hylton2001-08-281-1/+4
* Generate FOR_ITER-based loops instead of old FOR_LOOP-based loopsJeremy Hylton2001-08-281-5/+9
* FOR_ITER is a jrel_op() not a plain old def_op()Jeremy Hylton2001-08-281-1/+1
* Added list of tests expected to be skipped on the mac.Jack Jansen2001-08-281-0/+36
* Handle private namesJeremy Hylton2001-08-273-20/+50
* A quick hack to make the test pass on the Mac (similar to the quick hackJack Jansen2001-08-271-0/+4
* emit SET_LINENO for augmented assignmentsJeremy Hylton2001-08-271-0/+4
* Many changes -- bug fixes and sundry improvementsJeremy Hylton2001-08-271-33/+30
* Fix another test still expecting overflow on big int literals.Tim Peters2001-08-271-7/+2
* Change test_overflow to test_no_overflow; looks like big int literalsTim Peters2001-08-271-4/+5
* Fix for sibling nodes that define the same free variableJeremy Hylton2001-08-271-6/+10
* Add lookup_name() to optimize use of stack framesJeremy Hylton2001-08-271-5/+21
* Two changes to visitor API:Jeremy Hylton2001-08-271-20/+23
* Add content-type header to ftp URLs (SF patch #454553)Jeremy Hylton2001-08-273-14/+27
* SF bug [#455775] float parsing discrepancy.Tim Peters2001-08-271-0/+15
* Patch by Bill Noon: added 'dylib' as a library type along withJack Jansen2001-08-272-4/+9
* Undo previous checkin -- Barry fixed it better.Guido van Rossum2001-08-241-2/+0
* Update test output to match new (more informative) error message aboutGuido van Rossum2001-08-241-2/+2
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-242-4/+8
* Remove the local 'getset' class -- this is now a built-in type withGuido van Rossum2001-08-241-18/+0
* Rip the import repr truncation test out of here and put it in test_repr.pyBarry Warsaw2001-08-241-35/+0
* Added lots of tests for reprs of "simple" objects, such as file,Barry Warsaw2001-08-241-0/+156
* Repair repr of future-features (wasn't updated to include the newTim Peters2001-08-241-2/+3
* supers(): typo -- "if verify" should be "if verbose".Guido van Rossum2001-08-241-1/+1
* Add test suite for super().Guido van Rossum2001-08-241-0/+32
* Add a test for the new getset type.Guido van Rossum2001-08-241-0/+24
* SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, likeGuido van Rossum2001-08-241-4/+7
* Back out trying to use the C values for CO_xxx.Tim Peters2001-08-241-10/+10
* Looks like someone forgot the change the expected output file.Tim Peters2001-08-241-14/+14
* Add a test for the new // operator too.Tim Peters2001-08-231-0/+4
* SF bug [#454456] int overflow code needs tests.Tim Peters2001-08-231-0/+61
* Patch #449054 to implement PEP 250. The standard install directory forGreg Ward2001-08-232-8/+22
* Remove test_long's expected-output file.Tim Peters2001-08-232-9/+8
* untabificationFredrik Lundh2001-08-231-5/+5
* updated to current PythonWare version (1.0b3). fixed type checks inFredrik Lundh2001-08-231-9/+15
* Committing and closing SF patch #441348 to help Jython to pass this test.Finn Bock2001-08-231-1/+1
* SF patch #454553 by Walter Dörwald: auto-guess content-type header forGuido van Rossum2001-08-231-5/+7
* Don't make even the _slightest_ modification between test and checkin,Jack Jansen2001-08-231-1/+1
* The MacOS module may be available on Mac OS X, but it doesn't have a SchedPar...Jack Jansen2001-08-231-1/+1
* Turn OverflowWarning into an error locally, in order to make theGuido van Rossum2001-08-231-0/+3
* Ignore OverflowWarning by default. To enable the warning, useGuido van Rossum2001-08-231-0/+1
* Merge changes from r22a2-branch back into trunk. Also, change patchBarry Warsaw2001-08-221-0/+3
* Enhancements:Ka-Ping Yee2001-08-211-93/+111
* A test of SSL support, using a roundabout method suggested by Guido.Barry Warsaw2001-08-201-0/+13
* Use test_support.requires() to decide whether additional largefileBarry Warsaw2001-08-201-7/+8