1. 354ecf1 Close issue23486: performance boost for enum member lookup by Ethan Furman · 9 years ago
  2. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  3. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  4. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 9 years ago
  5. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  6. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  7. 12541dc2 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 9 years ago
  8. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 9 years ago
  9. 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
  10. e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  11. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 9 years ago
  12. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 9 years ago
  13. 5d2d63e merge 3.4 by Benjamin Peterson · 9 years ago
  14. 101447b fix up import style by Benjamin Peterson · 9 years ago
  15. 551719b Merge. by Larry Hastings · 9 years ago
  16. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  17. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 9 years ago
  18. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  19. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  20. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 9 years ago
  21. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 9 years ago
  22. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  23. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  24. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  25. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 9 years ago
  26. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  27. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  28. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  29. f01c782 merge 3.4 by Benjamin Peterson · 9 years ago
  30. c19ed37 remove redundant test by Benjamin Peterson · 9 years ago
  31. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 9 years ago
  32. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  33. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  34. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 9 years ago
  35. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 9 years ago
  36. 3e2500d merge 3.4 by Benjamin Peterson · 9 years ago
  37. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 9 years ago
  38. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 9 years ago
  39. de8eca4 merge 3.4 by Benjamin Peterson · 9 years ago
  40. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  41. 2f0441f Remaining fallout from 17911 by Robert Collins · 9 years ago
  42. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 9 years ago
  43. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 9 years ago
  44. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 9 years ago
  45. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  46. 35e5b72 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  47. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  48. 44eceb6 Issue #23563: Optimized utility functions in urllib.parse. by Serhiy Storchaka · 9 years ago
  49. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  50. 4e02f8f4 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  51. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  52. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  53. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  54. a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago
  55. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago
  56. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  57. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  58. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  59. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  60. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 9 years ago
  61. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  62. 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  63. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  64. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  65. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  66. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  67. 6ab0ec9 Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 9 years ago
  68. cf265fd Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 9 years ago
  69. 86ba765 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 9 years ago
  70. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 9 years ago
  71. 8004e85 Issue #22834: Drop a redundant comment and use errno instead of an integer. by Brett Cannon · 9 years ago
  72. e2bda9a Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  73. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  74. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 9 years ago
  75. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 9 years ago
  76. daf57f2 Bump the blocksize up from 62 to 64 to speed up the modulo calculation. by Raymond Hettinger · 9 years ago
  77. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 9 years ago
  78. e71258a Issue #15955: Add an option to limit the output size in bz2.decompress(). by Antoine Pitrou · 9 years ago
  79. 4fa4972 merge 3.4 by Benjamin Peterson · 9 years ago
  80. ed135f4 remove unused import by Benjamin Peterson · 9 years ago
  81. c55a316 Issue 23314: SuppressCrashReports now disables CRT assertions by Steve Dower · 9 years ago
  82. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 9 years ago
  83. e164241 Doc updates for 3.4.3 final. by Larry Hastings · 9 years ago
  84. 0f88891 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  85. c26a1a4 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  86. 4f38e48 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  87. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  88. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 9 years ago
  89. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  90. df80706 Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  91. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  92. 254dd59 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  93. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  94. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  95. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  96. 16cd19c Issue #22834: Fix a failing test under Solaris due to the platform not by Brett Cannon · 9 years ago
  97. abbf0f4 Issue #23442: Rename two member names to stay backward compatible by Berker Peksag · 9 years ago
  98. 8e28679 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  99. babc688 Issue #23439: Add missing entries to http.client.__all__. by Berker Peksag · 9 years ago
  100. 869311d merge 3.4 (#23481) by Benjamin Peterson · 9 years ago