1. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 9 years ago
  2. 8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. by Steve Dower · 9 years ago
  3. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  4. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  5. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  6. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  7. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 9 years ago
  8. a5f3ad8 merge 3.4 by Benjamin Peterson · 9 years ago
  9. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 9 years ago
  10. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  11. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  12. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 9 years ago
  13. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  14. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  15. f01c782 merge 3.4 by Benjamin Peterson · 9 years ago
  16. c19ed37 remove redundant test by Benjamin Peterson · 9 years ago
  17. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 9 years ago
  18. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  19. 49f373b Issue #17911: Tweak traceback documentation. by Berker Peksag · 9 years ago
  20. 4a13cb9 Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  21. b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  22. 797d496 Issue #23594: merge 3.4 by Ned Deily · 9 years ago
  23. ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 9 years ago
  24. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  25. e37a194 Fix regression introduced by changeset 7c6e3358221a that caused compile by Ned Deily · 9 years ago
  26. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 9 years ago
  27. caa01f8 Fixed GCC version testing. by Serhiy Storchaka · 9 years ago
  28. a4c7271 Fix "GCC diagnostic" in socketmodule.c by Victor Stinner · 9 years ago
  29. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 9 years ago
  30. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 9 years ago
  31. 3e2500d merge 3.4 by Benjamin Peterson · 9 years ago
  32. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 9 years ago
  33. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 9 years ago
  34. de8eca4 merge 3.4 by Benjamin Peterson · 9 years ago
  35. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  36. b64ae7b merge 3.4 (#23476) by Benjamin Peterson · 9 years ago
  37. fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 9 years ago
  38. 2f0441f Remaining fallout from 17911 by Robert Collins · 9 years ago
  39. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 9 years ago
  40. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 9 years ago
  41. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 9 years ago
  42. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  43. 0bfd0a4 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 9 years ago
  44. f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 9 years ago
  45. 9672da7 Issue #23285: Fix handling of EINTR in fileio.c by Victor Stinner · 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. 87e6912 Minor neatening-up. Make assignments in same order a struct fields. Line-up comments. by Raymond Hettinger · 9 years ago
  50. f9d9c79 Switch the state variable to unsigned for defined wrap-around behavior. by Raymond Hettinger · 9 years ago
  51. 30c9074 Minor beautification. Move struct definitions to the top. Fix-up a comment. by Raymond Hettinger · 9 years ago
  52. f30f5b9 Minor code beautification. Replace macro with in-lineable functions. by Raymond Hettinger · 9 years ago
  53. 3c186ba Beautify and better document the use of the size_t cast for bounds checking. by Raymond Hettinger · 9 years ago
  54. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  55. 241520a merge heads by Benjamin Peterson · 9 years ago
  56. 6c0a820 merge 3.4 (null) by Benjamin Peterson · 9 years ago
  57. 92ce1b4 merge 3.3 (#23362) by Benjamin Peterson · 9 years ago
  58. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 9 years ago
  59. 42fc0eb Issue #21293: Remove unnecessary "capsule hack". by Larry Hastings · 9 years ago
  60. 83d8fc2 merge 3.4 (#23367) by Benjamin Peterson · 9 years ago
  61. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 9 years ago
  62. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  63. 4e02f8f4 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  64. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  65. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  66. 2f3d440 merge 3.4 (#23561) by Benjamin Peterson · 9 years ago
  67. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  68. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  69. bdf525b wrap everything at 80 chars by Benjamin Peterson · 9 years ago
  70. 29fec92 link to the correct dis method or function (closes #23561) by Benjamin Peterson · 9 years ago
  71. a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago
  72. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago
  73. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  74. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  75. 6897e56 Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  76. ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  77. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  78. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  79. f2d4e57 Add a versionadded directive for PEP 486. by Berker Peksag · 9 years ago
  80. e35a17a merge 3.4 by Benjamin Peterson · 9 years ago
  81. 6e820c0 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 9 years ago
  82. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 9 years ago
  83. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  84. 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  85. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  86. 71c6f44 Fixed a typo. by Serhiy Storchaka · 9 years ago
  87. 7f9ea75 Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic. by Raymond Hettinger · 9 years ago
  88. 90295b4 Merge heads by Serhiy Storchaka · 9 years ago
  89. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 9 years ago
  90. c208308 Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t. by Raymond Hettinger · 9 years ago
  91. 50adb9f Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  92. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  93. e4969f5 Updates CRT installation for Windows installer. by Steve Dower · 9 years ago
  94. a473b9d Use unsigned division and modulo for item assignment as well. by Raymond Hettinger · 9 years ago
  95. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  96. e92951f merge by Alexander Belopolsky · 9 years ago
  97. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  98. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  99. 63d1ff2 Convert one more division to unsigned arithmetic to speed-up deque_item(). by Raymond Hettinger · 9 years ago
  100. 6ab0ec9 Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 9 years ago