1. a204502 Issue #25220, libregrtest: Set support.use_resources in setup_tests() by Victor Stinner · 9 years ago
  2. 00b8f9b Issue #25274: Workaround test_sys crash just to keep buildbots usable by Victor Stinner · 9 years ago
  3. ecef622 Issue #25220, libregrtest: Call setup_python(ns) in the slaves by Victor Stinner · 9 years ago
  4. 8bb19f0 Issue #25220, libregrtest: Add runtest_ns() function by Victor Stinner · 9 years ago
  5. 234cbef Issue #25220, libregrtest: Move setup_python() to a new submodule by Victor Stinner · 9 years ago
  6. c7eab05 Issue #25220, libregrtest: Cleanup setup code by Victor Stinner · 9 years ago
  7. f33536c Issue #25220: Use print(flush=True) in libregrtest by Victor Stinner · 9 years ago
  8. 76f756d Issue #25220: Enhance regrtest -jN by Victor Stinner · 9 years ago
  9. 0231980 Don't strip refcount in libregrtest/runtest_mp.py by Victor Stinner · 9 years ago
  10. 86e8c31 Issue #25220, libregrtest: Remove unused import by Victor Stinner · 9 years ago
  11. 6448b80 Issue #25220: truncate some long lines in libregrtest/*.py by Victor Stinner · 9 years ago
  12. 3755452 Issue #25220: regrtest setups Python after parsing command line options by Victor Stinner · 9 years ago
  13. bd1a72c Issue #25220: Enhance regrtest --coverage by Victor Stinner · 9 years ago
  14. 56e05dd Issue #25220: Create libregrtest/runtest_mp.py by Victor Stinner · 9 years ago
  15. f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  16. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  17. dad20e4 Issue #25220: Split the huge main() function of libregrtest.main into a class by Victor Stinner · 9 years ago
  18. b272329 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  19. 5527cf1 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  20. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  21. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  22. 87b93fe Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  23. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  24. 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  25. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  26. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  27. a6b1031 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  28. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  29. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  30. 11adfb9 Merge 3.5 -> default by Andrew Svetlov · 9 years ago
  31. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  32. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  33. 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 9 years ago
  34. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  35. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  36. 2fbcd2a Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  37. cb76496 Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  38. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  39. 8ebcfd6 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  40. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  41. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  42. 4277134 Issue #25220: Add test for --wait in test_regrtest by Victor Stinner · 9 years ago
  43. feabaed Oops, revert unwanted change, sorry by Victor Stinner · 9 years ago
  44. 3f74685 test by Victor Stinner · 9 years ago
  45. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  46. 5fbeabc Merge with 3.5, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  47. e471ab3 Merge with 3.4, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  48. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  49. e0937ef IDLE NEWS. by Terry Jan Reedy · 9 years ago
  50. 86e971c IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  51. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  52. e143c1f Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 9 years ago
  53. 6b41510 Issue #25220: Add functional tests to test_regrtest by Victor Stinner · 9 years ago
  54. 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
  55. 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
  56. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  57. ff6ee25 Issue #25122: Remove verbose mode of test_eintr by Victor Stinner · 9 years ago
  58. 2cf2aac Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  59. 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  60. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  61. 69158d5 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  62. bcb0c13 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  63. d351706 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  64. 3a03a1c Merge with 3.5 by Terry Jan Reedy · 9 years ago
  65. 0b6e6e1 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  66. 507a5c4 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  67. 2122b62 Backed out changeset: 70c01dd35100 by Terry Jan Reedy · 9 years ago
  68. 7082cbc Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  69. 365ba8f Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  70. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  71. d19b504 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  72. c58c2cb Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  73. c79447b Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  74. ab82422 Issue #25011: rlcomplete now omits private and special attribute names unless by Serhiy Storchaka · 9 years ago
  75. 8ace8e9 Issue #25209: rlcomplete now can add a space or a colon after completed keyword. by Serhiy Storchaka · 9 years ago
  76. 36b3fbb Issue #25220: Fix Lib/test/autotest.py by Victor Stinner · 9 years ago
  77. 89171f2 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  78. 6a9cee1 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  79. 28670d1 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 9 years ago
  80. 0103af3 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  81. 34a8047 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  82. d2134c7 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 9 years ago
  83. 9c2982a Merge with 3.5 by Terry Jan Reedy · 9 years ago
  84. df1fe78 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  85. 00e4ce3 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 9 years ago
  86. 3844fe5 Issue #25220: Move most regrtest.py code to libregrtest by Victor Stinner · 9 years ago
  87. 98de534 Issue #25220: Create Lib/test/libregrtest/ by Victor Stinner · 9 years ago
  88. 00d4442 merge 3.5 (#25131) by Benjamin Peterson · 9 years ago
  89. 58b5395 make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131) by Benjamin Peterson · 9 years ago
  90. 9cd90cc Merge with 3.5 by Terry Jan Reedy · 9 years ago
  91. 58b07a6 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  92. 3be2e54 Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls. by Terry Jan Reedy · 9 years ago
  93. 0931ba2 Issue #25211: Merge test_long from 3.5 by Martin Panter · 9 years ago
  94. 429f28d Issue #25211: Merge test_long from 3.4 into 3.5 by Martin Panter · 9 years ago
  95. cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 9 years ago
  96. 1dae0c6 Issue #25186: Remove duplicated function from importlib._bootstrap_external by Brett Cannon · 9 years ago
  97. b5bb6f3 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  98. 3acda6e Merge with 3.4 by Terry Jan Reedy · 9 years ago
  99. 52736dd Issue #25198: Idle doc viewer now uses user width and height setting. by Terry Jan Reedy · 9 years ago
  100. 6e5bf06 Merge with 3.5 by Terry Jan Reedy · 9 years ago