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