38722 Commits (00a0fc1144d928515ff8abd0de7bb6ad072fcbdb)

Author SHA1 Message Date
Serhiy Storchaka 00a0fc1144 Issue #27942: String constants now interned recursively in tuples and frozensets. 10 years ago
Terry Jan Reedy 55f3ae68bb Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. 10 years ago
Benjamin Peterson 4254e8c548 build_ext: correctly parse the link_objects user option (closes #1703178) 10 years ago
Martin Panter c49b4d8ef3 Remove disabled ctypes test 10 years ago
Terry Jan Reedy 6c58c34dd3 IDLE NEWS item and ack. 10 years ago
Berker Peksag aa5c2fdb7c Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish 10 years ago
Berker Peksag c16387b17f Issue #28300: Fix typos, patch by Shlomi Fish 10 years ago
Alexander Belopolsky 957b75699f Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. 10 years ago
Guido van Rossum 4cefe74aef Update typing.py and test_typing.py from upstream (https://github.com/python/typing) 10 years ago
Berker Peksag 63461bc384 Issue #28283: Remove flaky test test_sock_connect_sock_write_race 10 years ago
Serhiy Storchaka 47dee11ba7 Issue #21578: Fixed misleading error message when ImportError called with 10 years ago
Serhiy Storchaka c0b7037d4f Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). 10 years ago
Serhiy Storchaka 407ac47690 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() 10 years ago
Berker Peksag 8b6b50814e Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py 10 years ago
Serhiy Storchaka b02f8fc3af Issue #11957: Restored re tests for passing count and maxsplit as positional 10 years ago
Serhiy Storchaka e6f0199c19 Issue #27611: Fixed support of default root window in the tkinter.tix module. 10 years ago
Mark Dickinson 613f8e513c Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. 10 years ago
Martin Panter 8609cda961 Issue #28221: Remove unused assignment from test_asyncore_server() 10 years ago
Victor Stinner bd2ffa5022 Issue #27829: regrtest -W displays stderr if env changed 10 years ago
Christian Heimes 55b196a1e4 Make Lib/test/ssltests.py more useful and faster for OpenSSL testing 10 years ago
Martin Panter 463ef2b3cf Fix references to Python 3’s socketserver (lowercase) module 10 years ago
Martin Panter bb8b1cb6af Issue #27348: Restore “Exception: None” formatting in traceback module 10 years ago
Serhiy Storchaka 92bb90a9ff Extend the test to lower pickle protocols. 10 years ago
Berker Peksag 16ea19fc66 Issue #25651: Allow falsy values to be used for msg parameter of subTest() 10 years ago
Victor Stinner 0256f42839 test_asynico: fix test_sock_connect_sock_write_race() 10 years ago
Raymond Hettinger 7eb1becc25 Issue #28189: dictitems_contains no longer swallows compare errors. 10 years ago
Berker Peksag 5a5ae745ff Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana 10 years ago
Berker Peksag bf3c1c3235 Issue #28075: Fix test_access_denied in Python 3.5 10 years ago
Steve Dower 1ec262be80 Issue #27932: Prevent memory leak in win32_ver(). 10 years ago
Berker Peksag bdcc8f9d1b Issue #28176: Increase timeout for test_sock_connect_sock_write_race 10 years ago
Berker Peksag bcfb35f80d Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile 10 years ago
Berker Peksag 9a1c91a10d Fix test_access_denied in 3.5 10 years ago
Berker Peksag 0b4dc4846b Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() 10 years ago
Berker Peksag 4a72a7b6c4 Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed 10 years ago
Christian Heimes a4961e555b Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. 10 years ago
Berker Peksag f676748a05 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin 10 years ago
Martin Panter 2dc77f0e19 Issue #28145: Spelling fixes 10 years ago
Yury Selivanov 525aedc5fa Issue #27759: Fix selectors incorrectly retain invalid file descriptors. 10 years ago
Yury Selivanov d6c6771fc9 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. 10 years ago
Yury Selivanov 4c5bf3bc52 Issue #26909: Fix slow pipes IO in asyncio. 10 years ago
Yury Selivanov 45dccdad93 Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. 10 years ago
Yury Selivanov 5587d7c071 Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) 10 years ago
Yury Selivanov a1b0e7db73 Issue #27906: Fix socket accept exhaustion during high TCP traffic. 10 years ago
Yury Selivanov 4357cf6202 Another asyncio sync. 10 years ago
Yury Selivanov f6d991d885 asyncio: Sync with the upstream 10 years ago
Serhiy Storchaka e6265e92bf Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). 10 years ago
Berker Peksag 4aa74c429c Issue #28131: Fix a regression in zipimport's compile_source() 10 years ago
Berker Peksag ac2d1c7153 Issue #27952: Capture stderr in run_script() 10 years ago
Raymond Hettinger 076366c2a5 Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes 10 years ago
Terry Jan Reedy 4b73676c3d Issue #15308: Add 'interrupt execution' (^C) to Shell menu. 10 years ago