- 185fae7 Merged revisions 83719 via svnmerge from by Antoine Pitrou · 15 years ago
- 47617ab fix issue #2944: asyncore doesn't handle connection refused correctly (patch by Alexander Shigin) by Giampaolo Rodolà · 15 years ago
- 75a292e Merged revisions 83690 via svnmerge from by R. David Murray · 15 years ago
- 1cbf78e Merged revisions 83675 via svnmerge from by R. David Murray · 15 years ago
- 58f55d5 Fix the alphabetization fix (bad merge). by R. David Murray · 15 years ago
- 710de57 Merged revisions 83506 via svnmerge from by R. David Murray · 15 years ago
- 7f0c3ff Merged revisions 83201 via svnmerge from by Georg Brandl · 15 years ago
- 58f15b6 Merged revisions 83380 via svnmerge from by R. David Murray · 15 years ago
- b2ec232 Merged revisions 83156 via svnmerge from by Brian Curtin · 15 years ago
- 7a7013e Merged revisions 83030 via svnmerge from by Antoine Pitrou · 15 years ago
- 6251496 Merged revisions 82731 via svnmerge from by R. David Murray · 15 years ago
- abd4553 Merged revisions 82730 via svnmerge from by R. David Murray · 15 years ago
- 8fbbc08 Ezio Melotti was missing from Misc/ACKS. by Mark Dickinson · 15 years ago
- 62815e8 Add Éric Araujo to Misc/ACKS for doc work and many patch and commit reviews. by Mark Dickinson · 15 years ago
- e979ec8 Issue #8986: erfc was raising OverflowError on Linux for arguments in by Mark Dickinson · 15 years ago
- 4a057e6 Added Andrej Krpic. (Thanks for issue #7879 patch.) by Alexander Belopolsky · 15 years ago
- eeaf33e Make the contributor list alphabetical again. by Brett Cannon · 15 years ago
- 04ee337 Add the author of the last fix (Issue #6662) by Victor Stinner · 15 years ago
- 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 15 years ago
- f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 15 years ago
- dfb45df Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) by Nick Coghlan · 15 years ago
- 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
- 1dc6b08 Issue #8549: Fix compiling the _ssl extension under AIX. Patch by by Antoine Pitrou · 15 years ago
- dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
- 18e63fb Issue #7332: Remove the 16KB stack-based buffer in by Antoine Pitrou · 15 years ago
- 661303f Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters. by R. David Murray · 15 years ago
- 1a14d3d Issue #7585: use tab between components in unified and context diff headers. by R. David Murray · 15 years ago
- bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 15 years ago
- 6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. by Antoine Pitrou · 15 years ago
- ec71794 fix ACKS: alphabetic order and UTF-8 by Florent Xicluna · 15 years ago
- 4617e50 Issue #7143: get_payload used to strip any trailing newline from a by R. David Murray · 15 years ago
- f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
- 5cac46d * fix issue#7476 by Jack Diederich · 15 years ago
- 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
- 7c29f07 Issue 5754: tweak shelve doc wording to make it clearer that even when by R. David Murray · 16 years ago
- 42fb6ab Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") by Antoine Pitrou · 16 years ago
- bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 16 years ago
- 7045d64 Add Chris Rebert to ACKS for issue 6760 Popen doc improvements. by R. David Murray · 16 years ago
- f3fa074 - Issue #6939: Fix file I/O objects in the `io` module to keep the original by Antoine Pitrou · 16 years ago
- 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 16 years ago
- a43f34c fix an UnboundLocalError when the release file is empty #7773 by Benjamin Peterson · 16 years ago
- f58021f Add ACKS entry for r77472. by Antoine Pitrou · 16 years ago
- 37559a0 Credit Nir Aides for r77288 by Antoine Pitrou · 16 years ago
- 9b02e85 Add Marcos Donolo for work on issue 7534 patch. by Mark Dickinson · 16 years ago
- 8c54e78 Fix the transient refleaks in test_zipimport_support. by Antoine Pitrou · 16 years ago
- 6420172 Add Christoph Gohlke, for the issue 4120 work. by Martin v. Löwis · 16 years ago
- d16f57b Issue #1515: Enable use of deepcopy() with instance methods. Patch by Robert Collins. by Antoine Pitrou · 16 years ago
- bf4a5fc Add ACKS entry for Pablo Mouzo 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
- 5f029ce Acknowledge Ned Deily (extensive bug hunting and testing on OS X) by Mark Dickinson · 16 years ago
- efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
- beaf6a0 Issue #7084: Fix a (very unlikely) crash when printing a list from one by Antoine Pitrou · 16 years ago
- 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
- 590ecf3 Add Anders Chrigstrom to Misc/ACKS for his work on unicodedata. by Amaury Forgeot d'Arc · 16 years ago
- 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 16 years ago
- 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 16 years ago
- 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
- db9925a Add Gawain Bolton to Misc/ACKS for his work on base 10 integer -> string optimizations. by Mark Dickinson · 16 years ago
- 1a46267 Restore alphabetic order. by Georg Brandl · 16 years ago
- c0ba828 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 16 years ago
- 764465f Expat could crash if given the wrong kind of input by never stopping its by Brett Cannon · 16 years ago
- 8497efe Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address by Jesse Noller · 16 years ago
- 9a6d6c9 Issue #6619: Remove duplicate 'isgenerator' function from inspect module. by Mark Dickinson · 16 years ago
- 5215875 Add Case Van Horsen to Misc/ACKS, for fractions module patches and other work by Mark Dickinson · 16 years ago
- 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
- 1944d7e fix another name by Benjamin Peterson · 16 years ago
- dd116c2 change encoding to utf-8 by Benjamin Peterson · 16 years ago
- 36a8138 fix Tarek's name by Benjamin Peterson · 16 years ago
- 6736530 add Joe by Benjamin Peterson · 16 years ago
- 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
- ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 16 years ago
- a3e8f30 Update ACKS by Antoine Pitrou · 16 years ago
- f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 16 years ago
- 40748f3 reorder name by Benjamin Peterson · 16 years ago
- e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 16 years ago
- ad3058e Fix Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns by R. David Murray · 16 years ago
- eed30d8 Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 16 years ago
- 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 16 years ago
- 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 16 years ago
- 2aabce7 Add Nick Barnes to ACKS. by Antoine Pitrou · 16 years ago
- 25b4add Fix issue 2245. aifc now skips any chunk type it doesn't actually by R. David Murray · 16 years ago
- e988e28 Issue #1734234: Massively speedup `unicodedata.normalize()` when the by Antoine Pitrou · 16 years ago
- 6f0e835 Add Maksim, who worked on several issues at the sprint. by Georg Brandl · 16 years ago
- a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 16 years ago
- d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 16 years ago
- 42f9b4e Issue 5619: Pass MS CRT debug flags into subprocesses by Jesse Noller · 16 years ago
- 1f0a555 missed the news/acks for netbsd patch by Jesse Noller · 16 years ago
- 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
- 7d49bba give httplib.IncompleteRead a more sane repr #4308 by Benjamin Peterson · 16 years ago
- 0e5001e fixed the data_files inclusion behavior by Tarek Ziadé · 16 years ago
- b6d0a52 Added Ross Light to ACKS, for bug 4285 (r69331). by Eric Smith · 16 years ago
- 4015f62 Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError for by Mark Dickinson · 17 years ago
- 28d1088 compileall used the ctime of bytecode and source to determine if the bytecode by Brett Cannon · 17 years ago
- d39600e Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda) by Nick Coghlan · 17 years ago
- b5a4b0a Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels by Jesse Noller · 17 years ago
- e7231cc Add ACKS entries for some of the patches I've been committing. by Antoine Pitrou · 17 years ago
- 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 17 years ago
- 6624a9f #4048 make the parser module accept relative imports as valid by Benjamin Peterson · 17 years ago
- 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 17 years ago
- 954a278 Keep sorted. by Georg Brandl · 17 years ago