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