1. bb24087 Issue #23260: Update Windows installer by Steve Dower · 10 years ago
  2. 7425f36 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  3. 50afcc0 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  4. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 10 years ago
  5. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  6. d0a8f57 Issue #23212: merge from 3.4 by Ned Deily · 10 years ago
  7. 9125fe2 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 10 years ago
  8. f92766c (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad by Victor Stinner · 10 years ago
  9. aad7b2e test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution by Victor Stinner · 10 years ago
  10. 71f5b71 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  11. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  12. 5c84936 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  13. a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 10 years ago
  14. 7aa4428 Issue #23345: merge from 3.4 by Ned Deily · 10 years ago
  15. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  16. da3c64c Merge: Update pip to 6.0.8 by Donald Stufft · 10 years ago
  17. ff0fdef Update pip to 6.0.8 by Donald Stufft · 10 years ago
  18. 7c60eb8 Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  19. c3493aa Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  20. 8249282 Minor code clean up. by Raymond Hettinger · 10 years ago
  21. 0afc3dc Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  22. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 10 years ago
  23. c028b95 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  24. 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 10 years ago
  25. aa41b9b asyncio: BaseSelectorEventLoop uses directly the private _debug attribute by Victor Stinner · 10 years ago
  26. 28fe496 Fixes issue23390: make profile-opt causes -fprofile-generate and related flags by Gregory P. Smith · 10 years ago
  27. 2f90aa6 Fixes issue23390: make profile-opt causes -fprofile-generate and related flags by Gregory P. Smith · 10 years ago
  28. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 10 years ago
  29. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 10 years ago
  30. a7559c0 Issue #14203: Temporary fix for the compile failure on Windows. by Stefan Krah · 10 years ago
  31. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 10 years ago
  32. 38c30e6 Issue #15381: Fixed a bug in BytesIO.write(). by Serhiy Storchaka · 10 years ago
  33. 06bb122 Issue 23359: Reduce size of code in set_lookkey. Only do linear probes when there is no wrap-around. by Raymond Hettinger · 10 years ago
  34. 5178d91 Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo() by Stefan Krah · 10 years ago
  35. 7277761 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  36. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 10 years ago
  37. b9765ee Issue #15381: Try to fix refcount bug. Empty and 1-byte buffers are always shared. by Serhiy Storchaka · 10 years ago
  38. ab53ab0 Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. by Berker Peksag · 10 years ago
  39. 5045740 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 10 years ago
  40. 3265344 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 10 years ago
  41. 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 10 years ago
  42. 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 10 years ago
  43. 32ca3dc Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  44. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  45. 7a27c97 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  46. 8384870 Issue #22896: Fixed using _getbuffer() in recently added _PyBytes_Format(). by Serhiy Storchaka · 10 years ago
  47. b5e8e57 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  48. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  49. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  50. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  51. 0b2a6dc merge 3.4 by Benjamin Peterson · 10 years ago
  52. b0ef785 merge 3.3 by Benjamin Peterson · 10 years ago
  53. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  54. bcf527e merge 3.4 by Benjamin Peterson · 10 years ago
  55. f5f9c13 adjust for py3k module renaming by Benjamin Peterson · 10 years ago
  56. 5e69419 merge 3.4 by Benjamin Peterson · 10 years ago
  57. 3356a2e _clear_type_cache is cpython-only by Benjamin Peterson · 10 years ago
  58. 29ae763 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  59. 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 10 years ago
  60. c658d85 Issue 23359: Tighten inner search loop for sets (don't and-mask every entry lookup). by Raymond Hettinger · 10 years ago
  61. f86d1fd merge 3.4 (#21295) by Benjamin Peterson · 10 years ago
  62. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 10 years ago
  63. 0e259f1 Optimization guides suggest copying memory in an ascending direction when possible. by Raymond Hettinger · 10 years ago
  64. 5d0bb85 merge 3.4 (#23364, #23363) by Benjamin Peterson · 10 years ago
  65. c468b53 merge 3.3 (#23364, #23363) by Benjamin Peterson · 10 years ago
  66. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  67. 38d9772 merge 3.4 (#23365) by Benjamin Peterson · 10 years ago
  68. f635dc3 merge 3.3 (#23365) by Benjamin Peterson · 10 years ago
  69. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  70. 4db56d5 merge 3.4 (#23366) by Benjamin Peterson · 10 years ago
  71. 819c4e9 merge 3.3 (#23366) by Benjamin Peterson · 10 years ago
  72. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  73. ad9f99e merge 3.4 by Benjamin Peterson · 10 years ago
  74. d40f136 https goodness by Benjamin Peterson · 10 years ago
  75. 337578b fix tests on systems that can't validate python.org by Benjamin Peterson · 10 years ago
  76. 83e814d merge 3.4 by Benjamin Peterson · 10 years ago
  77. c0b743a merge 3.3 by Benjamin Peterson · 10 years ago
  78. 68389ea remove extra ws by Benjamin Peterson · 10 years ago
  79. 71cf91c merge 3.4 (#23369) by Benjamin Peterson · 10 years ago
  80. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 10 years ago
  81. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  82. e740504 Merge cosmetic change. by Stefan Krah · 10 years ago
  83. 3a43d06 Whitespace. by Stefan Krah · 10 years ago
  84. 3e9bec2 Whitespace. by Stefan Krah · 10 years ago
  85. a7e9a6a Issue #23352: Merge from 3.4. by Stefan Krah · 10 years ago
  86. 0dc4e15 Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  87. 2e6658b Merge from 3.4. by Stefan Krah · 10 years ago
  88. 5b90f5d Don't seek to the start of the file when open ZipFile with the 'w' mode by Serhiy Storchaka · 10 years ago
  89. 7213fcc Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 10 years ago
  90. 7929be6 Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  91. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  92. 363af44 Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity by Stefan Krah · 10 years ago
  93. a5e1dbe Issue #23212: Update Windows copy of OpenSSL to 1.0.1l by Steve Dower · 10 years ago
  94. be72456 Null merge with 3.4 by Steve Dower · 10 years ago
  95. 6b89973 Issue #23212: Update Windows copy of OpenSSL to 1.0.1l by Steve Dower · 10 years ago
  96. e5a6c4e Fixes python3_d.dll build so that functions are forwarded to python35_d.dll by Steve Dower · 10 years ago
  97. 59ecabd Keep the definition of i consistent between set_lookkey() and set_insert_clean(). by Raymond Hettinger · 10 years ago
  98. 260cd32 Merge heads by Serhiy Storchaka · 10 years ago
  99. 13a1c60 Merge 3.4 (generator) by Victor Stinner · 10 years ago
  100. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago