]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-09-07  Nikita Sobolevgh-107544: Add docs about `json.dumps(..., default...
2023-09-07  Stanleygh-71770: Add more details on behavior of configparser...
2023-09-07  Mark ShannonGH-108614: Add `RESUME_CHECK` instruction (GH-108630)
2023-09-07  Serhiy Storchakagh-103186: Suppress RuntimeWarning about unclosed async...
2023-09-07  Serhiy Storchakagh-103186: Remove debug print in test_sys_settrace...
2023-09-07  Colin WatsonGH-90915: Document that SystemExit doesn't trigger...
2023-09-07  Ori Hochsocket documentation fix - rename triple to 3-tuple...
2023-09-07  Karthikeyan... bpo-38157: Add example about per file output for mock_o...
2023-09-07  Ijtaba Hussaingh-103186: Suppress and assert expected RuntimeWarnings...
2023-09-07  Victor Stinnertest.pythoninfo logs freedesktop_os_release() (#109057)
2023-09-07  Daniel Weissgh-108915: Removes extra backslashes in str.split docst...
2023-09-07  Victor Stinnergh-108753: _Py_PrintSpecializationStats() uses Py_hexdi...
2023-09-07  Anders Kaseorggh-109045: Remove remaining LIMITED_API_AVAILABLE check...
2023-09-07  Dong-hee Nagh-107265: Remove all ENTER_EXECUTOR when execute _Py_I...
2023-09-07  Victor Stinnergh-107211: No longer export internal _PyLong_FromUid...
2023-09-06  Victor Stinnergh-109015: Add test.support.socket_helper.tcp_blackhole...
2023-09-06  Mikhail SamylovDocs: Fix typo in datetime.tzinfo docstring (#107257)
2023-09-06  Adam TurnerGH-108202: Document ``calendar``'s command-line interfa...
2023-09-06  Brandt BucherGH-104584: Restore frame->stacktop on optimizer error...
2023-09-06  Serhiy Storchakagh-108751: Add copy.replace() function (GH-108752)
2023-09-06  Shahriar Heidrichgh-107732: Mention dir support in importlib.resources...
2023-09-06  Anthony ShawGH-90690: Mention removal of ``PRECALL`` in What's...
2023-09-06  Serhiy Storchakagh-106307: Fix PyMapping_GetOptionalItemString() (GH...
2023-09-06  Serhiy StorchakaC API tests: use special markers to test that output...
2023-09-06  Victor Stinnergh-108740: Fix "make regen-all" race condition (#108741)
2023-09-06  Victor Stinnergh-108753: Enhance pystats (#108754)
2023-09-06  Victor Stinnergh-108851: Fix tomllib recursion tests (#108853)
2023-09-06  Ed Mastegh-91960: Add FreeBSD build and test using Cirrus-CI...
2023-09-06  Łukasz Langagh-109002: Ensure only one wheel for each vendored...
2023-09-06  Victor Stinnergh-91960: Skip test_gdb if gdb cannot retrive Python...
2023-09-06  Victor Stinnergh-107219: Fix concurrent.futures terminate_broken...
2023-09-06  Victor Stinnergh-108765: Cleanup #include in Python/*.c files (#108977)
2023-09-06  Victor Stinnergh-108303: Create Lib/test/test_dataclasses/ directory...
2023-09-06  Nikita Sobolevgh-108983: Add more PEP 526 tests to `test_grammar...
2023-09-06  Irit Katrielgh-108991: replace _PyFrame_GetState by two simpler...
2023-09-06  Matthias Bussonniergh-106670: Fix Pdb handling of chained Exceptions with...
2023-09-06  KHFix a typo in umarshal.py (#108803)
2023-09-06  Nikita Sobolevgh-108717: Speedup `os.DirEntry.is_junction` function...
2023-09-06  nabin2004gh-108857: improve markup in inspect.Signature.replace...
2023-09-05  Victor Stinnergh-108962: Skip test_tempfile.test_flags() if not suppo...
2023-09-05  Guido van Rossumgh-106581: Support multiple uops pushing new values...
2023-09-05  Anthony Shawgh-108469: Update ast.unparse for unescaped quote suppo...
2023-09-05  wim glenngh-107755: Document the correct default value of slice...
2023-09-05  Nikita Sobolevgh-108927: Fix test_import + test_importlib + test_unit...
2023-09-05  Zachary Waregh-107565: Update Windows build to use OpenSSL 3.0...
2023-09-05  Nikita Sobolevgh-108903: Remove unneeded `lambda`s from `asyncio...
2023-09-05  Serhiy Storchakagh-108416: Mark slow but not CPU bound test methods...
2023-09-05  Serhiy Storchakagh-89392: Use unittest test runner for doctests in...
2023-09-05  Serhiy Storchakagh-89392: Use normal unittest runner in test_type_cache...
2023-09-05  Serhiy StorchakaAdd missed "f" in an f-string (GH-108906)
2023-09-05  Mark ShannonGH-103082: Document PEP-669: Low Impact Monitoring...
2023-09-05  Nikita Sobolevgh-108840: Remove unused `TestEnumTypeSubclassing`...
2023-09-05  Petr Viktoringh-108294: Add error handling for time.sleep audit...
2023-09-05  Alex WaygoodImprove the GitHub issue forms (#108881)
2023-09-05  Mark ShannonGH-108390: Prevent non-local events being set with...
2023-09-05  Serhiy Storchakagh-89392: Remove support of test_main() in libregrtest...
2023-09-05  Victor Stinnergh-108834: regrtest --fail-rerun exits with code 5...
2023-09-04  Victor Stinnergh-106320: Remove private _PyErr_WriteUnraisableMsg...
2023-09-04  Tian Gaogh-108463: Make expressions/statements work as expected...
2023-09-04  Hugo van KemenadeLink to PEP sections in What's New in 3.12 (#108878)
2023-09-04  Hugo van KemenadeCI: Bump GitHub Actions (#108879)
2023-09-04  Nikita SobolevDisable `differing_test_runners` health check (#108886)
2023-09-04  Petr Viktoringh-107902: Don't test setting suid/sgid on systems...
2023-09-04  Serhiy Storchakagh-89392: Fix running test_pep646_syntax as script...
2023-09-04  Mark ShannonGH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH...
2023-09-04  Serhiy Storchakabpo-45229: Make ElementTree tests discoverable (GH...
2023-09-04  Serhiy Storchakagh-89392: Make test_pep646_syntax discoverable (GH...
2023-09-04  Serhiy Storchakagh-89392: Remove test_main() in test_netrc (GH-108860)
2023-09-04  Victor StinnerRevert "gh-46376: Return existing pointer when possible...
2023-09-03  Victor Stinnergh-108765: Move export code from pyport.h to exports...
2023-09-03  Victor Stinnergh-108834: regrtest reruns failed tests in subprocesses...
2023-09-03  Victor Stinnergh-108765: Move stat() fiddling from pyport.h to fileut...
2023-09-03  Sangyun_LEEUpdate Lib/test/test_unittest/testmock/testmock.py...
2023-09-03  Victor Stinnergh-108765: Python.h no longer includes <ctype.h> (...
2023-09-03  Serhiy Storchakagh-108494: Argument Clinic: inline parsing code for...
2023-09-03  Виталий ДмитриевFix duplicated words 'Be be' (GH-108815)
2023-09-03  Serhiy StorchakaReorder some test's decorators (GH-108804)
2023-09-03  Sergey B Kirpichevgh-102837: improve test coverage for math module (...
2023-09-03  Raymond Hettingergh-107208: Fix iter_index() recipe to not swallow excep...
2023-09-02  Victor Stinnergh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS...
2023-09-02  Sam Grossgh-108374: Add --disable-gil option to PCbuild/build...
2023-09-02  Jakub Kulíkgh-108765: include <unistd.h> in termios.c on Solaris...
2023-09-02  Victor Stinnergh-63760: Don't declare gethostname() on Solaris (...
2023-09-02  Victor Stinnergh-108765: multiprocessing.h includes <unistd.h> (...
2023-09-02  Victor Stinnergh-108822: Add Changelog entry for regrtest statistics...
2023-09-02  Victor Stinnerregrtest computes statistics (#108793)
2023-09-02  Victor Stinnergh-108765: Python.h no longer includes <sys/time.h...
2023-09-02  Barney GaleGH-78722: Raise exceptions from `pathlib.Path.iterdir...
2023-09-02  Victor Stinnergh-108765: Python.h no longer includes <unistd.h> ...
2023-09-02  Victor Stinnergh-108794: doctest counts skipped tests (#108795)
2023-09-02  Victor Stinnergh-108765: Python.h no longer includes <ieeefp.h> ...
2023-09-02  Victor Stinnergh-108765: Remove old prototypes from pyport.h (#108782)
2023-09-02  Nikita Sobolevgh-101100: Fix sphinx warnings in `unittest.mock-exampl...
2023-09-02  Nikita SobolevFix typo in `uuid.rst` (#108809)
2023-09-02  Nikita Sobolevgh-101100: Fix sphinx warnings in `uuid.rst` (#108805)
2023-09-02  Serhiy Storchakagh-108416: Mark slow test methods with @requires_resour...
2023-09-02  Sam Grossgh-108777: Split _PyTime tests from _testinternalcapi...
2023-09-01  Guido van RossumFix test_regrtest when run with uops always on (#108778)
2023-09-01  William Andreagh-106392: Fix inconsistency in deprecation warnings...
2023-09-01  Nikita Sobolevgh-107862: Add roundtrip `hypothesis` tests to `test_bi...
next