| Commit message (Expand) | Author | Age | Files | Lines |
* | Jeremy's patch #103323: trivial tests of all untested modules. | Tim Peters | 2001-01-19 | 1 | -0/+1 |
|
|
* | add test of bastion and rexec to std regression test suite | Jeremy Hylton | 2001-01-19 | 1 | -0/+10 |
|
|
* | A dumb test for the dumdbm module. | Guido van Rossum | 2001-01-18 | 1 | -0/+1 |
|
|
* | Rich comparison tests | Guido van Rossum | 2001-01-18 | 1 | -0/+187 |
|
|
* | This patch adds a new builtin unistr() which behaves like str() | Marc-André Lemburg | 2001-01-17 | 1 | -0/+1 |
|
|
* | Ugh. Sorry. Checked in the wrong file. Please ignore revision 1.3; | Ka-Ping Yee | 2001-01-15 | 1 | -154/+154 |
|
|
* | better format names and error messages | Ka-Ping Yee | 2001-01-15 | 1 | -2/+2 |
|
|
* | This patch makes sure that the function name always appears in the error | Ka-Ping Yee | 2001-01-15 | 2 | -11/+86 |
|
|
* | Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. | Ka-Ping Yee | 2001-01-15 | 1 | -365/+421 |
|
|
* | Committing PEP 232, function attribute feature, approved by Guido. | Barry Warsaw | 2001-01-15 | 1 | -0/+1 |
|
|
* | SF bug 128713: type(mmap_object) blew up on Linux. | Tim Peters | 2001-01-14 | 1 | -0/+1 |
|
|
* | Guido found a brand new race in tempfile on Linux, due to Linux changing | Tim Peters | 2001-01-13 | 1 | -0/+5 |
|
|
* | Moved the test codec definition to a new module and updated the test and | Marc-André Lemburg | 2001-01-10 | 1 | -0/+15 |
|
|
* | Assorted xreadlines problems: | Tim Peters | 2001-01-09 | 1 | -4/+4 |
|
|
* | Test for xreadline. | Guido van Rossum | 2001-01-09 | 1 | -0/+4 |
|
|
* | MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky | Tim Peters | 2001-01-07 | 1 | -0/+1 |
|
|
* | Add more regression tests, including for the import statement variations. | Fred Drake | 2001-01-07 | 1 | -0/+25 |
|
|
* | This patch adds a new feature to the builtin charmap codec: | Marc-André Lemburg | 2001-01-06 | 1 | -0/+1 |
|
|
* | Add test cases based on RFC 1808. So now we actually have a test suite | Fred Drake | 2001-01-05 | 1 | -0/+40 |
|
|
* | No more RCmp. | Neil Schemenauer | 2001-01-04 | 1 | -22/+1 |
|
|
* | Sequence repeat works now for in-place multiply with an integer type | Neil Schemenauer | 2001-01-04 | 1 | -4/+4 |
|
|
* | Use == rather than cmp(). The return value of cmp() is not well defined when | Neil Schemenauer | 2001-01-03 | 1 | -121/+121 |
|
|
* | Use numbers that can be accurately represented on binary machines. I hope | Neil Schemenauer | 2001-01-03 | 1 | -585/+585 |
|
|
* | Add more tests for compare and coercion in preparation for the coercion | Neil Schemenauer | 2001-01-02 | 2 | -0/+1176 |
|
|
* | Added test case for legal DOM children | Andrew M. Kuchling | 2000-12-31 | 1 | -1/+3 |
|
|
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 1 | -0/+1 |
|
|
* | The "context" parameter to the ExternalEntityRefParameter exposes internal | Fred Drake | 2000-12-23 | 1 | -3/+12 |
|
|
* | Update the test suite to cover more ground. | Fred Drake | 2000-12-14 | 1 | -0/+1 |
|
|
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 1 | -0/+14 |
|
|
* | Update test output. | Fred Drake | 2000-11-21 | 1 | -2/+18 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -2/+2 |
|
|
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|
* | Added a test case for the saxutils.prepare_input_source setSystemId bug. | Lars Gustäbel | 2000-10-24 | 1 | -1/+2 |
|
|
* | Updated output. | Lars Gustäbel | 2000-10-24 | 1 | -1/+6 |
|
|
* | Added test for regression on SourceForge bug #117490. | Fred Drake | 2000-10-23 | 1 | -0/+2 |
|
|
* | Test for math.* exceptional behavior only in verbose mode, so that the | Tim Peters | 2000-10-16 | 1 | -1/+0 |
|
|
* | Updated test suite to latest pulldom changes. | Lars Gustäbel | 2000-10-13 | 1 | -4/+4 |
|
|
* | Added a test for the StringIO write() error I just fixed. | Guido van Rossum | 2000-10-12 | 1 | -0/+2 |
|
|
* | Stop raising OverflowError on underflows reported by libm (errno==ERANGE and | Tim Peters | 2000-10-12 | 1 | -0/+1 |
|
|
* | Added additional test cases for pulldom modifications. | Lars Gustäbel | 2000-10-11 | 1 | -0/+10 |
|
|
* | Test the exception-raising for error cases in copy_reg. | Fred Drake | 2000-10-11 | 1 | -0/+9 |
|
|
* | wave test output | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
|
|
* | Move the test for confirmation that all nodes have been freed into the | Fred Drake | 2000-10-09 | 1 | -9/+67 |
|
|
* | Adapt test output to changed error message. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
|
|
* | Correct output. | Guido van Rossum | 2000-10-08 | 1 | -1/+1 |
|
|
* | The test is good, but Jim forgot to check in the updated output. | Fred Drake | 2000-10-07 | 1 | -0/+6 |
|
|
* | Add .toxml test case, as proposed by Alex Martelli in bug report #116244. | Martin v. Löwis | 2000-10-06 | 1 | -0/+1 |
|
|
* | Add a test case for reporting the file name, and for reporting an error | Martin v. Löwis | 2000-10-06 | 1 | -1/+3 |
|
|
* | test_linuxaudio: | Jeremy Hylton | 2000-10-06 | 1 | -0/+6 |
|
|