]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2022-11-08  Kumar AdityaGH-90699: fix refleak in `_testcapimodule.c` (gh-99236)
2022-11-08  Kamil Turekgh-92119: ctypes: Print exception class name instead...
2022-11-08  Nikita Sobolevgh-98513: Test abstract methods of some `collections...
2022-11-08  Nikita Sobolevgh-99124: use concrete exception types in `test_builtin...
2022-11-08  Gregory P.... gh-98433: Fix quadratic time idna decoding. (#99092)
2022-11-07  Hugo van Kemenadegh-98817: Remove PCbuild/lib.pyproj (GH-98818)
2022-11-07  Kumar AdityaGH-90699: Remove remaining `_Py_IDENTIFIER` stdlib...
2022-11-07  Petr Viktoringh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIAT...
2022-11-07  Mark ShannonGH-96793: Specialize FOR_ITER for generators. (GH-98772)
2022-11-07  Noam Cohengh-95389: expose popular ETHERTYPE_* constants in the...
2022-11-07  Pablo Galindo... gh-98254: Add what's new entry for the improvement...
2022-11-07  Pablo Galindo... gh-91058: Add what's new entry for the improvement...
2022-11-07  Erlend E. AaslandDocs: add argument spec to sqlite3 CLI docs (#99200)
2022-11-07  Zackery Spytzbpo-38523: ignore_dangling_symlinks does not apply...
2022-11-07  Harshilremove new line in pickle exception message (GH-31782)
2022-11-07  andrei kulakovgh-91803: Mock - fix error when using autospec methods...
2022-11-07  jmcbdoc: Formatting and typo fixes (#98974)
2022-11-07  Nikita SobolevGH-99155: Fix `NormalDist` pickle with `0` and `1`...
2022-11-07  Nikita SobolevGH-99155: Fix `NormalDist` pickle with `0` and `1`...
2022-11-07  Dong-hee Nagh-96055: Update faulthandler to emit proper unexpect...
2022-11-06  Wenzel Jakobgh-98586: Add What's New entry and update docs (#99056)
2022-11-06  Anh71megh-98139: enhance namespace package repr
2022-11-06  Nouran Aligh-94286 Fix documentation of print default param ...
2022-11-06  Terry Jan Reedybpo-33964: IDLE macosx - removed unused local dict...
2022-11-06  Ethan Furman[Enum] add built-in property to test_test_simple_enum...
next