- 3d407dc Prep for 2.6.1 by Barry Warsaw · 17 years ago v2.6.1
- e5c3ae3 Merged revisions 67428 via svnmerge from by Benjamin Peterson · 17 years ago
- 268be91 Merged revisions 67414 via svnmerge from by Christian Heimes · 17 years ago
- 9e233a5 Merged revisions 67365 via svnmerge from by Benjamin Peterson · 17 years ago
- 71ce9e7 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 17 years ago
- 42491ce Merged revisions 67318 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 866eba9 Merged revisions 67291 via svnmerge from by Benjamin Peterson · 17 years ago
- 6df7327 This fixes issue 4332 in 2.6 maintenance. by Josiah Carlson · 17 years ago
- fc1e0ef Merged revisions 67279 via svnmerge from by Martin v. Löwis · 17 years ago
- 83be3d2 Merged revisions 67266 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 9adae2e Merged revisions 67246 via svnmerge from by Benjamin Peterson · 17 years ago
- fd0e763 Merged revisions 67180 via svnmerge from by Benjamin Peterson · 17 years ago
- 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
- b2d8142 Merged revisions 67082 via svnmerge from by Hirokazu Yamamoto · 17 years ago
- eeed0c7 Merged revisions 67077 via svnmerge from by Benjamin Peterson · 17 years ago
- 084ce7a Merged revisions 67066 via svnmerge from by Benjamin Peterson · 17 years ago
- 8efccfd Merged revisions 67052 via svnmerge from by Christian Heimes · 17 years ago
- c353ea7 Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
- 68daeb0 Merged revisions 67046 via svnmerge from by Thomas Heller · 17 years ago
- b74777e Merged revisions 67030-67031 via svnmerge from by Benjamin Peterson · 17 years ago
- af956f1 Merged revisions 67000 via svnmerge from by Benjamin Peterson · 17 years ago
- 3e80861 Merged revisions 66995-66996 via svnmerge from by Benjamin Peterson · 17 years ago
- 5294bb5 Merged revisions 66984 via svnmerge from by Benjamin Peterson · 17 years ago
- 352ebae Merged revisions 66922 via svnmerge from by Benjamin Peterson · 17 years ago
- 2c66b7c Merged revisions 66809-66810,66835,66862-66863 via svnmerge from by Hirokazu Yamamoto · 17 years ago
- 00c94ed #4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key. by Amaury Forgeot d'Arc · 17 years ago
- 001befa backport by Skip Montanaro · 17 years ago
- 8cf7ef4 backport by Skip Montanaro · 17 years ago
- be2c0a9 Merged revisions 66766-66767,66771-66772,66774,66776,66783-66787,66790,66793,66797 via svnmerge from by Benjamin Peterson · 17 years ago
- c3b21bd update pydoc-topics here, too by Benjamin Peterson · 17 years ago
- afa1436 Bumping to 2.6 final. by Barry Warsaw · 17 years ago
- bf24401 fix for issue 3862: test_array fails FreeBSD 7 amd64 by Andrew MacIntyre · 17 years ago
- 0806749 Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when by Gregory P. Smith · 17 years ago
- 8d77d44 fix security issue 2: imageop's poor validation of arguments could result in segfaults by Benjamin Peterson · 17 years ago
- 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
- e563aa4 Issue #3965: Allow repeated calls to turtle.Screen, by making it a by Martin v. Löwis · 17 years ago
- e144873 Fix issue #3547 for MingW, update comments. by Thomas Heller · 17 years ago
- eb257ac fix for release blocker 3910, 2.6 regression in socket.ssl method by Bill Janssen · 17 years ago
- b2d61bd The _lsprof module could crash the interpreter if it was given an external by Brett Cannon · 17 years ago
- e14267b merge in the fix for test_ftplib on some bots [reviewed by Georg] by Benjamin Peterson · 17 years ago
- dee0b17 backport r66656 so people using -Qnew aren't affected by Benjamin Peterson · 17 years ago
- 003d746 enable refactor tests by Benjamin Peterson · 17 years ago
- 08be291 Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from by Benjamin Peterson · 17 years ago
- 3c0c483 give ftplib a real test suite by Benjamin Peterson · 17 years ago
- fc5ea39 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
- 6ee7bc0 Fix namedtuple bug reported by Glenn Linderman. Template did not form correctly if the field names were input in Unicode. by Raymond Hettinger · 17 years ago
- 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 17 years ago
- 52d52f1 #3950 fix missing scale factors in turtle.py by Benjamin Peterson · 17 years ago
- a85c95d Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 17 years ago
- a74d675 backport the atexit test for r66563 by Benjamin Peterson · 17 years ago
- 5cd5f12 Bugfix for issue3885 and 'DB.verify()' crash. by Jesus Cea · 17 years ago
- ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 17 years ago
- 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 17 years ago
- 2c7470d #3879 fix a regression in urllib.getproxies_environment by Benjamin Peterson · 17 years ago
- 1672e10 Issue #3925: Ignores shutil.rmtree error on cygwin too. by Hirokazu Yamamoto · 17 years ago
- 56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. by Hirokazu Yamamoto · 17 years ago
- 6af1619 Bumping to 2.6rc2 by Barry Warsaw · 17 years ago v2.6rc2
- 900155f avoid putting unicode objects in the environment causing by Mark Hammond · 17 years ago
- 9f381ec On Windows, temporarily disable the bsddb test referenced in bug 3892. by Mark Hammond · 17 years ago
- 8c2b7dc fix possible integer overflows in _hashopenssl #3886 by Benjamin Peterson · 17 years ago
- c237f8e Merged revisions 66470 via svnmerge from by Benjamin Peterson · 17 years ago
- d51e07f Merged revisions 66191,66418,66438,66445 via svnmerge from by Benjamin Peterson · 17 years ago
- 1e62aec Bumping to 2.6rc1 by Barry Warsaw · 17 years ago
- d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 17 years ago
- 4dd3a50 Read unidata_version from unicodedata module. by Martin v. Löwis · 17 years ago
- 6d5ec24 Update to test Unicode 5.1. by Martin v. Löwis · 17 years ago
- e3c4fd9 - Issue #3629: Fix sre "bytecode" validator for an end case. by Guido van Rossum · 17 years ago
- 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 17 years ago
- 97179b0 Fix #3634 invalid return value from _weakref.ref(Exception).__init__ by Benjamin Peterson · 17 years ago
- 844f741 Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. by Vinay Sajip · 17 years ago
- d3ffb89 #3777: long(4.2) returned an int, and broke backward compatibility. by Amaury Forgeot d'Arc · 17 years ago
- 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
- 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 17 years ago
- 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
- 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 17 years ago
- ace0bcf Issue 3801. Fixing a dumb error in the deprecated parse_qsl() by Facundo Batista · 17 years ago
- b7a841c undoing change that broke trunk. Need to find a better solution to this. by Josiah Carlson · 17 years ago
- 1680b8c This fixes a small inconsistency between trunk and 3.0, closing bug 3764. by Josiah Carlson · 17 years ago
- a853a89 fix missing module by Benjamin Peterson · 17 years ago
- 9fb1aca Backport relevant part of r66274 (in issue #874900). by Antoine Pitrou · 17 years ago
- feb8cad #3796: A test class was not run in test_float. Reviewed by Benjamin. by Amaury Forgeot d'Arc · 17 years ago
- 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 17 years ago
- ebcd0ce Issue #3535: zipfile couldn't read some zip files larger than 2GB. by Antoine Pitrou · 17 years ago
- 187ac1b #3601: test_unicode.test_raiseMemError fails in UCS4 by Antoine Pitrou · 17 years ago
- 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 17 years ago
- 171c4aa Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 17 years ago
- 65d66e1 Issue #3772: Fixed regression problem in StreamHandler.emit(). by Vinay Sajip · 17 years ago
- a0b7444 test_py3kwarn had been overlooked when test.test_support.catch_warning() was by Brett Cannon · 17 years ago
- c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
- 69acb43 Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 17 years ago
- b339b2a Issue #2562: Fix distutils PKG-INFO writing logic to allow having by Marc-André Lemburg · 17 years ago
- 6a2fd81 Issue #3726: Allowed spaces in separators in logging configuration files. by Vinay Sajip · 17 years ago
- 0151b53 Merged revisions 66176 via svnmerge from by Benjamin Peterson · 17 years ago
- eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 17 years ago
- 293924b Issue 2975: when compiling multiple extension modules with visual studio 2008 by Amaury Forgeot d'Arc · 17 years ago
- 3e7dd78 Issue #3759: test_asyncore.py leaked handle. Reviewed by Amaury Forgeot d'Arc by Hirokazu Yamamoto · 17 years ago
- d15fad7 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 17 years ago
- 91ae3ea Issue 3747: Fix caching in ABCMeta.__subclasscheck__ (R: Georg Brandl) by Nick Coghlan · 17 years ago
- d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 17 years ago
- 3b6be74 Improve compatibility with Python3.0 testsuite by Jesus Cea · 17 years ago