- efd8bab #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
- 820021e Merged revisions 88284 via svnmerge from by Antoine Pitrou · 15 years ago
- 4a70550 Merged revisions 87394 via svnmerge from by Ned Deily · 15 years ago
- 6adb979 Merged revisions 87876-87877 via svnmerge from by Georg Brandl · 15 years ago
- 5a72e76 Merged revisions 87834 via svnmerge from by Antoine Pitrou · 15 years ago
- 77c1b38 Merged revisions 87797 via svnmerge from by Antoine Pitrou · 15 years ago
- 31e8595 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 15 years ago
- f11d183 Merged revisions 87639 via svnmerge from by Antoine Pitrou · 15 years ago
- c45d799 Merged revisions 83089,87590 via svnmerge from by R. David Murray · 15 years ago
- 47d9b0e Merged revisions 87317 via svnmerge from by Antoine Pitrou · 15 years ago
- f8a6391 Merged revisions 87238 via svnmerge from by R. David Murray · 15 years ago
- 0960bc5 Merged revisions 85086 via svnmerge from by R. David Murray · 15 years ago
- d75cc91 Merged revisions 86925 via svnmerge from by R. David Murray · 15 years ago
- 7eaa448 Merged revisions 86383 via svnmerge from by Antoine Pitrou · 15 years ago
- 6b1167c Merged revisions 86214 via svnmerge from by Antoine Pitrou · 15 years ago
- 7f08102 Merged revisions 85858 via svnmerge from by Antoine Pitrou · 15 years ago
- d2f6ae6 Merged revisions 85386-85387,85389 via svnmerge from by Victor Stinner · 15 years ago
- 577acb4 improve performance of writing past the end of the file for cStringIO by Fred Drake · 15 years ago
- 7be5a65 Merged revisions 85349 via svnmerge from by Antoine Pitrou · 15 years ago
- 9c20b18 Added my name to ACKS. by Hirokazu Yamamoto · 15 years ago
- dca9de9 Merged revisions 84495-84496 via svnmerge from by Antoine Pitrou · 15 years ago
- b41947b Merged revisions 84366 via svnmerge from by Antoine Pitrou · 15 years ago
- 7c4bf55 Merged revisions 84310 via svnmerge from by R. David Murray · 15 years ago
- cb4f47c Merged revisions 83944 via svnmerge from by Antoine Pitrou · 15 years ago
- 2d93080 In the Swedish alphabet, Å is sorted after Z by Alexander Belopolsky · 15 years ago
- 8cdede4 Merged revisions 83921 via svnmerge from by Antoine Pitrou · 15 years ago
- 45c67c3 Issue #8834: Added comment describing the order of entries in Misc/ACKS. by Alexander Belopolsky · 15 years ago
- 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