| Commit message (Expand) | Author | Age | Files | Lines |
* | #3935: properly support list subclasses in the C impl. of bisect. | Georg Brandl | 2008-10-08 | 1 | -0/+11 |
|
|
* | #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as t... | Amaury Forgeot d'Arc | 2008-10-07 | 1 | -0/+11 |
|
|
* | more intensive test on dbm. | Hirokazu Yamamoto | 2008-10-07 | 1 | -8/+10 |
|
|
* | save/restore stdout/stderr instead of relying on __*__ versions | Skip Montanaro | 2008-10-07 | 1 | -2/+4 |
|
|
* | Simplify individual tests by defining setUp and tearDown methods. | Skip Montanaro | 2008-10-07 | 1 | -61/+27 |
|
|
* | Per Greg Ward, optparse is no longer being externally maintained. | Andrew M. Kuchling | 2008-10-06 | 1 | -10/+2 |
|
|
* | More strict test. Consider the case sys.executable itself is symlink. | Hirokazu Yamamoto | 2008-10-06 | 1 | -4/+5 |
|
|
* | Added the test for issue3762. | Hirokazu Yamamoto | 2008-10-06 | 1 | -0/+15 |
|
|
* | #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(),... | Andrew M. Kuchling | 2008-10-05 | 1 | -0/+10 |
|
|
* | Merged revisions 66707,66775,66782 via svnmerge from | Benjamin Peterson | 2008-10-04 | 6 | -11/+2833 |
|
|
* | Typo fix | Andrew M. Kuchling | 2008-10-03 | 1 | -1/+1 |
|
|
* | Fixed following error when DocXMLRPCServer failed. | Hirokazu Yamamoto | 2008-10-03 | 1 | -2/+2 |
|
|
* | update pydoc topics | Benjamin Peterson | 2008-10-02 | 1 | -32/+32 |
|
|
* | Bumping to 2.6 final. | Barry Warsaw | 2008-10-01 | 2 | -2/+2 |
|
|
* | 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 | 3 | -0/+22 |
|
|
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -28/+31 |
|
|
* | Fix issue #3547 for MingW, update comments. | Thomas Heller | 2008-09-29 | 1 | -2/+3 |
|
|
* | fix for release blocker 3910, 2.6 regression in socket.ssl method | Bill Janssen | 2008-09-29 | 2 | -3/+28 |
|
|
* | 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 |
|
|
* | backport r66656 so people using -Qnew aren't affected | Benjamin Peterson | 2008-09-27 | 1 | -1/+1 |
|
|
* | enable refactor tests | Benjamin Peterson | 2008-09-27 | 1 | -2/+2 |
|
|
* | Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from | Benjamin Peterson | 2008-09-27 | 12 | -40/+267 |
|
|
* | 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 | 2 | -1/+6 |
|
|
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -0/+10 |
|
|
* | #3950 fix missing scale factors in turtle.py | Benjamin Peterson | 2008-09-24 | 1 | -1/+1 |
|
|
* | Fix issue #3547: ctypes is confused by bitfields of varying integer types | Thomas Heller | 2008-09-24 | 1 | -0/+15 |
|
|
* | backport the atexit test for r66563 | Benjamin Peterson | 2008-09-23 | 1 | -0/+13 |
|
|
* | Bugfix for issue3885 and 'DB.verify()' crash. | Jesus Cea | 2008-09-23 | 1 | -16/+36 |
|
|
* | use the new threading properties for multiprocessing (reviewed by Jesse #3927) | Benjamin Peterson | 2008-09-22 | 1 | -6/+0 |
|
|
* | 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 | 2 | -3/+26 |
|
|
* | Issue #3925: Ignores shutil.rmtree error on cygwin too. | Hirokazu Yamamoto | 2008-09-21 | 1 | -2/+2 |
|
|
* | Issue #3838: TarFile object assigned to self.tar should be closed explicitly. | Hirokazu Yamamoto | 2008-09-21 | 1 | -0/+1 |
|
|
* | Bumping to 2.6rc2v2.6rc2 | Barry Warsaw | 2008-09-18 | 2 | -2/+2 |
|
|
* | avoid putting unicode objects in the environment causing | Mark Hammond | 2008-09-18 | 1 | -3/+4 |
|
|
* | On Windows, temporarily disable the bsddb test referenced in bug 3892. | Mark Hammond | 2008-09-18 | 1 | -1/+13 |
|
|
* | fix possible integer overflows in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 1 | -2/+16 |
|
|
* | Merged revisions 66470 via svnmerge from | Benjamin Peterson | 2008-09-15 | 1 | -4/+2 |
|
|
* | Merged revisions 66191,66418,66438,66445 via svnmerge from | Benjamin Peterson | 2008-09-13 | 6 | -11/+452 |
|
|
* | Bumping to 2.6rc1 | Barry Warsaw | 2008-09-12 | 2 | -2/+2 |
|
|
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te... | Nick Coghlan | 2008-09-11 | 8 | -64/+200 |
|
|
* | 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 |
|
|