summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-172-0/+320
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-0/+9
* Update test output to reflect change in SyntaxError formatting.Fred Drake2000-08-151-1/+1
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
* Added a test of the md5.hexdigest() method. Funny enough, this testBarry Warsaw2000-08-151-0/+6
* Remove the test for abspath with an empty path - too hard to do in a cross-pl...Mark Hammond2000-08-141-1/+0
* Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ...Mark Hammond2000-08-141-0/+5
* Check in the correct output - even though the module itself may not survive!Mark Hammond2000-08-141-0/+76
* list comprehensions. seeSkip Montanaro2000-08-122-0/+47
* Add largefile support for Linux64 and WIn64. Add test_largefile and some minorTrent Mick2000-08-113-7/+142
* remove all occurence of math.rint() from the sourcesPeter Schneider-Kamp2000-08-102-13/+0
* -- changed findall to return empty strings instead of NoneFredrik Lundh2000-08-091-0/+1
* -- enabled some temporarily disabled RE testsFredrik Lundh2000-08-083-6/+39
* -- whitespace cleanup (real changes coming in next checkin)Fredrik Lundh2000-08-081-20/+20
* -- whitespace cleanup (more tests to be added in the next commit)Fredrik Lundh2000-08-081-23/+23
* Barry's patch to test the new setdefault() method.Guido van Rossum2000-08-081-0/+12
* Removing UTF-16 aware Unicode comparison code. This kind of compareMarc-André Lemburg2000-08-082-51/+53
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-061-0/+12
* Oooopsss.....tab and space mismatch corrected.Moshe Zadka2000-08-041-2/+2
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-0410-19/+20
* Raise TestSkipped, not ImportError.Moshe Zadka2000-08-041-2/+2
* Make test_support.TestSkipped errors work the same way as ImportErrors:Thomas Wouters2000-08-041-1/+1
* In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't thereMoshe Zadka2000-08-041-0/+3
* test the non-multipart sections of the cgi moduleJeremy Hylton2000-08-032-0/+196
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-032-0/+1
* -- added recursion limit (currently ~10,000 levels)Fredrik Lundh2000-08-032-0/+11
* Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gcBarry Warsaw2000-08-031-12/+23
* Added output for testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+1
* Added testsuite for new zip() builtin.Barry Warsaw2000-08-031-0/+36
* Comment out repeated-group test for the momentAndrew M. Kuchling2000-08-031-1/+1
* Add nasty test case that overflows the stack with a repeated groupAndrew M. Kuchling2000-08-031-0/+4
* -- SRE 0.9.8: now that the bug is fixed, I might as well enableFredrik Lundh2000-08-011-4/+2
* -- SRE 0.9.8: updated test scriptsFredrik Lundh2000-08-013-21/+6
* added count, extend, index, pop and remove to arraymodulePeter Schneider-Kamp2000-07-311-0/+40
* Fix inconsistent use of tab/space in indentation.Thomas Wouters2000-07-301-8/+8
* Test that after resizing the mmap'd file, we can't seek beyond the new size.Mark Hammond2000-07-301-1/+8
* Exercise .readline() and .readlines(). More data is written to theAndrew M. Kuchling2000-07-291-4/+28
* Was quite broken and incomplete. Now passes the test suite, but is still inc...Mark Hammond2000-07-281-5/+14
* Remove erroneous empty trailing line. (cause test_winreg.py failure)Trent Mick2000-07-271-1/+0
* -- changed test to work on platforms which have os.popenFredrik Lundh2000-07-271-2/+8
* added test case for fixed duplicate arguments bug in Python/compile.cPeter Schneider-Kamp2000-07-252-0/+17
* Made an error message slightly more useful if select() returns something goofyAndrew M. Kuchling2000-07-251-1/+1
* -- updated to include known problems in SRE 0.9.6Fredrik Lundh2000-07-241-414/+11
* Restore TestSkipped exception; appears to have disappeared in last checkin.Fred Drake2000-07-241-3/+20
* -- SRE 0.9.6 sync. this includes:Fredrik Lundh2000-07-231-0/+2
* restructured a bit and added some more content...Skip Montanaro2000-07-191-53/+142
* make TestFailed a class exceptionSkip Montanaro2000-07-191-1/+2
* Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P)Thomas Wouters2000-07-192-10/+8
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-164-6/+6
* Break a cycle created in the saboteur() function.Vladimir Marangozov2000-07-151-2/+5