]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2022-11-06  Nikita Sobolevgh-99051: remove duplicated test from `test_weakref...
2022-11-06  Guido van RossumGH-98831: Implement super-instruction generation (...
2022-11-06  jonasdlindnerCorrect some typos in comments (GH-98194)
2022-11-06  Irit Katrielgh-99153: set location on SyntaxError for try with...
2022-11-06  Shantanugh-83004: Clean up refleak in _pickle initialisation...
2022-11-06  Shantanugh-83004: Clean up refleak in _zoneinfo initialisation...
2022-11-06  Pablo Galindo... gh-99139: Improve NameError error suggestion for instan...
2022-11-06  Nikita Sobolev`test_typing`: use all pickle protocols (#99154)
2022-11-06  Ethan Furmangh-93464: [Enum] fix auto() failure during multiple...
2022-11-05  Doj[doc] fix typo (GH-99143)
2022-11-05  Paul Mooregh-99134: Update bundled pip to 22.3.1 (gh-99135)
2022-11-05  Nikita Sobolevgh-94808: add tests covering `PyFunction_GetKwDefaults...
2022-11-05  Nikita Sobolevgh-94808: add tests covering `PySequence_{Set,Del}Slice...
2022-11-05  Kaushik Kulkarnigh-98284: better error message for undefined abstractme...
2022-11-05  Nikita Sobolevgh-94808: add tests covering `PyEval_GetFuncDesc` funct...
2022-11-05  Sam Jamesgh-99086: Fix implicit int compiler warning in configur...
2022-11-05  Guido van RossumGH-99104: Update headers for bytecodes.c and generate_c...
2022-11-04  Brandt BucherGH-98686: Fix compiler warning for HAS_ARG (GH-99106)
2022-11-04  Mark ShannonGH-98831: Add some macros definitions to bytecodes...
2022-11-04  Guido van RossumGH-98831: Auto-generate PREDICTED() macro calls (#99102)
2022-11-04  Brandt BucherGH-98831: Add `regen-cases` to `regen-all` (#99107)
2022-11-04  Victor Stinnergh-90867: test.support.wait_process() uses LONG_TIMEOUT...
2022-11-04  Victor Stinnergh-90716: Fix pylong_int_from_string() refleak (#99094)
2022-11-04  Skip Montanarominor edits to locale doc (#98537)
2022-11-04  Michael DroettboomSupport comparing two sets of pystats (GH-98816)
2022-11-04  Nikita Sobolevgh-94808: Cover `LOAD_GLOBAL` for custom dict subtypes...
2022-11-03  Nick PopeDocs: add `named` to the list of styles in the sqlite3...
2022-11-03  Gregory P.... gh-90716: bugfixes and more tests for _pylong. (#99073)
2022-11-03  Gregory P.... gh-73691: Increase size limits in _xxtestfuzz (#99070)
2022-11-03  Kumar AdityaGH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes...
2022-11-03  Victor Stinnergh-92584: Remove the distutils package (#99061)
2022-11-03  Victor Stinnergh-98978: Fix Py_SetPythonHome(NULL) (#99066)
2022-11-03  Victor Stinnergh-94172: Remove keyfile, certfile and check_hostname...
2022-11-03  Victor Stinnergh-90716: Remove _pylong._DEBUG flag (#99063)
2022-11-03  Nikita Sobolevgh-98884: [pathlib] remove `hasattr` check for `lru_cac...
2022-11-03  Victor Stinnergh-92584: Remove references to removed _bootsubprocess...
2022-11-03  Johnny11502gh-97909: PyMemberDef & PyGetSetDef members are not...
2022-11-03  Victor Stinnergh-98401: Invalid escape sequences emits SyntaxWarning...
2022-11-03  Guido van RossumGH-98831: Remove redundant extract_cases.py script...
2022-11-03  Victor Stinnergh-97616: test_list_resize_overflow() uses sys.maxsize...
2022-11-03  Shantanugh-83004: Clean up refleak in _io initialisation (...
2022-11-03  serge-sans... gh-98948: Remove obsolete readelf dependency (#98949)
2022-11-03  Victor Stinnergh-94199: Remove ssl.wrap_socket() documentation (...
2022-11-03  Mark ShannonGH-96793: Implement PEP 479 in bytecode. (GH-99006)
2022-11-03  Serhiy Storchakagh-98740: Fix validation of conditional expressions...
2022-11-03  Guido van RossumGH-98831: "Generate" the interpreter (#98830)
2022-11-03  Nikita Sobolevgh-98999: Raise `ValueError` in `_pyio` on closed buffe...
2022-11-03  Hugo van KemenadeDocs: Add 'as, match statement' to the index (#99001)
2022-11-03  Nikita Sobolevgh-98512: Add more tests for `ValuesView` (#98515)
2022-11-03  Skip Montanaroargparse howto: Use f-string in preference to "......
2022-11-02  Pablo Galindo... gh-96997: Clarify the contract of PyMem_SetAllocator...
2022-11-02  Kumar AdityaGH-90699: Remove `_Py_IDENTIFIER` usage from `_elementt...
2022-11-02  Victor Stinnergh-98393: Update test_os for bytes-like types (#98487)
2022-11-02  Brett Cannongh-97731: Specify the full path to the docs for `make...
2022-11-02  Chaim Sandersgh-98415: Fix uuid.getnode() ifconfig implementation...
2022-11-02  Steve Dowergh-98790: When DLLs directory is missing on Windows...
2022-11-02  Serhiy Storchakagh-99016: Make build scripts compatible with Python...
2022-11-02  Brandt BucherGH-98686: Quicken everything (GH-98687)
2022-11-02  Kumar AdityaGH-90699: Remove `_Py_IDENTIFIER` usage from `_asyncio...
2022-11-02  Jelle Zijlstragh-98989: configure: add 3.11 to list of Pythons (...
2022-11-02  Kumar AdityaGH-90699: Remove `_Py_IDENTIFIER` usage from `_json...
2022-11-02  Irit Katrielgh-87092: remove unused SET_LOC/UNSET_LOC macros (GH...
next