| Commit message (Expand) | Author | Age | Files | Lines |
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 7 | -35/+360 |
|
|
* | don't wrap lines too late by default | Fred Drake | 2004-01-26 | 1 | -2/+2 |
|
|
* | There was an error in the Tk error dialog fix at Rev 1.84 which caused starting | Kurt B. Kaiser | 2004-01-21 | 1 | -2/+2 |
|
|
* | rpc.py:SocketIO - Large modules were generating large pickles when downloaded | Kurt B. Kaiser | 2004-01-21 | 2 | -8/+14 |
|
|
* | Added a Tk error dialog to run.py inform the user if the subprocess can't | Kurt B. Kaiser | 2004-01-21 | 4 | -56/+96 |
|
|
* | Add a Guido inspired example for groupby(). | Raymond Hettinger | 2004-01-20 | 1 | -0/+14 |
|
|
* | Let the default encodings search function lookup aliases before trying the co... | Marc-André Lemburg | 2004-01-20 | 1 | -18/+26 |
|
|
* | Add some more code page aliases needed for completeness. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+16 |
|
|
* | Fix a typo: s/iso_3022/iso2022/ | Hye-Shik Chang | 2004-01-20 | 1 | -1/+1 |
|
|
* | Test not the standard utf-8 codec but gb18030 which is the most complex | Hye-Shik Chang | 2004-01-20 | 1 | -4/+4 |
|
|
* | For whatever reason, these files had \r\r\n line endings on Windows, | Tim Peters | 2004-01-18 | 1 | -8/+8 |
|
|
* | Revert another local change that snuck into a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -2/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 33 | -71/+60 |
|
|
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 34 | -25/+2600 |
|
|
* | __init__.py: keep it compatible with older python (True and False == 1 and 0) | Gregory P. Smith | 2004-01-13 | 2 | -6/+17 |
|
|
* | __all__: Remove freenet_b64encode and freenet_b64decode. | Barry Warsaw | 2004-01-07 | 1 | -1/+0 |
|
|
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 2 | -15/+18 |
|
|
* | [SF #866875] Add a specialized routine for one character | Hye-Shik Chang | 2004-01-05 | 1 | -14/+55 |
|
|
* | Exercise sorted() where possible | Raymond Hettinger | 2004-01-04 | 1 | -3/+1 |
|
|
* | SF patch #868736: Disable GC for timeit | Raymond Hettinger | 2004-01-04 | 1 | -1/+7 |
|
|
* | More complete code coverage, including testing the new RFC 3548 support. | Barry Warsaw | 2004-01-04 | 1 | -26/+181 |
|
|
* | Added more complete RFC 3548 support for Base64, Base32, and Base16 | Barry Warsaw | 2004-01-04 | 1 | -9/+288 |
|
|
* | The script now takes an optional command-line argument to specify how many | Alex Martelli | 2004-01-02 | 1 | -4/+19 |
|
|
* | [Bug #812325 ] tarfile.close() can write out more bytes to the output | Andrew M. Kuchling | 2004-01-02 | 1 | -0/+1 |
|
|
* | - Print correct exception even if source file changed since shell was | Kurt B. Kaiser | 2004-01-02 | 2 | -2/+7 |
|
|
* | SF Patch 681780: Faster commonprefix (OS independent) | Raymond Hettinger | 2003-12-31 | 1 | -10/+7 |
|
|
* | Strengthen the test for hash effectiveness | Raymond Hettinger | 2003-12-31 | 1 | -4/+4 |
|
|
* | Fixes to support CJKCodecs as per SF bug #852347. Actually, this | Barry Warsaw | 2003-12-30 | 1 | -19/+16 |
|
|
* | Bump version number to 2.5.5 | Barry Warsaw | 2003-12-30 | 1 | -1/+1 |
|
|
* | As part of fixing bug #829532, add a test case that exercises os.makedirs | Andrew M. Kuchling | 2003-12-23 | 1 | -1/+36 |
|
|
* | [Bug #829532] Invoking os.makedirs() with an argument that contains a | Andrew M. Kuchling | 2003-12-23 | 1 | -0/+2 |
|
|
* | Fix unicode.rsplit()'s bug that ignores separater on the end of string when | Hye-Shik Chang | 2003-12-23 | 1 | -0/+2 |
|
|
* | Make sure the UserDict copies do not share the same underlying | Raymond Hettinger | 2003-12-21 | 1 | -1/+1 |
|
|
* | Remove self from the arguments for the function add_type(). | Walter Dörwald | 2003-12-19 | 1 | -1/+1 |
|
|
* | Enable some unittests on FreeBSD. | Hye-Shik Chang | 2003-12-19 | 2 | -3/+7 |
|
|
* | Remove methods that are no longer called by urllib2. | Jeremy Hylton | 2003-12-17 | 1 | -14/+0 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 8 | -76/+48 |
|
|
* | Add methods to MockHTTPClass for modern httplib interface. | Jeremy Hylton | 2003-12-17 | 1 | -51/+77 |
|
|
* | Rewrite AbstractHTTPHandler to use modern httplib interface. | Jeremy Hylton | 2003-12-17 | 1 | -25/+26 |
|
|
* | Add rsplit method for UserString, too. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+2 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 2 | -0/+32 |
|
|
* | Remove __del__ methods to avoid creating uncollectable cyclic trash. | Jeremy Hylton | 2003-12-15 | 1 | -13/+4 |
|
|
* | Make the module docstring a raw string, so that the backslash in | Walter Dörwald | 2003-12-15 | 1 | -1/+1 |
|
|
* | SF patch 852995: add processors feature to urllib2 | Jeremy Hylton | 2003-12-14 | 2 | -85/+752 |
|
|
* | SF #736962, port test_future to unittest, add a bit more coverage, by Walter ... | Neal Norwitz | 2003-12-13 | 11 | -47/+101 |
|
|
* | Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%. | Walter Dörwald | 2003-12-11 | 3 | -27/+54 |
|
|
* | Wrapper modules for _Launch and _OSA weren't added yet. Fixed. | Jack Jansen | 2003-12-09 | 2 | -0/+2 |
|
|
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 7 | -514/+696 |
|
|
* | Implement itertools.groupby() | Raymond Hettinger | 2003-12-06 | 1 | -1/+107 |
|
|
* | Variation of Thomas Heller's patch (722638) for improving readability | Steve Purcell | 2003-12-06 | 1 | -10/+26 |
|
|