| Commit message (Expand) | Author | Age | Files | Lines |
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 2 | -0/+47 |
|
|
* | Add largefile support for Linux64 and WIn64. Add test_largefile and some minor | Trent Mick | 2000-08-11 | 3 | -7/+142 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 2 | -13/+0 |
|
|
* | -- changed findall to return empty strings instead of None | Fredrik Lundh | 2000-08-09 | 1 | -0/+1 |
|
|
* | -- enabled some temporarily disabled RE tests | Fredrik Lundh | 2000-08-08 | 3 | -6/+39 |
|
|
* | -- whitespace cleanup (real changes coming in next checkin) | Fredrik Lundh | 2000-08-08 | 1 | -20/+20 |
|
|
* | -- whitespace cleanup (more tests to be added in the next commit) | Fredrik Lundh | 2000-08-08 | 1 | -23/+23 |
|
|
* | Barry's patch to test the new setdefault() method. | Guido van Rossum | 2000-08-08 | 1 | -0/+12 |
|
|
* | Removing UTF-16 aware Unicode comparison code. This kind of compare | Marc-André Lemburg | 2000-08-08 | 2 | -51/+53 |
|
|
* | Neil Schemenauer: GC enable(), disable(), isenabled() interface. | Vladimir Marangozov | 2000-08-06 | 1 | -0/+12 |
|
|
* | Oooopsss.....tab and space mismatch corrected. | Moshe Zadka | 2000-08-04 | 1 | -2/+2 |
|
|
* | Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' | Thomas Wouters | 2000-08-04 | 10 | -19/+20 |
|
|
* | Raise TestSkipped, not ImportError. | Moshe Zadka | 2000-08-04 | 1 | -2/+2 |
|
|
* | Make test_support.TestSkipped errors work the same way as ImportErrors: | Thomas Wouters | 2000-08-04 | 1 | -1/+1 |
|
|
* | In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there | Moshe Zadka | 2000-08-04 | 1 | -0/+3 |
|
|
* | test the non-multipart sections of the cgi module | Jeremy Hylton | 2000-08-03 | 2 | -0/+196 |
|
|
* | Checking in empty tests for urlparse, as future place holders | Moshe Zadka | 2000-08-03 | 2 | -0/+1 |
|
|
* | -- added recursion limit (currently ~10,000 levels) | Fredrik Lundh | 2000-08-03 | 2 | -0/+11 |
|
|
* | Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc | Barry Warsaw | 2000-08-03 | 1 | -12/+23 |
|
|
* | Added output for testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+1 |
|
|
* | Added testsuite for new zip() builtin. | Barry Warsaw | 2000-08-03 | 1 | -0/+36 |
|
|
* | Comment out repeated-group test for the moment | Andrew M. Kuchling | 2000-08-03 | 1 | -1/+1 |
|
|
* | Add nasty test case that overflows the stack with a repeated group | Andrew M. Kuchling | 2000-08-03 | 1 | -0/+4 |
|
|
* | -- SRE 0.9.8: now that the bug is fixed, I might as well enable | Fredrik Lundh | 2000-08-01 | 1 | -4/+2 |
|
|
* | -- SRE 0.9.8: updated test scripts | Fredrik Lundh | 2000-08-01 | 3 | -21/+6 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 1 | -0/+40 |
|
|
* | Fix inconsistent use of tab/space in indentation. | Thomas Wouters | 2000-07-30 | 1 | -8/+8 |
|
|
* | Test that after resizing the mmap'd file, we can't seek beyond the new size. | Mark Hammond | 2000-07-30 | 1 | -1/+8 |
|
|
* | Exercise .readline() and .readlines(). More data is written to the | Andrew M. Kuchling | 2000-07-29 | 1 | -4/+28 |
|
|
* | Was quite broken and incomplete. Now passes the test suite, but is still inc... | Mark Hammond | 2000-07-28 | 1 | -5/+14 |
|
|
* | Remove erroneous empty trailing line. (cause test_winreg.py failure) | Trent Mick | 2000-07-27 | 1 | -1/+0 |
|
|
* | -- changed test to work on platforms which have os.popen | Fredrik Lundh | 2000-07-27 | 1 | -2/+8 |
|
|
* | added test case for fixed duplicate arguments bug in Python/compile.c | Peter Schneider-Kamp | 2000-07-25 | 2 | -0/+17 |
|
|
* | Made an error message slightly more useful if select() returns something goofy | Andrew M. Kuchling | 2000-07-25 | 1 | -1/+1 |
|
|
* | -- updated to include known problems in SRE 0.9.6 | Fredrik Lundh | 2000-07-24 | 1 | -414/+11 |
|
|
* | Restore TestSkipped exception; appears to have disappeared in last checkin. | Fred Drake | 2000-07-24 | 1 | -3/+20 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 1 | -0/+2 |
|
|
* | restructured a bit and added some more content... | Skip Montanaro | 2000-07-19 | 1 | -53/+142 |
|
|
* | make TestFailed a class exception | Skip Montanaro | 2000-07-19 | 1 | -1/+2 |
|
|
* | Enable extra testing now that os.isatty() is in. (Also tests os.isatty ;P) | Thomas Wouters | 2000-07-19 | 2 | -10/+8 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 4 | -6/+6 |
|
|
* | Break a cycle created in the saboteur() function. | Vladimir Marangozov | 2000-07-15 | 1 | -2/+5 |
|
|
* | Break the cycles after testing cmp() on cyclic objects. | Vladimir Marangozov | 2000-07-14 | 1 | -0/+2 |
|
|
* | new test for posixpath module | Skip Montanaro | 2000-07-12 | 1 | -0/+2 |
|
|
* | new test file for posixpath module | Skip Montanaro | 2000-07-12 | 1 | -0/+42 |
|
|
* | small updates to string_join: | Jeremy Hylton | 2000-07-11 | 1 | -0/+3 |
|
|
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 2 | -0/+12 |
|
|
* | fix bug #42 reported by Andrew Dalke | Jeremy Hylton | 2000-07-11 | 5 | -27/+2 |
|
|
* | fixed inconsistent use of tab and spaces | Peter Schneider-Kamp | 2000-07-11 | 1 | -3/+3 |
|
|
* | Add test of resize() method of mmap objects | Andrew M. Kuchling | 2000-07-11 | 2 | -0/+13 |
|
|