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