1. 17be514 Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore) by Steve Dower · 10 years ago
  2. a9076d6 Issue #23461: Normalise line endings when comparing old and new contents of importlib.h by Steve Dower · 10 years ago
  3. a750ce3 Issue #19105: pprint now more efficiently uses free space at the right. by Serhiy Storchaka · 10 years ago
  4. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  5. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 10 years ago
  6. 6767757 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  7. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 10 years ago
  8. 2eab85b Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  9. a25c542 Issue #21849: Ported from 2.7 tests for non-ASCII data. by Serhiy Storchaka · 10 years ago
  10. 866ca88 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  11. bdd574d asyncio doc: annotate coroutine on coroutine functions and methods by Victor Stinner · 10 years ago
  12. cf40a9e Issue #23450: Fix signal.set_wakeup_fd() on Windows by Victor Stinner · 10 years ago
  13. db80aec Fix installer Back button going to wrong page when modifying. by Steve Dower · 10 years ago
  14. 8b62bbf Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  15. 3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  16. ce2c584 Merge 3.4 (typo) by Victor Stinner · 10 years ago
  17. 22fabe2 Fix typo: PyMem_Alloc => PyMem_Malloc by Victor Stinner · 10 years ago
  18. c07422c Splitted the WFILE structure to WFILE and RFILE. by Serhiy Storchaka · 10 years ago
  19. c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 10 years ago
  20. ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 10 years ago
  21. bd09d7b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
  22. 385efb4 Merge 3.4 (faulthandler) by Victor Stinner · 10 years ago
  23. 7a5567a Issue #23433: Fix faulthandler._stack_overflow() by Victor Stinner · 10 years ago
  24. eb6b554 Update copyright. by Raymond Hettinger · 10 years ago
  25. ea5ce5a Issue #23383: Cleaned up bytes formatting. by Serhiy Storchaka · 10 years ago
  26. 4163cc0 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  27. 8e36812 asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it by Victor Stinner · 10 years ago
  28. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  29. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  30. 5ef01e9 merge 3.4 (#23361) by Benjamin Peterson · 10 years ago
  31. 22ef9f7 merge 3.3 (#23361) by Benjamin Peterson · 10 years ago
  32. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 10 years ago
  33. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
  34. 438f913 Mirco-optimizations to reduce register spills and reloads observed on CLANG and GCC. by Raymond Hettinger · 10 years ago
  35. 54576da Merge with 3.4 by Martin v. Löwis · 10 years ago
  36. 78daf00 Amend b8ebf381390f: find patchlevel.py in extensions. by Martin v. Löwis · 10 years ago
  37. cf3427e Merge with 3.4 by Martin v. Löwis · 10 years ago
  38. 39abba4 Issue #17896: Update msi.py to new externals dir. by Martin v. Löwis · 10 years ago
  39. df4fb13 Merge. by Larry Hastings · 10 years ago
  40. f77232b Post-release updates for Python 3.5.0a1. by Larry Hastings · 10 years ago
  41. 833d192 Post-release updates for Python 3.4.3rc1. by Larry Hastings · 10 years ago
  42. 312cef0 Improve Windows release scripts by Steve Dower · 10 years ago
  43. 914db0f Issue #23285: Install new test directory. by Ned Deily · 10 years ago
  44. edd7bb9 Added tag v3.5.0a1 for changeset 5d4b6a57d5fd by Larry Hastings · 10 years ago
  45. 38b2c95 Added tag v3.4.3rc1 for changeset 69dd528ca625 by Larry Hastings · 10 years ago
  46. 2068530 Fix a copyright notice that still said 2014. by Larry Hastings · 10 years ago
  47. b250610 Fix a copyright notice that still said 2014. by Larry Hastings · 10 years ago
  48. b06f142 Release bump for 3.5.0a1. by Larry Hastings · 10 years ago
  49. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  50. ead7aec Updated pydoc topics data for 3.5.0a1 release. by Larry Hastings · 10 years ago
  51. af83f9e Updated pydoc topics data for 3.4.3rc1 release. by Larry Hastings · 10 years ago
  52. 5056455 Adds automated test script for the Windows installer and fixes download URL by Steve Dower · 10 years ago
  53. 26dd5ed Fix whitespace. by Charles-François Natali · 10 years ago
  54. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  55. d005090 Closes #23357: Updated documentation on creating venvs. by Vinay Sajip · 10 years ago
  56. 3595276 Corrected typo. by Vinay Sajip · 10 years ago
  57. c7e34fb Minor change to documentation on creating venvs. by Vinay Sajip · 10 years ago
  58. 3468a06 Fix download URL embedded in Windows installer. by Steve Dower · 10 years ago
  59. 268f3de Require Mercurial on PATH when building a Windows release. by Steve Dower · 10 years ago
  60. bf63549 Merge by Barry Warsaw · 10 years ago
  61. e43c035 Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  62. d3d9ae2 Trunk merge. by Barry Warsaw · 10 years ago
  63. 1670613 Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  64. d327d8d Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 10 years ago
  65. b4e20bb Fix definition mismatch for type_is_subtype_base_chain. by Steve Dower · 10 years ago
  66. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  67. bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 10 years ago
  68. 088ca8b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
  69. 6cfb61f Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  70. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  71. 313ee59 Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 10 years ago
  72. 17d337b Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 10 years ago
  73. bb24087 Issue #23260: Update Windows installer by Steve Dower · 10 years ago
  74. 7425f36 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  75. 50afcc0 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  76. 6c62ac1 merge 3.4 (#22735) by Benjamin Peterson · 10 years ago
  77. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  78. d0a8f57 Issue #23212: merge from 3.4 by Ned Deily · 10 years ago
  79. 9125fe2 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 10 years ago
  80. f92766c (Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad by Victor Stinner · 10 years ago
  81. aad7b2e test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution by Victor Stinner · 10 years ago
  82. 71f5b71 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  83. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  84. 5c84936 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  85. a87501f asyncio: BaseEventLoop: rename _owner to _thread_id by Victor Stinner · 10 years ago
  86. 7aa4428 Issue #23345: merge from 3.4 by Ned Deily · 10 years ago
  87. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  88. da3c64c Merge: Update pip to 6.0.8 by Donald Stufft · 10 years ago
  89. ff0fdef Update pip to 6.0.8 by Donald Stufft · 10 years ago
  90. 7c60eb8 Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  91. c3493aa Make the stdlib test suite helper test.script_helper._assert_python no longer by Gregory P. Smith · 10 years ago
  92. 8249282 Minor code clean up. by Raymond Hettinger · 10 years ago
  93. 0afc3dc Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  94. 6a1b004 asyncio doc: explain how to display ResourceWarning in the debug mode section by Victor Stinner · 10 years ago
  95. c028b95 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  96. 2fc2313 asyncio: Only call _check_resolved_address() in debug mode by Victor Stinner · 10 years ago
  97. aa41b9b asyncio: BaseSelectorEventLoop uses directly the private _debug attribute by Victor Stinner · 10 years ago
  98. 28fe496 Fixes issue23390: make profile-opt causes -fprofile-generate and related flags by Gregory P. Smith · 10 years ago
  99. 2f90aa6 Fixes issue23390: make profile-opt causes -fprofile-generate and related flags by Gregory P. Smith · 10 years ago
  100. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 10 years ago