]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-11-20  Gregory P.... gh-61460: Add a comment describing the multiprocessing...
2022-11-20  Lysandros Nikolaough-99211: Point to except/except* on syntax errors...
2022-11-19  Filipe Laínsgh-99201: fix IndexError when initializing sysconfig...
2022-11-19  Julien PalardDoc: Make functions.html readable again. (GH-99476)
2022-11-19  Nikita Sobolev gh-99284: [ctypes] remove `_use_broken_old_ctypes_stru...
2022-11-18  Stanleygh-85073: Add some missing links to source (GH-99363)
2022-11-18  Rafael FontenelleDoc: Replace question mark with fullstop (#99558)
2022-11-18  Alexander RyabovDoc: Fix broken link to emscripten networking website...
2022-11-18  Irit Katrielgh-99553: fix bug where an ExceptionGroup subclass...
2022-11-18  Steve Dowergh-99442: Fix handling in py.exe launcher when argv...
2022-11-18  Guido van RossumGH-98831: Refactor and fix cases generator (#99526)
2022-11-17  Brandt BucherGH-99298: Clean up attribute specializations (GH-99398)
2022-11-17  Brandt BucherGH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_G...
2022-11-17  Brandt BucherAdd a macro for "inlining" new frames (GH-99490)
2022-11-17  Adorilson BezerraMisc copyedits in docs on built-in types (GH-24466)
2022-11-17  Erlend E. Aaslandgh-93649: Split float/long tests from _testcapimodule...
2022-11-17  Steve Dowergh-99377: Revert audit events for thread state creation...
2022-11-16  Hood Chathamgh-99443: `descr_set_trampoline_call` return type shoul...
2022-11-16  Brandt BucherRemove old comment (GH-99489)
2022-11-16  Steve Dowergh-99370: Prefer LIBDIR from sysconfig when locating...
2022-11-16  Erlend E. Aaslandgh-93649: Split watcher API tests from _testcapimodule...
2022-11-16  Eric Snowgh-81057: Move the global Dict-Related Versions to...
2022-11-16  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
2022-11-16  Steve Dowergh-99377: Add audit events for thread creation and...
2022-11-16  Eric Snowgh-81057: Move contextvars-related Globals to _PyRuntim...
2022-11-16  Eric Snowgh-81057: Move More Globals in Core Code to _PyRuntimeS...
2022-11-16  Nikita Sobolevgh-99518: Fix escape symbol in `test_enum` (#99519)
2022-11-16  Erlend E. Aaslandgh-93649: Split memory and docstring tests from _testca...
2022-11-16  Christian Heimesgh-96269: static and shared ext need different deps...
2022-11-16  Victor Stinnergh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
2022-11-16  zhangbogh-98940: Fix Mac/Extras.install.py File filter bug...
2022-11-16  Guido van RossumGH-98831: Implement basic cache effects (#99313)
2022-11-16  Ben KuhnUpdate Windows readme.txt to clarify Visual Studio...
2022-11-15  Hood Chathamgh-99460 Emscripten trampolines on optimized METH_O...
2022-11-15  Ethan Furmangh-92647: [Enum] use final status to determine lookup...
2022-11-15  Eric Snowgh-81057: Move Globals in Core Code to _PyRuntimeState...
2022-11-15  Thomas WoutersMerge the 3.12.0a2 release into main.
2022-11-15  Thomas WoutersPost 3.12.0a2
2022-11-15  Victor Stinnergh-99300: Use Py_NewRef() in Python/Python-ast.c (...
2022-11-15  Erlend E. Aaslandgh-93649: Split pytime and datetime tests from _testcap...
2022-11-15  Kai Zhanggh-99370: fix test_zippath_from_non_installed_posix...
2022-11-15  Kumar AdityaGH-99205: remove `_static` field from `PyThreadState...
2022-11-14  Eric Snowgh-81057: Move the Remaining Import State Globals to...
2022-11-14  Steve Dowergh-87604: Avoid publishing list of active per-interpret...
2022-11-14  Erlend E. Aaslandgh-93649: Split getargs tests from _testcapimodule...
2022-11-14  Eric Snowgh-81057: Move Global Variables Holding Objects to...
2022-11-14  Kumar AdityaGH-98219: reduce sleep time in `asyncio` subprocess...
2022-11-14  Kumar AdityaGH-99388: add `loop_factory` parameter to `asyncio...
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in PC/ directory (#99479)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Doc/ directory (#99480)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99473)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99469)
2022-11-14  Kai Zhanggh-99370: Calculate zip path from prefix when in a...
2022-11-14  Irit Katrielgh-87092: expose the compiler's codegen to python for...
2022-11-14  Serhiy Storchakagh-78453: Move Unicode C API tests from test_unicode...
2022-11-14  Serhiy Storchakagh-99426: Use PyUnicode_FromFormat() and PyErr_Format...
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99468)
2022-11-14  Victor Stinnergh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/_datetimemodule...
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99467)
2022-11-14  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99466)
2022-11-14  Thomas WoutersPython 3.12.0a2 v3.12.0a2
2022-11-14  Ethan Furman[Enum] update version TODO comment (GH-99458)
2022-11-14  Christoph Anton... gh-96192: fix os.ismount() to use a path that is str...
2022-11-13  Victor Stinnergh-99300: Use Py_NewRef() in Modules/_asynciomodule...
2022-11-13  Matt HarasymczukFix misspelling in docs for http.HTTPMethod (#99376)
2022-11-13  ram vikram... gh-98930: improve the docstring of signal.strsignal...
2022-11-13  Nikita Sobolevgh-99275: Fix `SystemError` in `ctypes` during `__inits...
2022-11-13  Nikita Sobolevgh-99430: Remove duplicated tests for old-styled classe...
2022-11-13  Ben Kallusgh-99418: Make urllib.parse.urlparse enforce that a...
2022-11-13  Victor Stinnergh-99300: Use Py_NewRef() in Modules/_ctypes/ (#99436)
2022-11-13  Victor Stinnergh-99300: Use Py_NewRef() in Modules/ directory (#99440)
2022-11-13  Victor Stinnergh-99300: Use Py_NewRef() in Modules/itertoolsmodule...
2022-11-13  Victor Stinnergh-99300: Use Py_NewRef() in Modules/_elementtree.c...
2022-11-13  Victor Stinnergh-91248: Optimize PyFrame_GetVar() (#99252)
2022-11-12  Batuhan Taskayagh-99103: Normalize specialized traceback anchors again...
2022-11-12  Erlend E. Aaslandgh-83638: Add sqlite3.Connection.autocommit for PEP...
2022-11-12  Xiao Chengh-99357: Close the event loop when it is no longer...
2022-11-12  naglisgh-99392: Fix sqlite3 converter recipes (#99393)
2022-11-12  Irit Katrielgh-98762: Fix locations of match sub-patterns (GH-98775)
2022-11-12  Ethan Furmangh-99304: [Enum] clarify what constitutes a flag alias...
2022-11-12  Kumar AdityaGH-81057: Remove static state from arraymodule (#99409)
2022-11-12  Kumar AdityaGH-94597: add deprecation warnings for subclassing...
2022-11-12  Hai Shigh-80448: argparse: Fix IndexError on store_true action...
2022-11-12  Eric Snowgh-81057: Move PyImport_Inittab to _PyRuntimeState...
2022-11-11  Eric Snowgh-81057: Move the Allocators to _PyRuntimeState (gh...
2022-11-11  NewUserHagh-99305: Speed up secrets.token_hex() ~2x (#99306)
2022-11-11  Eric Snowgh-81057: Add PyInterpreterState.static_objects (gh...
2022-11-11  Eric Snowgh-81057: Move the Extension Modules Cache to _PyRuntim...
2022-11-11  Eric Snowgh-81057: Generate a Separate Initializer For Each...
2022-11-11  Miro Hrončokgh-98707: configure --with-system-libmpdec and --with...
2022-11-11  Ikko AshimineFix typo in Tools/wasm/README.md (GH-99384)
2022-11-11  Steve Dowergh-87604: Clarify in docs that sys.addaudithook is...
2022-11-11  Irit Katrielgh-99254: remove all unused consts from code objects...
2022-11-11  Nikita Sobolevgh-99325: Remove unused `NameError` handling (#99326)
2022-11-11  Gregory P.... Update github CI to use OpenSSL 1.1.1s and 3.0.7. ...
2022-11-11  Nikita Sobolevgh-98086: Now ``patch.dict`` can decorate async functio...
2022-11-11  Samuel Slonikergh-84522: Add for-loop to apply-method-to-sequence...
2022-11-11  Wei-Hsiang... gh-98366: use sphinx.locale._ as gettext() in pyspecifi...
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Objects/ directory (#99354)
next