1. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  2. eda06c8 fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  3. 71a0b43 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  4. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  5. 40fe35a Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  6. fed16ec Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  7. faf7060 Fixed markup in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  8. b63902a Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  9. ba27014 Issue #24306: Sets component ID for launcher to match 3.5 and later to avoid downgrading. by Steve Dower · 9 years ago
  10. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  11. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  12. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  13. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  14. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  15. 5be2dac remove trailing ws by Benjamin Peterson · 9 years ago
  16. c2f0121 link to modern PUG url by Benjamin Peterson · 9 years ago
  17. 8778c6b Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. by Guido van Rossum · 9 years ago
  18. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  19. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  20. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  21. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  22. 3e8a7ad Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  23. a05e7f6 Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  24. bbdc065 Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  25. dcc13ef fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  26. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  27. 68b6874 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  28. df2660e Issue #25494: Remove extra quote from docstring. by Zachary Ware · 9 years ago
  29. 4c973e9 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  30. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 9 years ago
  31. f085a16 Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's home by Zachary Ware · 9 years ago
  32. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  33. 458123b Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  34. 677744b Closes #25456: Copy Tcl/Tk DLLs to build directory on Windows by Zachary Ware · 9 years ago
  35. 0e316f6 Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  36. d081229 Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  37. 47304c0 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  38. f84499a rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  39. 19ff697 Issue #24885: Update note in docs about stream convenience functions. by Guido van Rossum · 9 years ago
  40. 06d48db Fix whitespace. by Guido van Rossum · 9 years ago
  41. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  42. 2bf91bf - Issue #25440: Fix output of python-config --extension-suffix. by doko@ubuntu.com · 9 years ago
  43. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  44. 4de9dae Added entry to logging cookbook. by Vinay Sajip · 9 years ago
  45. edb9111 Issue #25418: Fix markup in object.__hash__ documentation by Berker Peksag · 9 years ago
  46. b2f8760 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  47. 93f3542 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  48. 5805dde Issue #25380: Fixed protocol for the STACK_GLOBAL opcode in pickletools.opcodes. by Serhiy Storchaka · 9 years ago
  49. 83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces by Zachary Ware · 9 years ago
  50. b3951880 actually link to the version attributes documentation by Benjamin Peterson · 9 years ago
  51. d0cadba Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  52. 1fdc80b Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  53. 0071b3d don't mention Python 2.2 (closes #25375) by Benjamin Peterson · 9 years ago
  54. 414918a use the with statement for locking the internal condition (closes #25362) by Benjamin Peterson · 9 years ago
  55. b397e3b add a missing comma (closes #25371) by Benjamin Peterson · 9 years ago
  56. 0289155 Correct Misc/NEWS. by Serhiy Storchaka · 9 years ago
  57. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  58. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  59. 7c6420a Issue #25322: Fix test for nested contextlib.suppress by Martin Panter · 9 years ago
  60. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  61. cfad543 Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  62. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  63. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  64. ff1f3d9 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  65. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  66. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  67. 85b8f45 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  68. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  69. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  70. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  71. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  72. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  73. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  74. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  75. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  76. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  77. d17e978 Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  78. be5b7a2 Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  79. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  80. 3795d12 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  81. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  82. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  83. d470527 Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  84. a8aa4d5 Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  85. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  86. e2382c5 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  87. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  88. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  89. f223c53 Closes #25185: Use UTF-8 encoding when reading pyvenv.cfg. by Vinay Sajip · 9 years ago
  90. f731bc0 Issue #25280: Import trace messages emitted in verbose (-v) mode are no by Serhiy Storchaka · 9 years ago
  91. 78cc2e8 Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  92. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  93. 1c62b52 Reflect parameter name change in the doc by Andrew Svetlov · 9 years ago
  94. 89719e1 Issue #25182: Fix compilation on Windows by Victor Stinner · 9 years ago
  95. a59018c Issue #25182: The stdprinter (used as sys.stderr before the io module is by Serhiy Storchaka · 9 years ago
  96. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  97. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  98. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  99. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  100. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago