]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-02-21  ram vikram... gh-100556: Improve clarity of `or` docs (#100589)
2023-02-21  Owain Daviesgh-101777: Make `PriorityQueue` docs slightly clearer...
2023-02-21  Owain Daviesgh-101965: Fix usage of Py_EnterRecursiveCall return...
2023-02-21  Erlend E. Aaslandgh-101578: Amend exception docs (#102057)
2023-02-21  Gihwan Kimgh-101961 fileinput.hookcompressed should not set the...
2023-02-20  Irit Katrielgh-102056: Fix a few bugs in error handling of exceptio...
2023-02-20  Irit Katrielgh-102011: use sys.exception() instead of sys.exc_info...
2023-02-20  Jason R. Coombsgh-101566: Sync with zipp 3.14. (GH-102018)
2023-02-20  Filipe LaínsGH-99818: improve the documentation for zipfile.Path...
2023-02-20  Tim Hatchgh-88233: zipfile: handle extras after a zip64 extra...
2023-02-20  Dong-hee Nagh-101981: Apply HOMEBREW related environment variables...
2023-02-20  Steve Dowergh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG`...
2023-02-20  Erlend E. Aaslandgh-101819: Adapt _io types to heap types, batch 1 ...
2023-02-20  Erlend E. Aaslandgh-101981: Build macOS as recommended by the devguide...
2023-02-20  Mark Dickinsongh-97786: Fix compiler warnings in pytime.c (#101826)
2023-02-19  Erlend E. Aaslandgh-101578: Amend PyErr_{Set,Get}RaisedException docs...
2023-02-19  Raymond HettingerMisc improvements to the float tutorial (GH-102052)
2023-02-19  Mark Dickinsongh-85417: Clarify behaviour on branch cuts in cmath...
2023-02-19  neuralstringgh-100425: Update tutorial docs related to sum() accura...
2023-02-19  Owain DaviesAdd missing 'is' to `cmath.log()` docstring (#102049)
2023-02-19  Jean-Christophe... gh-100210: Correct the comment link for unescaping...
2023-02-19  Jason R. Coombsgh-97930: Also include subdirectory in makefile. (...
2023-02-19  Patricio Paezgh-99735: Use required=True in argparse subparsers...
2023-02-19  Reza RastakFix incorrectly documented attribute in csv docs (...
2023-02-19  Furkan OnderGH-84783: Make the slice object hashable (GH-101264)
2023-02-18  Jason R. Coombsgh-97930: Apply changes from importlib_resources 5...
2023-02-18  Nicko van Somerenbpo-46978: Correct docstrings for in-place builtin...
2023-02-18  Nikita Sobolevgh-101536: [docs] Improve attributes of `urllib.error...
2023-02-18  Eclips4gh-101967: add a missing error check (#101968)
2023-02-17  Owain Daviesgh-101739: [Enum] update docs - default boundary for...
2023-02-17  Jan Gosmanngh-100226: Clarify StreamReader.read behavior (#101807)
2023-02-17  Dustin Rodriguesgh-101992: update plistlib examples to be runnable...
2023-02-17  Dong-hee Nagh-101766: Fix refleak for _BlockingOnManager resources...
2023-02-17  Barney Galegh-100809: Fix handling of drive-relative paths in...
2023-02-17  Barney Galegh-101360: Fix anchor matching in pathlib.PureWindowsPa...
2023-02-17  Dong-hee Nagh-101766: Fix refleak for _BlockingOnManager resources...
2023-02-17  Yeojin KimDocs: fix typos in PyFunction_WatchCallback docs and...
2023-02-17  Oleg Iarygingh-101973: Fix parameter reference for PyModule_FromDef...
2023-02-17  Eric Snowgh-101758: Fix Refleak-Related Failures in test_singlep...
2023-02-16  Eric Snowgh-101758: Add _PyState_AddModule() Back for the Stable...
2023-02-16  Kumar AdityaGH-96764: rewrite `asyncio.wait_for` to use `asyncio...
2023-02-16  Eli Schwartzgh-99942: correct the pkg-config/python-config flags...
2023-02-16  Eclips4gh-101952: Fix possible segfault in `BUILD_SET` opcode...
2023-02-16  sblondongh-93573: Replace wrong example domains in configparser...
2023-02-16  Rayyan Ansarigh-101881: Support (non-)blocking read/write functions...
2023-02-16  Irit Katrielgh-101951: use textwrap.dedent in compiler tests to...
2023-02-16  penguin_wwygh-101928: fix crash in compiler on multi-line lambda...
2023-02-16  Gregory P.... gh-99108: Refactor _sha256 & _sha512 into _sha2. (...
2023-02-16  Eric Snowgh-98627: Add an Optional Check for Extension Module...
2023-02-16  Eric Snowgh-101758: Fix the wasm Buildbots (gh-101943)
2023-02-15  Eric Snowgh-101758: Add a Test For Single-Phase Init Modules...
2023-02-15  Eric Snowgh-101758: Clean Up Uses of Import State (gh-101919)
2023-02-15  Erlend E. Aaslandgh-99138: Isolate _zoneinfo (#99218)
2023-02-15  Erlend E. Aaslandgh-101819: Remove _PyWindowsConsoleIO_Type from the...
2023-02-15  Mark ShannonGH-87849: Fix refleak in SEND instruction. (GH-101908)
2023-02-15  Erlend E. Aaslandgh-101819: Remove _testcapi dependencies on specific...
2023-02-15  Erlend E. Aaslandgh-101693: In sqlite3, deprecate using named placeholde...
2023-02-14  Gregory P.... gh-99108: Build the hashlib HACL* code as a static...
2023-02-14  Eric Snowgh-101758: Add a Test For Single-Phase Init Module...
2023-02-14  Irit Katrielgh-101799: implement PREP_RERAISE_STAR as an intrinsic...
2023-02-14  Furkan OnderGH-101898: Fix missing term references for hashable...
2023-02-14  Jonathan Protzenkogh-99108: Import SHA2-384/512 from HACL* (#101707)
2023-02-14  Sam Jamesgh-101857: Allow xattr detection on musl libc (#101858)
2023-02-14  Radek Smejkalgh-74895: getaddrinfo no longer raises OverflowError...
2023-02-13  Steve Dowergh-101849: Add upgrade codes for old versions of launch...
2023-02-13  James Leegh-101810: Remove duplicated st_ino calculation (GH...
2023-02-13  Erlend E. Aaslandgh-92547: Purge sqlite3_enable_shared_cache() detection...
2023-02-13  Mark ShannonGH-100987: Refactor `_PyInterpreterFrame` a bit, to...
2023-02-13  Mark ShannonGH-87849: Simplify stack effect of SEND and specialize...
2023-02-13  Steve KowalikCorrect trivial grammar in reset_mock docs (#101861)
2023-02-12  Jean Abou-Samragh-101845: pyspecific: Fix i18n for availability direct...
2023-02-12  Gregory P.... gh-89792: Limit test_tools freeze test build parallelis...
2023-02-12  Soumendra Gangulygh-85984: Utilize new "winsize" functions from termios...
2023-02-12  Gregory P.... gh-89792: Prevent test_tools from copying 1000M of...
2023-02-11  mjoergFix typo in test_fstring.py (#101823)
2023-02-11  Kumar AdityaGH-101797: allocate `PyExpat_CAPI` capsule on heap...
2023-02-10  busywhitespacegh-101390: Fix docs for `imporlib.util.LazyLoader.facto...
2023-02-10  Hugo van KemenadeDocs: Fix getstatus() -> getcode() typos (#101296)
2023-02-10  Erlend E. AaslandDocs: use parameter list for sqlite3.Cursor.execute...
2023-02-10  Steve Dowergh-101763: Update bundled copy of libffi to 3.4.4 on...
2023-02-10  Irit Katrielgh-101517: make bdb avoid looking up in linecache with...
2023-02-10  Erlend E. Aaslandgh-101759: Update Windows installer to SQLite 3.40...
2023-02-10  Erlend E. Aaslandgh-101277: Finalise isolating itertools (GH-101305)
2023-02-10  Erlend E. Aaslandgh-101759: Update macOS installer to SQLite 3.40.1...
2023-02-10  abel1502Fix some typos in asdl_c.py (GH-101757)
2023-02-10  Nikita Sobolevgh-101747: Fix refleak in new `OrderedDict` repr (GH...
2023-02-09  Dong-hee Nagh-101430: Update tracemalloc to handle presize properl...
2023-02-09  Partha P. MukherjeeGH-101228: Fix typo in docstring for read method of...
2023-02-09  Ikko Eltociear... Fix typo in `test_fstring.py` (#101600)
2023-02-09  Gregory P.... gh-101726: Update the OpenSSL version to 1.1.1t (GH...
2023-02-09  Oleg Iarygingh-101283: Fix 'versionchanged' for the shell=True...
2023-02-09  Steve DowerLibFFI build requires x64 Cygwin, and skip the ARM...
2023-02-09  Sergey B Kirpichevgh-101670: typo fix in PyImport_ExtendInittab() (#101723)
2023-02-09  Mark ShannonGH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG...
2023-02-09  Dong-hee Nano-issue: Add Dong-hee Na as the cjkcodecs codeowner...
2023-02-09  Sergey B Kirpichevgh-101678: Merge math_1_to_whatever() and math_1()...
2023-02-09  Sergey B Kirpichevgh-101678: refactor the math module to use special...
2023-02-09  Soumendra Gangulygh-85984: Remove legacy Lib/pty.py code. (#92365)
2023-02-09  Guido van Rossumgh-98831: Use opcode metadata for stack_effect() (...
2023-02-08  Steve Dowergh-101283: Version was just released, so should be...
next