1. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
  2. ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  3. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  4. 268225f Issue #23715: Fix test_script_helper by Victor Stinner · 10 years ago
  5. 57d516b Issue #23696: Remove test on ZipImportError.__context__ because the context is by Victor Stinner · 10 years ago
  6. 0312923 Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and by Victor Stinner · 10 years ago
  7. 1335ca5 Issue #23715: Enhance test.script_helper to investigate test_eintr failure by Victor Stinner · 10 years ago
  8. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 10 years ago
  9. fbd6f9e Issue #23696: Chain ZipImportError to the OSError by Victor Stinner · 10 years ago
  10. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  11. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 10 years ago
  12. 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 10 years ago
  13. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 10 years ago
  14. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 10 years ago
  15. fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  16. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  17. 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  18. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  19. 482fe04 issue23673 by Ethan Furman · 10 years ago
  20. 24e837f issue23673 by Ethan Furman · 10 years ago
  21. 52a05ab Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  22. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  23. 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 10 years ago
  24. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 10 years ago
  25. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 10 years ago
  26. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  27. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 10 years ago
  28. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  29. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 10 years ago
  30. 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 10 years ago
  31. 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 10 years ago
  32. b8a78d3 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  33. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  34. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
  35. 93f4d4c Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  36. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  37. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
  38. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 10 years ago
  39. ff2a661 Issue #23566: Skip "fd" tests of test_faulthandler on Windows by Victor Stinner · 10 years ago
  40. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  41. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  42. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  43. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  44. 945c82e test by Victor Stinner · 10 years ago
  45. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  46. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  47. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  48. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  49. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
  50. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 10 years ago
  51. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  52. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  53. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  54. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  55. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  56. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 10 years ago
  57. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  58. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  59. 5d2d63e merge 3.4 by Benjamin Peterson · 10 years ago
  60. 101447b fix up import style by Benjamin Peterson · 10 years ago
  61. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 10 years ago
  62. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  63. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  64. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 10 years ago
  65. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 10 years ago
  66. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
  67. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  68. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  69. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 10 years ago
  70. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
  71. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  72. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  73. f01c782 merge 3.4 by Benjamin Peterson · 10 years ago
  74. c19ed37 remove redundant test by Benjamin Peterson · 10 years ago
  75. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 10 years ago
  76. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  77. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
  78. 3e2500d merge 3.4 by Benjamin Peterson · 10 years ago
  79. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  80. de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
  81. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  82. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 10 years ago
  83. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 10 years ago
  84. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 10 years ago
  85. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 10 years ago
  86. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
  87. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
  88. a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
  89. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
  90. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  91. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  92. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  93. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  94. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 10 years ago
  95. 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  96. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  97. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 10 years ago
  98. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  99. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  100. 6ab0ec9 Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 10 years ago