| Commit message (Expand) | Author | Age | Files | Lines |
* | Test for xreadline. | Guido van Rossum | 2001-01-09 | 2 | -0/+46 |
|
|
* | 18 isn't a prime (duh). | Tim Peters | 2001-01-08 | 1 | -1/+1 |
|
|
* | MS Win32 .readline() speedup, as discussed on Python-Dev. This is a tricky | Tim Peters | 2001-01-07 | 2 | -0/+61 |
|
|
* | Add more regression tests, including for the import statement variations. | Fred Drake | 2001-01-07 | 2 | -10/+60 |
|
|
* | This patch adds a new feature to the builtin charmap codec: | Marc-André Lemburg | 2001-01-06 | 2 | -0/+66 |
|
|
* | Add test cases based on RFC 1808. So now we actually have a test suite | Fred Drake | 2001-01-05 | 2 | -0/+106 |
|
|
* | When a PyCFunction that takes only positional parameters is called with | Fred Drake | 2001-01-04 | 2 | -1/+22 |
|
|
* | 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 |
|
|
* | __rcmp__ no longer gets called on instances. Remove the test for it. | Neil Schemenauer | 2001-01-04 | 1 | -12/+1 |
|
|
* | Numbers no longer compare smaller than all other types. Fix the only | Neil Schemenauer | 2001-01-04 | 1 | -1/+2 |
|
|
* | Actually call the object with an __call__ method, instead of just | Jeremy Hylton | 2001-01-03 | 1 | -0/+1 |
|
|
* | This patch changes the default behaviour of the builtin charmap | Marc-André Lemburg | 2001-01-03 | 1 | -2/+3 |
|
|
* | Use == rather than cmp(). The return value of cmp() is not well defined when | Neil Schemenauer | 2001-01-03 | 2 | -128/+130 |
|
|
* | Use numbers that can be accurately represented on binary machines. I hope | Neil Schemenauer | 2001-01-03 | 2 | -587/+587 |
|
|
* | Add forgotten import | Andrew M. Kuchling | 2001-01-02 | 1 | -0/+1 |
|
|
* | Add more tests for compare and coercion in preparation for the coercion | Neil Schemenauer | 2001-01-02 | 4 | -0/+1346 |
|
|
* | Added test case for legal DOM children | Andrew M. Kuchling | 2000-12-31 | 2 | -2/+28 |
|
|
* | Christmas present to myself: changed regrtest in two ways: | Tim Peters | 2000-12-30 | 1 | -4/+30 |
|
|
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 2 | -0/+128 |
|
|
* | Add test case for SF bug | Tim Peters | 2000-12-27 | 1 | -0/+9 |
|
|
* | The "context" parameter to the ExternalEntityRefParameter exposes internal | Fred Drake | 2000-12-23 | 2 | -4/+44 |
|
|
* | The regression test for the regex module should not trip the deprecation | Fred Drake | 2000-12-23 | 1 | -0/+3 |
|
|
* | Change expected message for ValueError, fixing bug #126400 | Andrew M. Kuchling | 2000-12-20 | 1 | -1/+1 |
|
|
* | Use binary mode to open "wave" files. | Guido van Rossum | 2000-12-19 | 1 | -2/+2 |
|
|
* | Test more split argument combinations: | Guido van Rossum | 2000-12-19 | 1 | -0/+7 |
|
|
* | Test some Unicode pickling endcases. | Guido van Rossum | 2000-12-19 | 1 | -0/+12 |
|
|
* | gdbm.open() no longer accepts garbage in the flags string. Fix the tests. | Neil Schemenauer | 2000-12-18 | 1 | -2/+7 |
|
|
* | Before calling traceback.print_exc(), call sys.stdout.flush(). This makes | Fred Drake | 2000-12-15 | 1 | -0/+1 |
|
|
* | Add test case for error message raised by bad % format character | Andrew M. Kuchling | 2000-12-15 | 1 | -0/+25 |
|
|
* | Update the test suite to cover more ground. | Fred Drake | 2000-12-14 | 2 | -0/+9 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 28 | -423/+423 |
|
|
* | Added test for {}.popitem(). | Guido van Rossum | 2000-12-12 | 1 | -0/+24 |
|
|
* | Added tests to avoid regression on bug #125375. | Fred Drake | 2000-12-11 | 2 | -1/+34 |
|
|
* | Add test cases for ConfigParser.remove_option() behavior. This includes | Fred Drake | 2000-12-04 | 1 | -0/+24 |
|
|
* | Backing out my changes. | Moshe Zadka | 2000-11-30 | 1 | -6/+0 |
|
|
* | Added .first{item,value,key}() to dictionaries. | Moshe Zadka | 2000-11-30 | 1 | -0/+6 |
|
|
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -5/+16 |
|
|
* | Slight improvement to Unicode test suite, inspired by patch #102563: | Guido van Rossum | 2000-11-29 | 1 | -9/+11 |
|
|
* | Update test output. | Fred Drake | 2000-11-21 | 1 | -2/+18 |
|
|
* | testInsertBefore(): Rewritten to actually test insertBefore() somewhat. | Fred Drake | 2000-11-21 | 1 | -14/+103 |
|
|
* | Verify that str(a) and repr(a) don't blow up (part of SF patch 102068). | Tim Peters | 2000-11-14 | 1 | -0/+5 |
|
|
* | Added test cases to detect regression on SourceForge bug #121965. | Fred Drake | 2000-11-08 | 1 | -0/+14 |
|
|
* | 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 |
|
|
* | Fix for SF bug #117241 | Jeremy Hylton | 2000-10-30 | 1 | -0/+18 |
|
|
* | -- properly reset groups in findall (bug #117612) | Fredrik Lundh | 2000-10-28 | 1 | -0/+3 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|
* | Insert the current directory to the front of sys.path -- and remove it | Guido van Rossum | 2000-10-24 | 1 | -0/+5 |
|
|
* | Added a test case for the saxutils.prepare_input_source setSystemId bug. | Lars Gustäbel | 2000-10-24 | 2 | -1/+14 |
|
|