1. 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  2. cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 13 years ago
  3. fadeeff (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  4. 8108e96 (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X by Victor Stinner · 13 years ago
  5. a6cd0cf Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a by Victor Stinner · 13 years ago
  6. d23820b (Merge 3.2) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  7. 5cf93c6 (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  8. 13aaef5 Issue #9756: credit the author, Andreas Stührk (Trundle) by Victor Stinner · 13 years ago
  9. 6a534e7 (Merge 3.2) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  10. d956131 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 13 years ago
  11. 3249dec Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the by Victor Stinner · 13 years ago
  12. 90c3fb6 Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  13. e97f14c Merge #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  14. 9c4f09d #11971: fix man page; it's -OO not -O0 by R David Murray · 13 years ago
  15. c90e19d Close #11958: Fix FTP tests for IPv6, bind to "::1" instead of "localhost". by Victor Stinner · 13 years ago
  16. a929335 Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch by Victor Stinner · 13 years ago
  17. af2afc8 Merged mentions of issues #11324 and #11858. by Łukasz Langa · 13 years ago
  18. 90759a2 Mentioned issues #11324 and #11858. by Łukasz Langa · 13 years ago
  19. 15399c3 Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch by Antoine Pitrou · 13 years ago
  20. 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 13 years ago
  21. 70eb79c Merged solution for #11324 from 3.2. by Łukasz Langa · 13 years ago
  22. 1aa422f Closes #11324: ConfigParser(interpolation=None) doesn't work. by Łukasz Langa · 13 years ago
  23. bf53a9c Merged ACKS from 3.2: added Yuxiao Zeng by Łukasz Langa · 13 years ago
  24. f531113 Added Yuxiao Zeng for finding and resolving #11858. Thanks! by Łukasz Langa · 13 years ago
  25. 9ea1c8d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  26. 0c759fe Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  27. 9490af2 #11763: merge with 3.2. by Ezio Melotti · 13 years ago
  28. edd117f #11763: merge with 3.1. by Ezio Melotti · 13 years ago
  29. 935a588 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  30. 3cbf14b Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  31. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  32. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  33. 0145c54 merge from 3.2 by Senthil Kumaran · 13 years ago
  34. 30fe818 merge from 3.1 by Senthil Kumaran · 13 years ago
  35. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 13 years ago
  36. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  37. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  38. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  39. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  40. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  41. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  42. eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  43. 72562d0 Issue #10914: add NEWS item. by Antoine Pitrou · 13 years ago
  44. f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 13 years ago
  45. 4f71172 pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  46. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  47. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  48. 762f8d1 Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. by Victor Stinner · 13 years ago
  49. c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 13 years ago
  50. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 13 years ago
  51. 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 13 years ago
  52. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  53. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  54. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  55. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 13 years ago
  56. 1114744 merge by Raymond Hettinger · 13 years ago
  57. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  58. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  59. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  60. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  61. d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 13 years ago
  62. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 13 years ago
  63. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  64. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  65. ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  66. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  67. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  68. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  69. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  70. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  71. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  72. a4eb194 Merge from 3.2 by Antoine Pitrou · 13 years ago
  73. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 13 years ago
  74. cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  75. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  76. b5a40d4 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  77. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  78. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  79. e1adeeb #5057: Merge with 3.2. by Ezio Melotti · 13 years ago
  80. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  81. 2df6a93 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. "\U00012345"[0]). by Ezio Melotti · 13 years ago
  82. b496159 merge from 3.2 by Senthil Kumaran · 13 years ago
  83. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  84. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  85. a15f614 #11845: Merge with 3.2. by Ezio Melotti · 13 years ago
  86. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 13 years ago
  87. 99e97f9 merge from 3.2. by Senthil Kumaran · 13 years ago
  88. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  89. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  90. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  91. ccb16cb Add Misc/NEWS entry for changeset 0010cc5f22d4. by Nadeem Vawda · 13 years ago
  92. 7d01e78 Merge with 3.2. by Ezio Melotti · 13 years ago
  93. 04c6423 Merge with 3.1. by Ezio Melotti · 13 years ago
  94. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  95. b5eacc2 Merge by Alexander Belopolsky · 13 years ago
  96. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 13 years ago
  97. 9526c62 merge. by Senthil Kumaran · 13 years ago
  98. c90d02c merge from push conflict. by Senthil Kumaran · 13 years ago
  99. 00a47b8 merge from 3.2 by Senthil Kumaran · 13 years ago
  100. a8b0f9a Merge updates by Senthil Kumaran · 13 years ago