1. 3de4919 Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
  2. 43432b8 Merge with 3.2. by Ezio Melotti · 14 years ago
  3. 1a74374 Merge with 3.1. by Ezio Melotti · 14 years ago
  4. 1c3fd58 Add back Misc/NEWS entry that got lost during merge, and fix a couple of other things. by Ezio Melotti · 14 years ago
  5. d49b1f1 Issue #8407: The signal handler writes the signal number as a single byte by Victor Stinner · 14 years ago
  6. b3e7219 Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the by Victor Stinner · 14 years ago
  7. 2407ce1 Merge by Antoine Pitrou · 14 years ago
  8. 6ef5dfd Merge by Antoine Pitrou · 14 years ago
  9. d7f12f3 Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
  10. 5bcc50c Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented. by Antoine Pitrou · 14 years ago
  11. c1d5206 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
  12. ffc235c merge with 3.2 by Giampaolo Rodola' · 14 years ago
  13. 24befa8 merge with 3.1 by Giampaolo Rodola' · 14 years ago
  14. 0b5c21f #12002 - ftplib's abort() method raises TypeError by Giampaolo Rodola' · 14 years ago
  15. 9c18778 #12017: merge with 3.2. by Ezio Melotti · 14 years ago
  16. 06383ee #12017: merge with 3.1. by Ezio Melotti · 14 years ago
  17. 362b951 #12017: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago
  18. 97c3eb4 Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. by Ronald Oussoren · 14 years ago
  19. 46070eb #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  20. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  21. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
  22. d78def9 Issue #11072: added MLSD command (RFC-3659) support to ftplib. by Giampaolo Rodola' · 14 years ago
  23. 0872816 Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext by Antoine Pitrou · 14 years ago
  24. 45fd0c9 merge from 3.2 by Ronald Oussoren · 14 years ago
  25. 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
  26. ff9bfca Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  27. 1c86b44 Issue #12000: When a SSL certificate has a subjectAltName without any by Antoine Pitrou · 14 years ago
  28. 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
  29. 136148e merge from 3.2 by Ronald Oussoren · 14 years ago
  30. 78349b0 merge from 3.1 by Ronald Oussoren · 14 years ago
  31. 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
  32. a4433ee Merge: #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
  33. 66a18fd #11873: Improve test regex so random directory names don't cause test to fail by R David Murray · 14 years ago
  34. 7ceb180 Merge #11647 update from 3.2 by Nick Coghlan · 14 years ago
  35. 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
  36. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  37. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 14 years ago
  38. e7a2430 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  39. 003be52 Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable. by Raymond Hettinger · 14 years ago
  40. 6f26be0 Issue #11849: Make it more likely for the system allocator to release by Antoine Pitrou · 14 years ago
  41. 5611a1c Issue #11930: Added Misc/NEWS and versionchanged entries. by Alexander Belopolsky · 14 years ago
  42. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  43. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
  44. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  45. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 14 years ago
  46. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 14 years ago
  47. d23820b (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  48. 5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  49. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 14 years ago
  50. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  51. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
  52. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 14 years ago
  53. c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 14 years ago
  54. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 14 years ago
  55. af2afc8 Merged mentions of issues #11324 and #11858. by Łukasz Langa · 14 years ago
  56. 90759a2 Mentioned issues #11324 and #11858. by Łukasz Langa · 14 years ago
  57. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 14 years ago
  58. 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 14 years ago
  59. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
  60. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 14 years ago
  61. 9490af2 #11763: merge with 3.2. by Ezio Melotti · 14 years ago
  62. edd117f #11763: merge with 3.1. by Ezio Melotti · 14 years ago
  63. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 14 years ago
  64. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 14 years ago
  65. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 14 years ago
  66. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 14 years ago
  67. 0145c54 merge from 3.2 by Senthil Kumaran · 14 years ago
  68. 30fe818 merge from 3.1 by Senthil Kumaran · 14 years ago
  69. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 14 years ago
  70. bf1253b #6780: merge with 3.2. by Ezio Melotti · 14 years ago
  71. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 14 years ago
  72. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
  73. eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 14 years ago
  74. 72562d0 Issue #10914: add NEWS item. by Antoine Pitrou · 14 years ago
  75. f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 14 years ago
  76. 762f8d1 Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. by Victor Stinner · 14 years ago
  77. c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 14 years ago
  78. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 14 years ago
  79. 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 14 years ago
  80. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  81. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  82. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  83. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
  84. 1114744 merge by Raymond Hettinger · 14 years ago
  85. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  86. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  87. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  88. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  89. d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 14 years ago
  90. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 14 years ago
  91. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  92. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
  93. ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  94. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  95. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  96. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  97. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  98. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  99. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  100. a4eb194 Merge from 3.2 by Antoine Pitrou · 14 years ago