summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-0936-100/+633
* gh-81057: Vendor a Subset of distutils for the c-analyzer Tool (gh-102505)Eric Snow2023-03-0915-0/+2301
* gh-100227: Isolate the Import State to Each Interpreter (gh-101941)Eric Snow2023-03-095-74/+85
* gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)Eric Snow2023-03-096-109/+160
* GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. ...T. Wouters2023-03-091-0/+2
* gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)Eric Snow2023-03-095-13/+23
* gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)Eric Snow2023-03-085-8/+8
* gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)Eric Snow2023-03-0810-45/+127
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...Irit Katriel2023-03-088-106/+51
* gh-102507 Remove invisible pagebreak characters (#102531)JosephSBoyle2023-03-0816-45/+6
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-0833-41/+8
* Remove or update bitbucket links (GH-101963)sblondon2023-03-086-10/+6
* gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)Nikita Sobolev2023-03-082-2/+2
* GH-102397: Fix segfault from race condition in signal handling (#102399)Kumar Aditya2023-03-083-0/+21
* Fix style in argparse.rst (#101733)Marcin Wieczorek2023-03-081-3/+3
* Merge in the release of Python 3.12.0a6.Thomas Wouters2023-03-0813-39/+244
|\
| * fix typo in async generator code field name `ag_code` (#102448)Kumar Aditya2023-03-081-1/+1
| * gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-0812-38/+243
* | Post 3.12.0a6Thomas Wouters2023-03-081-1/+1
* | Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-0783-229/+864
|/
* gh-102493: fix normalization in PyErr_SetObject (#102502)Irit Katriel2023-03-074-4/+56
* gh-87092: compiler's CFG construction moved to after codegen stage (#102320)Irit Katriel2023-03-071-184/+336
* gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)C.A.M. Gerlach2023-03-071-15/+7
* Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#...Kumar Aditya2023-03-071-6/+2
* gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)C.A.M. Gerlach2023-03-071-77/+109
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-0711-34/+85
* gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485)Ned Deily2023-03-071-1/+1
* Remove unused import of `warnings` from `unittest.loader` (#102479)JosephSBoyle2023-03-061-1/+0
* Add gettext support to tools/extensions/c_annotations.py (#101989)Rémi Lapeyre2023-03-062-3/+9
* gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives in ...Irit Katriel2023-03-061-14/+8
* gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)Hyunkyun Moon2023-03-061-1/+1
* gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)Pablo Galindo Salgado2023-03-063-218/+4
* GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)Barney Gale2023-03-054-27/+45
* GH-101362: Check pathlib.Path flavour compatibility at import time (GH-101664)Barney Gale2023-03-052-5/+13
* GH-101362: Call join() only when >1 argument supplied to pathlib.PurePath() (...Barney Gale2023-03-052-1/+6
* gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445)Alex Waygood2023-03-051-19/+2
* GH-102341: Improve the test function for pow (#102342)Partha P. Mukherjee2023-03-051-6/+5
* Fix unused classes in a typing test (GH-102437)JosephSBoyle2023-03-051-2/+2
* gh-101979: argparse: fix a bug where parentheses in metavar argument of add_a...Yeojin Kim2023-03-053-3/+34
* gh-102356: Add thrashcan macros to filter object dealloc (#102426)Marta Gómez Macías2023-03-054-0/+15
* Move around example in to_bytes() to avoid confusion (#101595)Sergey B Kirpichev2023-03-051-2/+4
* GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)Kumar Aditya2023-03-051-1/+1
* gh-96821: Add config option `--with-strict-overflow` (#96823)Matthias Görgens2023-03-044-18/+122
* gh-101992: update pstlib module documentation (#102133)Dustin Rodrigues2023-03-041-7/+16
* gh-63301: Set exit code when tabnanny CLI exits on error (#7699)Jaysinh Shukla2023-03-043-13/+21
* gh-101863: Fix wrong comments in EUC-KR codec (gh-102417)Byeongmin Choi2023-03-042-2/+3
* gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)Gouvernathor2023-03-042-1/+2
* gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)Alexey Izbyshev2023-03-043-5/+21
* gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...Raj2023-03-043-2/+30
* Remove unused internal macros (#102415)Mark Dickinson2023-03-041-15/+0