]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-04-23  Ankit Kumar... gh-103716: Add test support requires fork in simple_sub...
2023-04-23  Dong-hee Nagh-101408: PyObject_GC_Resize should calculate preheade...
2023-04-23  Adrian Garcia... GH-103699: Add `__orig_bases__` to various typing...
2023-04-23  Dan Hembergergh-81403: Fix for CacheFTPHandler in urllib (#13951)
2023-04-23  Nikita Sobolevgh-102310: Change error range for invalid bytes literal...
2023-04-22  Randygh-68654: Clarify subdirectories used by pkgutil.extend...
2023-04-22  Hugo van KemenadeRevert "Avoid error lexing multiprocessing docs code...
2023-04-22  Eddie Elizondogh-84436: Implement Immortal Objects (gh-19474)
2023-04-22  Jason R. Coombsgh-103661: Apply bugfix from importlib_metadata 6.5...
2023-04-22  Eric Wiesergh-83791: Raise TypeError for len(memoryview_0d) (...
2023-04-22  Rafael FontenelleGH-103484: Fix broken links reported by linkcheck ...
2023-04-22  Raymond HettingerGH-103475: cache() and lru_cache() do not have a "call...
2023-04-22  Raymond HettingerDescriptor HowTo: Update to include attributes added...
2023-04-22  Paul Mooregh-103559: Update bundled pip version to 23.1.1 (gh...
2023-04-22  Nikita Sobolevgh-103556: [inspect.Signature] disallow pos-or-kw param...
2023-04-22  Raymond HettingerMinor improvements to the functools docs (#103672)
2023-04-22  Raymond HettingerGH-103415: Document itertools.batched() in whatsnew...
2023-04-21  Jason R. Coombsgh-103661: Skip failing test on Windows. (#103662)
2023-04-21  Oleg Iarygingh-103082: Fix shifted field initialization in `instrum...
2023-04-21  Jason R. CoombsSync with importlib_metadata 6.5 (GH-103584)
2023-04-21  Wheeler Lawgh-99352: Respect `http.client.HTTPConnection.debugleve...
2023-04-20  Adriengh-98641: Document difference between task group and...
2023-04-19  Eric Snowgh-98040: Move the Single-Phase Init Tests Out of test_...
2023-04-19  Alexander Belopolskygh-83861: Fix datetime.astimezone() method (GH-101545)
2023-04-19  Pablo Galindo... gh-102856: Clean some of the PEP 701 tokenizer implemen...
2023-04-19  Pablo Galindo... gh-102856: Skip test_mismatched_parens in WASI builds...
2023-04-19  Pablo Galindo... gh-102856: Initial implementation of PEP 701 (#102855)
2023-04-19  Erlend E. Aaslandgh-103583: Add ref. dependency between multibytecodec...
2023-04-19  Erlend E. Aaslandgh-83004: Harden msvcrt further (#103420)
2023-04-19  Kumar AdityaGH-88342: clarify that `asyncio.as_completed` accepts...
2023-04-19  Irit Katrielgh-102778: IDLE - make sys.last_exc available in Shell...
2023-04-19  Nikita Sobolevgh-103582: Remove last references to `argparse.REMAINDE...
2023-04-19  Erlend E. Aaslandgh-103583: Always pass multibyte codec structs as const...
2023-04-19  Erlend E. Aaslandgh-103617: Fix compiler warning in _iomodule.c (#103618)
2023-04-18  Ethan Furmangh-103596: [Enum] do not shadow mixed-in methods/attrib...
2023-04-18  Nikita SobolevGH-100530: Change the error message for non-class class...
2023-04-18  Steve Dowergh-95299: Remove lingering setuptools reference in...
2023-04-18  zyckk4[Doc] Fix a typo in optparse.rst (#103504)
2023-04-18  yukigh-101100: Fix broken reference `__format__` in `string...
2023-04-18  Pradyun Gedamgh-95299: Stop installing setuptools as a part of ensur...
2023-04-18  Rafael FontenelleGH-103484: Docs: add linkcheck allowed redirects entrie...
2023-04-18  Skip Montanarogh-67230: update whatsnew note for csv changes (#103598)
2023-04-17  Nikita Sobolevgh-103449: Fix a bug in dataclass docstring generation...
2023-04-17  AN Longgh-103092: Isolate winreg (#103250)
2023-04-17  Steve Dowergh-103088: Ensure POSIX venv scripts always use LF...
2023-04-17  Dong-hee Nagh-101525: Fix make test if the --enable-bolt enabled...
2023-04-17  Ezio MelottiRemove `expert-*` from `project-updater` GH workflow...
2023-04-17  Erlend E. Aaslandgh-103583: Add codecs and maps to _codecs_* module...
2023-04-16  Giampaolo Rodolagh-48330: address review comments to PR-12271 (#103209)
2023-04-16  Erlend E. Aaslandgh-103527: Add multibytecodec.h as make dep for _codecs...
2023-04-15  Nikita Sobolevgh-103553: Improve `test_inspect`: add more assertions...
2023-04-15  Barney GaleGH-103517: Improve tests for `pathlib.Path.walk()`...
2023-04-15  chgnrdvgh-102114: Make dis print more concise tracebacks for...
2023-04-14  Barney GaleGH-78079: Fix UNC device path root normalization in...
2023-04-14  Tian Gaogh-101517: Add regression test for a lineno bug in...
2023-04-14  Erlend E. Aaslandgh-103527: Add make deps for _codecs_* and _multibyteco...
2023-04-14  Zachary Waregh-103532: Fix reST syntax in NEWS entry (GH-103544)
2023-04-14  Zachary Waregh-103532: Add NEWS entry (#103542)
2023-04-14  Christopher... gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)
2023-04-14  Nikita Sobolevgh-103180: Add CI timeouts to all GitHub Actions jobs...
2023-04-14  Ned BatchelderRemove double space in import error message (#103458)
2023-04-14  Sergii Dymchenkoipaddress: Remove non-existent ip_str param from docstr...
2023-04-14  AN LongFix syntax typo in isolating extensions doc (#103516)
2023-04-14  Nikita Sobolevgh-103406: Modernize pos-only arguments usage in `test_...
2023-04-14  Boris VerkhovskiyProofread howto/perf_profiling.rst (#103530)
2023-04-13  Benjamin PetersonFix unused functions warnings in instrumentation.c...
2023-04-13  Ethan Furmangh-103479: [Enum] require __new__ to be considered...
2023-04-13  Ethan Furmangh-103365: [Enum] STRICT boundary corrections (GH-103494)
2023-04-13  Mark ShannonGH-103488: Use return-offset, not yield-offset. (GH...
2023-04-13  Stanislav Syekiringh-103088: Fix test_venv error message to avoid bytes...
2023-04-13  Mark ShannonGH-103082: Turn on branch events for FOR_ITER instructi...
2023-04-13  Tomas Rgh-102978: Fix mock.patch function signatures for class...
2023-04-13  Ali-Akber Saifeegh-103462: Ensure SelectorSocketTransport.writelines...
2023-04-13  Pradyun Gedamgh-95299: Rework test_cppext.py to not invoke setup...
2023-04-13  Skip Montanarogh-67230: document new csv quoting modes in whatsnew...
2023-04-12  Skip Montanarogh-67230: add quoting rules to csv module (GH-29469)
2023-04-12  Stanislav Syekiringh-103088: Fix virtual environment activate script...
2023-04-12  Nikita Sobolevgh-103326: Remove `Python/importlib.h` (GH-103331)
2023-04-12  Erlend E. Aaslandgh-103092: Isolate `_collections` (#103093)
2023-04-12  Mark ShannonGH-103082: Implementation of PEP 669: Low Impact Monito...
2023-04-12  AN Longgh-103092: Isolate msvcrt (#103248)
2023-04-12  Nick Burnsgh-103417: use time.monotonic in the example for sched...
2023-04-12  Furkan OnderGH-83893: Cross reference env. vars and -X command...
2023-04-12  Bar Harelgh-103357: Add logging.Formatter defaults support to...
2023-04-12  Tian Gaogh-103237: Polish pdb docs (#103238)
2023-04-11  Tian Gaogh-103143: Polish pdb help messages and doc strings...
2023-04-11  Benjamin PetersonRemove redundant words from interpreter_definition...
2023-04-11  Irit Katrielgh-87092: fix refleak in peepholer test harness (#103448)
2023-04-11  Stanislav Syekiringh-103088: Sanitize venv paths when using MSYS or Cygwi...
2023-04-11  Barney GaleGH-103220: Fix `ntpath.join()` of partial UNC drive...
2023-04-11  Nikita Sobolevgh-87864: Use correct function definition syntax in...
2023-04-11  Irit Katrielgh-77757: replace exception wrapping by PEP-678 notes...
2023-04-11  Alex Waygoodgh-103373: `__mro_entries__` docs: improve cross refere...
2023-04-11  Irit Katrielgh-91276: remove unused _PyOpcode_RelativeJump (#103156)
2023-04-11  Irit Katrielgh-87092: move assembler related code from compile...
2023-04-11  Irit Katrielgh-103176: sys._current_exceptions() returns mapping...
2023-04-11  Irit Katrielgh-102828: set stacklevel on deprecation warning (...
2023-04-11  Zac Hatfield... gh-99553: add tests for ExceptionGroup wrapping (#99615)
2023-04-11  Hugo van KemenadeDocs: don't render files in includes/, they're for...
2023-04-11  C.A.M. GerlachDoc: Avoid error lexing multiprocessing docs code block...
next