| Commit message (Expand) | Author | Age | Files | Lines |
* | SF #857297 and 916874, improve handling of hard links when extracting | Neal Norwitz | 2004-07-20 | 1 | -0/+21 |
|
|
* | SF #846659, fix bufsize violation and GNU longname/longlink extensions | Neal Norwitz | 2004-07-20 | 1 | -1/+90 |
|
|
* | Check the type of values returned by __int__, __float__, __long__, | Neil Schemenauer | 2004-07-19 | 1 | -27/+80 |
|
|
* | Don't return spurious empty fields if 'keep_empty_values' is True. | Neil Schemenauer | 2004-07-19 | 2 | -2/+32 |
|
|
* | test_codecmaps_hk is also expected to be skipped when a mapping file | Hye-Shik Chang | 2004-07-19 | 1 | -1/+2 |
|
|
* | Don't try to create the directory if it already exists, otherwise the test fails | Neal Norwitz | 2004-07-19 | 1 | -1/+2 |
|
|
* | test_sf_950057's gen1() used an assert statement, which caused the test | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 3 | -26/+26 |
|
|
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 13 | -51/+79 |
|
|
* | Oops! Restored the pickle test to test_pyclbr, but changed types.py so | Tim Peters | 2004-07-18 | 1 | -0/+1 |
|
|
* | The Darwin-specific getproxies_internetconfig() was added to urllib, | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Upgrade None assignment SyntaxWarning to a SyntaxError. | Raymond Hettinger | 2004-07-17 | 1 | -0/+15 |
|
|
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -0/+26 |
|
|
* | * Hide a loop induction variable that was inadvertantly being picked up | Raymond Hettinger | 2004-07-14 | 1 | -28/+0 |
|
|
* | * Rename "Signals" to "_signals" making it non-public. | Raymond Hettinger | 2004-07-14 | 1 | -1/+7 |
|
|
* | - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects | Guido van Rossum | 2004-07-14 | 1 | -0/+1 |
|
|
* | It helps when doing checks if something is in a tuple of strings that if you | Brett Cannon | 2004-07-14 | 1 | -1/+1 |
|
|
* | Fixes a bug in testing code handling .pth files that did not restore the orig... | Brett Cannon | 2004-07-13 | 1 | -29/+26 |
|
|
* | Using repr() generates entries that the current stats package can't | Nicholas Bastin | 2004-07-12 | 1 | -3/+3 |
|
|
* | Fix test case for when time.tzname[0] is either UTC or GMT. Also have test | Brett Cannon | 2004-07-12 | 1 | -2/+7 |
|
|
* | this is patch | Michael W. Hudson | 2004-07-12 | 1 | -0/+37 |
|
|
* | FreeBSD's services file contains an additional echo service entry, with | Andrew MacIntyre | 2004-07-12 | 1 | -1/+7 |
|
|
* | Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee | Kurt B. Kaiser | 2004-07-11 | 1 | -10/+7 |
|
|
* | SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator | Brett Cannon | 2004-07-10 | 1 | -0/+7 |
|
|
* | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 1 | -6/+5 |
|
|
* | [Patch #988602] Move the urllib2 tests into the test framework | Andrew M. Kuchling | 2004-07-10 | 1 | -1/+129 |
|
|
* | Improve Context construction and representation: | Raymond Hettinger | 2004-07-10 | 1 | -16/+12 |
|
|
* | Add generic codecs.encode() and .decode() APIs that don't impose | Marc-André Lemburg | 2004-07-10 | 1 | -1/+11 |
|
|
* | Restructure testing of .pth files. Move previous functions into a class and | Brett Cannon | 2004-07-10 | 1 | -37/+82 |
|
|
* | Add some tests for corner cases. | Raymond Hettinger | 2004-07-09 | 1 | -1/+25 |
|
|
* | * Update the test suite to reflect that ConversionSyntax was no longer | Raymond Hettinger | 2004-07-09 | 1 | -2/+2 |
|
|
* | Module and tests: | Raymond Hettinger | 2004-07-09 | 1 | -6/+5 |
|
|
* | * fix the print test | Raymond Hettinger | 2004-07-09 | 1 | -0/+14 |
|
|
* | * balance the left/right search for getitem. | Raymond Hettinger | 2004-07-09 | 1 | -4/+31 |
|
|
* | Add another bunch of test cases for calendars with Sunday as the | Walter Dörwald | 2004-07-08 | 1 | -1/+60 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 13 | -33/+26 |
|
|
* | Exercise xrange a bit | Neal Norwitz | 2004-07-08 | 1 | -0/+59 |
|
|
* | Exercise some error conditions | Neal Norwitz | 2004-07-08 | 1 | -0/+10 |
|
|
* | SF bug #978308, Spurious errors taking bool of dead pro | Neal Norwitz | 2004-07-08 | 1 | -0/+1 |
|
|
* | testGetServBy(): Use services that should be available both on *nix and | Barry Warsaw | 2004-07-06 | 1 | -1/+1 |
|
|
* | * Fix missing return after error message is set. | Raymond Hettinger | 2004-07-06 | 1 | -0/+1 |
|
|
* | * Add __eq__ and __ne__ so that things like list.index() work properly | Raymond Hettinger | 2004-07-05 | 1 | -11/+16 |
|
|
* | Test the logic for int(d). | Raymond Hettinger | 2004-07-05 | 1 | -0/+10 |
|
|
* | * Make the tests independent of the default precision. | Raymond Hettinger | 2004-07-03 | 1 | -0/+7 |
|
|
* | Work through several open todos: | Raymond Hettinger | 2004-07-03 | 1 | -7/+23 |
|
|
* | Add tests that check the result of calendar.monthcalendar() for a set | Walter Dörwald | 2004-07-02 | 1 | -1/+79 |
|
|
* | Make weak references subclassable: | Fred Drake | 2004-07-02 | 1 | -0/+66 |
|
|
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 2 | -11/+55 |
|
|
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 1 | -0/+1 |
|
|
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 32 | -1/+23953 |
|
|