- 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
- 2407ce1 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
- 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
- 9c18778 #12017: merge with 3.2. by Ezio Melotti · 14 years ago
- 06383ee #12017: merge with 3.1. by Ezio Melotti · 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
- 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
- caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
- d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 14 years ago
- 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 14 years ago
- 45fd0c9 merge from 3.2 by Ronald Oussoren · 14 years ago
- 6355c16 ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP. by Ronald Oussoren · 14 years ago
- ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
- 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
- b4dc250 Issue #10775: assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex now accept a keyword argument 'msg' when used as context managers. Initial patch by Winston Ewert. by Ezio Melotti · 14 years ago
- 136148e merge from 3.2 by Ronald Oussoren · 14 years ago
- 78349b0 merge from 3.1 by Ronald Oussoren · 14 years ago
- f51738b Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only) by Ronald Oussoren · 14 years ago
- a4433ee Merge: #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
- 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
- 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 14 years ago
- 0ded3e3 Issue #11647: allow contextmanager objects to be used as decorators as described in the docs. Initial patch by Ysj Ray. by Nick Coghlan · 14 years ago
- fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
- 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
- e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
- 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
- 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 14 years ago
- 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 14 years ago
- 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
- cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
- fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
- a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
- d23820b (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
- 5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
- 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
- 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
- d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
- 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
- 90c3fb6 Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
- e97f14c Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
- 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 14 years ago
- c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 14 years ago
- a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
- af2afc8 Merged mentions of issues #11324 and #11858. by Łukasz Langa · 14 years ago
- 90759a2 Mentioned issues #11324 and #11858. by Łukasz Langa · 14 years ago
- 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 14 years ago
- 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 14 years ago
- 70eb79c Merged solution for #11324 from 3.2. by Łukasz Langa · 14 years ago
- 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 14 years ago
- bf53a9c Merged ACKS from 3.2: added Yuxiao Zeng by Łukasz Langa · 14 years ago
- f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 14 years ago
- 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
- 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
- 9490af2 #11763: merge with 3.2. by Ezio Melotti · 14 years ago
- edd117f #11763: merge with 3.1. by Ezio Melotti · 14 years ago
- 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 14 years ago
- 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 14 years ago
- 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 14 years ago
- b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 14 years ago
- 0145c54 merge from 3.2 by Senthil Kumaran · 14 years ago
- 30fe818 merge from 3.1 by Senthil Kumaran · 14 years ago
- 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 14 years ago
- bf1253b #6780: merge with 3.2. by Ezio Melotti · 14 years ago
- f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 14 years ago
- ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
- dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 14 years ago
- eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
- 72562d0 Issue #10914: add NEWS item. by Antoine Pitrou · 14 years ago
- f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 14 years ago
- 4f71172 pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 14 years ago
- 762f8d1 Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. by Victor Stinner · 14 years ago
- c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 14 years ago
- 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 14 years ago
- 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 14 years ago
- c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
- 1114744 merge by Raymond Hettinger · 14 years ago
- 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
- d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 14 years ago
- cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 14 years ago
- 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
- 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago