1. 86fdbf3 wrap properly by Benjamin Peterson · 10 years ago
  2. 482fe04 issue23673 by Ethan Furman · 10 years ago
  3. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 10 years ago
  4. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  5. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
  6. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  7. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  8. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  9. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  10. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  11. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  12. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  13. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  14. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  15. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  16. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  17. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  18. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  19. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  20. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  21. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  22. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 10 years ago
  23. 101447b fix up import style by Benjamin Peterson · 10 years ago
  24. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  25. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  26. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  27. c19ed37 remove redundant test by Benjamin Peterson · 10 years ago
  28. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  29. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 10 years ago
  30. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  31. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  32. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 10 years ago
  33. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  34. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 10 years ago
  35. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
  36. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
  37. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  38. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  39. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  40. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  41. cf265fd Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 10 years ago
  42. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  43. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 10 years ago
  44. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  45. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 10 years ago
  46. ed135f4 remove unused import by Benjamin Peterson · 10 years ago
  47. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
  48. e164241 Doc updates for 3.4.3 final. by Larry Hastings · 10 years ago
  49. c26a1a4 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  50. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  51. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  52. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  53. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  54. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 10 years ago
  55. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  56. 500af33 remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  57. 0954585 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 10 years ago
  58. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 10 years ago
  59. e7a2f64 asyncio: Fix warning in test_close_kill_running() by Victor Stinner · 10 years ago
  60. 4088ad9 Issue #23475, asyncio: Fix test_close_kill_running() by Victor Stinner · 10 years ago
  61. 4cb814c asyncio, Tulip issue 220: Merge JoinableQueue with Queue. by Victor Stinner · 10 years ago
  62. 4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is by Victor Stinner · 10 years ago
  63. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 10 years ago
  64. e1efc07 Issue #17753: effective_ids unavailable on Windows. by Berker Peksag · 10 years ago
  65. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  66. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  67. 0aa74e1 Issue #19681: Test the repr of partial with more than one keyword argument. by Serhiy Storchaka · 10 years ago
  68. fa310ee Use pickled data compatible with Python 2 for testing protocols 0-2. by Serhiy Storchaka · 10 years ago
  69. 56abe39 Merge heads by Serhiy Storchaka · 10 years ago
  70. 85c3033 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 10 years ago
  71. db724fe Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  72. 6b688d8 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  73. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  74. a25c542 Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  75. 8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it by Victor Stinner · 10 years ago
  76. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  77. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  78. af83f9e Updated pydoc topics data for 3.4.3rc1 release. by Larry Hastings · 10 years ago
  79. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  80. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  81. 17d337b Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 10 years ago
  82. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  83. aad7b2e test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution by Victor Stinner · 10 years ago
  84. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  85. a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 10 years ago
  86. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  87. ff0fdef Update pip to 6.0.8 by Donald Stufft · 10 years ago
  88. c3493aa Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  89. 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 10 years ago
  90. aa41b9b asyncio: BaseSelectorEventLoop uses directly the private _debug attribute by Victor Stinner · 10 years ago
  91. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 10 years ago
  92. 17d87f8 asyncio, Tulip issue 221: Fix doc of QueueEmpty and QueueFull by Victor Stinner · 10 years ago
  93. 3265344 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 10 years ago
  94. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  95. b5e8e57 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  96. dee948b Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 10 years ago
  97. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  98. b0ef785 merge 3.3 by Benjamin Peterson · 10 years ago
  99. 1572944 reduce memory usage of test (closes #23369) by Benjamin Peterson · 10 years ago
  100. f5f9c13 adjust for py3k module renaming by Benjamin Peterson · 10 years ago