- b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 16 years ago
- ecdae19 do correct lookup of the __complex__ method by Benjamin Peterson · 16 years ago
- 673ddf9 Issue #7471: Improve the performance of GzipFile's buffering mechanism, by Antoine Pitrou · 16 years ago
- 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
- 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 16 years ago
- 92c58ae Fix typo. by Georg Brandl · 16 years ago
- fe32d30 mention the r77252 change by Gregory P. Smith · 16 years ago
- 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
- f477b93 Update Windows build to sqlite 3.6.21. by Martin v. Löwis · 16 years ago
- 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 16 years ago
- edfe72f allow --with-dbmliborder to specify that no dbm modules will be built #6491 by Benjamin Peterson · 16 years ago
- 6c99b4e fix indentation by Benjamin Peterson · 16 years ago
- b4abef6 add note by Benjamin Peterson · 16 years ago
- 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 16 years ago
- 0f02d39 check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) by Benjamin Peterson · 16 years ago
- 99d652e Issue #7534: Fix handling of nans, infinities, and negative zero in ** by Mark Dickinson · 16 years ago
- 569e61f #5511: Added the ability to use ZipFile as a context manager. Patch by Brian Curtin. by Ezio Melotti · 16 years ago
- 500ce23 only build the nis module when the headers are found #7589 by Benjamin Peterson · 16 years ago
- c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 16 years ago
- 8645a5c #7413: Passing '\0' as the separator to datetime.datetime.isoformat() by Amaury Forgeot d'Arc · 16 years ago
- 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 16 years ago
- 4657283 Issue #1811: Improve accuracy and consistency of true division for integers. by Mark Dickinson · 16 years ago
- f84caf4 #6108: unicode(exception) and str(exception) should return the same message by Ezio Melotti · 16 years ago
- ca8e7ec Unittests and news items for the patch in r77026. by Ronald Oussoren · 16 years ago
- b5afe54 Fix for issue #7541: python-config --ldflags doesn't pick up libpython2.5.a by Ronald Oussoren · 16 years ago
- 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 16 years ago
- 0479eb5 added a note about #7556 in Misc/NEWS by Tarek Ziadé · 16 years ago
- b4261d5 Add NEWS for OpenSSL changes. by Martin v. Löwis · 16 years ago
- e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 16 years ago
- 2421d56 Fixed #7552: fixed distutils.command.upload failure on very long passwords by Tarek Ziadé · 16 years ago
- 77e48ba Issue #7376: When called with no arguments doctest was running a by R. David Murray · 16 years ago
- 7713acf Fix for issue 7291 - urllib2 cannot handle https with proxy requiring auth by Senthil Kumaran · 16 years ago
- 5ff37ae Issue #3366: Add error function and complementary error function to math module. by Mark Dickinson · 16 years ago
- 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 16 years ago
- 98e3df3 Issue #7396: fix -s, which was broken by the -j enhancement. by R. David Murray · 16 years ago
- c7298ff Issue #7498: make test_multiprocessing use test_support.find_unused_port by R. David Murray · 16 years ago
- 0a0a1a8 Issue #1680159: unicode coercion during an 'in' operation was masking by R. David Murray · 16 years ago
- ddd392c accept None as the same as having passed no argument in file types #7349 by Benjamin Peterson · 16 years ago
- c4771d2 add NEWS note by Benjamin Peterson · 16 years ago
- 4895af4 fix the ignoring of __cmp__ method on metaclasses #7491 by Benjamin Peterson · 16 years ago
- 2a08b42 Add NEWS entry as per RDM's suggestion (the bug was actually present by Antoine Pitrou · 16 years ago
- 92ca756 Issue #7357: No longer suppress fatal extraction errors by default. by Lars Gustäbel · 16 years ago
- 9be87bc Issue #3366: Add lgamma function to math module. by Mark Dickinson · 16 years ago
- 5cc4e2a Issue #7470: logging: fix bug in Unicode encoding fallback. by Vinay Sajip · 16 years ago
- a5fd24e Add a reverse() method to collections.deque(). by Raymond Hettinger · 16 years ago
- 0b3263b Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d) by Raymond Hettinger · 16 years ago
- 93321f3 Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is by R. David Murray · 16 years ago
- 187177f Issue #6986: Fix crash in the JSON C accelerator when called with the by Antoine Pitrou · 16 years ago
- a939ecd Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetadata so we can read back PKG-INFO files by Tarek Ziadé · 16 years ago
- 4830566 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 16 years ago
- 4f38317 Fixed #1923: make sure we don't strip meaningful whitespace in PKG-INFO Description field by Tarek Ziadé · 16 years ago
- 3513c87 fix date by Benjamin Peterson · 16 years ago
- 4f51baf post release version bump by Benjamin Peterson · 16 years ago
- d78cec5 bump version to 2.7a1 by Benjamin Peterson · 16 years ago
- 2628590 Add missing issue number in Misc/NEWS entry. by Mark Dickinson · 16 years ago
- 820b0ea Issue 7431: use TESTFN in test_linecache instead of trying to create a by R. David Murray · 16 years ago
- c218a2f Issue #4120: Drop reference to CRT from manifest when building by Martin v. Löwis · 16 years ago
- 91c12eb disable pymalloc tricks with the --with-valgrind option #2422 by Benjamin Peterson · 16 years ago
- 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 16 years ago
- d728871 #7419: Fix a crash on Windows in locale.setlocale() when the category by Amaury Forgeot d'Arc · 16 years ago
- a5076a2 Fixed #7408: dropped group ownership checking because it relies on os-specific rules by Tarek Ziadé · 16 years ago
- c4ab833 Issue #3382: Make '%F' and float.__format__('F') convert results to upper case. Much of the patch came from Mark Dickinson. by Eric Smith · 16 years ago
- d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
- 01801d1 Issue #7403: Fixed possible race condition in lock creation. by Vinay Sajip · 16 years ago
- 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 16 years ago
- acbe3bd Issue #6845: Add restart support for binary upload in ftplib. The by Antoine Pitrou · 16 years ago
- bcfaf80 Issue #5788: `datetime.timedelta` objects get a new `total_seconds()` method returning by Antoine Pitrou · 16 years ago
- c470d68 Issue #6615: logging: Used weak references in internal handler list. Thanks to flox (Florent Xicluna) for the patch. by Vinay Sajip · 16 years ago
- 9dd5e16 Issue #7117, continued: Remove substitution of %g-style formatting for by Mark Dickinson · 16 years ago
- 18cfada Remove restriction on precision when formatting floats. This is the by Mark Dickinson · 16 years ago
- 5c456e6 Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab by Senthil Kumaran · 16 years ago
- dd866d5 Issue #6123: Fix opening empty archives and files. by Lars Gustäbel · 16 years ago
- 48f0a8d spelling by Benjamin Peterson · 16 years ago
- 89b1a5c add news notes for r76416 by Benjamin Peterson · 16 years ago
- b678de8 Misc/NEWS entries for issue 7117. by Mark Dickinson · 16 years ago
- 315cd0c Fix for issue #7085 by Ronald Oussoren · 16 years ago
- 39de1fc dragfullwindows can have value 2 by Tarek Ziadé · 16 years ago
- dc3c239 #5037 proxy __unicode__ correctly by Benjamin Peterson · 16 years ago
- 355538e Issue #7341: Close the internal file object in the TarFile by Lars Gustäbel · 16 years ago
- bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 16 years ago
- acccafc #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install by Tarek Ziadé · 16 years ago
- fab8be2 #1757126: fix typo with the cyrillic_asian alias by Philip Jenvey · 16 years ago
- 11db64e Issue #7328: don't corrupt sys.path when running pydoc with the -m switch by Nick Coghlan · 16 years ago
- ccd5e02 Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using by Antoine Pitrou · 16 years ago
- 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 16 years ago
- d5b34d4 Issue #4969: The mimetypes module now reads the MIME database from by Antoine Pitrou · 16 years ago
- 49868cb Issue #6816: expose the zipfile and directory execution mechanism to Python code via the runpy module. Also consolidated some script execution functionality in the test harness into a helper module and removed some implementation details from the runpy module documentation. by Nick Coghlan · 16 years ago
- da82689 Issue 7324: add a sanity check to regrtest argument parsing to by R. David Murray · 16 years ago
- 7f7eea6 Issue #7312 (new feature): Add a -F flag to run the selected tests in by R. David Murray · 16 years ago
- c562ca4 Issue #7318: multiprocessing now uses a timeout when it fails to establish by Antoine Pitrou · 16 years ago
- e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
- 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 16 years ago
- 0734c63 Issue #7197: Allow unittest.TextTestRunner objects to be pickled and by Antoine Pitrou · 16 years ago
- d7158d4 Issue #7282: Fix a memory leak when an RLock was used in a thread other by Antoine Pitrou · 16 years ago
- 813c43a Properly detect whether a C file is using tabs or spaces for Vim. by Brett Cannon · 16 years ago
- c98efe0 Issue #7270: Add some dedicated unit tests for multi-thread synchronization by Antoine Pitrou · 16 years ago
- 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 16 years ago
- 323b9da Issue #7211: Allow 64-bit values for the `ident` and `data` fields of kevent by Antoine Pitrou · 16 years ago
- aec4124 Since r76034 was successful, add a NEWS entry for it. by Antoine Pitrou · 16 years ago
- fa7dadd Fix exception handling in itertools.izip_longest(). by Raymond Hettinger · 16 years ago