- 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
- 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 17 years ago
- 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 17 years ago
- 057dfdd In Python3.0, "test.test_support" is renamed to "test.support". by Jesus Cea · 17 years ago
- 3571fbf Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
- e5c1d29 Merged revisions 65887,65889,65967-65968,65981 via svnmerge from by Benjamin Peterson · 17 years ago
- f7feaec revert r66114 for Jesse by Benjamin Peterson · 17 years ago
- 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 17 years ago
- ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 17 years ago
- 72ed078 logging: fixed lack of use of encoding attribute specified on a stream. by Vinay Sajip · 17 years ago
- f7dd75f Issue #3732: Backported r53335 to supress deprecation warning. by Hirokazu Yamamoto · 17 years ago
- f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 17 years ago
- f07e5a9 issue3715: docstring representation of hex escaped string needs to be double by Gregory P. Smith · 17 years ago
- 4907d27 Update bsddb code to version 4.7.3pre2. This code should by Jesus Cea · 17 years ago
- 5c669db #3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine. by Georg Brandl · 17 years ago
- dcde494 A collection of crashers, all variants of the idea of issue #3720. by Armin Rigo · 17 years ago
- 0668c62 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
- e39be53 Try to reduce the flakiness of this test by Neal Norwitz · 17 years ago
- 2a7767a Use bytes as return type from recv_bytes() methods. Not sure why this only by Neal Norwitz · 17 years ago
- 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 17 years ago
- 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 17 years ago
- 30de77b #3654: fix duplicate test method name. Review by Benjamin P. by Georg Brandl · 17 years ago
- 712ee92 generate py3k warnings on __getslice__, __delslice__, and __setslice__ by Benjamin Peterson · 17 years ago
- 18aa388 Fix: by Neal Norwitz · 17 years ago
- 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 17 years ago
- b6a9556 fix a few get_name() calls and turn then to .name by Benjamin Peterson · 17 years ago
- af1aae3 Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. by Robert Schuppenies · 17 years ago
- 892429b Fix float.fromhex test to give additional information on failure. This by Mark Dickinson · 17 years ago
- 07a4a38 Bump to 2.6b3. by Barry Warsaw · 17 years ago v2.6b3
- cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 17 years ago
- 838c79f Issue #3612: Added some missing basic types in ctypes.wintypes. by Hirokazu Yamamoto · 17 years ago
- ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 17 years ago
- e6b5ba6 fix silly errors of mine by Benjamin Peterson · 17 years ago
- 86da890 newSymbolTable is not public API by Benjamin Peterson · 17 years ago
- e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 17 years ago
- 67f24f1 follow-up of issue3473: update the compiler package to recognize the new syntax. by Amaury Forgeot d'Arc · 17 years ago
- bd6a05f check that the parser module can handle the new keyword syntax by Benjamin Peterson · 17 years ago
- bd7bda4 Merged revisions 65876 via svnmerge from by Benjamin Peterson · 17 years ago
- 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 17 years ago
- 0ad5ae0 Fix a regression introduced by rev. 63792: ctypes function pointers by Thomas Heller · 17 years ago
- 4348a25 silence callable warning in hmac by Benjamin Peterson · 17 years ago
- 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 17 years ago
- d068ad5 Merged revisions 65853-65854 via svnmerge from by Benjamin Peterson · 17 years ago
- 6ee1a31 add py3k warnings for old threading APIs by Benjamin Peterson · 17 years ago
- 351ffb8 #2234 distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 17 years ago
- 26f5216 fix old API names in test_ssl by Benjamin Peterson · 17 years ago
- 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 17 years ago
- d810626 bring back the old API by Benjamin Peterson · 17 years ago
- a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
- cbae869 backport threading property changes by Benjamin Peterson · 17 years ago
- d8a8972 change threading.getIdent to a property by Benjamin Peterson · 17 years ago
- 4763f71 Restore Python 2.3 compatibility and remove "with" usage. by Marc-André Lemburg · 17 years ago
- 541f7da add a test for reduce's move by Benjamin Peterson · 17 years ago
- 88f801d Update __all__ for cookielib, csv, os, and urllib2 for objects imported into by Brett Cannon · 17 years ago
- 7b96f07 Remove an unneeded import of abc.ABCMeta from 'inspect'. by Brett Cannon · 17 years ago
- 46225e7 Remove two unneeded imports in 'io'. by Brett Cannon · 17 years ago
- 25c9d6a Remove imports of 'warnings' that are no longer needed in dummy_thread, by Brett Cannon · 17 years ago