]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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  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)
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Objects/ directory (#99351)
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Objects/ directory (#99335)
2022-11-10  Raymond HettingerGH-99183: Document behavior of count() for empty substr...
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Objects/listobject.c ...
2022-11-10  Guido van RossumGH-98831: Remove all remaining DISPATCH() calls from...
2022-11-10  Brandt BucherGH-99298: Don't perform jumps before error handling...
2022-11-10  Vincent Faziogh-99204: Calculate base_executable by alternate names...
2022-11-10  Carlogh-99277: remove older version of `get_write_buffer_lim...
2022-11-10  Eric Snowgh-90110: Update the C-analyzer Tool (gh-99307)
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Objects/dictobject.c ...
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Objects/ directory (#99332)
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Parser/ directory (#99330)
2022-11-10  Mark ShannonGH-96421: Insert shim frame on entry to interpreter...
2022-11-10  Anton Ryzhovgh-74044: inspect.signature for wrappers around decorat...
2022-11-10  Brandt BucherGH-99257: Check the owner's type when specializing...
2022-11-10  Nikita Sobolevgh-99320: remove tests for old-style class from `test_c...
2022-11-10  Nikita Sobolevgh-99281: [csv] remove try/except, `complex` always...
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Python/ directory (#99317)
2022-11-10  Victor Stinnergh-99300: Use Py_NewRef() in Python/ directory (#99302)
2022-11-10  Serhiy Storchakabpo-34272: Reorganize C API tests. (GH-8551)
2022-11-09  Nikita Sobolevgh-98832: Change wording in docstring of `pathlib.Path...
2022-11-09  Brandt BucherGH-99205: Mark new interpreters and threads as non...
2022-11-09  jmcbUpdate reference to the size of PyPI (#99076)
2022-11-09  Brandt BucherGH-98686: Get rid of "adaptive" and "quick" instruction...
2022-11-09  Kumar AdityaGH-90699: disallow `_Py_IDENTIFIER` in core code ...
2022-11-09  Victor Stinnergh-98724: Fix Py_CLEAR() macro side effects (#99100)
2022-11-09  Victor Stinnergh-90868: Add _PyStaticObject_CheckRefcnt() function...
2022-11-09  Filipe LaínsCODEOWNERS: add myself to sysconfig and importlib.resou...
2022-11-09  Bruno Neyra[Enum] Typo: fix DuplicateFreeEnum example docs (GH...
2022-11-08  Gregory P.... gh-99238: clarify the type of the env dict. (#99253)
2022-11-08  Carl Meyergh-94445: add compiler test for another case of excessi...
2022-11-08  Ethan Furmangh-99248: [Enum] fix negative number infinite loop...
2022-11-08  Eric Snowgh-90868: Adjust the Generated Objects (gh-99223)
2022-11-08  Eric Snowgh-98627: Add the _testsinglephase Module (gh-99039)
2022-11-08  Victor Stinnergh-91248: Add PyFrame_GetVar() function (#95712)
2022-11-08  Mikael KoliFix broken link in `asyncio-subprocesses` doc (GH-99214)
2022-11-08  Guido van RossumGH-98831: Simple input-output stack effects for bytecod...
2022-11-08  Brandt BucherGH-93143: Don't turn LOAD_FAST into LOAD_FAST_CHECK...
2022-11-08  Nikita Sobolevgh-72719: Remove asyncore and asynchat modules (#96580)
2022-11-08  Irit Katrielgh-99181: fix except* on unhashable exceptions (GH...
next