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