1. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  2. e3d4ec4 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  3. e9b3074 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  4. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  5. 8bc792a Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  6. 04d759b Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  7. b42de2f Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 9 years ago
  8. 0f3c976 asyncio: Fix with github by Yury Selivanov · 9 years ago
  9. a211a7a asyncio.tests: Fix whitespace by Yury Selivanov · 9 years ago
  10. b485bb4 asyncio: Sync with github by Yury Selivanov · 9 years ago
  11. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 9 years ago
  12. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  13. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 9 years ago
  14. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
  15. 6e0889f Issue #20220: Add DST rules to work around glibc quirk by Martin Panter · 9 years ago
  16. e28209f Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 9 years ago
  17. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 9 years ago
  18. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 9 years ago
  19. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  20. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 9 years ago
  21. 8402324 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  22. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  23. a9dcdab always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  24. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  25. 411dfd8 Issue #22643: Skip test_case_operation_overflow on computers with low memory. by Serhiy Storchaka · 9 years ago
  26. 608c213 Issue #892902: Added new tests for pickling recursive collections. by Serhiy Storchaka · 9 years ago
  27. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  28. 9ad0aae Issue #18010: Fix pydoc web server search to handle package exceptions by Martin Panter · 9 years ago
  29. ade0412 asyncio: Optimize asyncio.sleep(0) by Yury Selivanov · 9 years ago
  30. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  31. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  32. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 9 years ago
  33. ea4cb63 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  34. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 9 years ago
  35. f085a16 Issue #25456: Fix test_idle when Tcl/Tk DLLs are loaded from python.exe's home by Zachary Ware · 9 years ago
  36. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  37. 06d48db Fix whitespace. by Guido van Rossum · 9 years ago
  38. c44ecdf Issue #25441: asyncio: Raise error from drain() when socket is closed. by Guido van Rossum · 9 years ago
  39. 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
  40. 83fd0a8 Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces by Zachary Ware · 9 years ago
  41. 1fdc80b Cleanup test_descr: remove C8 that is the same as C3. by Serhiy Storchaka · 9 years ago
  42. 89065d9 Issue #25099: Skip relevant tests in test_compileall when an entry on by Brett Cannon · 9 years ago
  43. 7b2cfc4 Issue #25365: test_pickle now works in threads disabled builds. by Serhiy Storchaka · 9 years ago
  44. 7c6420a Issue #25322: Fix test for nested contextlib.suppress by Martin Panter · 9 years ago
  45. e44dba3 Issue #24402: Factor out PtyTests.run_child() in input() tests by Martin Panter · 9 years ago
  46. c9a6ab5 Issue #24402: Fix input() when stdout.fileno() fails; diagnosed by Eryksun by Martin Panter · 9 years ago
  47. bd6c41a prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  48. 106ddf0 Issue #25097: Re-raise any other pywin32 error by Zachary Ware · 9 years ago
  49. 22226c5 Issue #25097: fix Windows error number access by Zachary Ware · 9 years ago
  50. a6d04cf Merge heads by Serhiy Storchaka · 9 years ago
  51. 36bbd0f Issue #23972: Fix tests for Windows and Debian. by Guido van Rossum · 9 years ago
  52. 5f6fa82 Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  53. 15982aa reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  54. 601953b Docs and one small improvement for issue #25304, by Vincent Michel. by Guido van Rossum · 9 years ago
  55. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  56. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  57. cb29e8c Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  58. a02e18a Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  59. 620279b asyncio: ensure_future() now understands awaitables by Yury Selivanov · 9 years ago
  60. 28b21e5 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  61. 223349c Fixes #25097: Windows test is skipped if there are insufficient privileges, rather than failing. by Vinay Sajip · 9 years ago
  62. 3f18f10 Issue #25274: test_recursionlimit_recovery() of test_sys now checks by Victor Stinner · 9 years ago
  63. b5102e3 Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  64. 68f5ef2 Issue #22609: Constructor of collections.UserDict now accepts the self keyword by Serhiy Storchaka · 9 years ago
  65. e060619 Issue #25262. Added support for BINBYTES8 opcode in Python implementation of by Serhiy Storchaka · 9 years ago
  66. d455a50 Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). by Guido van Rossum · 9 years ago
  67. d94c1b9 Fix StreamReader.__repr__ by Andrew Svetlov · 9 years ago
  68. 85976b1 Fixed issue #25034: Fix string.Formatter problem with auto-numbering by Eric V. Smith · 9 years ago
  69. b8b951f Added additional unpickling tests. by Serhiy Storchaka · 9 years ago
  70. c6b54b4 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  71. 99f96c5 Issue #25233: Rewrite the guts of Queue to be more understandable and correct. by Guido van Rossum · 9 years ago
  72. 16a1f28 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  73. edc6885 Closes issue #23600: Wrong results from tzinfo.fromutc(). by Alexander Belopolsky · 9 years ago
  74. cbe16ae Issue #25211: Eliminate lazy error message class by using subTest by Martin Panter · 9 years ago
  75. 89f76d3 Issue #25047: Respect case writing XML encoding declarations by Martin Panter · 9 years ago
  76. 582b17c Issue #23630: Fix test_asyncio on Windows by Victor Stinner · 9 years ago
  77. 72e1eae Issue #25114: Fix test_asyncio by Victor Stinner · 9 years ago
  78. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  79. f7dc7fb Issue #25114, asyncio: add ssl_object extra info to SSL transports by Victor Stinner · 9 years ago
  80. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
  81. d86a6ef Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 9 years ago
  82. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  83. 511491a Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods by Victor Stinner · 9 years ago
  84. e3bcbd2 Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 9 years ago
  85. a578eb3 test_gdb: fix regex to parse the GDB version by Victor Stinner · 9 years ago
  86. 95c3e6c Issue #25021: Merge from 3.3 to 3.4 by Kristján Valur Jónsson · 9 years ago
  87. 102764a Issue #25021: Correctly make sure that product.__setstate__ does not access by Kristján Valur Jónsson · 9 years ago
  88. 0424eaf Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 9 years ago
  89. 06171bd Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 9 years ago
  90. 9499413 os.sendfile(headers=None, trailers=None) arguments are not actually accepted by Martin Panter · 9 years ago
  91. bf19d16 Issue #23738: Document and test actual keyword parameter names by Martin Panter · 9 years ago
  92. 5558d4f Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 9 years ago
  93. 2504cec Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 9 years ago
  94. de5f9f4 Raise more correct exception on overflow in setting buffer_size attribute of by Serhiy Storchaka · 9 years ago
  95. 931331a Issue #25019: Fixed a crash caused by setting non-string key of expat parser. by Serhiy Storchaka · 9 years ago
  96. eba8fee Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 9 years ago
  97. a091a82 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 9 years ago
  98. e8d58d1 Issue #25004: Handle out-of-disk-space error in LargeMmapTests by Martin Panter · 9 years ago
  99. 6f2bb98 #23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True. by Ezio Melotti · 9 years ago
  100. 527ef07 Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 9 years ago