summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-91888: add a :gh: role to the documentation (GH-91889) (#91934)Ezio Melotti2022-04-261-0/+1
* gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)Miss Islington (bot)2022-04-251-0/+2
* gh-91547: Remove "Undocumented modules" page (GH-91682)Miss Islington (bot)2022-04-221-0/+1
* [3.10] gh-91575: Update case-insensitive matching in re to the latest Unicode...Serhiy Storchaka2022-04-221-0/+2
* [3.10] gh-91700: Validate the group number in conditional expression in RE (G...Serhiy Storchaka2022-04-221-0/+4
* [3.10] gh-90568: Fix exception type for \N with a named sequence in RE (GH-91...Serhiy Storchaka2022-04-221-0/+3
* bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622)Steve Dower2022-04-201-0/+1
* gh-91734: Fix ossaudio support on Solaris (GH-91735)Miss Islington (bot)2022-04-201-0/+1
* [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...Oleg Iarygin2022-04-192-0/+14
* [3.10] gh-91676 gh-91260 unittest.IsolatedAsyncioTestCase no longer leaks its...Gregory P. Smith2022-04-191-0/+4
* [3.10] gh-91607: Fix several test_concurrent_futures tests to actually test w...Gregory P. Smith2022-04-161-0/+1
* gh-91595: fix the comparison of character and integer by using ord() (GH-91596)Miss Islington (bot)2022-04-161-0/+1
* gh-82849: revise intro to os.path.rst (GH-32232)Miss Islington (bot)2022-04-161-0/+3
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91464)Miss Islington (bot)2022-04-151-0/+1
* gh-91421: Use constant value check during runtime (GH-91422) (GH-91492)Miss Islington (bot)2022-04-141-0/+1
* bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox...Miss Islington (bot)2022-04-081-0/+2
* bpo-47103: Copy pgort140.dll into output directory when building PGInstrument...Steve Dower2022-04-071-0/+2
* [3.10] Backport bpo-47212 (GH-32302) to Python 3.10 (GH-32334)Matthieu Dartiailh2022-04-051-0/+3
* bpo-45790: List macros in same order in which fields are described (GH-29529)Miss Islington (bot)2022-04-051-0/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)Miss Islington (bot)2022-04-052-0/+2
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)Miss Islington (bot)2022-04-041-0/+1
* bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)Miss Islington (bot)2022-04-031-0/+2
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-04-021-0/+1
* [3.10] bpo-47182: Fix crash by named unicode characters after interpreter rei...Christian Heimes2022-04-011-0/+2
* bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)Miss Islington (bot)2022-03-311-0/+3
* bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...Miss Islington (bot)2022-03-311-0/+3
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-291-0/+3
* bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)Miss Islington (bot)2022-03-281-0/+3
* [3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-2686...Miss Islington (bot)2022-03-281-0/+3
* bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154)Hugo van Kemenade2022-03-281-0/+1
* [3.10] bpo-47117: Don't crash if we fail to decode characters when the tokeni...Pablo Galindo Salgado2022-03-261-0/+2
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-03-242-0/+6
|\
| * bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...Miss Islington (bot)2022-03-231-0/+2
| * [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...Christian Heimes2022-03-231-0/+4
* | Python 3.10.4v3.10.4Pablo Galindo2022-03-2312-27/+114
|/
* bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)Miss Islington (bot)2022-03-221-0/+1
* [3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)Miss Islington (bot)2022-03-221-0/+1
* [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-...Miss Islington (bot)2022-03-221-0/+5
* bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)Miss Islington (bot)2022-03-211-0/+1
* [3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)Gregory P. Smith2022-03-201-0/+5
* [3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-...Hugo van Kemenade2022-03-201-0/+4
* bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)Miss Islington (bot)2022-03-201-0/+1
* bpo-39394: Improve warning message in the re module (GH-31988)Miss Islington (bot)2022-03-191-0/+2
* [3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976)Serhiy Storchaka2022-03-181-0/+1
* [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). ...Pablo Galindo Salgado2022-03-181-0/+3
* bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)Miss Islington (bot)2022-03-182-0/+4
* Python 3.10.3v3.10.3Pablo Galindo2022-03-1692-194/+945
* [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zer...Steve Dower2022-03-161-0/+2
* [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes2022-03-151-0/+1
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Miss Islington (bot)2022-03-151-0/+1