]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-09-11  Serhiy StorchakaTest DocTestFinder directly instead of calling support...
2023-09-11  Victor Stinnergh-109162: libregrtest: move code around (#109253)
2023-09-11  Victor Stinnergh-107219: Fix concurrent.futures terminate_broken...
2023-09-11  Victor StinnerGH-108614: Increase importlib MAGIC for RESUME_CHECK...
2023-09-11  Victor Stinnergh-109162: libregrtest: use relative imports (#109250)
2023-09-11  Victor Stinnergh-109162: libregrtest: rename runtest_mp.py to run_wor...
2023-09-11  Victor Stinnergh-109162: libregrtest: fix Logger (#109246)
2023-09-11  Victor Stinnergh-109162: libregrtest: add single.py and result.py...
2023-09-10  Victor Stinnergh-109162: libregrtest: add worker.py (#109229)
2023-09-10  Victor Stinnergh-109230: test_pyexpat no longer depends on the curren...
2023-09-10  Victor Stinnergh-109237: Fix test_site for non-ASCII working director...
2023-09-10  Serhiy Storchakagh-50644: Forbid pickling of codecs streams (GH-109180)
2023-09-10  Victor Stinnergh-109054: Don't use libatomic on cross-compilation...
2023-09-10  云linegh-109207: Fix SystemError when printing symtable entry...
2023-09-10  DelganFix "FSTRING_MIDDLE" typo in py312 "What's New" (#109222)
2023-09-10  Pieter Eendebakgh-93627: Align Python implementation of pickle with...
2023-09-10  Serhiy Storchakagh-109174: Add support of SimpleNamespace in copy.repla...
2023-09-10  Victor Stinnergh-109162: libregrtest: add Logger class (#109212)
2023-09-10  Victor Stinnergh-109162: libregrtest: add TestResults class (#109208)
2023-09-10  Victor Stinnergh-109162: Refactor libregrtest.Regrtest (#109206)
2023-09-10  Victor Stinnergh-109162: Refactor libregrtest.runtest_mp (#109205)
2023-09-09  Victor Stinnergh-109162: libregrtest: remove WorkerJob class (#109204)
2023-09-09  Victor Stinnergh-109162: libregrtest: fix _decode_worker_job() (...
2023-09-09  Raymond HettingerImprove the sieve() recipe in the itertools docs (gh...
2023-09-09  Raymond HettingerFix an ironic typo in a code comment. (gh-109186)
2023-09-09  Victor Stinnergh-109162: Refactor libregrtest.RunTests (#109177)
2023-09-09  Serhiy Storchakagh-109050: Remove remaining tests for legacy Unicode...
2023-09-09  Jelle Zijlstragh-109118: Fix runtime crash when NameError happens...
2023-09-09  Victor Stinnergh-109162: Refactor libregrtest.runtest (#109172)
2023-09-09  Tian Gaogh-109052: Use the base opcode when comparing code...
2023-09-09  Victor Stinnergh-109162: Refactor libregrtest WorkerJob (#109171)
2023-09-09  Victor Stinnergh-109162: Refactor Regrtest.action_run_tests() (#109170)
2023-09-08  Victor Stinnergh-108996: Skip broken test_msvcrt for now (#109169)
2023-09-08  Victor Stinnergh-109162: Regrtest copies 'ns' attributes (#109168)
2023-09-08  Victor Stinnergh-109162: Refactor Regrtest.main() (#109163)
2023-09-08  AN Longgh-108996: add tests for msvcrt (#109004)
2023-09-08  Victor Stinnergh-109054: configure checks if libatomic is needed...
2023-09-08  Alex Waygoodgh-108455: peg_generator: enable mypy's `--warn-unreach...
2023-09-08  Victor Stinnergh-91960: FreeBSD Cirrus CI runs configure separately...
2023-09-08  Pablo Galindo... gh-109114: Relax the check for invalid lambdas inside...
2023-09-08  Serhiy StorchakaCheck the result of PySet_Contains() for error in Pytho...
2023-09-08  Mark ShannonGH-108614: Unbreak emscripten build (GH-109132)
2023-09-08  Kumar AdityaGH-109067: fix randomly failing `test_async_gen_asyncio...
2023-09-08  Michael Droettboomgh-109136: Fix summarize_stats.py tool (#109137)
2023-09-08  Pablo Galindo... gh-106922: Fix error location for constructs with space...
2023-09-08  Hugo van Kemenadegh-109140: Rename duplicated tests in `test_binascii...
2023-09-08  Victor Stinnergh-104690: thread_run() checks for tstate dangling...
2023-09-08  Victor StinnerGH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LI...
2023-09-08  Mark ShannonGH-108716: Turn off deep-freezing of code objects....
2023-09-08  Brett CannonUpdate `CODEOWNERS` for `Tools/wasm/` (#109119)
2023-09-08  Ethan Furmangh-109022: [Enum] require `names=()` to create empty...
2023-09-07  Serhiy StorchakaUse unittest test runner for doctests in test_statistic...
2023-09-07  ShantanuAdd version directives to ast docs (#108788)
2023-09-07  Serhiy Storchakagh-68403: Fix test_coverage in test_trace (GH-108910)
2023-09-07  Ee Durbingh-75743: Restore test_timeout.testConnectTimeout(...
2023-09-07  Serhiy Storchakagh-103186: Make test_generated_cases less noisy by...
2023-09-07  Irit Katrielgh-109094: remove unnecessary updates of frame->prev_in...
2023-09-07  Christoph Anton... gh-107924: re-order os.sendfile() flag documentation...
2023-09-07  Carl Meyergh-108732: include comprehension locals in frame.f_loca...
2023-09-07  Mark Dickinsongh-102823: Document return type of floor division on...
2023-09-07  Serhiy Storchakagh-88943: Improve syntax error for non-ASCII character...
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...
next