| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
|
|
* | Finished update to universal header 3.4.2. | Jack Jansen | 2003-12-05 | 19 | -79/+443 |
|
|
* | Reverting to previous version, which works. And I don't really care about | Jack Jansen | 2003-12-05 | 1 | -83/+0 |
|
|
* | Compile the files in the same order they are passed to the compiler. | Thomas Heller | 2003-12-05 | 3 | -3/+15 |
|
|
* | SF bug #849662. Dramatically, improve comparison speed for "if shl == None". | Raymond Hettinger | 2003-12-04 | 1 | -0/+2 |
|
|
* | Fix error in exception message. | Brett Cannon | 2003-12-04 | 1 | -1/+1 |
|
|
* | Remove extra copy of test_key_with_exception that somehow appeared | Michael W. Hudson | 2003-12-04 | 1 | -7/+0 |
|
|
* | Fixes and tests for various "holding pointers when arbitrary Python code | Michael W. Hudson | 2003-12-04 | 1 | -0/+45 |
|
|
* | Typo repair; added some comments and horizontal whitespace. | Tim Peters | 2003-12-04 | 1 | -9/+10 |
|
|
* | Adding an interface to the high-level Open Scripting Architecture, | Jack Jansen | 2003-12-03 | 2 | -0/+212 |
|
|
* | Fix test_unicode_file errors on platforms without Unicode file support, | Mark Hammond | 2003-12-03 | 2 | -19/+27 |
|
|
* | Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() | Walter Dörwald | 2003-12-03 | 2 | -4/+11 |
|
|
* | Patch #750542: pprint now will pretty print subclasses of list, tuple | Walter Dörwald | 2003-12-03 | 2 | -13/+52 |
|
|
* | Reduce the size of Big String and Big Binary tests to 2**14 (minus one | Guido van Rossum | 2003-12-03 | 1 | -2/+2 |
|
|
* | Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work with | Mark Hammond | 2003-12-03 | 2 | -78/+148 |
|
|
* | Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not be | Mark Hammond | 2003-12-03 | 1 | -0/+21 |
|
|
* | An interface to the LaunchServices API. | Jack Jansen | 2003-12-02 | 1 | -0/+65 |
|
|
* | OS/2+EMX: make the link() emulation available as os.link() | Andrew MacIntyre | 2003-12-02 | 1 | -0/+1 |
|
|
* | EMX lacks an implementation of link(). As Mailman wants os.link() to | Andrew MacIntyre | 2003-12-02 | 1 | -0/+79 |
|
|
* | To find the curses extension as a DLL (on OS/2), we need to adjust the | Andrew MacIntyre | 2003-12-02 | 1 | -0/+15 |
|
|
* | use same compiler switches as core for extensions | Andrew MacIntyre | 2003-12-02 | 1 | -2/+2 |
|
|
* | SF patch #852140: keyword.py - use __contains__ and bool | Raymond Hettinger | 2003-12-02 | 1 | -5/+1 |
|
|
* | Convert path objects to strings in askdirectory. Fixes #852314. | Martin v. Löwis | 2003-12-01 | 1 | -0/+6 |
|
|
* | Apply extract functions instead of lambda. | Raymond Hettinger | 2003-12-01 | 2 | -3/+4 |
|
|
* | Revert previous change. MAL preferred the old version. | Raymond Hettinger | 2003-12-01 | 1 | -4/+41 |
|
|