]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2022-06-11  Dennis Sweeneygh-92930: _pickle.c: Acquire strong references before... 93670/head
2022-06-10  jackh-nclgh-92886: Fix tests that fail when running with optimiz...
2022-06-10  Oleg Iarygingh-91317: Document that Path does not collapse initial...
2022-06-10  Christian Heimesgh-93461: Invalidate sys.path_importer_cache entries...
2022-06-10  Irit KatrielGH-93621: reorder code in with/async-with exception...
2022-06-10  Barney Galegh-81790: support "UNC" device paths in `ntpath.splitdr...
2022-06-10  Pablo Galindo... gh-93671: Avoid exponential backtracking in deeply...
2022-06-10  Petr Viktoringh-93466: Document PyType_Spec doesn't accept repeated...
2022-06-10  Christian Heimesgh-93491: Add support tier detection to configure ...
2022-06-10  Erlend Egeberg... gh-90763: Modernise xx template module initialisation...
2022-06-10  neonenegh-92434: Silence compiler warning in Modules/_sqlite...
2022-06-09  Leo Trolgh-90549: Fix leak of global named resources using...
2022-06-09  Christian Heimesgh-90473: Skip get_config_h() tests on WASI (GH-93645)
2022-06-09  Christian Heimesgh-90473: disable user site packages on WASI/Emscripten...
2022-06-09  Vinay SajipImprove logging documentation with example and addition...
2022-06-09  Sebastian Bergbpo-45383: Get metaclass from bases in PyType_From...
2022-06-09  CAM GerlachDoc: Update references and examples of old, unsupported...
2022-06-09  Serhiy Storchakagh-90494: Reject 6th element of the __reduce__() tuple...
2022-06-09  Christian Heimesgh-93616: Fix env changed issue in test_modulefinder...
2022-06-08  Christian Heimesgh-79096: Fix/improve http cookiejar tests (GH-93614)
2022-06-08  Christian Heimesgh-90473: Define HOSTRUNNER for WASI (GH-93606)
2022-06-08  Christian Heimesgh-93575: Use correct way to calculate PyUnicode struct...
2022-06-08  Illia Volochiigh-93180: Update os.copy_file_range() documentation...
2022-06-08  Petr Viktoringh-87961: Remove outdated notes from functions that...
2022-06-08  Christian Heimesgh-93584: Make all install+tests targets depends on...
2022-06-08  Erlend Egeberg... gh-93421: Update sqlite3 cursor.rowcount only after...
2022-06-08  BluenixGH-93521: For dataclasses, filter out `__weakref__...
2022-06-07  Kalyangh-93370: Deprecate sqlite3.version and sqlite3.version...
2022-06-07  Irit KatrielGH-93481: Suppress expected deprecation warning in...
2022-06-07  jacksonrileyFix `PurePath.relative_to` links in the pathlib documen...
2022-06-07  Adrian Garcia... gh-92592: Allow logging filters to return a LogRecord...
2022-06-07  Christian Heimesgh-84461: Emscripten's faccessat() does not accept...
2022-06-07  Christian Heimesgh-93162: test_config_queue_handler requires threading...
2022-06-07  Ken JinFix MSVC compiler warnings in ceval.c (#93569)
2022-06-07  Mark ShannonShrink the LOAD_METHOD cache by one codeunit. (#93537)
2022-06-07  Andreas Grommekgh-88831: In docs for asyncio.create_task, explain...
2022-06-07  Hugo van Kemenadegh-57539: Increase calendar test coverage (GH-93468)
2022-06-07  Vinay Sajipgh-93162: Add ability to configure QueueHandler/QueueLi...
2022-06-07  Pascal Wittmanngh-79096: Protect cookie file created by {LWP,Mozilla...
2022-06-07  Davide Rizzogh-86986: bump min sphinx version to 3.2 (GH-93337)
2022-06-07  EvorageGrammar fix to socket error string (GH-93523)
2022-06-07  Samodya AbeysiriwardaneFix contributor name in WhatsNew 3.11 (GH-93556)
2022-06-06  AN Longbpo-42658: Use LCMapStringEx in ntpath.normcase to...
2022-06-06  Erlend Egeberg... gh-89018: Improve documentation of `sqlite3` exceptions...
2022-06-06  Illia Volochiigh-93475: Expose FICLONE and FICLONERANGE constants...
2022-06-06  Thomas Grainger[docs] fix some asyncio.Barrier.wait docs grammar ...
2022-06-06  Thomas GraingerRemove action=None kwarg from Barrier docs (GH-93538)
2022-06-06  Christian Heimesgh-90473: Make chmod a dummy on WASI, skip chmod tests...
2022-06-06  Stanleygh-83728: Add hmac.new default parameter deprecation...
2022-06-06  Omer Katzasyncio.Barrier docs: Fix typo (#93371)
2022-06-06  Christian Heimesgh-90473: Skip POSIX tests that don't apply to WASI...
2022-06-06  Hugo van KemenadeGH-92308 What's New: list pending removals in 3.13...
2022-06-06  Christian Heimesgh-90473: WASI requires proper open(2) flags (GH-93529)
2022-06-06  Cyker Waygh-93247: Fix assert function in asyncio locks test...
2022-06-05  Dennis SweeneyDocument LOAD_FAST_CHECK opcode (#93498)
2022-06-05  Serhiy Storchakagh-89973: Fix re.error in the fnmatch module. (GH-93072)
2022-06-05  Christian Heimesgh-90473: wasmtime does not support absolute symlinks...
2022-06-05  Neil Schemenauergh-93442: Add test for _Py_CAST(nullptr). (gh-93505)
2022-06-05  Neil Schemenauergh-93442: Make C++ version of _Py_CAST work with 0...
2022-06-04  Colin Delahunty[doc] Correct a grammatical error in a docstring. ...
2022-06-04  Mark DickinsonFix missing word in sys.float_info docstring (GH-93489)
2022-06-04  jackh-nclgh-92886: Fix test that fails when running with `-O...
2022-06-04  Ulises Ojedanetrc: Remove unused "import shlex" (#93311)
2022-06-03  Irit KatrielGH-93444: remove redundant fields from basicblock:...
2022-06-03  Barney Galegh-93156 - fix negative indexing into absolute `pathlib...
2022-06-03  Christian Heimesgh-84461: Skip dtrace/network tests that are enabled...
2022-06-03  Ken Jingh-93382: Cache result of `PyCode_GetCode` in codeobjec...
2022-06-03  Victor Stinnertest.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REF...
2022-06-03  Ken Jingh-93433: Fix dis doc example output (GH-93434)
2022-06-03  Petr Viktoringh-68966: Make mailcap refuse to match unsafe filenames...
2022-06-03  Pieter Eendebakremove redundant argument to log_helper (GH-93440)
2022-06-03  Dong-hee Nagh-92932: dis._unpack_opargs should handle EXTENDED_ARG...
2022-06-02  Victor Stinnergh-91320: Fix more old-style cast warnings in C++ ...
2022-06-02  Christian Heimesgh-90473: Skip and document more failing tests on WASI...
2022-06-02  Irit Katrielgh-93356: Lay out exception handling code at end of...
2022-06-02  Christian Heimesgh-84461: Skip new async logging tests on Emscripten...
2022-06-01  Eric V. Smithgh-93418: Fix an assert when an f-string expression...
2022-06-01  Pablo Galindo... gh-92597: Improve error message for AST nodes with... 93420/head
2022-06-01  Éricgh-90300: split --help output into separate options...
2022-06-01  Vinay Sajip[doc] Improve discoverability of links between logging...
2022-06-01  Ezio MelottiRemove the execution bit to some socket-related files...
2022-06-01  Wei-Ting Yanggh-93372: Fix typo in os.rename documentation (GH-93401)
2022-06-01  Noah Kantrowitz📝 Make sure the phrase "constant-time compare" actually...
2022-05-31  Pablo Galindo... gh-92597: Ensure that AST nodes without explicit end...
2022-05-31  ynflegh-93391: fix typo in `array` docs (GH-93392)
2022-05-31  Moshe Kaplan[doc] logging.rst - Change link to point directly to...
2022-05-31  Dennis Sweeneygh-93143: Avoid NULL check in LOAD_FAST based on analys...
2022-05-31  Christian Heimesgh-69093: Fix Setup.local.in rule for _sqlite3 (GH...
2022-05-31  Serhiy Storchakagh-93283: Improve error message for f-string with inval...
2022-05-31  Carl Bordum... Remove VOC reference (93333)
2022-05-31  Mark ShannonGH-93354: Use exponential backoff to avoid excessive...
2022-05-31  Kumar AdityaGH-93312: Add os.PIDFD_NONBLOCK flag (#93313)
2022-05-31  Serhiy Storchakagh-93345: Fix a crash in substitution of nested TypeVar...
2022-05-30  Pablo Galindo... gh-93351: Ensure the position information in AST nodes...
2022-05-30  Kevin Lockebpo-42272: fix misleading warning filter message/module...
2022-05-30  luzpazFix typo in Lib/idlelib/idle_test/test_parenmatch.py...
2022-05-29  Will Hawkinsgh-93244: Document Py_PRINT_RAW in PyObject_Print(...
2022-05-29  Irit Katrielgh-93008: refactor compiler functions that add instruct...
2022-05-29  Sergei Izmailovbpo-41287: Handle `doc` argument of `property.__init__...
2022-05-29  georgicallygh-92240 : Include release dates for "What's New In...
next