1. 337e03f Issue #22112, asyncio doc: replace loop.create_task(coro) with by Victor Stinner · 10 years ago
  2. 6d20168 Close #22175: Improve test_faulthandler readability with dedent. by Victor Stinner · 10 years ago
  3. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  4. 31b3683 Issue #22180: Remove weak example by Raymond Hettinger · 10 years ago
  5. acb8c52 add -Werror=declaration-after-statement only to stdlib extension modules (closes #21121) by Benjamin Peterson · 10 years ago
  6. 3b48af0 - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-statement by doko@ubuntu.com · 10 years ago
  7. 6a66f15 - Issue #22176: Add src/x86/win32.S for x86 libffi builds. by doko@ubuntu.com · 10 years ago
  8. 736a913 - Issue #22176: Update the ctypes module's libffi to v3.1. This release by doko@ubuntu.com · 10 years ago
  9. 4f06d60 Issue #22161: Conformed arguments type checks in ctype to actually supported by Serhiy Storchaka · 10 years ago
  10. e4936b8 Issue #21777: separate docs for binary sequence methods by Nick Coghlan · 10 years ago
  11. da26cca Issue #14105: Stop removing breakpoints from Idle editors. by Terry Jan Reedy · 10 years ago
  12. 5a794c1 Issue #22060: Clean up/simplify test_ctypes, use test discovery by Zachary Ware · 10 years ago
  13. 79a1ffd #22170: avoid printing newlines twice in tutorial example. by Ezio Melotti · 10 years ago
  14. 41ad77c Issue #20056: Fixed deprecation warning about bytes path in test_shutil on by Serhiy Storchaka · 10 years ago
  15. 22f2d2e Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. by Zachary Ware · 10 years ago
  16. 1241c47 #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. by Ezio Melotti · 10 years ago
  17. 3d4b2d4 Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular by Serhiy Storchaka · 10 years ago
  18. 9b33872 Issue #22146: Fix typo in __build_class__ error message by Zachary Ware · 10 years ago
  19. 12d9ddf Issue #22130: Corrected fileConfig() documentation. by Vinay Sajip · 10 years ago
  20. 67f6d5f #21928: clarify functools.wraps docs. by Ezio Melotti · 10 years ago
  21. 12b7f48 #11955: show the list of args in case of error in test_argparse. by Ezio Melotti · 10 years ago
  22. e4aad5a #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  23. 69fb6a4 Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner by Zachary Ware · 10 years ago
  24. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  25. 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
  26. c6f22cc Remove unused leftover stray line by Raymond Hettinger · 10 years ago
  27. c0de59b Fix markup. by Raymond Hettinger · 10 years ago
  28. c566431 Improve regex tokenizer example by using re.finditer(). by Raymond Hettinger · 10 years ago
  29. 4036d87 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 10 years ago
  30. b3d4c21 Issue #13540: Merge changes from 3.3 by Jason R. Coombs · 10 years ago
  31. 89e186f Issue #13540: Merge changes from 3.2 by Jason R. Coombs · 10 years ago
  32. 79690ac Issue #13540: Update references to Action class to match syntax used for other classes in this file. by Jason R. Coombs · 10 years ago
  33. 400daed Fix whitespace in example. by Raymond Hettinger · 10 years ago
  34. b4b3575 - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 10 years ago
  35. 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
  36. 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
  37. 95a9e0b Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 10 years ago
  38. ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
  39. 9c9f1f1 Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, by Victor Stinner · 10 years ago
  40. f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 10 years ago
  41. 3d4953a Edit NEWS entry by Ned Deily · 10 years ago
  42. 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 10 years ago
  43. 313a980 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  44. 7eca734 Issue #17172: add NEWS by Terry Jan Reedy · 10 years ago
  45. 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
  46. c61c170 Issue #18174: Fix leak of file descriptor in test_tempfile by Victor Stinner · 10 years ago
  47. 623138c Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 10 years ago
  48. 0970657 Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of by Victor Stinner · 10 years ago
  49. e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
  50. 7611964 Fix test_bytes when sys.stdin is None, for example on Windows when using by Victor Stinner · 10 years ago
  51. 42d3bde asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped by Victor Stinner · 10 years ago
  52. 8b95d5e Modernize turtledemo with conditional expressions; remove duplicate line. by Terry Jan Reedy · 10 years ago
  53. e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
  54. f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
  55. d2e9fdf Issue #22074: Fix Lib/test/make_ssl_certs.py by Antoine Pitrou · 10 years ago
  56. f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 10 years ago
  57. e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
  58. 51e44ea Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the by Victor Stinner · 10 years ago
  59. 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
  60. 65dd69a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  61. 64ba60a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
  62. 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
  63. e396c36 Merge. by Charles-François Natali · 10 years ago
  64. 65708cf Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 10 years ago
  65. 2955a0b asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 10 years ago
  66. 18a28dc asyncio: sync with Tulip by Victor Stinner · 10 years ago
  67. 1a901cc Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 10 years ago
  68. 5c1b8f3 Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 10 years ago
  69. 280aace Issue #22053: Make help work, after previous patch for this issue disabled it by Terry Jan Reedy · 10 years ago
  70. fea6a10 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  71. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
  72. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  73. 992019c Backport os.rst documentation from Python 3.5. by Victor Stinner · 10 years ago
  74. 6d4f4fe Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  75. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  76. cdb2c60 test_gettext: use support.rmtree() instead of shutil.rmtree() by Victor Stinner · 10 years ago
  77. 0e24361 asyncio tests: relax timings for slow buildbots by Victor Stinner · 10 years ago
  78. 5006b1f Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. by Victor Stinner · 10 years ago
  79. ca4f343 Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 10 years ago
  80. 9ff4180 Asyncio doc fixes: spelling, grammar, duplication. by Terry Jan Reedy · 10 years ago
  81. c935a95 Englich grammar nit. by Terry Jan Reedy · 10 years ago
  82. 1cc9520 s/stringobject/bytesobject/ (closes #22036) by Benjamin Peterson · 10 years ago
  83. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 10 years ago
  84. b8352e7 Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. by Terry Jan Reedy · 10 years ago
  85. 88b2b45 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 10 years ago
  86. efa9c80 Merge heads by Serhiy Storchaka · 10 years ago
  87. 1ce2289 Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 10 years ago
  88. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  89. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  90. c4c4649 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  91. 8966759 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 10 years ago
  92. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  93. 588517c Fix grammar by Andrew Svetlov · 10 years ago
  94. 889d646 Issue #21901: Cap the maximum number of file descriptors to use for the test. by Charles-François Natali · 10 years ago
  95. 31e7bfa asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine by Victor Stinner · 10 years ago
  96. 1392df9 Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  97. cb7d43c Merge heads by Serhiy Storchaka · 10 years ago
  98. 17f5f81 Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 10 years ago
  99. bc07ac5 Fix localhost checking in FileHandler. Raised in #21970. by Senthil Kumaran · 10 years ago
  100. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago