1. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 9 years ago
  2. 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 9 years ago
  3. 072248e Merge 3.4 (linecache doc) by Victor Stinner · 9 years ago
  4. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 9 years ago
  5. 50931f4 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  6. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 9 years ago
  7. 7fea974 Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because by Victor Stinner · 9 years ago
  8. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 9 years ago
  9. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 9 years ago
  10. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 9 years ago
  11. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 9 years ago
  12. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 9 years ago
  13. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 9 years ago
  14. 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 9 years ago
  15. 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 9 years ago
  16. b8a78d3 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 9 years ago
  17. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 9 years ago
  18. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 9 years ago
  19. 93f4d4c Increased coverage of standard codec error handlers. by Serhiy Storchaka · 9 years ago
  20. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 9 years ago
  21. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  22. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  23. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 9 years ago
  24. a2a9df9 Issue #23606: Temporarily suppress test for CRT name. by Steve Dower · 9 years ago
  25. 469d0fb Add some periods to the ends of a couple comments by Brett Cannon · 9 years ago
  26. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 9 years ago
  27. ff2a661 Issue #23566: Skip "fd" tests of test_faulthandler on Windows by Victor Stinner · 9 years ago
  28. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  29. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  30. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  31. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 9 years ago
  32. 945c82e test by Victor Stinner · 9 years ago
  33. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  34. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  35. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  36. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  37. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 9 years ago
  38. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 9 years ago
  39. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 9 years ago
  40. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 9 years ago
  41. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  42. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 9 years ago
  43. 411bf64 Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks by Victor Stinner · 9 years ago
  44. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  45. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 9 years ago
  46. 354ecf1 Close issue23486: performance boost for enum member lookup by Ethan Furman · 9 years ago
  47. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  48. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  49. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 9 years ago
  50. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  51. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  52. 12541dc2 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 9 years ago
  53. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 9 years ago
  54. 959ee7c Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change by Steve Dower · 9 years ago
  55. e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  56. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 9 years ago
  57. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 9 years ago
  58. 5d2d63e merge 3.4 by Benjamin Peterson · 9 years ago
  59. 101447b fix up import style by Benjamin Peterson · 9 years ago
  60. 551719b Merge. by Larry Hastings · 9 years ago
  61. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  62. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 9 years ago
  63. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  64. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  65. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 9 years ago
  66. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 9 years ago
  67. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  68. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  69. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  70. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 9 years ago
  71. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  72. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  73. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  74. f01c782 merge 3.4 by Benjamin Peterson · 9 years ago
  75. c19ed37 remove redundant test by Benjamin Peterson · 9 years ago
  76. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 9 years ago
  77. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  78. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  79. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 9 years ago
  80. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 9 years ago
  81. 3e2500d merge 3.4 by Benjamin Peterson · 9 years ago
  82. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 9 years ago
  83. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 9 years ago
  84. de8eca4 merge 3.4 by Benjamin Peterson · 9 years ago
  85. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  86. 2f0441f Remaining fallout from 17911 by Robert Collins · 9 years ago
  87. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 9 years ago
  88. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 9 years ago
  89. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 9 years ago
  90. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  91. 35e5b72 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  92. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  93. 44eceb6 Issue #23563: Optimized utility functions in urllib.parse. by Serhiy Storchaka · 9 years ago
  94. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  95. 4e02f8f4 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  96. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  97. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  98. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  99. a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago
  100. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago