1. e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  2. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 9 years ago
  3. fb581d9 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  4. 84c717d asyncio doc: changes on the Queue API missed Python 3.4.3 release by Victor Stinner · 9 years ago
  5. 55f1949 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 9 years ago
  6. 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 9 years ago
  7. 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 9 years ago
  8. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 9 years ago
  9. 37f2034 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 by Victor Stinner · 9 years ago
  10. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 9 years ago
  11. 283f3f8 Issue #23571: Oops, fix #ifdef assert() by Victor Stinner · 9 years ago
  12. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 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. cfac654 Post-release changes for 3.5.0a2. by Larry Hastings · 9 years ago
  17. 52eb536 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 9 years ago
  18. 8be2142 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 9 years ago
  19. c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 9 years ago
  20. 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 9 years ago
  21. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 9 years ago
  22. af098a2 merge 3.4 (#23608) by Benjamin Peterson · 9 years ago
  23. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 9 years ago
  24. 491dec6 Merge. by Larry Hastings · 9 years ago
  25. 5a963a5 Added tag v3.5.0a2 for changeset 0337bd7ebcb6 by Larry Hastings · 9 years ago
  26. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 9 years ago
  27. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  28. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 9 years ago
  29. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 9 years ago
  30. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 9 years ago
  31. 8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. by Steve Dower · 9 years ago
  32. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 9 years ago
  33. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 9 years ago
  34. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  35. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 9 years ago
  36. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 9 years ago
  37. a5f3ad8 merge 3.4 by Benjamin Peterson · 9 years ago
  38. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 9 years ago
  39. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  40. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 9 years ago
  41. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 9 years ago
  42. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  43. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 9 years ago
  44. f01c782 merge 3.4 by Benjamin Peterson · 9 years ago
  45. c19ed37 remove redundant test by Benjamin Peterson · 9 years ago
  46. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 9 years ago
  47. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  48. 49f373b Issue #17911: Tweak traceback documentation. by Berker Peksag · 9 years ago
  49. 4a13cb9 Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  50. b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  51. 797d496 Issue #23594: merge 3.4 by Ned Deily · 9 years ago
  52. ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 9 years ago
  53. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 9 years ago
  54. e37a194 Fix regression introduced by changeset 7c6e3358221a that caused compile by Ned Deily · 9 years ago
  55. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 9 years ago
  56. caa01f8 Fixed GCC version testing. by Serhiy Storchaka · 9 years ago
  57. a4c7271 Fix "GCC diagnostic" in socketmodule.c by Victor Stinner · 9 years ago
  58. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 9 years ago
  59. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 9 years ago
  60. 3e2500d merge 3.4 by Benjamin Peterson · 9 years ago
  61. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 9 years ago
  62. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 9 years ago
  63. de8eca4 merge 3.4 by Benjamin Peterson · 9 years ago
  64. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  65. b64ae7b merge 3.4 (#23476) by Benjamin Peterson · 9 years ago
  66. fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 9 years ago
  67. 2f0441f Remaining fallout from 17911 by Robert Collins · 9 years ago
  68. 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 9 years ago
  69. 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 9 years ago
  70. 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 9 years ago
  71. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 9 years ago
  72. 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
  73. 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
  74. 9672da7 Issue #23285: Fix handling of EINTR in fileio.c by Victor Stinner · 9 years ago
  75. 35e5b72 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  76. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  77. 44eceb6 Issue #23563: Optimized utility functions in urllib.parse. by Serhiy Storchaka · 9 years ago
  78. 87e6912 Minor neatening-up. Make assignments in same order a struct fields. Line-up comments. by Raymond Hettinger · 9 years ago
  79. f9d9c79 Switch the state variable to unsigned for defined wrap-around behavior. by Raymond Hettinger · 9 years ago
  80. 30c9074 Minor beautification. Move struct definitions to the top. Fix-up a comment. by Raymond Hettinger · 9 years ago
  81. f30f5b9 Minor code beautification. Replace macro with in-lineable functions. by Raymond Hettinger · 9 years ago
  82. 3c186ba Beautify and better document the use of the size_t cast for bounds checking. by Raymond Hettinger · 9 years ago
  83. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 9 years ago
  84. 241520a merge heads by Benjamin Peterson · 9 years ago
  85. 6c0a820 merge 3.4 (null) by Benjamin Peterson · 9 years ago
  86. 92ce1b4 merge 3.3 (#23362) by Benjamin Peterson · 9 years ago
  87. e5a853c use PyMem_NEW to detect overflow (closes #23362) by Benjamin Peterson · 9 years ago
  88. 42fc0eb Issue #21293: Remove unnecessary "capsule hack". by Larry Hastings · 9 years ago
  89. 83d8fc2 merge 3.4 (#23367) by Benjamin Peterson · 9 years ago
  90. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 9 years ago
  91. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  92. 4e02f8f4 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  93. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 9 years ago
  94. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  95. 2f3d440 merge 3.4 (#23561) by Benjamin Peterson · 9 years ago
  96. 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  97. 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 9 years ago
  98. bdf525b wrap everything at 80 chars by Benjamin Peterson · 9 years ago
  99. 29fec92 link to the correct dis method or function (closes #23561) by Benjamin Peterson · 9 years ago
  100. a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago