- 660e62c (Merge 3.2) Empty merge, the fix was already applied to 3.3 by Victor Stinner · 14 years ago
- 17ca323 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
- ee18b6f Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
- 00c5925 (Merge 3.2) Issue #1195: Fix input() if it is interrupted by CTRL+d and then by Victor Stinner · 14 years ago
- db93278 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, clear by Victor Stinner · 14 years ago
- 4755ab0 Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c, by Victor Stinner · 14 years ago
- f223116 Update incorrect comment. by Vinay Sajip · 14 years ago
- 606c3f5 Issue #12041: Make test_wait3 more robust. by Antoine Pitrou · 14 years ago
- 5aa878c os.dup()-then-close() can be replaced with detach() by Antoine Pitrou · 14 years ago
- 2341f9b Remove dead code from _multiprocessing by Antoine Pitrou · 14 years ago
- fc75393 Merged solution for #12036 from 3.2 by Łukasz Langa · 14 years ago
- 7254762 Closes #12036: ConfigParser: Document items() added the vars dictionary to the result by Łukasz Langa · 14 years ago
- 60ccd82 Improved Windows test coverage. by Vinay Sajip · 14 years ago
- 5fffaab Merge with 3.2. by Ezio Melotti · 14 years ago
- 219a5dc Merge with 3.1. by Ezio Melotti · 14 years ago
- f9756c2 Some more tests were incorrectly marked as C specific. by Ezio Melotti · 14 years ago
- c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 14 years ago
- 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 14 years ago
- df77e3d Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n. by Mark Dickinson · 14 years ago
- 86e104a Issue #8407: Use an explicit cast for FreeBSD by Victor Stinner · 14 years ago
- e0c9a75 faulthandler: make quiet a gcc 4.6 warning (z was unused) by Victor Stinner · 14 years ago
- 502ff6c Issue #10811: Use TestCase.assertRaises() in the new test by Victor Stinner · 14 years ago
- 8f9f8d6 Issue #11888: Use system log2() when available by Victor Stinner · 14 years ago
- 936d518 #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Gerhard Haering · 14 years ago
- 83b8c0b Grammatical fix for a comment for log2, to avoid referring to an *algorithm* as monotonic. by Mark Dickinson · 14 years ago
- 2cffff9 Fix nonunique test ids in math_testcases.txt. by Mark Dickinson · 14 years ago
- 2344258 Fix cut-and-paste typo in comment: log10 -> log2. by Mark Dickinson · 14 years ago
- 7c038b4 merge 11164 by Martin v. Löwis · 14 years ago
- 867754e merge 11164 by Martin v. Löwis · 14 years ago
- 2f48d89 Stop trying to use _xmlplus in the xml module. Closes #11164. by Martin v. Löwis · 14 years ago
- 7581310 merged by Martin v. Löwis · 14 years ago
- 8ffaa10 The option is actually --no-as-needed. by Martin v. Löwis · 14 years ago
- 4e9da47 merge 11347. by Martin v. Löwis · 14 years ago
- 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 14 years ago
- 37c02c9 #11910: merge with 3.2. by Ezio Melotti · 14 years ago
- 19f7ca2 #11910: merge with 3.1. by Ezio Melotti · 14 years ago
- fd69abb Some tests were incorrectly marked as C specific. by Ezio Melotti · 14 years ago
- 8269a44 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 14 years ago
- 3843de3 #11910: merge with 3.2. by Ezio Melotti · 14 years ago
- 313fa9d #11910: merge with 3.1. by Ezio Melotti · 14 years ago
- 199e085 #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 14 years ago
- 6048045 Merge with 3.2. by Ezio Melotti · 14 years ago
- 74efb71 Merge with 3.1. by Ezio Melotti · 14 years ago
- 0ed8c68 Add a note to the str.find doc to suggest the use of the "in" operator. by Ezio Melotti · 14 years ago
- eaee138 note the point of having log2 by Benjamin Peterson · 14 years ago
- 6348f0e Close #12032: Fix scripts/crlf.py for Python 3 by Victor Stinner · 14 years ago
- fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 14 years ago
- 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
- 3a0792d merge 3.2 by Benjamin Peterson · 14 years ago
- 31dc373 merge 3.1 by Benjamin Peterson · 14 years ago
- 262c582 put import_fresh_module in __all__ by Benjamin Peterson · 14 years ago
- 845f152 Refactor buggy test to correctly use the msg argument of assertRaises. by Ezio Melotti · 14 years ago
- 43432b8 Merge with 3.2. by Ezio Melotti · 14 years ago
- 1a74374 Merge with 3.1. by Ezio Melotti · 14 years ago
- 1c3fd58 Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things. by Ezio Melotti · 14 years ago
- 3a7f0f0 Issue #8407: Remove debug code from test_signal by Victor Stinner · 14 years ago
- d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 14 years ago
- b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 14 years ago
- 2c736bb Merge by Antoine Pitrou · 14 years ago
- 2407ce1 Merge by Antoine Pitrou · 14 years ago
- a8201f0 Merge by Antoine Pitrou · 14 years ago
- 6ef5dfd Merge by Antoine Pitrou · 14 years ago
- 4d1cd0a Merge by Antoine Pitrou · 14 years ago
- d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
- 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
- c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
- fde86ff merge by Giampaolo Rodola' · 14 years ago
- ffc235c merge with 3.2 by Giampaolo Rodola' · 14 years ago
- 24befa8 merge with 3.1 by Giampaolo Rodola' · 14 years ago
- 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 14 years ago
- 8b7664d #5421: merge with 3.2. by Ezio Melotti · 14 years ago
- 4c1aebd #5421: merge with 3.1. by Ezio Melotti · 14 years ago
- 63e4230 #5421: add tests. by Ezio Melotti · 14 years ago
- 842e567 reverting 9688977ef567 committed by accident by Giampaolo Rodola' · 14 years ago
- fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 14 years ago
- 9c18778 #12017: merge with 3.2. by Ezio Melotti · 14 years ago
- 06383ee #12017: merge with 3.1. by Ezio Melotti · 14 years ago
- dbf0454 test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 seconds is way too much when we expect a server response which never comes in. by Giampaolo Rodola' · 14 years ago
- e9514b8 merge heads by Giampaolo Rodola' · 14 years ago
- b28e094 test_ftplib.py: change client default timeout from 10 to 2. Hanging for 10 seconds is way too much when we expect a server response which never comes in. by Giampaolo Rodola' · 14 years ago
- 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
- b37cd39 Changed where socket close is called on connection failure. by Vinay Sajip · 14 years ago
- a55efb3 #11072- applying http://bugs.python.org/review/11072/show suggestions by Giampaolo Rodola' · 14 years ago
- 052a899 Merge. by Vinay Sajip · 14 years ago
- 2261b32 Close socket on connection failure. by Vinay Sajip · 14 years ago
- da91d18 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
- b0b0579 Merge: Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
- 7420b70 Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
- ce79230 Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
- 044dfad Merge: #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
- 909f6d2 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
- 02e6569 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
- c2bb073 Merge: #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
- ced1056 Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
- 65b7eff _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII by Victor Stinner · 14 years ago
- 7bba62f faulthandler: dump all threads by default by Victor Stinner · 14 years ago
- c925617 faulthandler: save/restore errno in the two signal handlers by Victor Stinner · 14 years ago
- 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 14 years ago
- 46070eb #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
- 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago