1. 6453e9e Issue #26564: Fix test_capi by Victor Stinner · 8 years ago
  2. ffcf1a5 Oops, revert unwanted change used to create an example by Victor Stinner · 8 years ago
  3. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 8 years ago
  4. af584a0 Merge 3.5 (_tracemalloc) by Victor Stinner · 8 years ago
  5. 9528334 _tracemalloc: store lineno as unsigned int by Victor Stinner · 8 years ago
  6. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 8 years ago
  7. b380010 Merge 3.5 (test_faulthandler) by Victor Stinner · 8 years ago
  8. 57003f8 faulthandler: Test Py_FatalError() with GIL released by Victor Stinner · 8 years ago
  9. 7105e9f _tracemalloc: filename cannot be NULL by Victor Stinner · 8 years ago
  10. 32eb840 Issue #26566: Rewrite test_signal.InterProcessSignalTests by Victor Stinner · 8 years ago
  11. 58f2bd8 Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  12. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  13. bfef0be #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  14. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 8 years ago
  15. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago
  16. 8a1be61 Add more checks on the GIL by Victor Stinner · 8 years ago
  17. 08572f6 Issue #26516: Fix test_capi on AIX by Victor Stinner · 8 years ago
  18. 0ab7d09 Merge 3.5 (test_venv) by Victor Stinner · 8 years ago
  19. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 8 years ago
  20. 21b4711 _pickle: Fix load_counted_tuple(), use Py_ssize_t for size by Victor Stinner · 8 years ago
  21. c44f707 posix_getcwd(): limit to INT_MAX on Windows by Victor Stinner · 8 years ago
  22. 3719779 Merge 3.5 (test_site) by Victor Stinner · 8 years ago
  23. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 8 years ago
  24. b3adb1a Issue #26516: Fix test_capi on 32-bit system by Victor Stinner · 8 years ago
  25. a1bc28a Issue #26516: Fix test_capi on Windows by Victor Stinner · 8 years ago
  26. d222653 Issue #26558: Remove useless check in tracemalloc by Victor Stinner · 8 years ago
  27. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago
  28. 791da1c Fix Py_FatalError() if called without the GIL by Victor Stinner · 8 years ago
  29. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  30. c877658 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  31. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 8 years ago
  32. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 8 years ago
  33. 0647ef0 Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  34. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 8 years ago
  35. 4c9375b #24918: merge with 3.5. by Ezio Melotti · 8 years ago
  36. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  37. 5f6209a merge by Raymond Hettinger · 8 years ago
  38. a503f70 Minor recipe edit: convert "while 1" to "while True". by Raymond Hettinger · 8 years ago
  39. 0ce835f #25687: merge with 3.5. by Ezio Melotti · 8 years ago
  40. 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
  41. 7dc830e merge by Raymond Hettinger · 8 years ago
  42. 4d02896 Issue #26548: Minor fix to awkward wording in docs by Raymond Hettinger · 8 years ago
  43. 8d9bcb5 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  44. d3722e7 Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel. by Steve Dower · 8 years ago
  45. 6d6b986 Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  46. d669b6b Issue #23606: Adds note to ctypes documentation regarding cdll.msvcrt. by Steve Dower · 8 years ago
  47. 11b3918 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  48. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  49. 6e4150f Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  50. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  51. 15a83e8 Revert change 291d47954618 by Victor Stinner · 8 years ago
  52. 25caed5 Merge 3.5 by Victor Stinner · 8 years ago
  53. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 8 years ago
  54. 474ebbb Always test datetime.strftime("%4Y") by Victor Stinner · 8 years ago
  55. eb2e02b Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  56. 2c2a4e6 Add Mock.assert_called() by Victor Stinner · 8 years ago
  57. 82442b7 Issue #26542: Fix markup of code example in difflib documentation by Berker Peksag · 8 years ago
  58. d0e9b69 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  59. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 8 years ago
  60. a55553d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  61. ca0250a Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 8 years ago
  62. f915e0e Merge 3.5 (malloc doc) by Victor Stinner · 8 years ago
  63. 29bf27f Issue #26516: Enhance Python mem allocators doc by Victor Stinner · 8 years ago
  64. 2d68f18 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  65. b9f3114 Issue #21042: Return full path in ctypes.util.find_library() on Linux by Martin Panter · 8 years ago
  66. 42a4366 Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 8 years ago
  67. aadaa36 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 8 years ago
  68. 0554d83 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 8 years ago
  69. 39f57ca Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  70. 4a6f482 Backs out buildbot clean trigger. by Steve Dower · 8 years ago
  71. 332018d Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  72. 79993a9 Adds warning to prepare_ssl when nasm is not available. by Steve Dower · 8 years ago
  73. 786e922 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 8 years ago
  74. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 8 years ago
  75. 706379a Backed out changeset da020e408c7f by Serhiy Storchaka · 8 years ago
  76. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 8 years ago
  77. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  78. 43cbd05 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  79. 947f411 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 8 years ago
  80. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 8 years ago
  81. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  82. 238fecd Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  83. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  84. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  85. 3a5e1af Issue #26465: merge from 3.5 by Ned Deily · 8 years ago
  86. f4d97ce Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 8 years ago
  87. 686905f Issue #24324: merge from 3.5 by Ned Deily · 8 years ago
  88. bec699e Issue #24324: Do not enable unreachable code warnings when using by Ned Deily · 8 years ago
  89. 8cd8883 Issue #26505: merge from 3.5 by Ned Deily · 8 years ago
  90. adbf8ce Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  91. f1fc8f9 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  92. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  93. 5b96d66 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  94. 777d639 Issue #21034: Remove outdated paragraph from venv documentation by Berker Peksag · 8 years ago
  95. 20b3e72 Merge by Raymond Hettinger · 8 years ago
  96. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 8 years ago
  97. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 8 years ago
  98. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  99. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 8 years ago
  100. 48238c7 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 8 years ago