1. 904f5de Try to fix test_gdb on s390x buildbots by Victor Stinner · 9 years ago
  2. 412a5e7 faulthandler: only log fatal exceptions by Victor Stinner · 9 years ago
  3. 69649f2 regrtest: display test duration in sequential mode by Victor Stinner · 9 years ago
  4. 404cdc5 faulthandler: add Windows exception handler by Victor Stinner · 9 years ago
  5. 6d7f4f6 regrtest: add timeout to main process when using -jN by Victor Stinner · 9 years ago
  6. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 9 years ago
  7. 92c21d7 Issue #26588: skip test_warnings.test_tracemalloc() by Victor Stinner · 9 years ago
  8. 84aab09 Issue #26588: add debug traces by Victor Stinner · 9 years ago
  9. 24f949e regrtest: add time to output by Victor Stinner · 9 years ago
  10. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 9 years ago
  11. e492ae5 tracemalloc now supports domains by Victor Stinner · 9 years ago
  12. e0b75b7 Fix test_ssl.test_refcycle() by Victor Stinner · 9 years ago
  13. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  14. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  15. fc6990d Issues #25643, #26581: Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  16. 97eee1c Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  17. bd5b1a6 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 9 years ago
  18. e2021f2 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 9 years ago
  19. 02cce69 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 9 years ago
  20. e3385b4 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 9 years ago
  21. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 9 years ago
  22. 74879e4 Try again to fix test_warnings on Windows by Victor Stinner · 9 years ago
  23. cf934a1 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 9 years ago
  24. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 9 years ago
  25. bfab932 Try to fix test_warnings on Windows by Victor Stinner · 9 years ago
  26. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 9 years ago
  27. 1231a46 Add _showwarnmsg() and _formatwarnmsg() to warnings by Victor Stinner · 9 years ago
  28. c918800 Issue #26583: merge from 3.5 by Ned Deily · 9 years ago
  29. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 9 years ago
  30. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  31. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 9 years ago
  32. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 9 years ago
  33. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 9 years ago
  34. 82f04e2 regrtest: Fix module.__path__ by Victor Stinner · 9 years ago
  35. 6453e9e Issue #26564: Fix test_capi by Victor Stinner · 9 years ago
  36. b380010 Merge 3.5 (test_faulthandler) by Victor Stinner · 9 years ago
  37. 57003f8 faulthandler: Test Py_FatalError() with GIL released by Victor Stinner · 9 years ago
  38. 32eb840 Issue #26566: Rewrite test_signal.InterProcessSignalTests by Victor Stinner · 9 years ago
  39. 58f2bd8 Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  40. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  41. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 9 years ago
  42. 08572f6 Issue #26516: Fix test_capi on AIX by Victor Stinner · 9 years ago
  43. 0ab7d09 Merge 3.5 (test_venv) by Victor Stinner · 9 years ago
  44. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 9 years ago
  45. 3719779 Merge 3.5 (test_site) by Victor Stinner · 9 years ago
  46. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  47. b3adb1a Issue #26516: Fix test_capi on 32-bit system by Victor Stinner · 9 years ago
  48. a1bc28a Issue #26516: Fix test_capi on Windows by Victor Stinner · 9 years ago
  49. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  50. c877658 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  51. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  52. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 9 years ago
  53. 0647ef0 Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  54. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  55. 6e4150f Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  56. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  57. 15a83e8 Revert change 291d47954618 by Victor Stinner · 9 years ago
  58. 25caed5 Merge 3.5 by Victor Stinner · 9 years ago
  59. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 9 years ago
  60. 474ebbb Always test datetime.strftime("%4Y") by Victor Stinner · 9 years ago
  61. d0e9b69 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 9 years ago
  62. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 9 years ago
  63. 786e922 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  64. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  65. 706379a Backed out changeset da020e408c7f by Serhiy Storchaka · 9 years ago
  66. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 9 years ago
  67. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 9 years ago
  68. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 9 years ago
  69. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  70. 238fecd Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  71. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  72. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  73. 20b3e72 Merge by Raymond Hettinger · 9 years ago
  74. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  75. a2998a6 Closes #19475: Added timespec to the datetime.isoformat() method. by Alexander Belopolsky · 9 years ago
  76. d07a1cb Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  77. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  78. 48238c7 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  79. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  80. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  81. 818e18d Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy(). by Serhiy Storchaka · 9 years ago
  82. de128e1 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  83. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  84. 5608411 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  85. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  86. a0d416f Issue #26482: Allowed pickling recursive dequeues. by Serhiy Storchaka · 9 years ago
  87. 96c058b Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  88. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  89. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 9 years ago
  90. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  91. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  92. 6282e65 Issue #26335: Make mmap.write() return the number of bytes written like by Berker Peksag · 9 years ago
  93. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  94. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  95. 5604446 Merge 3.5 (issue #26338) by Yury Selivanov · 9 years ago
  96. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  97. 06495ff Merge 3.5 (issue #26347) by Yury Selivanov · 9 years ago
  98. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 9 years ago
  99. a8ac8e3 Merge 3.5 (issue #26221) by Yury Selivanov · 9 years ago
  100. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 9 years ago