1. 1ff32a9 Keep Mac/build-installer.py in sync across branches (affects 2.7 only). by Ned Deily · 10 years ago
  2. 848c8b2 Issue #20643: Removed unneeded (and wrong) class directives. by Serhiy Storchaka · 10 years ago
  3. 607cb9c Issue #22221: Add tests for compile() with source encoding cookie. by Serhiy Storchaka · 10 years ago
  4. d43ffc9 Issue #21933: Make Control-Mousewhell only change font size and not also scroll. by Terry Jan Reedy · 10 years ago
  5. be74668d NEWS items for Idle. by Terry Jan Reedy · 10 years ago
  6. 67fe046 NEWS items for turtledemo. by Terry Jan Reedy · 10 years ago
  7. 7034914 Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 10 years ago
  8. 88b215e Issue #21440: test_zipfile: replace last direct calls to os.remove() with by Victor Stinner · 10 years ago
  9. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  10. 19c899c Issue #20957: test_smtpnet now uses support.transient_internet() to call by Victor Stinner · 10 years ago
  11. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  12. 6ab7286 Issue #22331: Skip test_interrupted_write_text() on FreeBSD older than 8.0 by Victor Stinner · 10 years ago
  13. c6a1c02 Issue #21933: Users can now change the font size for example code. by Terry Jan Reedy · 10 years ago
  14. 282124b Closes #22258: Fix the the internal function set_inheritable() on Illumos. by Victor Stinner · 10 years ago
  15. a42ad6b Remove unused imports. by Berker Peksag · 10 years ago
  16. a7614d0 Issue #19447: Suppress output of py_compile.compile(). by Berker Peksag · 10 years ago
  17. 29020b1 Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 10 years ago
  18. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  19. d28c5f0 #22315: Use an existent directory for 'src' to trigger appropriate behavior. by Jason R. Coombs · 10 years ago
  20. 47f44c9 #22315: Provide an actual directory during test invocation. by Jason R. Coombs · 10 years ago
  21. e572ce3 #22315: Use technique outlined in test_file_util by Jason R. Coombs · 10 years ago
  22. 4b02e70 #22315: Add test to capture the failure. by Jason R. Coombs · 10 years ago
  23. 1be2e82 Correct indent by Jason R. Coombs · 10 years ago
  24. b4efbe8 Remove unused import by Jason R. Coombs · 10 years ago
  25. d5aeccf9 asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_connect() by Victor Stinner · 10 years ago
  26. 41f3c3f Closes #22275: asyncio: enhance documentation of OS support by Victor Stinner · 10 years ago
  27. e218bcb getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 10 years ago
  28. 0cff49f #22215: have the smtplib 'quit' command reset the state. by R David Murray · 10 years ago
  29. a64b92e Issue #22185: Fix an occasional RuntimeError in threading.Condition.wait() caused by mutation of the waiters queue without holding the lock. by Antoine Pitrou · 10 years ago
  30. 6685883 Issue #22182: Use e.args to unpack exceptions correctly in distutils.file_util.move_file. by Berker Peksag · 10 years ago
  31. 59e0802 asyncio, Tulip issue 201: Fix a race condition in wait_for() by Victor Stinner · 10 years ago
  32. feac398 The webbrowser module now uses subprocess's start_new_session=True rather by Gregory P. Smith · 10 years ago
  33. 2ced87f Issue #22065: Remove the now unsed configGUI menu parameter and arguments. by Terry Jan Reedy · 10 years ago
  34. 8450c53 Issue #22065: Menus, unlike Menubottons, do not have a state option. by Terry Jan Reedy · 10 years ago
  35. cf26115 Introduce and check for MPD_VERSION_HEX for precise management of builds by Stefan Krah · 10 years ago
  36. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  37. d84fd73 Issue #22063: Fix asyncio documentation of socket and pipe operations regarding by Victor Stinner · 10 years ago
  38. 52bb949 asyncio, tulip issue 203: Add _FlowControlMixin.get_write_buffer_limits() method by Victor Stinner · 10 years ago
  39. b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  40. d71dcbb asyncio: update the doc by Victor Stinner · 10 years ago
  41. 8e16351 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 10 years ago
  42. 18bb702 fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 10 years ago
  43. 549c197 Issue #22034: Got rid of misleading error message for bytearray arguments in by Serhiy Storchaka · 10 years ago
  44. d00aff2 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 10 years ago
  45. ee55826 Issue #13540: add missing markup. by Terry Jan Reedy · 10 years ago
  46. ec7aaf5 Issue #21166: fix typo in comment by Ned Deily · 10 years ago
  47. 65e3ecb Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
  48. 004e870 Issue #22232 (partial fix): update Universal newlines Glossary entry. by Terry Jan Reedy · 10 years ago
  49. 130f303 Merge heads. by Terry Jan Reedy · 10 years ago
  50. a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
  51. fcbc246 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  52. 0242f79 Issue #19447: Use importlib.util.cache_from_source() instead of ``bad_coding + 'c'``. by Berker Peksag · 10 years ago
  53. 31f8a67 Issue #19447: Add a test case to py_compile.compile() to make sure by Berker Peksag · 10 years ago
  54. eb265ab Issue #22150: Fix deprecated-removed directive in Sphinx 1.2. by Berker Peksag · 10 years ago
  55. 14ad531 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  56. a969ae2 Fix issue22245 - Fix urllib2_localnet test. by Senthil Kumaran · 10 years ago
  57. 7837376 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  58. 37ed873 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 10 years ago
  59. c1a723a Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 10 years ago
  60. 996c3de Fixed typo. by Serhiy Storchaka · 10 years ago
  61. 76b4765 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 10 years ago
  62. d6ec309 Clean up test_user_command. by Serhiy Storchaka · 10 years ago
  63. 0c56bb9 remove 2.2 and 2.6 compat code (closes #22200) by Benjamin Peterson · 10 years ago
  64. d9e9528 Issue #22165: Fixed test_undecodable_filename on Mac OS. by Serhiy Storchaka · 10 years ago
  65. 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  66. 97f17ff Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 10 years ago
  67. a64ce5d Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. by Serhiy Storchaka · 10 years ago
  68. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  69. 402df09 backout changeset 3435c5865cfc due to buildbot failures. Ref #8797 by Senthil Kumaran · 10 years ago
  70. 7869a4e Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 10 years ago
  71. 8e7966b Closes #22205: sys._debugmallocstats is a cpython specific feature, so by Victor Stinner · 10 years ago
  72. b2e3a93 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 10 years ago
  73. f819ef7 Issue #22065: Update turtledemo menu creation; don't use obsolete Menubutton. by Terry Jan Reedy · 10 years ago
  74. 011b55b #22053: actually remove .txt files from 3.4. by Terry Jan Reedy · 10 years ago
  75. 94ee51e Issue #10291: Backport 004fe3449193 with a few changes due to 22095. by Terry Jan Reedy · 10 years ago
  76. 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 10 years ago
  77. 547d3bc Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 10 years ago
  78. 143fe05 Issue #21445: Pass exception messages correctly to assertTrue in by Berker Peksag · 10 years ago
  79. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
  80. 4d58897 Issue 22184: Early detection and reporting of missing lru_cache parameters by Raymond Hettinger · 10 years ago
  81. 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 10 years ago
  82. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  83. 6f20170 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 10 years ago
  84. c04d468 Issue #20746: Fix test_pdb to run in refleak mode (-R). Patch by Xavier de Gaye. by Antoine Pitrou · 10 years ago
  85. f9dd274 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 10 years ago
  86. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  87. 6d20168 Close #22175: Improve test_faulthandler readability with dedent. by Victor Stinner · 10 years ago
  88. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  89. 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
  90. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  91. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
  92. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
  93. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  94. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  95. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  96. da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 10 years ago
  97. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
  98. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  99. 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  100. 22f2d2e Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago