aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)gentoo-3.13.0b2_p9Miss Islington (bot)2024-06-181-1/+1
* Disable system site-packages via GENTOO_CPYTHON_BUILD vargentoo-3.13.0b2_p8Michał Górny2024-06-181-0/+1
* gh-120602: Support LLVM_VERSION_SUFFIXXarblu2024-06-181-1/+1
* Add missing textwrap import to datetimetestergentoo-3.13.0b2_p3Michał Górny2024-06-151-0/+1
* Avoid a race on _PyRuntime.types.managed_static.types[i].interp_count.gentoo-3.13.0b2_p2Eric Snow2024-06-152-0/+5
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-156-71/+133
* [3.13] gh-120291: Fix a bashism in python-config.sh.in (GH-120292) (#120341)Miss Islington (bot)2024-06-122-4/+6
* test_lzma: Skip tests requiring extra-filtersgentoo-3.13.0b2Michał Górny2024-06-061-0/+21
* Prevent tests from detecting our fake tzdata packageMichał Górny2024-06-061-5/+2
* Skip tests which interact with invalid UTF-8 filesSam James2024-06-069-0/+14
* Skip sched/priority testsSam James2024-06-061-0/+2
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2024-06-061-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2024-06-061-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2024-06-061-0/+2
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-0583-201/+847
* [3.13] gh-120065: Increase `collect_in_thread` period to 5 ms. (GH-120068) (#...Miss Islington (bot)2024-06-051-1/+1
* [3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...Miss Islington (bot)2024-06-052-2/+5
* [3.13] gh-119819: Update logging configuration to support joinable multiproc...Miss Islington (bot)2024-06-052-3/+9
* [3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...Miss Islington (bot)2024-06-051-1/+1
* [3.13] gh-114616: Improve docs regarding changes to caches representation in ...Miss Islington (bot)2024-06-042-3/+11
* [3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (...Miss Islington (bot)2024-06-042-1/+3
* [3.13] gh-120048: Make `test_imaplib` faster (GH-120050) (#120069)Miss Islington (bot)2024-06-041-14/+8
* [3.13] gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount`...Miss Islington (bot)2024-06-041-8/+11
* [3.13] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Łukasz Langa2024-06-048-11/+144
* [3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)Miss Islington (bot)2024-06-043-0/+19
* [3.13] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047...Miss Islington (bot)2024-06-041-3/+3
* [3.13] gh-120041: Do not use append_to_screen when completions are visible (G...Miss Islington (bot)2024-06-043-10/+52
* [3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)Miss Islington (bot)2024-06-044-39/+99
* [3.13] Fix incorrect pull GitHub link in What's New (GH-120045) (#120052)Miss Islington (bot)2024-06-041-1/+1
* [3.13] gh-119588: Update docs to reflect decision to include the change with ...Miss Islington (bot)2024-06-041-2/+2
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-044-12/+32
* [3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#...Miss Islington (bot)2024-06-0416-146/+231
* [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (...Miss Islington (bot)2024-06-044-3/+7
* [3.13] gh-119819: Fix regression to allow logging configuration with multipr...Miss Islington (bot)2024-06-043-1/+31
* [3.13] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...Miss Islington (bot)2024-06-043-8/+39
* [3.13] gh-119070: Update test_shebang_executable_extension to always use non-...Miss Islington (bot)2024-06-041-3/+3
* [3.13] gh-111499: Fix PYTHONMALLOCSTATS at Python exit (GH-120021) (#120022)Miss Islington (bot)2024-06-041-6/+6
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-047-7/+16
* [3.13] gh-119724: Revert "bpo-45759: Better error messages for non-matching '...T. Wouters2024-06-044-611/+454
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-0313-166/+381
* [3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)Miss Islington (bot)2024-06-032-1/+3
* [3.13] gh-117398: Add datetime Module State (gh-120004)Miss Islington (bot)2024-06-035-162/+376
* [3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)Sam Gross2024-06-033-11/+54
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-039-44/+30
* [3.13] gh-117657: Avoid `sem_clockwait` in TSAN (GH-119915) (#119992)Miss Islington (bot)2024-06-032-10/+1
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-033-2/+41
* [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)Miss Islington (bot)2024-06-033-6/+7
* gh-119679: Ensures correct import libraries are included in Windows install p...Miss Islington (bot)2024-06-033-14/+23
* gh-102511: Amend 3.13.0b1.rst (GH-119895)Miss Islington (bot)2024-06-031-0/+1