1. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  2. 08572f6 Issue #26516: Fix test_capi on AIX by Victor Stinner · 8 years ago
  3. 0ab7d09 Merge 3.5 (test_venv) by Victor Stinner · 8 years ago
  4. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 8 years ago
  5. 21b4711 _pickle: Fix load_counted_tuple(), use Py_ssize_t for size by Victor Stinner · 8 years ago
  6. c44f707 posix_getcwd(): limit to INT_MAX on Windows by Victor Stinner · 8 years ago
  7. 3719779 Merge 3.5 (test_site) by Victor Stinner · 8 years ago
  8. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 8 years ago
  9. b3adb1a Issue #26516: Fix test_capi on 32-bit system by Victor Stinner · 8 years ago
  10. a1bc28a Issue #26516: Fix test_capi on Windows by Victor Stinner · 8 years ago
  11. d222653 Issue #26558: Remove useless check in tracemalloc by Victor Stinner · 8 years ago
  12. 791da1c Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago
  13. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  14. c877658 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  15. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  16. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 8 years ago
  17. 0647ef0 Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  18. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  19. 4c9375b #24918: merge with 3.5. by Ezio Melotti · 8 years ago
  20. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  21. 5f6209a merge by Raymond Hettinger · 8 years ago
  22. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  23. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 8 years ago
  24. 8dea74f #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  25. 7dc830e merge by Raymond Hettinger · 8 years ago
  26. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  27. 8d9bcb5 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  28. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  29. 6d6b986 Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  30. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  31. 11b3918 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  32. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  33. 6e4150f Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  34. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  35. 15a83e8 Revert change 291d47954618 by Victor Stinner · 8 years ago
  36. 25caed5 Merge 3.5 by Victor Stinner · 8 years ago
  37. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 8 years ago
  38. 474ebbb Always test datetime.strftime("%4Y") by Victor Stinner · 8 years ago
  39. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  40. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 8 years ago
  41. 82442b7 Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  42. d0e9b69 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  43. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  44. a55553d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  45. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 8 years ago
  46. f915e0e Merge 3.5 (malloc doc) by Victor Stinner · 8 years ago
  47. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  48. 2d68f18 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  49. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 8 years ago
  50. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  51. aadaa36 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 8 years ago
  52. 0554d83 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 8 years ago
  53. 39f57ca Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  54. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  55. 332018d Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  56. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  57. 786e922 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 8 years ago
  58. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 8 years ago
  59. 706379a Backed out changeset da020e408c7f by Serhiy Storchaka · 8 years ago
  60. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 8 years ago
  61. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  62. 43cbd05 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  63. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  64. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 8 years ago
  65. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  66. 238fecd Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  67. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  68. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  69. 3a5e1af Issue #26465: merge from 3.5 by Ned Deily · 8 years ago
  70. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 8 years ago
  71. 686905f Issue #24324: merge from 3.5 by Ned Deily · 8 years ago
  72. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  73. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 8 years ago
  74. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  75. f1fc8f9 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  76. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  77. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  78. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  79. 20b3e72 Merge by Raymond Hettinger · 8 years ago
  80. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  81. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  82. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  83. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  84. 48238c7 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  85. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago
  86. 656e41e Null merge by Serhiy Storchaka · 8 years ago
  87. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 8 years ago
  88. 818e18d Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). by Serhiy Storchaka · 8 years ago
  89. de128e1 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  90. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  91. 5608411 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  92. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 8 years ago
  93. b6bfce6 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  94. a01a144 Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 8 years ago
  95. a0d416f Issue #26482: Allowed pickling recursive dequeues. by Serhiy Storchaka · 8 years ago
  96. 841b930 Issue #17940: Remove redundant code from _Section.format_help() by Berker Peksag · 8 years ago
  97. d79d5b1 More logicial order. Move space saving step to just before it is used. by Raymond Hettinger · 8 years ago
  98. 96c058b Fixed typo in pickle tests. by Serhiy Storchaka · 8 years ago
  99. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 8 years ago
  100. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 8 years ago