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