1. 51b846c _tracemalloc: add domain to trace keys by Victor Stinner · 9 years ago
  2. 5decb84 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  3. 063d48d Issue #26525: Change ord example from nu to more easily recognized Euro sign. by Terry Jan Reedy · 9 years ago
  4. 370764a Merge with 3.5 by Terry Jan Reedy · 9 years ago
  5. 4902c46 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  6. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  7. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  8. fc6990d Issues #25643, #26581: Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  9. 97eee1c Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  10. bd5b1a6 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 9 years ago
  11. e2021f2 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 9 years ago
  12. c0e7a9c Issue #19164: Improve exception message of uuid.UUID() by Berker Peksag · 9 years ago
  13. d02eb8a Issue #19164: Improve exception message of uuid.UUID() by Berker Peksag · 9 years ago
  14. 5d7286c Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  15. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  16. 02cce69 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 9 years ago
  17. e3385b4 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 9 years ago
  18. 3c3d7f4 Issue #18787: spwd.getspnam() now raises a PermissionError if the user by Berker Peksag · 9 years ago
  19. af4a1f2 fix indentation in Py_DECREF() by Victor Stinner · 9 years ago
  20. ee803a8 Issue #26567: enhance ResourceWarning example by Victor Stinner · 9 years ago
  21. 74879e4 Try again to fix test_warnings on Windows by Victor Stinner · 9 years ago
  22. cf934a1 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 9 years ago
  23. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 9 years ago
  24. bfab932 Try to fix test_warnings on Windows by Victor Stinner · 9 years ago
  25. f664dc5 ResourceWarning: Revert change on socket and scandir by Victor Stinner · 9 years ago
  26. eedf13f Fix test_logging by Victor Stinner · 9 years ago
  27. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 9 years ago
  28. 1231a46 Add _showwarnmsg() and _formatwarnmsg() to warnings by Victor Stinner · 9 years ago
  29. 81ae89b Merge for issue #26095 by Brett Cannon · 9 years ago
  30. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 9 years ago
  31. 5936313 Issue #26252: Add an example on how to register a finder by Brett Cannon · 9 years ago
  32. 6840632 #26250: merge with 3.5. by Ezio Melotti · 9 years ago
  33. 62564db #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  34. 32cba67 Merge for issue #26271 by Brett Cannon · 9 years ago
  35. e4044bf Issue #26271: Fix the Freeze tool to use variables passed in from the by Brett Cannon · 9 years ago
  36. 9b46a57 Doc: fix typos, patch written by Stefan Behnel by Victor Stinner · 9 years ago
  37. ee6471e Fixed a typo. by Serhiy Storchaka · 9 years ago
  38. 7740062 Fixed a typo. by Serhiy Storchaka · 9 years ago
  39. b3fe1c4 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  40. 42f8548 Issue #26580: Remove outdated reference to ftpmirror by Berker Peksag · 9 years ago
  41. c2fc568 Enhance documentation on malloc debug hooks by Victor Stinner · 9 years ago
  42. 3ca3342 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
  43. 8dd7aeb Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
  44. c918800 Issue #26583: merge from 3.5 by Ned Deily · 9 years ago
  45. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 9 years ago
  46. a209981 Merge 3.5 into default by Donald Stufft · 9 years ago
  47. c488bc6 Merge 3.4 into 3.5 by Donald Stufft · 9 years ago
  48. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 9 years ago
  49. ec748c47 Merge 3.5 by Victor Stinner · 9 years ago
  50. 499d365 Issue #17603: Merge configure.ac fix from 3.5 by Martin Panter · 9 years ago
  51. d887d1f Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 9 years ago
  52. 5c13aa1 Fix pyclbr to support importing packages by Victor Stinner · 9 years ago
  53. b3bf448 Null merge 3.5 by Victor Stinner · 9 years ago
  54. f163625 Null merge 3.5 by Victor Stinner · 9 years ago
  55. 13be7db Fix usage of PyMem_Malloc() in overlapped.c by Victor Stinner · 9 years ago
  56. 6150f31 Fix usage of PyMem_Malloc() in overlapped.c by Victor Stinner · 9 years ago
  57. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  58. a2e5e04 Py_FatalError: disable faulthandler earlier by Victor Stinner · 9 years ago
  59. 2025d78 Py_FatalError: disable faulthandler earlier by Victor Stinner · 9 years ago
  60. 861d9ab faulthandler now works in non-Python threads by Victor Stinner · 9 years ago
  61. c36674a Fix usage of PyMem_Malloc() in os.stat() by Victor Stinner · 9 years ago
  62. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 9 years ago
  63. 013024e Fix compilation error of traceback.c on Windows by Victor Stinner · 9 years ago
  64. 32f2eb4 Issue #21042: Revert Linux find_library() to return just filename by Martin Panter · 9 years ago
  65. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 9 years ago
  66. 82f04e2 regrtest: Fix module.__path__ by Victor Stinner · 9 years ago
  67. 6453e9e Issue #26564: Fix test_capi by Victor Stinner · 9 years ago
  68. ffcf1a5 Oops, revert unwanted change used to create an example by Victor Stinner · 9 years ago
  69. 0611c26 On memory error, dump the memory block traceback by Victor Stinner · 9 years ago
  70. af584a0 Merge 3.5 (_tracemalloc) by Victor Stinner · 9 years ago
  71. 9528334 _tracemalloc: store lineno as unsigned int by Victor Stinner · 9 years ago
  72. 89e7cdc Enhance and rewrite traceback dump C functions by Victor Stinner · 9 years ago
  73. b380010 Merge 3.5 (test_faulthandler) by Victor Stinner · 9 years ago
  74. 57003f8 faulthandler: Test Py_FatalError() with GIL released by Victor Stinner · 9 years ago
  75. 7105e9f _tracemalloc: filename cannot be NULL by Victor Stinner · 9 years ago
  76. 32eb840 Issue #26566: Rewrite test_signal.InterProcessSignalTests by Victor Stinner · 9 years ago
  77. 58f2bd8 Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  78. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  79. bfef0be #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 9 years ago
  80. ecd5383 #25320: Handle sockets in directories unittest discovery is scanning. by Robert Collins · 9 years ago
  81. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 9 years ago
  82. 8a1be61 Add more checks on the GIL by Victor Stinner · 9 years ago
  83. 08572f6 Issue #26516: Fix test_capi on AIX by Victor Stinner · 9 years ago
  84. 0ab7d09 Merge 3.5 (test_venv) by Victor Stinner · 9 years ago
  85. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 9 years ago
  86. 21b4711 _pickle: Fix load_counted_tuple(), use Py_ssize_t for size by Victor Stinner · 9 years ago
  87. c44f707 posix_getcwd(): limit to INT_MAX on Windows by Victor Stinner · 9 years ago
  88. 3719779 Merge 3.5 (test_site) by Victor Stinner · 9 years ago
  89. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  90. b3adb1a Issue #26516: Fix test_capi on 32-bit system by Victor Stinner · 9 years ago
  91. a1bc28a Issue #26516: Fix test_capi on Windows by Victor Stinner · 9 years ago
  92. d222653 Issue #26558: Remove useless check in tracemalloc by Victor Stinner · 9 years ago
  93. 4ddee7f Fix Py_FatalError() if called without the GIL by Victor Stinner · 9 years ago
  94. 791da1c Fix Py_FatalError() if called without the GIL by Victor Stinner · 9 years ago
  95. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  96. c877658 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  97. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  98. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 9 years ago
  99. 0647ef0 Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  100. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago