| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Add support for Windows using "mbcs" as the default Unicode encoding when dea... | Mark Hammond | 2001-05-13 | 4 | -13/+91 |
|
|
* | Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". | Tim Peters | 2001-05-13 | 9 | -36/+52 |
|
|
* | Fix one bare except: clause. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Remove a bare try/except completely -- it just did not make sense! | Fred Drake | 2001-05-11 | 1 | -12/+12 |
|
|
* | When guarding an import, only catch ImportError. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Clean up a bare except where we only expect to catch pcre.error. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Clean up bare except where only IOError makes sense. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Clean up bare except: when determining whether a file is seekable. | Fred Drake | 2001-05-11 | 1 | -2/+2 |
|
|
* | Opening a file for reading can raise IOError, so only catch that. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | int() of a string is only expected to through ValueError, so do not use | Fred Drake | 2001-05-11 | 1 | -2/+2 |
|
|
* | <socket>.getsockopt() and <socket>.setsockopt() can only raise socket.error, | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | Catch only the relevant exceptions instead of using a bare except clause. | Fred Drake | 2001-05-11 | 1 | -1/+1 |
|
|
* | unlink() would normally be found in the "os" module, so use it from there. | Fred Drake | 2001-05-11 | 1 | -5/+7 |
|
|
* | Make test_mutants stronger by also adding random keys during comparisons. | Tim Peters | 2001-05-10 | 1 | -2/+17 |
|
|
* | Change test_mmap.py to use test_support.TESTFN instead of hardcoded "foo", | Tim Peters | 2001-05-10 | 1 | -108/+119 |
|
|
* | Repair typos in comments. | Tim Peters | 2001-05-10 | 1 | -4/+4 |
|
|
* | Change some text just a little to avoid font-lock hell. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
* | Extend the weakref test suite to cover the complete mapping interface for | Fred Drake | 2001-05-10 | 1 | -4/+61 |
|
|
* | Do no regenerate modules that should no longer be here. | Fred Drake | 2001-05-10 | 3 | -11/+0 |
|
|
* | Remove all remaining uses of the FCNTL module from the standard library. | Fred Drake | 2001-05-10 | 3 | -30/+29 |
|
|
* | SF bug #422121 Insecurities in dict comparison. | Tim Peters | 2001-05-10 | 2 | -0/+139 |
|
|
* | Update to reflect deprecation of the FCNTL module: The fcntl module does | Fred Drake | 2001-05-10 | 1 | -4/+4 |
|
|
* | patch 418489 from Andrew Dalke for string format bug | Steve Purcell | 2001-05-10 | 1 | -1/+1 |
|
|
* | Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as | Tim Peters | 2001-05-10 | 1 | -1/+3 |
|
|
* | The strop module and test_strop.py believe replace() with a 0 count | Tim Peters | 2001-05-10 | 1 | -1/+1 |
|
|