1. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 9 years ago
  2. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  3. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  4. 5608411 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  5. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  6. a0d416f Issue #26482: Allowed pickling recursive dequeues. by Serhiy Storchaka · 9 years ago
  7. d79d5b1 More logicial order. Move space saving step to just before it is used. by Raymond Hettinger · 9 years ago
  8. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 9 years ago
  9. 6f86a33 Factor-out common subexpression. by Raymond Hettinger · 9 years ago
  10. 589106b Put block length computations in a more logical order. by Raymond Hettinger · 9 years ago
  11. 3d2778c Issue #26406: merge from 3.5 by Ned Deily · 9 years ago
  12. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  13. 4a180a6 merge 3.5 (closes #25939) by Benjamin Peterson · 9 years ago
  14. 1378f7c merge 3.4 (closes #25939) by Benjamin Peterson · 9 years ago
  15. 9491272 open the cert store readonly by Benjamin Peterson · 9 years ago
  16. 00538ff Issue #25924: merge with 3.5 by Ned Deily · 9 years ago
  17. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  18. b6f17f5 The return type of a rich comparison is an int by Raymond Hettinger · 9 years ago
  19. ffe96ae Issue #25994: Added the close() method and the support of the context manager by Serhiy Storchaka · 9 years ago
  20. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 9 years ago
  21. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  22. b0cb42d Issue 26243: Forgot to update zlib doc strings in Argument Clinic by Martin Panter · 9 years ago
  23. 1fe0d13 Issue #26243: zlib.compress() keyword argument support by Aviv Palivoda by Martin Panter · 9 years ago
  24. 3841866 Issue #26200: The SETREF macro adds unnecessary work in some cases. by Raymond Hettinger · 9 years ago
  25. fd625c3 Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  26. 988b9bc Issue #26117: The os.scandir() iterator now closes file descriptor not only by Serhiy Storchaka · 9 years ago
  27. 65aaef4 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  28. 8254f79 Issue #26244: Merge zlib documentation from 3.5 by Martin Panter · 9 years ago
  29. 567d513 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  30. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  31. a638971 merge by Raymond Hettinger · 9 years ago
  32. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  33. 8abaa9a Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  34. d5db573 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  35. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago
  36. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  37. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  38. c8d2fb4 Merge 3.5: Issue #26227 by Victor Stinner · 9 years ago
  39. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  40. 0ef0423 merge by Raymond Hettinger · 9 years ago
  41. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  42. 1ce6885 Fix compiler warning about obviously unreachable code. by Raymond Hettinger · 9 years ago
  43. 306d6b1 Convert another post-decrement while-loop to pre-decrement for consistency by Raymond Hettinger · 9 years ago
  44. 165eee2 Convert two other post-decrement while-loops to pre-decrements for consistency by Raymond Hettinger · 9 years ago
  45. d84ec22 Miscellaneous refactorings by Raymond Hettinger · 9 years ago
  46. ae8c078 merge 3.5 by Benjamin Peterson · 9 years ago
  47. d52513c merge 3.4 by Benjamin Peterson · 9 years ago
  48. b1db758 reject negative data_size by Benjamin Peterson · 9 years ago
  49. 2b0b5ac merge 3.5 (#26171) by Benjamin Peterson · 9 years ago
  50. 47b8ba2 merge 3.4 (#26171) by Benjamin Peterson · 9 years ago
  51. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  52. ba77788 merge 3.5 by Benjamin Peterson · 9 years ago
  53. d4d7737 merge 3.4 by Benjamin Peterson · 9 years ago
  54. ef9cf083 fix refleak in error condition by Benjamin Peterson · 9 years ago
  55. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  56. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  57. 9cc4ed5 Issue #26129: Deprecated accepting non-integers in grp.getgrgid(). by Serhiy Storchaka · 9 years ago
  58. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 9 years ago
  59. 5f6ccc7 Issue #26139: libmpdec: disable /W4 warning (non-standard dllimport behavior). by Stefan Krah · 9 years ago
  60. 43cfd82 Merge for issue #17633 by Brett Cannon · 9 years ago
  61. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  62. 2f1a0b6 Merge for issue #26114 by Brett Cannon · 9 years ago
  63. 45adb31 Issue #26114: Remove a reference to 'Numerical Recipes'. by Brett Cannon · 9 years ago
  64. 5db60aa merge 3.5 (closes #25672) by Benjamin Peterson · 9 years ago
  65. 3b1a8b3 enable SSL_MODE_RELEASE_BUFFERS by Benjamin Peterson · 9 years ago
  66. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  67. 3e47a13 merge 3.5 by Benjamin Peterson · 9 years ago
  68. 4e3dd51 merge 3.4 by Benjamin Peterson · 9 years ago
  69. 630329e merge 3.3 by Benjamin Peterson · 9 years ago
  70. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  71. b5c7fc7 Fixed formatting comman-line usage message. by Serhiy Storchaka · 9 years ago
  72. 1ba0161 Fixed formatting comman-line usage message. by Serhiy Storchaka · 9 years ago
  73. bffa73e Issue #25972, #20440: Fix compilation on Windows by Zachary Ware · 9 years ago
  74. e3f359c Merge. by Stefan Krah · 9 years ago
  75. 53f2e0a Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by by Stefan Krah · 9 years ago
  76. e3a7d26 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  77. e4d65e3 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  78. 1ed017a Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. by Serhiy Storchaka · 9 years ago
  79. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  80. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  81. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  82. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  83. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  84. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  85. ea8c431 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 9 years ago
  86. bc4ded95 Issue #24103: Fixed possible use after free in ElementTree.XMLPullParser. by Serhiy Storchaka · 9 years ago
  87. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  88. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  89. 060ed71 Issue #25869: Optimized deepcopying ElementTree; it is now 20 times faster. by Serhiy Storchaka · 9 years ago
  90. 22adf2a Issue #25873: Optimized iterating ElementTree. by Serhiy Storchaka · 9 years ago
  91. 47a9d59 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  92. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  93. a9406e7 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  94. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  95. 8bc2b4d Issue #25890: Removed yet one unused variable. by Serhiy Storchaka · 9 years ago
  96. 9b3a2ee Issues #25890, #25891, #25892: Removed unused variables in Windows code. by Serhiy Storchaka · 9 years ago
  97. 9fdaff3 Merge 3.5 by Victor Stinner · 9 years ago
  98. e847d71 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() (new try) by Victor Stinner · 9 years ago
  99. 6b8f0c8 (Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago
  100. ed53782 Issue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_wchdir() by Victor Stinner · 9 years ago