]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-02-06  Mark Dickinsongh-76961: Fix buildbot failures in test_pep3118 (#101587) 101604/head
2023-02-06  Dong-hee Nagh-101372: Fix unicodedata.is_normalized to properly...
2023-02-06  Ethan Furmangh-101541: [Enum] create flag psuedo-member without...
2023-02-06  Matty GTrivial Change: Remove unhelpful doc in `datetime.timed...
2023-02-05  Gregory P.... gh-101334: Don't force USTAR format in test_tarfile...
2023-02-05  mrh1997bpo-33591: Add support for path like objects to `ctypes...
2023-02-05  Eric Wiesergh-76961: Fix the PEP3118 format string for ctypes...
2023-02-05  Mark DickinsonRevert "gh-89381: Fix invalid signatures of math/cmath...
2023-02-05  Pradyun Gedamgh-101570: Update bundled pip version to 23.0 (#101571)
2023-02-05  Mark Dickinsongh-101266: Fix __sizeof__ for subclasses of int (#101394)
2023-02-05  busywhitespacegh-101221: Add options in the documentation of timeit...
2023-02-05  alnokiAdd missing preposition in argparse docs (#101548)
2023-02-05  Alexander BelopolskyFix detection of presence of time.tzset (gh-101539...
2023-02-04  Raymond HettingerGH-100485: Create an alternative code path when an...
2023-02-04  Ruben Vordermangh-101322: Ensure test_zlib.ZlibDecompressorTest runs...
2023-02-04  Dong-hee Nagh-101282: Update BOLT --split-functions flag not to...
2023-02-04  Furkan OnderGH-56426: Add cross-reference to the documentation...
2023-02-04  Max BachmannAdd missing `versionadded` directive for `PyCode_Addr2L...
2023-02-04  Eric Snowgh-101524: Split Up the _xxsubinterpreters Module ...
2023-02-03  Gregory P.... gh-84559: Remove the new multiprocessing warning, too...
2023-02-03  Steve Dowergh-101522: Allow overriding Windows dependencies versio...
2023-02-03  Irit Katrielgh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in...
2023-02-03  Irit Katrielgh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GEN...
2023-02-03  Erlend E. Aaslandgh-101277: Port more `itertools` static types to heap...
2023-02-03  François Magimeldocs: replace PyPI description with link (#101506)
2023-02-03  Viet Thangh-100920: Update documentation for `asyncio.StreamWrit...
2023-02-03  Gregory P.... gh-84559: skip the test when no multiprocessing (wasm...
2023-02-03  C.A.M. Gerlachgh-100925: Move array methods under class in array...
2023-02-02  Gregory P.... GH-84559: Deprecate fork being the multiprocessing...
2023-02-02  Ayappan Perumalgh-98705: Fix AIX build by undefining `__bool__` in...
2023-02-02  Ayappan Perumalgh-96305: Fix AIX build by avoiding subprocess during...
2023-02-02  Peter Gesslerdocs: Fix enum reassign `str` documentation (GH-101507)
2023-02-02  Irit Katrielgh-98831: rewrite RERAISE and CLEANUP_THROW in the...
2023-02-01  Marcos PereiraDocs: improve accuracy of sqlite3 `check_same_thread...
2023-02-01  Guido van Rossumgh-98831: Modernize the LOAD_GLOBAL family (#101502)
2023-02-01  Steve Dowergh-101467: Correct py.exe handling of prefix matches...
2023-02-01  Irit Katrielgh-98831: rewrite PUSH_EXC_INFO and conditional jumps...
2023-02-01  Guido van Rossumgh-98831: Modernize the LOAD_ATTR family (#101488)
2023-02-01  Rajgh-101498 : Fix asyncio.Timeout example in docs (#101499)
2023-02-01  Irit Katrielgh-101454: fix documentation for END_ASYNC_FOR (#101455)
2023-02-01  Erlend E. Aaslandgh-101277: Isolate itertools, add group and _grouper...
2023-02-01  beavailablegh-101317: Add `ssl_shutdown_timeout` parameter for...
2023-02-01  John Belmontedatetime.rst: fix combine() signature (#101490)
2023-01-31  Brandt BucherGH-100288: Skip extra work when failing to specialize...
2023-01-31  Erlend E. Aaslandgh-101409: Improve generated clinic code for self type...
2023-01-31  Irit Katrielgh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR...
2023-01-31  Erlend E. Aaslandgh-101469: Optimise get_io_state() by using _PyModule_G...
2023-01-31  Peter Jiping Xiegh-101440: fix json snippet error in logging-cookbook...
2023-01-31  Rajgh-99276 - Updated Doc/faq/general.rst (#101396)
2023-01-31  Christophe... Add JOBS parameter to docs Makefile (#101395)
2023-01-31  Irit Katrielgh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and...
2023-01-31  Shantanugh-77607: Improve accuracy of os.path.join docs (#101406)
2023-01-31  BenFixes typo in asyncio.TaskGroup context manager code...
2023-01-31  Guido van Rossumgh-98831: Clean up and add cache size static_assert...
2023-01-31  Irit Katrielgh-99955: use SUCCESS/ERROR return values in optimizer...
2023-01-30  Dong-hee Nagh-101400: Fix incorrect lineno in exception message...
2023-01-30  Eclips4gh-101229: Add tests for aliases of imported names...
2023-01-30  Guido van RossumGH-101369: Allow macros as family members (#101399)
2023-01-30  Eric Snowgh-59956: Clarify Runtime State Status Expectations...
2023-01-30  Owain Daviesgh-101422: (docs) TarFile default errorlevel argument...
2023-01-30  Mark ShannonGH-101291: Refactor the `PyLongObject` struct into...
2023-01-30  Guido van Rossumgh-98831: Support conditional effects; use for LOAD_ATT...
2023-01-30  Irit Katrielgh-39615: fix warning on return type mismatch (#101407)
2023-01-29  Sergey B Kirpichevgh-89381: Fix invalid signatures of math/cmath.log...
2023-01-28  socal-nerdtasticFix trivial typo in shebang example (GH-101385)
2023-01-28  Raymond HettingerGH-100485: Add extended accuracy test. Switch to...
2023-01-28  Peter Jiping Xiegh-101386: fix typos found by codespell (#101387)
2023-01-28  Gregory P.... gh-39615: Add warnings.warn() skip_file_prefixes suppor...
2023-01-28  Dong-hee Nagh-101341: Remove unncessary enum._power_of_two functio...
2023-01-27  Vinay Sajip[doc] Add a section on logging handler configuration...
2023-01-27  Vinay Sajip[doc] Add some notices to logging configuration documen...
2023-01-27  Steve Dowergh-77532: Minor tweaks to allow compiling with Platform...
2023-01-27  Raymond HettingerSpeed-up and improve accuracy with Rump Algorithms...
2023-01-27  Barney Galegh-101000: Add os.path.splitroot() (#101002)
2023-01-26  Виталий ДмитриевFix typos in pystate.c file (#101348)
2023-01-26  Steve Dowergh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0...
2023-01-26  Guido van Rossumgh-98831: Fix two bugs in case generator (#101349)
2023-01-26  Oleg Iarygingh-60580: Fix a wrong type of `ctypes.wintypes.BYTE...
2023-01-26  Dong-hee Nagh-85100: Migrate BPO link to the GitHub link for mallo...
2023-01-26  Yukihiro Nakadairagh-99952: [ctypes] fix refcount issues in from_param...
2023-01-26  John Belmontedatetime.rst: improve combine() docs (#101338)
2023-01-26  JosephSBoylegh-100522 Add a test for 'futures.as_completed' timing...
2023-01-26  Oleg Iarygingh-94518: Rename `group*` to `extra_group*` to avoid...
2023-01-25  Irit Katrielgh-98831: rewrite RAISE_VARARGS in the instruction...
2023-01-25  Brandt BucherFix incorrect versions in magic number comments (GH...
2023-01-25  Irit Katrielgh-98831: add variable stack effect support to cases...
2023-01-25  Shantanugh-101326: Fix regression when passing None to FutureIt...
2023-01-25  achhinaGH-88597: Rename uuid's new CLI args to be in line...
2023-01-25  Guido van RossumAdd advice how to freeze fewer modules (#101298)
2023-01-25  Guido van RossumGH-98831: Elaborate some cases_generator tests (#101299)
2023-01-24  Guido van RossumFix some comments in ceval.c and fix lltrace output...
2023-01-24  Irit Katrielgh-98831: rewrite pattern matching opcodes in the instr...
2023-01-24  Mark ShannonGH-100762: Don't call `gen.throw()` in `gen.close(...
2023-01-24  Martin Boisvertgh-101135: Add backwards compatibility to Windows launc...
2023-01-24  Erlend E. Aaslandgh-92123: Adapt _elementtree to multi-phase init (PEP...
2023-01-24  Erlend E. AaslandGH-91375: Purge `asyncio` static variables from globals...
2023-01-24  Erlend E. AaslandGH-92123: Pass _elementtree state as parameter (#101189)
2023-01-24  Dong-hee Nano-issue: Add Dong-hee Na as autoconf codeowner (gh...
2023-01-24  Dong-hee Nagh-101278: Drop -gdwarf-4 flag from the BOLT build...
2023-01-24  Irit Katrielgh-98831: rewrite CHECK_EG_MATCH opcode in the instruct...
next