summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)Miss Islington (bot)2022-04-031-2/+6
* [3.9] bpo-47089: Avoid test_compileall failures on Windows (GH-32037). (GH-32...Jeremy Kloth2022-04-021-49/+36
* Fix typo in the sqlite3 docs (GH-31915) (GH-32158)Miss Islington (bot)2022-03-291-1/+1
* bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)Miss Islington (bot)2022-03-281-1/+2
* Python 3.9.12v3.9.12Łukasz Langa2022-03-231-37/+41
* bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...Miss Islington (bot)2022-03-231-0/+4
* bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)Miss Islington (bot)2022-03-222-0/+19
* bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)Jeremy Kloth2022-03-222-183/+117
* [3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)Andrew Svetlov2022-03-222-6/+35
* bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)Gregory P. Smith2022-03-211-0/+10
* bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)Miss Islington (bot)2022-03-201-1/+3
* [3.9] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-3197...Miss Islington (bot)2022-03-193-10/+82
* bpo-39394: Improve warning message in the re module (GH-31988)Miss Islington (bot)2022-03-192-4/+9
* [3.9] bpo-14156: Make argparse.FileType work correctly for binary file modes ...Serhiy Storchaka2022-03-182-17/+106
* [3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH...Miss Islington (bot)2022-03-182-1/+12
* [3.9] bpo-42782: fix broken shutil test (GH-31971)Jelle Zijlstra2022-03-181-3/+3
* bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)Miss Islington (bot)2022-03-172-3/+5
* bpo-47038: Increase a test timeout for slow CI machines (GH-31951)Miss Islington (bot)2022-03-171-1/+1
* bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...Miss Islington (bot)2022-03-162-26/+24
* [3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase...Andrew Svetlov2022-03-163-340/+270
* [3.10] bpo-45382: test.pythoninfo logs more Windows versions (GH-30891) (GH-3...Miss Islington (bot)2022-03-161-0/+42
* Python 3.9.11Łukasz Langa2022-03-151-78/+100
* bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Miss Islington (bot)2022-03-152-6/+11
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Miss Islington (bot)2022-03-152-1/+9
* Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881)Ned Deily2022-03-143-2/+1
* [3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)Jason R. Coombs2022-03-132-2/+21
* bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855)Ned Deily2022-03-133-1/+2
* [3.9] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31850)Miss Islington (bot)2022-03-133-1/+1
* [3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...Jelle Zijlstra2022-03-107-12/+6
* bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...Irit Katriel2022-03-082-14/+94
* bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)Miss Islington (bot)2022-03-081-1/+1
* bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)Miss Islington (bot)2022-03-082-1/+17
* [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...Miss Islington (bot)2022-03-072-7/+17
* Lib/typing.py copy edits originating from GH-31061 (GH-31684)Miss Islington (bot)2022-03-051-3/+3
* bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)Miss Islington (bot)2022-03-041-3/+2
* bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-3167...Victor Stinner2022-03-042-9/+17
* [3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634)...Victor Stinner2022-03-0214-52/+112
* [3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH...Erlend Egeberg Aasland2022-03-021-61/+65
* bpo-46756: Fix authorization check in urllib.request (GH-31353)Miss Islington (bot)2022-02-252-8/+25
* Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...Miss Islington (bot)2022-02-232-1/+3
* bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Miss Islington (bot)2022-02-222-1/+21
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)Miss Islington (bot)2022-02-212-8/+15
* bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...Miss Islington (bot)2022-02-211-2/+10
* replace `self` param with more appropriate `cls` in classmethods (GH-31402) (...Miss Islington (bot)2022-02-211-2/+2
* [3.9] Raise TypeError if SSLSocket is passed to asyncio transport-based metho...Andrew Svetlov2022-02-202-10/+20
* [3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...Andrew Svetlov2022-02-202-1/+21
* Fix mistake in barry_as_FLUFL test (GH-31392)Miss Islington (bot)2022-02-181-1/+1
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)Miss Islington (bot)2022-02-172-2/+15
* bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Miss Islington (bot)2022-02-161-0/+2
* bpo-46741: Update `asyncio.protocols.BufferedProtocol` docstring (31327)Miss Islington (bot)2022-02-151-4/+0