1. 7fd59e0 properly handle file closing in error cases (closes #22266) by Benjamin Peterson · 11 years ago
  2. ce2ec49 Issue 22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 11 years ago
  3. ec9d547 allow test to work on implementations not using ref-counting (closes #22265) by Benjamin Peterson · 11 years ago
  4. 8a4448c fix some test_weakref tests to not rely on ref-counting (closes #22267) by Benjamin Peterson · 11 years ago
  5. e373754 don't segfault when trying to fdopen() a fd for a dir (closes #22259) by Benjamin Peterson · 11 years ago
  6. d3ea065 Issue #22236: Tkinter tests now don't reuse default root window. New root by Serhiy Storchaka · 11 years ago
  7. 8cb6738 Issue #21166: fix typo in comment by Ned Deily · 11 years ago
  8. a58b255 Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 11 years ago
  9. 4426870 Merge heads. by Terry Jan Reedy · 11 years ago
  10. 62990a4 Update PEP 466 What's New in 2.7 section by Nick Coghlan · 11 years ago
  11. bd73ae2 Issue #22199: update Misc/NEWS by Ned Deily · 11 years ago
  12. 9d6488a Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py by Ned Deily · 11 years ago
  13. 983df86 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 11 years ago
  14. 0140845 Issue #22191: Fix warnings.__all__. by Brett Cannon · 11 years ago
  15. 95cf986 Import Tkinter as tkinter to help merging and avoid backporting errors. by Serhiy Storchaka · 11 years ago
  16. c208fe6 Issue #1730136: Fix backported exception name. by Ned Deily · 11 years ago
  17. 7ed3e29 fix error message for invalid curve name by Benjamin Peterson · 11 years ago
  18. b47b54c Backed out changeset 7c19f1f792c6 by Benjamin Peterson · 11 years ago
  19. 64c1215 don't call rl_initialize when stdout is not a tty by Benjamin Peterson · 11 years ago
  20. 68482fb expect socket.error instead of the py3ism OSError by Benjamin Peterson · 11 years ago
  21. e208b57 allow any socket error for rude shutdown test by Benjamin Peterson · 11 years ago
  22. 80bdeab link _ssl to crypt32.lib on windoze by Benjamin Peterson · 11 years ago
  23. cbb144a PyUnicode -> PyString and PyLong -> PyInt by Benjamin Peterson · 11 years ago
  24. daeb925 backport many ssl features from Python 3 (closes #21308) by Benjamin Peterson · 11 years ago
  25. 0088b62 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
  26. 855a1e9 Idle ColorDelegator: finish removing code for 'as'. by Terry Jan Reedy · 11 years ago
  27. 52ed755 Idle ColorDelegator: remove special case code for 'as' in import statements. by Terry Jan Reedy · 11 years ago
  28. 2426da8 Fixed typo. by Serhiy Storchaka · 11 years ago
  29. cbee972 Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. by Serhiy Storchaka · 11 years ago
  30. ede745a Clean up test_user_command. by Serhiy Storchaka · 11 years ago
  31. 44ae513 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 11 years ago
  32. c82c4c3 Issue #22201: Command-line interface of the zipfile module now correctly by Serhiy Storchaka · 11 years ago
  33. f880bff Removed useless Py_LIMITED_API checks. by Serhiy Storchaka · 11 years ago
  34. 19d07f2 backout changeset e0510a3bdf8f - due to buildbot failures. Ref: Issue #8797 by Senthil Kumaran · 11 years ago
  35. 8bd3415 Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from by Victor Stinner · 11 years ago
  36. 7257b50 Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull. by Senthil Kumaran · 11 years ago
  37. c11633e Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 11 years ago
  38. c95f51a Issue #22193: Added private function _PySys_GetSizeOf() needed to implement by Serhiy Storchaka · 11 years ago
  39. ce0f744 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 11 years ago
  40. bc6f8de Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 11 years ago
  41. 3fdffc9 Issue #17923: glob() patterns ending with a slash no longer match non-dirs on by Serhiy Storchaka · 11 years ago
  42. 6731085 Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). by Zachary Ware · 11 years ago
  43. 575ee4c Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 11 years ago
  44. baa84b8 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 11 years ago
  45. b6f0d05 remove casts by Benjamin Peterson · 11 years ago
  46. 4f09e61 test for 2 arg exec case by Benjamin Peterson · 11 years ago
  47. d2903bd restore runtime exec test (#21591) by Benjamin Peterson · 11 years ago
  48. 25327d4 Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 11 years ago
  49. 19e455f Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 11 years ago
  50. 906091b #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  51. a33c843 Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memory by Serhiy Storchaka · 11 years ago
  52. 501da1d Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 11 years ago
  53. 075588f Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 11 years ago
  54. 249fcf6 #21928: clarify functools.wraps docs. by Ezio Melotti · 11 years ago
  55. b7414e0 Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Berker Peksag · 11 years ago
  56. c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 11 years ago
  57. ae41086 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 11 years ago
  58. c4a907d Issue #13540: Merge commits by Jason R. Coombs · 11 years ago
  59. 2b49203 Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 11 years ago
  60. 9376c8b Fix typo in comment. by Raymond Hettinger · 11 years ago
  61. a16fd7a - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 11 years ago
  62. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
  63. 19b7a75 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 11 years ago
  64. 77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
  65. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
  66. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
  67. 9b1d670 Issue #21591: Handle exec backwards compatibility in the AST builder. by Dirkjan Ochtman · 11 years ago
  68. c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at by Victor Stinner · 11 years ago
  69. 110796f Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 11 years ago
  70. 87355a7 Modernize turtledemo with conditional expressions; remove duplicate line. by Terry Jan Reedy · 11 years ago
  71. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  72. 465db3c socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code by Victor Stinner · 11 years ago
  73. 5a1427c Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 11 years ago
  74. 6d8f29a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 11 years ago
  75. 1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. by Raymond Hettinger · 11 years ago
  76. 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
  77. 98e6fa6 Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 11 years ago
  78. 8ac01bf Issue #22053: Make help work, after previous patch for this issue disabled it by Terry Jan Reedy · 11 years ago
  79. 1d9457d Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 11 years ago
  80. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  81. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 11 years ago
  82. 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  83. 909d61f Fix grammar by Andrew Svetlov · 11 years ago
  84. cbe6d24 Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. by Terry Jan Reedy · 11 years ago
  85. f2eb721 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 11 years ago
  86. 12e7870 Merge heads by Serhiy Storchaka · 11 years ago
  87. 58f9b57 Merge heads by Serhiy Storchaka · 11 years ago
  88. 9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 11 years ago
  89. e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 11 years ago
  90. 85b5b73 Fix minor typo in round docs. Reported by Scott Hinton on docs@. by Zachary Ware · 11 years ago
  91. f6aac5d Closes #21665: Don't use OPTS=noxp or -DWINVER=0x0500 when compiling Tcl/Tk by Zachary Ware · 11 years ago
  92. fc1ae6c Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 11 years ago
  93. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  94. 7f7d99c Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 11 years ago
  95. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  96. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  97. e2d1e64 add # by Benjamin Peterson · 11 years ago
  98. 0fb88f7 correct ref counting of default_action (closes #22017) by Benjamin Peterson · 11 years ago
  99. 69cd346 Issue #13540: Removed redundant documentation about Action instance attributes. Updated example and documentation per recommendations by Steven Bethard in msg149524. by Jason R. Coombs · 11 years ago
  100. 8f25762 args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 11 years ago