summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break the cycles after testing cmp() on cyclic objects.Vladimir Marangozov2000-07-141-0/+2
* new test for posixpath moduleSkip Montanaro2000-07-121-0/+2
* new test file for posixpath moduleSkip Montanaro2000-07-121-0/+42
* small updates to string_join:Jeremy Hylton2000-07-111-0/+3
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-112-0/+12
* fix bug #42 reported by Andrew DalkeJeremy Hylton2000-07-115-27/+2
* fixed inconsistent use of tab and spacesPeter Schneider-Kamp2000-07-111-3/+3
* Add test of resize() method of mmap objectsAndrew M. Kuchling2000-07-112-0/+13
* add more tests of string.join variants to run_method_testsJeremy Hylton2000-07-111-8/+11
* factor out test definitions to string_tests moduleJeremy Hylton2000-07-104-353/+202
* Added the line 'Testing UTF-16 code point order comparisons... done."Guido van Rossum2000-07-101-0/+1
* expect message "no regression test case for method 'encode'Jeremy Hylton2000-07-101-0/+3
* Tests for new surrogate support in the UTF-8 codec. By Bill Tutt.Marc-André Lemburg2000-07-071-0/+72
* Tests for new instance support in unicode().Marc-André Lemburg2000-07-071-0/+15
* Added tests for the new .isalpha() and .isalnum() methods.Marc-André Lemburg2000-07-052-0/+31
* Removed some tabs.Paul Prescod2000-07-041-6/+6
* - fixed grouping error bugFredrik Lundh2000-07-031-3/+0
* - added lookbehind support (?<=pattern), (?<!pattern).Fredrik Lundh2000-07-031-25/+25
* Compute the name of the test file so that it can be found both when thisFred Drake2000-07-031-2/+12
* Fixed test outputPaul Prescod2000-07-011-0/+1
* Added minidom tests.Paul Prescod2000-07-013-0/+500
* output for openpty testGuido van Rossum2000-07-011-0/+2
* Thomas Wouters: Test script for openpty()Guido van Rossum2000-07-011-0/+23
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-302-0/+97
* Output for test_winreg2.Fred Drake2000-06-301-0/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-301-0/+341
* - reverted to "\x is binary byte"Fredrik Lundh2000-06-301-1/+0
* * added a randomize flag and corresponding -r command line argument thatSkip Montanaro2000-06-301-8/+13
* Switch to sre for regular expression matching (the new mini-re moduleGuido van Rossum2000-06-301-4/+4
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-302-23/+0
* the mad patcher strikes again:Fredrik Lundh2000-06-301-2/+1
* - fixed lookahead assertions (#10, #11, #12)Fredrik Lundh2000-06-301-3/+0
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+1