- 73a4359 #15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed. by Ezio Melotti · 10 years ago
- ffff144 Issue #22077: Improve index error messages for bytearrays, bytes, lists, and by Terry Jan Reedy · 10 years ago
- 7f9cc93 Issue #22110: Enable extra compilation warnings. by Charles-François Natali · 10 years ago
- 30575c7 - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 10 years ago
- b4b3575 - update config.guess and config.sub to support openrisc. by doko@ubuntu.com · 10 years ago
- 25e014b Issue #18395, #22108: Update embedded Python examples to decode correctly by Victor Stinner · 10 years ago
- f6a271a Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename by Victor Stinner · 10 years ago
- c6f8c0a Issue #21907: Avoid using double quotes to check argument values. by Zachary Ware · 10 years ago
- cb09dca Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker. by Zachary Ware · 10 years ago
- 0b87831 Simplify code in multiprocessing.Connection.send_bytes(). by Antoine Pitrou · 10 years ago
- cac9e71 Issue #22111: Assorted cleanups in test_imaplib. Patch by Milan Oberkirch. by Antoine Pitrou · 10 years ago
- a734af3 timemodule.c: Replace PyExc_IOError with PyExc_OSError by Victor Stinner · 10 years ago
- 26f9feb Back out of changes to Tkinter variables trace commands (issue #22085). by Serhiy Storchaka · 10 years ago
- 7c87fdd Merge with 3.4 by Terry Jan Reedy · 10 years ago
- 2240533 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 10 years ago
- 6716d60 Issue #22085: Dropped support of Tk 8.3 in Tkinter. by Serhiy Storchaka · 10 years ago
- f44611c Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
- 74596a8 Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. by Serhiy Storchaka · 10 years ago
- da565a7 Issue #22018: Fix test_signal: use assertEqual() not assertIs() by Victor Stinner · 10 years ago
- 8f46da1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 10 years ago
- 95a9e0b Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 10 years ago
- cc66a73 Issue #22003: When initialized from a bytes object, io.BytesIO() now by Antoine Pitrou · 10 years ago
- 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 10 years ago
- c6aceee (Merge 3.4) Issue #22063: Mention in asyncio documentation that socket by Victor Stinner · 10 years ago
- ec2ce09 Issue #22063: Mention in asyncio documentation that socket operations require by Victor Stinner · 10 years ago
- 6656564 Merge with Python 3.4 (asyncio) by Victor Stinner · 10 years ago
- 9c9f1f1 Close #22063: socket operations (socket,recv, sock_sendall, sock_connect, by Victor Stinner · 10 years ago
- f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 10 years ago
- acc6e75 Edit NEWS entry by Ned Deily · 10 years ago
- 3d4953a Edit NEWS entry by Ned Deily · 10 years ago
- 1db9e7b Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and by Victor Stinner · 10 years ago
- 6aa4269 #21704: merge with 3.4. by Ezio Melotti · 10 years ago
- 8a0fb2c #21704: remove duplicate name in Misc/ACKS. by Ezio Melotti · 10 years ago
- 00b39ff (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 313a980 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 205c226 Merge with 3.4 by Terry Jan Reedy · 10 years ago
- 7eca734 Issue #17172: add NEWS by Terry Jan Reedy · 10 years ago
- c95e88c Merge with 3.4 by Terry Jan Reedy · 10 years ago
- 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 10 years ago
- 6b08235 (Merge 3.4) Issue #18174: Fix leak of file descriptor in test_tempfile by Victor Stinner · 10 years ago
- c61c170 Issue #18174: Fix leak of file descriptor in test_tempfile by Victor Stinner · 10 years ago
- 1bcab66 (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 10 years ago
- 623138c Issue #11453, #18174: Fix leak of file descriptor in test_asyncore by Victor Stinner · 10 years ago
- eb05576 (Merge 3.4) Fix sporadic failure of test_pep277 on Windows: use by Victor Stinner · 10 years ago
- 0970657 Fix sporadic failure of test_pep277 on Windows: use support.rmtree() instead of by Victor Stinner · 10 years ago
- c3fc341 Issue #21704: Merge. by Richard Oudkerk · 10 years ago
- d6af047 (Merge 3.4) Fix test_bytes when sys.stdin is None, for example on Windows when by Victor Stinner · 10 years ago
- e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
- 7611964 Fix test_bytes when sys.stdin is None, for example on Windows when using by Victor Stinner · 10 years ago
- 314397a (Merge 3.4) asyncio, tulip issue 196: ProactorIocp._register() now registers by Victor Stinner · 10 years ago
- 42d3bde asyncio, tulip issue 196: ProactorIocp._register() now registers the overlapped by Victor Stinner · 10 years ago
- 0f41acb Issue #22076: Minor grammar fix. by Berker Peksag · 10 years ago
- 0efea32 Rerun AC, silence pointer conversion warnings. by Martin v. Löwis · 10 years ago
- 7252a6e Issue #20179: Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat. by Martin v. Löwis · 10 years ago
- e1b8253 Argument Clinic bugfix: Don't let the C preprocessor "Monitor" see lines by Larry Hastings · 10 years ago
- 331a726 Issue #22082: Fix a compiler warning (function is not a prototype) by Victor Stinner · 10 years ago
- 501b13c Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic. by Martin v. Löwis · 10 years ago
- 6aef4dc Merge with 3.4 by Terry Jan Reedy · 10 years ago
- 8b95d5e Modernize turtledemo with conditional expressions; remove duplicate line. by Terry Jan Reedy · 10 years ago
- 4cf8569 Merge with 3.4 by Terry Jan Reedy · 10 years ago
- e3416e6 Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 10 years ago
- 83e6675 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
- f200ce6 Document lock parameter for asyncio.Condition() by Andrew Svetlov · 10 years ago
- 27a0211 Issue #22074: Fix Lib/test/make_ssl_certs.py by Antoine Pitrou · 10 years ago
- d2e9fdf Issue #22074: Fix Lib/test/make_ssl_certs.py by Antoine Pitrou · 10 years ago
- a7121b8 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 10 years ago
- f21fcd0 Accept optional lock object in Condition ctor (tulip issue #198) by Andrew Svetlov · 10 years ago
- 996b671 Issue #22082: Clear interned strings in slotdefs. by Martin v. Löwis · 10 years ago
- 5b56150 slotdefs is no longer sorted. by Martin v. Löwis · 10 years ago
- 011428e (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with by Victor Stinner · 10 years ago
- e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
- af52903 (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears its by Victor Stinner · 10 years ago
- 51e44ea Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the by Victor Stinner · 10 years ago
- a22d823 merge by Raymond Hettinger · 10 years ago
- 5a2146a Issue #22044: Fixed premature DECREF in call_tzinfo_method. by Raymond Hettinger · 10 years ago
- 19e020c (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 65dd69a asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
- 54701f3 Issue #21958: Merge with 3.4 by Zachary Ware · 10 years ago
- 0db50cf Issue #18093: Create Programs directory in build location for by Ned Deily · 10 years ago
- 64ba60a Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. by Zachary Ware · 10 years ago
- b27d3a2 Closes #22072: Merge typo fixes from 3.4 by Zachary Ware · 10 years ago
- 88a1977 Issue #22072: Fix a couple of SSL doc typos. Patch by Alex Gaynor. by Zachary Ware · 10 years ago
- ab9a446 Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 10 years ago
- e396c36 Merge. by Charles-François Natali · 10 years ago
- 65708cf Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 10 years ago
- f7152db Issue #18093: Give the Windows build _testembed.c's new location. by Zachary Ware · 10 years ago
- efd5df9 Issue #21947: handle generator-iterator objects in dis by Nick Coghlan · 10 years ago
- d0d64cf (Merge 3.4) asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 10 years ago
- 2955a0b asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 10 years ago
- e1f17c6 unicodeobject.c: fix a compiler warning on Windows 64 bits by Victor Stinner · 10 years ago
- 0861ccb Add missing NEWS entry for issue #18093 by Nick Coghlan · 10 years ago
- 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago
- d6766ae (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 18a28dc asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 68a470f Issue #22061: Restored empty obsolete methods removed in issue #4350 and by Serhiy Storchaka · 10 years ago
- 1a901cc Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 10 years ago
- 415c2cd Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 10 years ago
- 5c1b8f3 Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 10 years ago
- 99d67fe Issue #22053: Make help work, after previous patch for this issue disabled it by Terry Jan Reedy · 10 years ago