1. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  2. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  3. bfc0102 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  4. 103d06c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  5. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  6. 2547d07 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  7. 4401760 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  8. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  9. 46d7535 Issue #18174: Fix test_regrtest when Python is compiled in release mode by Victor Stinner · 9 years ago
  10. 11faa21 Merge from 3.5 for issue #25188. by Brett Cannon · 9 years ago
  11. be7c163 Issue #25188: Add a -P/--pgo flag to regrtest to silence error output. by Brett Cannon · 9 years ago
  12. 5f9d3ac Issue #22806: Add ``python -m test --list-tests`` command to list tests. by Victor Stinner · 9 years ago
  13. 076fc87 Issue #18174: "python -m test --huntrleaks ..." now also checks for leak of by Victor Stinner · 9 years ago
  14. 6661d88 Issue #25287: Don't add crypt.METHOD_CRYPT to crypt.methods if it's not by Victor Stinner · 9 years ago
  15. d763909 asyncio: Make ensure_future() accept all kinds of awaitables. (Merge 3.5) by Yury Selivanov · 9 years ago
  16. 43d71e2 asyncio: Make ensure_future() accept all kinds of awaitables. by Yury Selivanov · 9 years ago
  17. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  18. 29e68ed Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  19. 58c8f2b Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  20. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  21. 01ada39 Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error by Victor Stinner · 9 years ago
  22. 29a1445 Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban. by Vinay Sajip · 9 years ago
  23. 14b1b48 Fixes #25097: Merged fix from 3.5. by Vinay Sajip · 9 years ago
  24. d5963e6 Fixes #25097: Merged fi from 3.4. by Vinay Sajip · 9 years ago
  25. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  26. 98f223d Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to by Victor Stinner · 9 years ago
  27. 2c6ea29 Closes #25185: merged fix from 3.5. by Vinay Sajip · 9 years ago
  28. 2934fd6 Closes #25185: merged fix from 3.4. by Vinay Sajip · 9 years ago
  29. f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. by Vinay Sajip · 9 years ago
  30. f22d808 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  31. 0b40aab Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  32. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  33. bae2d62 Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom() by Victor Stinner · 9 years ago
  34. 4241bcd (Merge 3.5) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  35. 87bddba (Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  36. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  37. a53a818 Fix regrtest --coverage on Windows by Victor Stinner · 9 years ago
  38. 9a14214 Issue #25220: Fix "-m test --forever" by Victor Stinner · 9 years ago
  39. 17f9716 Issue #25220, libregrtest: more verbose output for -jN by Victor Stinner · 9 years ago
  40. b408435 Issue #25220, libregrtest: Cleanup by Victor Stinner · 9 years ago
  41. 6f20a2e Issue #25220, libregrtest: Pass directly ns to runtest() by Victor Stinner · 9 years ago
  42. a204502 Issue #25220, libregrtest: Set support.use_resources in setup_tests() by Victor Stinner · 9 years ago
  43. 00b8f9b Issue #25274: Workaround test_sys crash just to keep buildbots usable by Victor Stinner · 9 years ago
  44. ecef622 Issue #25220, libregrtest: Call setup_python(ns) in the slaves by Victor Stinner · 9 years ago
  45. 8bb19f0 Issue #25220, libregrtest: Add runtest_ns() function by Victor Stinner · 9 years ago
  46. 234cbef Issue #25220, libregrtest: Move setup_python() to a new submodule by Victor Stinner · 9 years ago
  47. c7eab05 Issue #25220, libregrtest: Cleanup setup code by Victor Stinner · 9 years ago
  48. f33536c Issue #25220: Use print(flush=True) in libregrtest by Victor Stinner · 9 years ago
  49. 76f756d Issue #25220: Enhance regrtest -jN by Victor Stinner · 9 years ago
  50. 0231980 Don't strip refcount in libregrtest/runtest_mp.py by Victor Stinner · 9 years ago
  51. 86e8c31 Issue #25220, libregrtest: Remove unused import by Victor Stinner · 9 years ago
  52. 6448b80 Issue #25220: truncate some long lines in libregrtest/*.py by Victor Stinner · 9 years ago
  53. 3755452 Issue #25220: regrtest setups Python after parsing command line options by Victor Stinner · 9 years ago
  54. bd1a72c Issue #25220: Enhance regrtest --coverage by Victor Stinner · 9 years ago
  55. 56e05dd Issue #25220: Create libregrtest/runtest_mp.py by Victor Stinner · 9 years ago
  56. f1c7808 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  57. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  58. dad20e4 Issue #25220: Split the huge main() function of libregrtest.main into a class by Victor Stinner · 9 years ago
  59. b272329 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  60. 5527cf1 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  61. f4ee1c2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  62. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  63. 87b93fe Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  64. 3066fc4 Issue #25111: Fixed comparison of traceback.FrameSummary. by Serhiy Storchaka · 9 years ago
  65. 11c715f Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  66. 525faae Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  67. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  68. a6b1031 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.5->3.6.) by Guido van Rossum · 9 years ago
  69. 28d982d Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). (Merge 3.4->3.5.) by Guido van Rossum · 9 years ago
  70. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  71. 11adfb9 Merge 3.5 -> default by Andrew Svetlov · 9 years ago
  72. e4be3c2 Merge 3.4 -> 3.5 by Andrew Svetlov · 9 years ago
  73. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  74. 6dcada3 Issue #25034: Merge from 3.5. by Eric V. Smith · 9 years ago
  75. ad4003c Issue #25034: Merge from 3.4. by Eric V. Smith · 9 years ago
  76. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  77. 2fbcd2a Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  78. cb76496 Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  79. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  80. 8ebcfd6 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  81. 104de66 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  82. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  83. 4277134 Issue #25220: Add test for --wait in test_regrtest by Victor Stinner · 9 years ago
  84. feabaed Oops, revert unwanted change, sorry by Victor Stinner · 9 years ago
  85. 3f74685 test by Victor Stinner · 9 years ago
  86. c3713e9 Optimize ascii/latin1+surrogateescape encoders by Victor Stinner · 9 years ago
  87. 5fbeabc Merge with 3.5, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  88. e471ab3 Merge with 3.4, Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  89. 37f8135 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  90. e0937ef IDLE NEWS. by Terry Jan Reedy · 9 years ago
  91. 86e971c IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  92. 9af7fe7 Add recent IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  93. e143c1f Fix test_regrtest.test_tools_buildbot_test() by Victor Stinner · 9 years ago
  94. 6b41510 Issue #25220: Add functional tests to test_regrtest by Victor Stinner · 9 years ago
  95. 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
  96. 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
  97. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  98. ff6ee25 Issue #25122: Remove verbose mode of test_eintr by Victor Stinner · 9 years ago
  99. 2cf2aac Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  100. 636b83f Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago