| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Variety of test cases for call to builtin functions | Jeremy Hylton | 2001-05-29 | 2 | -0/+126 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-05-29 | 3 | -3/+2 |
|
|
* | Patch from Gordon McMillan. | Tim Peters | 2001-05-29 | 1 | -5/+12 |
|
|
* | Jack Jansen hit a bug in the new dict code, reported on python-dev. | Tim Peters | 2001-05-23 | 1 | -0/+15 |
|
|
* | When Tim untabified this file, his editor accidentally assumed 4-space | Guido van Rossum | 2001-05-23 | 1 | -4/+4 |
|
|
* | Remove test_doctest's expected-output file. | Tim Peters | 2001-05-23 | 4 | -330/+101 |
|
|
* | Update to reflect recent changes to regrtest and the new approaches to | Fred Drake | 2001-05-23 | 1 | -7/+55 |
|
|
* | Merge my changes to the offending comment with Guido's changes. | Fred Drake | 2001-05-23 | 1 | -6/+10 |
|
|
* | Remove test_difflib's output file and change test_difflib to stop | Tim Peters | 2001-05-23 | 2 | -281/+1 |
|
|
* | Removed incorrect comment left over from sgmllib.py. | Guido van Rossum | 2001-05-22 | 1 | -7/+7 |
|
|
* | Remove output files that are no longer needed since the corresponding | Fred Drake | 2001-05-22 | 2 | -11/+0 |
|
|
* | Move the sha tests to PyUnit. | Fred Drake | 2001-05-22 | 2 | -22/+20 |
|
|
* | Convert binhex regression test to PyUnit. We could use a better test | Fred Drake | 2001-05-22 | 1 | -40/+38 |
|
|
* | Convert copy_reg test to PyUnit. | Fred Drake | 2001-05-22 | 1 | -29/+19 |
|
|
* | Remove unused import. | Fred Drake | 2001-05-22 | 1 | -1/+0 |
|
|
* | Simple conversion to PyUnit -- this test really needs more work! | Fred Drake | 2001-05-22 | 1 | -9/+14 |
|
|
* | Convert dospath test suite to PyUnit, adding a couple more cases for | Fred Drake | 2001-05-22 | 1 | -46/+55 |
|
|
* | Re-write the rfc822 tests to use PyUnit. | Fred Drake | 2001-05-22 | 1 | -138/+162 |
|
|
* | Per discussion with Barry, make the default value for both get() and | Fred Drake | 2001-05-22 | 1 | -5/+4 |
|
|
* | Implementing an idea from Guido on the checkins list: | Tim Peters | 2001-05-22 | 2 | -24/+25 |
|
|
* | Convert time module tests to PyUnit. | Fred Drake | 2001-05-22 | 1 | -37/+49 |
|
|
* | Migrate the strop test to PyUnit. | Fred Drake | 2001-05-22 | 2 | -84/+118 |
|
|
* | create_message(): When os.link() doesn't exist, make a copy of the msg | Tim Peters | 2001-05-22 | 1 | -1/+6 |
|
|
* | Application of patch #401842 by Denis S. Otkidach to support | Barry Warsaw | 2001-05-22 | 1 | -9/+11 |
|
|
* | Add tests for the new .get() and .setdefault() methods of rfc822.Message | Fred Drake | 2001-05-22 | 1 | -1/+19 |
|
|
* | Added .get() and .setdefault() support to rfc822.Message. | Fred Drake | 2001-05-22 | 1 | -0/+20 |
|
|
* | New test adapted from the ancient Demo/threads/bug.py. | Tim Peters | 2001-05-22 | 1 | -0/+52 |
|
|
* | Remove all files of expected output that contain only the name of the | Fred Drake | 2001-05-21 | 65 | -65/+0 |
|
|
* | If the file containing expected output does not exist, assume that it | Fred Drake | 2001-05-21 | 1 | -1/+6 |
|
|
* | Fix bug #418369: typo in bdist_rpm | Andrew M. Kuchling | 2001-05-21 | 1 | -1/+1 |
|
|
* | Re-write the mailbox test suite to use PyUnit. Cover a lot more ground | Fred Drake | 2001-05-21 | 2 | -22/+81 |
|
|
* | parse_declaration(): be more lenient in what we accept. We now | Guido van Rossum | 2001-05-21 | 1 | -12/+7 |
|
|
* | Update a comment. | Fred Drake | 2001-05-18 | 1 | -2/+2 |
|
|
* | Simple conversion to PyUnit. | Fred Drake | 2001-05-18 | 1 | -11/+19 |
|
|
* | Simple conversion to PyUnit. | Fred Drake | 2001-05-18 | 1 | -23/+20 |
|
|
* | Added test suite for the new HTMLParser module, originally from the | Fred Drake | 2001-05-18 | 2 | -0/+255 |
|
|
* | A much improved HTML parser -- a replacement for sgmllib. The API is | Guido van Rossum | 2001-05-18 | 1 | -0/+432 |
|
|
* | Fixed botched indent in _init_mac() code. (It may never be executed, | Guido van Rossum | 2001-05-17 | 1 | -1/+1 |
|
|
* | Made distutils understand the MacPython Carbon runtime model. Distutils will ... | Jack Jansen | 2001-05-17 | 2 | -0/+6 |
|
|
* | Moved the encoding map building logic from the individual mapping | Marc-André Lemburg | 2001-05-16 | 54 | -159/+74 |
|
|
* | Just changed "x,y" to "x, y" everywhere (i.e., inserted horizontal space | Tim Peters | 2001-05-15 | 1 | -37/+34 |
|
|
* | Add quoted-printable codec | Guido van Rossum | 2001-05-15 | 2 | -0/+59 |
|
|
* | abspath(): Fix inconsistent indentation. | Fred Drake | 2001-05-15 | 1 | -1/+1 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 8 | -0/+434 |
|
|
* | Add warnings to the strop module, for to those functions that really | Guido van Rossum | 2001-05-15 | 1 | -0/+2 |
|
|
* | Convert a couple of comments to docstrings -- PyUnit can use these when | Fred Drake | 2001-05-14 | 1 | -2/+2 |
|
|
* | pprint's workhorse _safe_repr() function took time quadratic in the # of | Tim Peters | 2001-05-14 | 2 | -39/+44 |
|
|
* | Convert the pprint test to use PyUnit. | Fred Drake | 2001-05-14 | 1 | -35/+57 |
|
|
* | SF bug[ #423781: pprint.isrecursive() broken. | Tim Peters | 2001-05-14 | 3 | -21/+66 |
|
|
* | A disgusting "fix" for the test___all__ failure under Windows. | Tim Peters | 2001-05-13 | 1 | -0/+11 |
|
|