1. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 10 years ago v3.5.0a2
  2. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  3. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  4. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 10 years ago
  5. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 10 years ago
  6. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
  7. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  8. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  9. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 10 years ago
  10. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
  11. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  12. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  13. f01c782 merge 3.4 by Benjamin Peterson · 10 years ago
  14. c19ed37 remove redundant test by Benjamin Peterson · 10 years ago
  15. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 10 years ago
  16. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  17. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 10 years ago
  18. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 10 years ago
  19. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
  20. 3e2500d merge 3.4 by Benjamin Peterson · 10 years ago
  21. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 10 years ago
  22. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  23. de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
  24. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  25. 2f0441f Remaining fallout from 17911 by Robert Collins · 10 years ago
  26. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 10 years ago
  27. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 10 years ago
  28. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 10 years ago
  29. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 10 years ago
  30. 35e5b72 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  31. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  32. 44eceb6 Issue #23563: Optimized utility functions in urllib.parse. by Serhiy Storchaka · 10 years ago
  33. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 10 years ago
  34. 4e02f8f4 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 10 years ago
  35. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 10 years ago
  36. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
  37. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
  38. a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
  39. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
  40. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  41. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
  42. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  43. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
  44. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 10 years ago
  45. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 10 years ago
  46. 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  47. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  48. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 10 years ago
  49. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  50. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  51. 6ab0ec9 Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 10 years ago
  52. cf265fd Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 10 years ago
  53. 86ba765 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  54. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  55. 8004e85 Issue #22834: Drop a redundant comment and use errno instead of an integer. by Brett Cannon · 10 years ago
  56. e2bda9a Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  57. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 10 years ago
  58. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 10 years ago
  59. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  60. daf57f2 Bump the blocksize up from 62 to 64 to speed up the modulo calculation. by Raymond Hettinger · 10 years ago
  61. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 10 years ago
  62. e71258a Issue #15955: Add an option to limit the output size in bz2.decompress(). by Antoine Pitrou · 10 years ago
  63. 4fa4972 merge 3.4 by Benjamin Peterson · 10 years ago
  64. ed135f4 remove unused import by Benjamin Peterson · 10 years ago
  65. c55a316 Issue 23314: SuppressCrashReports now disables CRT assertions by Steve Dower · 10 years ago
  66. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
  67. e164241 Doc updates for 3.4.3 final. by Larry Hastings · 10 years ago
  68. 0f88891 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  69. c26a1a4 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  70. 4f38e48 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  71. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  72. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  73. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  74. df80706 Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  75. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  76. 254dd59 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  77. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  78. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 10 years ago
  79. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 10 years ago
  80. 16cd19c Issue #22834: Fix a failing test under Solaris due to the platform not by Brett Cannon · 10 years ago
  81. abbf0f4 Issue #23442: Rename two member names to stay backward compatible by Berker Peksag · 10 years ago
  82. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  83. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 10 years ago
  84. 869311d merge 3.4 (#23481) by Benjamin Peterson · 10 years ago
  85. 500af33 remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  86. 8aba316 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 11 years ago
  87. 0954585 Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 11 years ago
  88. 1130c7f merge 3.4 (#23410) by Benjamin Peterson · 11 years ago
  89. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 11 years ago
  90. a634433 Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
  91. e7a2f64 asyncio: Fix warning in test_close_kill_running() by Victor Stinner · 11 years ago
  92. 7cbb78c Merge 3.4 (asyncio) by Victor Stinner · 11 years ago
  93. 4088ad9 Issue #23475, asyncio: Fix test_close_kill_running() by Victor Stinner · 11 years ago
  94. 4cb814c asyncio, Tulip issue 220: Merge JoinableQueue with Queue. by Victor Stinner · 11 years ago
  95. 4e82fb9 asyncio: BaseSubprocessTransport: repr() mentions when the child process is by Victor Stinner · 11 years ago
  96. 483405b Issue #22883: Got rid of outdated references to PyInt and PyString in comments. by Serhiy Storchaka · 11 years ago
  97. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 11 years ago
  98. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 11 years ago
  99. 43036a6 Fixed sizeof tests for ElementTree (issue #23450). by Serhiy Storchaka · 11 years ago
  100. a9e00d1 Issue #20069: Fixed test_os on Solaris: error message is platform depended. by Serhiy Storchaka · 11 years ago