| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 67365 via svnmerge from | Benjamin Peterson | 2008-11-24 | 1 | -0/+4 |
|
|
* | Merged revisions 67320 via svnmerge from | Benjamin Peterson | 2008-11-21 | 1 | -2/+25 |
|
|
* | Merged revisions 67291 via svnmerge from | Benjamin Peterson | 2008-11-19 | 1 | -0/+10 |
|
|
* | Merged revisions 67266 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-18 | 1 | -1/+2 |
|
|
* | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -0/+40 |
|
|
* | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 7 | -21/+27 |
|
|
* | Merged revisions 67077 via svnmerge from | Benjamin Peterson | 2008-11-03 | 1 | -0/+2 |
|
|
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 2 | -0/+14 |
|
|
* | Merged revisions 67052 via svnmerge from | Christian Heimes | 2008-10-30 | 1 | -0/+7 |
|
|
* | Issue #4176: Pickle would crash the interpreter when a __reduce__ function | Amaury Forgeot d'Arc | 2008-10-30 | 1 | -0/+23 |
|
|
* | Merged revisions 67046 via svnmerge from | Thomas Heller | 2008-10-30 | 1 | -0/+16 |
|
|
* | Merged revisions 67030-67031 via svnmerge from | Benjamin Peterson | 2008-10-26 | 2 | -2/+27 |
|
|
* | Merged revisions 66809-66810,66835,66862-66863 via svnmerge from | Hirokazu Yamamoto | 2008-10-09 | 2 | -8/+26 |
|
|
* | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+11 |
|
|
* | backport | Skip Montanaro | 2008-10-07 | 1 | -2/+4 |
|
|
* | backport | Skip Montanaro | 2008-10-07 | 1 | -61/+27 |
|
|
* | Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,... | Benjamin Peterson | 2008-10-04 | 2 | -3/+3 |
|
|
* | fix for issue 3862: test_array fails FreeBSD 7 amd64 | Andrew MacIntyre | 2008-10-01 | 1 | -4/+5 |
|
|
* | Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when | Gregory P. Smith | 2008-09-30 | 1 | -0/+6 |
|
|
* | fix security issue 2: imageop's poor validation of arguments could result in ... | Benjamin Peterson | 2008-09-30 | 1 | -2/+63 |
|
|
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 2 | -0/+11 |
|
|
* | fix for release blocker 3910, 2.6 regression in socket.ssl method | Bill Janssen | 2008-09-29 | 1 | -1/+15 |
|
|
* | The _lsprof module could crash the interpreter if it was given an external | Brett Cannon | 2008-09-29 | 1 | -1/+15 |
|
|
* | merge in the fix for test_ftplib on some bots [reviewed by Georg] | Benjamin Peterson | 2008-09-28 | 1 | -0/+5 |
|
|
* | enable refactor tests | Benjamin Peterson | 2008-09-27 | 1 | -2/+2 |
|
|
* | give ftplib a real test suite | Benjamin Peterson | 2008-09-27 | 1 | -36/+425 |
|
|
* | #3967: Correct a crash in count() and find() methods of string-like objects. | Amaury Forgeot d'Arc | 2008-09-26 | 1 | -0/+16 |
|
|
* | Fix namedtuple bug reported by Glenn Linderman. Template did not form correc... | Raymond Hettinger | 2008-09-25 | 1 | -0/+5 |
|
|
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -0/+10 |
|
|
* | backport the atexit test for r66563 | Benjamin Peterson | 2008-09-23 | 1 | -0/+13 |
|
|
* | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 1 | -1/+1 |
|
|
* | #3879 fix a regression in urllib.getproxies_environment | Benjamin Peterson | 2008-09-21 | 1 | -0/+26 |
|
|
* | Issue #3838: TarFile object assigned to self.tar should be closed explicitly. | Hirokazu Yamamoto | 2008-09-21 | 1 | -0/+1 |
|
|
* | fix possible integer overflows in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 1 | -2/+16 |
|
|
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te... | Nick Coghlan | 2008-09-11 | 7 | -64/+185 |
|
|
* | Read unidata_version from unicodedata module. | Martin v. Löwis | 2008-09-10 | 1 | -2/+9 |
|
|
* | Update to test Unicode 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -1/+1 |
|
|
* | - Issue #3629: Fix sre "bytecode" validator for an end case. | Guido van Rossum | 2008-09-10 | 1 | -0/+4 |
|
|
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -2/+12 |
|
|
* | Fix #3634 invalid return value from _weakref.ref(Exception).__init__ | Benjamin Peterson | 2008-09-09 | 1 | -0/+8 |
|
|
* | Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. | Vinay Sajip | 2008-09-09 | 1 | -2/+2 |
|
|
* | #3777: long(4.2) returned an int, and broke backward compatibility. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -0/+4 |
|
|
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 18 | -176/+166 |
|
|
* | Issue #3806: LockTests in test_imp should be skipped when thread is not avail... | Hirokazu Yamamoto | 2008-09-08 | 1 | -4/+10 |
|
|
* | Issue #3804: Added test for Issue #2222. | Hirokazu Yamamoto | 2008-09-08 | 1 | -0/+7 |
|
|
* | incorporate fixes from issue 3162; SSL doc patch | Bill Janssen | 2008-09-08 | 1 | -0/+121 |
|
|
* | Issue 3801. Fixing a dumb error in the deprecated parse_qsl() | Facundo Batista | 2008-09-08 | 1 | -0/+11 |
|
|
* | fix missing module | Benjamin Peterson | 2008-09-06 | 1 | -1/+1 |
|
|
* | #3796: A test class was not run in test_float. | Amaury Forgeot d'Arc | 2008-09-06 | 1 | -1/+3 |
|
|
* | #3601: test_unicode.test_raiseMemError fails in UCS4 | Antoine Pitrou | 2008-09-05 | 1 | -1/+4 |
|
|