1. b7a8af2 Fix _PyTime_AsTimevalStruct_impl() on OpenBSD by Victor Stinner · 9 years ago
  2. 0d30940 Add fast paths to deque_init() for the common cases by Raymond Hettinger · 9 years ago
  3. a53a818 Fix regrtest --coverage on Windows by Victor Stinner · 9 years ago
  4. c29f399 Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on by Victor Stinner · 9 years ago
  5. c51d244 Issue #25171: Fix compilation issue on OpenBSD in random.c by Victor Stinner · 9 years ago
  6. d69dd8b (Merge 3.5) Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  7. ae86da9 (Merge 3.4) Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  8. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  9. 85c386d Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  10. 008fc77 Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  11. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  12. 9a14214 Issue #25220: Fix "-m test --forever" by Victor Stinner · 9 years ago
  13. 3803114 Add an early-out for deque_clear() by Raymond Hettinger · 9 years ago
  14. 17f9716 Issue #25220, libregrtest: more verbose output for -jN by Victor Stinner · 9 years ago
  15. b408435 Issue #25220, libregrtest: Cleanup by Victor Stinner · 9 years ago
  16. 6f20a2e Issue #25220, libregrtest: Pass directly ns to runtest() by Victor Stinner · 9 years ago
  17. a204502 Issue #25220, libregrtest: Set support.use_resources in setup_tests() by Victor Stinner · 9 years ago
  18. 00b8f9b Issue #25274: Workaround test_sys crash just to keep buildbots usable by Victor Stinner · 9 years ago
  19. ecef622 Issue #25220, libregrtest: Call setup_python(ns) in the slaves by Victor Stinner · 9 years ago
  20. 8bb19f0 Issue #25220, libregrtest: Add runtest_ns() function by Victor Stinner · 9 years ago
  21. 234cbef Issue #25220, libregrtest: Move setup_python() to a new submodule by Victor Stinner · 9 years ago
  22. c7eab05 Issue #25220, libregrtest: Cleanup setup code by Victor Stinner · 9 years ago
  23. f33536c Issue #25220: Use print(flush=True) in libregrtest by Victor Stinner · 9 years ago
  24. 76f756d Issue #25220: Enhance regrtest -jN by Victor Stinner · 9 years ago
  25. 0231980 Don't strip refcount in libregrtest/runtest_mp.py by Victor Stinner · 9 years ago
  26. 86e8c31 Issue #25220, libregrtest: Remove unused import by Victor Stinner · 9 years ago
  27. 6448b80 Issue #25220: truncate some long lines in libregrtest/*.py by Victor Stinner · 9 years ago
  28. 3755452 Issue #25220: regrtest setups Python after parsing command line options by Victor Stinner · 9 years ago
  29. bd1a72c Issue #25220: Enhance regrtest --coverage by Victor Stinner · 9 years ago
  30. 56e05dd Issue #25220: Create libregrtest/runtest_mp.py by Victor Stinner · 9 years ago
  31. f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  32. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  33. dad20e4 Issue #25220: Split the huge main() function of libregrtest.main into a class by Victor Stinner · 9 years ago
  34. b272329 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  35. 5527cf1 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  36. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  37. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  38. 87b93fe Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  39. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  40. 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  41. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  42. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  43. a6b1031 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  44. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  45. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  46. 11adfb9 Merge 3.5 -> default by Andrew Svetlov · 9 years ago
  47. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  48. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  49. 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 9 years ago
  50. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  51. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  52. 2fbcd2a Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  53. cb76496 Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  54. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  55. 8ebcfd6 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  56. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  57. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  58. 4277134 Issue #25220: Add test for --wait in test_regrtest by Victor Stinner · 9 years ago
  59. feabaed Oops, revert unwanted change, sorry by Victor Stinner · 9 years ago
  60. 449b271 Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat() by Victor Stinner · 9 years ago
  61. 3f74685 test by Victor Stinner · 9 years ago
  62. 2bfed53 Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD by Victor Stinner · 9 years ago
  63. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  64. 5fbeabc Merge with 3.5, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  65. e471ab3 Merge with 3.4, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  66. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  67. b1edd58 merge 3.5 by Terry Jan Reedy · 9 years ago
  68. c69b37f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  69. f38356a Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 9 years ago
  70. e0937ef IDLE NEWS. by Terry Jan Reedy · 9 years ago
  71. 86e971c IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  72. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  73. b4c0015 Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  74. ab9e936 Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  75. 9af30ac Correct Misc/NEWS about asyncio.Queue rewrite. by Guido van Rossum · 9 years ago
  76. e143c1f Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 9 years ago
  77. 6b41510 Issue #25220: Add functional tests to test_regrtest by Victor Stinner · 9 years ago
  78. 174d059 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.5->default.) by Guido van Rossum · 9 years ago
  79. d2f1846 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  80. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  81. ff6ee25 Issue #25122: Remove verbose mode of test_eintr by Victor Stinner · 9 years ago
  82. 2cf2aac Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  83. 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  84. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  85. 69158d5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  86. bcb0c13 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  87. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  88. 3a03a1c Merge with 3.5 by Terry Jan Reedy · 9 years ago
  89. 0b6e6e1 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  90. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  91. a4802a1 Merge from 3.5; no file changes by Martin Panter · 9 years ago
  92. 37e5d2c Merge from 3.4 into 3.5; no file changes by Martin Panter · 9 years ago
  93. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 9 years ago
  94. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  95. bf4aee8 merge by Alexander Belopolsky · 9 years ago
  96. 672be19 merge by Alexander Belopolsky · 9 years ago
  97. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  98. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  99. 5d27ed8 merge by Alexander Belopolsky · 9 years ago
  100. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago