aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test_lzma: Skip tests requiring extra-filtersgentoo-3.12.1_p2Michał Górny2024-01-061-0/+19
* gh-111784: Fix two segfaultsgentoo-3.12.1_p1Kirill Podoprigora2023-12-221-2/+14
* Prevent tests from detecting our fake tzdata packagegentoo-3.12.1Michał Górny2023-12-081-5/+2
* Skip tests which interact with invalid UTF-8 filesSam James2023-12-089-0/+14
* Workaround clang+musl build failureMichał Górny2023-12-081-9/+11
* Skip sched/priority testsSam James2023-12-081-0/+2
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2023-12-081-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2023-12-081-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2023-12-081-0/+2
* Python 3.12.1v3.12.1Thomas Wouters2023-12-07155-574/+1942
* [3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_i...Eric Snow2023-12-073-1/+51
* [3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...Miss Islington (bot)2023-12-073-2/+21
* [3.12] gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction...Miss Islington (bot)2023-12-071-13/+1
* [3.12] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...Miss Islington (bot)2023-12-073-15/+125
* [3.12] gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64L...Łukasz Langa2023-12-071-45/+52
* [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of ...Victor Stinner2023-12-075-1/+15
* [3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824)Miss Islington (bot)2023-12-072-2/+12
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-069-51/+109
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (GH-112811) (#...Miss Islington (bot)2023-12-062-23/+30
* [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767)Diego Russo2023-12-064-20/+197
* [3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...Miss Islington (bot)2023-12-063-11/+51
* [3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...Miss Islington (bot)2023-12-061-3/+3
* [3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst`...Miss Islington (bot)2023-12-062-32/+41
* [3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-1...Serhiy Storchaka2023-12-061-0/+3
* [3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-...Miss Islington (bot)2023-12-052-12/+20
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-0512-49/+88
* [3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-...Miss Islington (bot)2023-12-053-2/+56
* [3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...Miss Islington (bot)2023-12-053-2/+41
* [3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...Miss Islington (bot)2023-12-052-29/+37
* [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744)Serhiy Storchaka2023-12-051-91/+91
* [3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[...Miss Islington (bot)2023-12-043-23/+37
* [3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)Miss Islington (bot)2023-12-041-1/+1
* [3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...Miss Islington (bot)2023-12-043-10/+30
* [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-048-9/+67
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703) (#112705)Alex Waygood2023-12-042-22/+21
* [3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-043-2/+85
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...Miss Islington (bot)2023-12-042-47/+67
* [3.12] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#10981...Alex Waygood2023-12-042-27/+32
* [3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696)Miss Islington (bot)2023-12-041-10/+12
* [3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator ...Miss Islington (bot)2023-12-043-1/+22
* [3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...Miss Islington (bot)2023-12-041-1/+1
* [3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688)Miss Islington (bot)2023-12-0425-34/+62
* [3.12] gh-66819: More IDLE htest updates(3) (GH-112683) (#112684)Miss Islington (bot)2023-12-046-26/+27
* [3.12] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#1...Hugo van Kemenade2023-12-032-8/+7
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-035-9/+19
* [3.12] gh-66819: More IDLE htest updates(2) (GH-112642) (#112643)Miss Islington (bot)2023-12-039-69/+70
* [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...Irit Katriel2023-12-034-18/+9
* [3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...Miss Islington (bot)2023-12-031-1/+1
* [3.12] Run more `inspect.rst` code snippets in CI (GH-112654) (#112655)Miss Islington (bot)2023-12-031-28/+38
* [3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#1...Victor Stinner2023-12-032-7/+12