]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-07-13  Ned Batchelderdocs: clarify Path.suffix (GH-106650)
2023-07-13  J. Nick Kostongh-106664: selectors: add get() method to _SelectorMapp...
2023-07-13  Guido van Rossumgh-106701: Move the hand-written Tier 2 uops to bytecod...
2023-07-13  Ammar Askargh-106690: Add a .coveragerc file to the CPython reposi...
2023-07-13  Mark ShannonGH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro...
2023-07-13  Alex Waygoodgh-106309: Deprecate typing.no_type_check_decorator...
2023-07-13  Chris Brettgh-106634: Corrected minor asyncio doc issues (#106671)
2023-07-13  CF Bolz-Tereickgh-106628: email parsing speedup (gh-106629)
2023-07-13  Jim Portergh-89427: Set VIRTUAL_ENV_PROMPT even when VIRTUAL_ENV_...
2023-07-13  Dennis Sweeneygh-105235: Prevent reading outside buffer during mmap...
2023-07-12  Erlend E. Aaslandgh-104050: Argument Clinic: Annotate nested function...
2023-07-12  Alex Waygoodgh-104683: Argument clinic: modernise `cpp.Monitor...
2023-07-12  Alex Waygoodgh-104050: Argument clinic: Annotate the `Destination...
2023-07-12  Prince Roshangh-106602: [Enum] Add __copy__ and __deepcopy__ (GH...
2023-07-12  Nikita Sobolevgh-106236: Replace `assert` with `raise RuntimeError...
2023-07-12  Guido van Rossumgh-106529: Split FOR_ITER_RANGE into uops (#106638)
2023-07-12  Guido van Rossumgh-106656: Remove --emit-line-directives from regen...
2023-07-12  Mark ShannonGH-104909: Break LOAD_GLOBAL specializations in micro...
2023-07-12  Steve Dowergh-99079: Update Windows build to use OpenSSL 3.0.9...
2023-07-12  Irit Katrielgh-105481: move Python/opcode_metadata.h to Include...
2023-07-12  Victor Stinnergh-105373: Elaborate Pending Removal in What's New...
2023-07-12  Serhiy Storchakagh-106521: Remove _PyObject_LookupAttr() function ...
2023-07-12  Hugo van KemenadeAdd Plausible for docs metrics (#106644)
2023-07-11  Alex Waygoodgh-104683: Argument clinic: Minor readability improveme...
2023-07-11  Ijtaba Hussaingh-103186: In test_tools.freeze, fetch CONFIG_ARGS...
2023-07-11  Guido van Rossumgh-106529: Implement JUMP_FORWARD in uops (with test...
2023-07-11  Alex Waygoodgh-104050: Argument Clinic: Annotate the `Block` class...
2023-07-11  Irit Katrielgh-104584: readability improvements in optimizer.c...
2023-07-11  Mariusz Felisiakgh-96165: Clarify passing ":memory:" in sqlite3.connect...
2023-07-11  Mariusz Felisiakgh-96165: Clarify omitting the FROM clause in SQLite...
2023-07-11  Serhiy Storchakagh-106307: C API: Add PyMapping_GetOptionalItem() funct...
2023-07-11  Pablo Galindo... gh-106597: Add debugging struct with offsets for out...
2023-07-11  Serhiy Storchakagh-106521: Add PyObject_GetOptionalAttr() function...
2023-07-11  Guido van Rossumgh-106529: Support JUMP_BACKWARD in Tier 2 (uops) ...
2023-07-11  Kirill Podoprigoragh-102541: Add test case for help() for non_existent_mo...
2023-07-11  RustyNailgh-106625 : Add missing code to tutorial 4.6 example...
2023-07-11  Jelle Zijlstragh-106403: Restore weakref support for TypeVar and...
2023-07-11  Terry Jan Reedygh-106498: Revert incorrect colorsys.rgb_to_hls change...
2023-07-11  Eisuke Kawashimawasm: do not use inline comment in .editorconfig (...
2023-07-11  Irit Katrielgh-106360: remove redundant #ifdef (#106622)
2023-07-11  Ethan Furmangh-105497: [Enum] Fix flag mask inversion when unnamed...
2023-07-11  Petr Viktoringh-103968: What's New: Add porting hints for PyType_Fro...
2023-07-11  Charlie Zhaogh-106078: Move external C-API functions to decimal...
2023-07-11  Mark ShannonGH-106529: Define POP_JUMP_IF_NONE in terms of POP_JUMP...
2023-07-11  Victor Stinnergh-106572: Convert PyObject_DelAttr() to a function...
2023-07-11  Chris WithersRemove unused branches from mock module (#106617)
2023-07-11  Guido van Rossumgh-106529: Silence compiler warning in jump target...
2023-07-11  Dong-hee Nagh-104635: Add a test case for variables that have...
2023-07-10  Guido van Rossumgh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
2023-07-10  Thomas Dwyergh-102988: Detect email address parsing errors and...
2023-07-10  Louis Paulotgh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
2023-07-10  Ijtaba Hussaingh-103186: Fix or catch 'extra' stderr output from...
2023-07-10  Eric Snowgh-105227: Add PyType_GetDict() (GH-105747)
2023-07-10  Mario CorcheroGH-61215: threadingmock: Remove unused branch for ...
2023-07-10  Kumar AdityaGH-100288: regen cases after #105990 (#106589)
2023-07-10  Charlie Zhaogh-106078: Move static variables initialized once to...
2023-07-10  RiahiamirrezaFix typo in datamodel.rst (#106587)
2023-07-10  sunmy2019update release schedule for 3.13 (#106577)
2023-07-10  Kumar AdityaGH-104787: use managed weakrefs in `_asyncio` (#106516)
2023-07-10  Serhiy Storchakagh-99593: Add tests for Unicode C API (part 3) (GH...
2023-07-10  Mark ShannonGH-100288: Specialize LOAD_ATTR for simple class attrib...
2023-07-10  Hugo van Kemenadegh-106487: Allow the 'count' argument of `str.replace...
2023-07-10  Ned BatchelderClarify how topics.py gets created. (#106121)
2023-07-10  Victor Stinnergh-105733: Fix ctypes What's New entry (#106576)
2023-07-09  Alex Waygoodgh-106461: typing: Consolidate docs on `Callable` ...
2023-07-09  Victor Stinnergh-105927: PyWeakref_GetRef() returns 1 on success...
2023-07-09  Victor Stinnergh-105373: Doc lists pending removals (#106540)
2023-07-09  Serhiy Storchakagh-106303: Use _PyObject_LookupAttr() instead of PyObje...
2023-07-09  littlebutt... gh-104469: Convert_testcapi/vectorcall.c to use AC...
2023-07-09  Serhiy StorchakaMove implementation specific RE tests to separate class...
2023-07-09  Victor Stinnergh-105376: Remove logging.warn() and LoggerAdapter...
2023-07-08  Victor Stinnergh-106535: Soft deprecate the getopt module (#105735)
2023-07-08  Serhiy Storchakagh-106508: Improve debugging of the _sre module (GH...
2023-07-08  Serhiy Storchakagh-106510: Fix DEBUG output for atomic group (GH-106511)
2023-07-08  Owain Daviesgh-101880: add link to object.__hash__() in hash()...
2023-07-08  Radislav Chugunovgh-105873: Make `_xxsubinterpreters` use exception...
2023-07-08  Radislav Chugunovgh-106524: Fix a crash in _sre.template() (GH-106525)
2023-07-08  Charlie Zhaogh-106078: Move static objects related to `CONTEXTVAR...
2023-07-08  Guido van RossumRestore previous behavior of 'make regen-cases' (#106541)
2023-07-07  Victor Stinnergh-105373: Remove C API global config vars in Python...
2023-07-07  Victor Stinnergh-105373: Doc lists pending C API removals (#106537)
2023-07-07  Victor Stinnergh-106535: Document PEP 387 Soft Deprecation (#106536)
2023-07-07  Desmond Cheonggh-103200: Fix performance issues with `zipimport.inval...
2023-07-07  Nikita Sobolevgh-106300: Improve `assertRaises(Exception)` usages...
2023-07-07  Guido van Rossumgh-104584: Replace ENTER_EXECUTOR with the original...
2023-07-07  Benjamin PetersonDelete dead ceval code. (gh-106486)
2023-07-07  Guido van Rossumgh-104584: Allow unspecialized instructions in superblo...
2023-07-07  Guido van Rossumgh-104584: Move super-instruction special-casing to...
2023-07-07  Alex Waygoodgh-104683: clinic.py: refactor `Parameter` and `Functio...
2023-07-07  Andrew Genggh-106503: asyncio._SelectorSocketTransport: fix cyclic...
2023-07-07  Mark ShannonGH-106057: Handle recursion errors in inline class...
2023-07-06  Guido van Rossum gh-104584: Handle EXTENDED_ARG in superblock creation...
2023-07-06  Gregory P.... gh-90876: Restore the ability to import multiprocessing...
2023-07-06  Guido van Rossumgh-104584: Clean up and fix uops tests and fix crash...
2023-07-06  Dustin Rodriguescloses gh-106479: fix typo in __cplusplus macro (gh...
2023-07-06  Alex Waygoodgh-104683: clinic.py: refactor four simple classes...
2023-07-06  Guido van Rossumgh-104584: Fix error handling from backedge optimizatio...
2023-07-06  Mario Corcherogh-106458: Mark `testthreadingmock.py` with `@requires_...
2023-07-06  Sviatoslav... Introduce a gate/check GHA job (#97533)
2023-07-06  Alex Waygoodgh-104683: clinic.py: Don't needlessly reimplement...
next