summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed --have-resources flag in favor of the more granular -u/--useBarry Warsaw2001-08-201-22/+61
* use_large_resources => use_resourcesBarry Warsaw2001-08-201-2/+8
* Whitespace normalization.Tim Peters2001-08-202-3/+3
* Test failed because these was no expected-output file, but always printedTim Peters2001-08-201-5/+8
* Deal more appropriately with bare ampersands and pointy brackets; thisFred Drake2001-08-202-19/+39
* Add test case to cover multiple future statements on separate lines ofJeremy Hylton2001-08-201-0/+11
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-203-0/+5
* Committing and closing SF patch #403671 by Finn Bock to help JythonBarry Warsaw2001-08-201-11/+31
* add a few test cases for threading module.Skip Montanaro2001-08-201-0/+52
* Added new BoundedSemaphore class. Closes bug 452836.Skip Montanaro2001-08-201-0/+15
* Silence warnings during test_osJeremy Hylton2001-08-201-0/+5
* Clean up some argument profiles, enrich the docstring.Eric S. Raymond2001-08-201-18/+27
* of course I muffed it separating the notes code from the initial_valueSkip Montanaro2001-08-191-4/+4
* Avoid total dependency on the new module. This addresses the problemGuido van Rossum2001-08-191-1/+7
* add debug calls to self._note for the Semaphore class. This closes bugSkip Montanaro2001-08-191-0/+9
* Inspired by Greg Stein's proposed simplification of the _closesocketGuido van Rossum2001-08-181-5/+1
* Expose the CO_xxx flags via the "new" module (re-solving a problem "theTim Peters2001-08-182-11/+17
* Framework code for compilerlike scripts.Eric S. Raymond2001-08-181-0/+154
* Resolve patch #449367.Greg Stein2001-08-181-15/+26
* Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls.Ka-Ping Yee2001-08-181-0/+8
* Initial check-in of cgitb.Ka-Ping Yee2001-08-181-0/+182
* When the socket is closed, don't just assign 0 to self._sock.Guido van Rossum2001-08-181-8/+18
* Generate correct reprs for Mul, Add, etc.Jeremy Hylton2001-08-181-20/+8
* Track removal of doc string from Module().nodes[0]Jeremy Hylton2001-08-181-7/+2
* Add Yield() nodeJeremy Hylton2001-08-181-0/+12
* Remove the horrid generators hack from doctest.py. This relies on aTim Peters2001-08-181-75/+37
* Add Yield() statement handlerJeremy Hylton2001-08-181-1/+11