]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
35 min ago  Alex Waygoodgh-114053: Fix bad interaction of PEP-695, PEP-563... main
117 min ago  lyc8503gh-116931: Add fileobj parameter check for Tarfile...
2 hours ago  Rostyslav Lobovsetobject: remove out of date docstring info (GH-118048)
2 hours ago  litgh-88035: update doc-string of `epoch` in timemodule...
2 hours ago  Irit Katrielgh-115775: Add whatsnew entry about __static_attributes...
4 hours ago  Savannah Ostrowskigh-116935: Document that heap types need to support...
4 hours ago  Victor Stinnergh-117518: Clarify PyTuple_GetItem() borrowed reference...
5 hours ago  Mark ShannonGH-116202: Incorporate invalidation check into _START_E...
5 hours ago  Mark ShannonGH-115419: Improve list of escaping functions (GH-118054)
8 hours ago  Mariusz Felisiakgh-64588: Clarify the difference between mu and xbar...
8 hours ago  dependabot... build(deps): bump hypothesis from 6.98.15 to 6.100...
9 hours ago  Jelle ZijlstraDocs: Fix CVE link (#118077)
9 hours ago  Tian Gaogh-117535: Change unknown filename of warnings from...
10 hours ago  Rafael FontenelleUse "Contributed by" in a couple of occurrences of...
15 hours ago  Donghee Nagh-112069: Make PySet_GET_SIZE to be atomic safe. ...
20 hours ago  Victor Stinnergh-102402: Fix logging test_relativeCreated_has_higher_...
20 hours ago  Serhiy Storchakagh-117503: Fix test for posixpath.expanduser() when...
22 hours ago  Donghee Nagh-112069: Add _PySet_NextEntryRef to be thread-safe...
22 hours ago  Guido van RossumGH-118036: Fix a bug with CALL_STAT_INC (#117933)
22 hours ago  Shreyan Avigyangh-87969: Align docs and docstrings with implementation...
24 hours ago  Victor Stinnergh-117987: Restore several functions removed in Python...
25 hours ago  lyc8503gh-116932: Remove redundant NEWS entry (#118040)
27 hours ago  Mark ShannonGH-115419: Tidy up tier 2 optimizer. Merge peephole...
28 hours ago  Miro Hrončokgh-90815: Document bundled mimalloc in What’s New In...
28 hours ago  Jens Hedegaard... fix formatting of literal in docstring of int.from_byte...
28 hours ago  lyc8503gh-116932: Add note on how to report python documentati...
29 hours ago  Nikita SobolevFix two typos in `typeobject.c` (#118024)
30 hours ago  Kirill Podoprigoragh-118023: Fix reference leak (#118025)
30 hours ago  Nice Zombiesgh-117641: Improve the perfornance of posixpath.commonp...
40 hours ago  Serhiy Storchakagh-117968: Add tests for the part of the PyRun family...
40 hours ago  neonenegh-117613: Argument Clinic: disallow defining class...
43 hours ago  Steve Dowergh-114539: Clarify implicit launching of shells by...
43 hours ago  Erlend E. Aaslandgh-94673: Fix compiler warning in typeobject.c (#117980)
44 hours ago  mpagegh-117657: Quiet erroneous TSAN reports of data races...
44 hours ago  mpagegh-117657: Fix data races in the method cache in free...
45 hours ago  Serhiy Storchakagh-80361: Fix TypeError in email.Message.get_payload...
45 hours ago  Irit Katrielgh-117680: make _PyInstructionSequence a PyObject and...
45 hours ago  Manuel KaufmannDoc: Render version/language selector on Read the Docs...
46 hours ago  Nice Zombiesgh-117977: Amend version changed annotation for os...
2 days ago  CF Bolz-TereickGH-100242: bring functools.py partial implementation...
2 days ago  Diego RussoTest: Get the smtp test server using os.getenv() (...
2 days ago  Victor Stinnergh-117929: Restore removed PyEval_InitThreads() functio...
2 days ago  Vinay Sajipgh-117975: Ensure flush level is checked when configuri...
2 days ago  Mariusz Felisiakgh-115009: Update macOS installer to use SQLite 3.45...
2 days ago  Ivan Savinbpo-40944: Fix IndexError when parse emails with trunca...
2 days ago  Mark ShannonGH-117760: Streamline the trashcan mechanism (GH-117763)
2 days ago  Serhiy Storchakagh-65824: Add "Help on ..." to the "less" prompt in...
2 days ago  Serhiy Storchakagh-73231: Update documentation for PyErr_SetFromWindows...
2 days ago  Serhiy Storchakagh-117313: Fix re-folding email messages containing...
2 days ago  Serhiy Storchakagh-117394: Speed up os.path.ismount() on Posix (GH...
2 days ago  Serhiy Storchakagh-117503: Fix support of non-ASCII user names in posix...
2 days ago  Serhiy Storchakagh-117907: Fix test_inspect for the build with enabled...
2 days ago  Serhiy Storchakagh-117879: Fix test_httpservers for the build with...
2 days ago  Joshua Rootgh-117845: Detect libedit hook function signature in...
2 days ago  Serhiy Storchakagh-86650: Fix IndexError when parse emails with invalid...
2 days ago  tsufekigh-75171: Fix parsing invalid email address headers...
2 days ago  Kirill Podoprigoragh-117923: Catch ``test_webbrowser.test_parse_args_erro...
2 days ago  Serhiy Storchakagh-71966: Move the module docstring from _pydecimal...
2 days ago  Nice Zombiesgh-117945: Fix `os.path.ismount()` documentation (...
2 days ago  Jelle Zijlstralinecache: Fix docstring location (#117948)
2 days ago  Seth Michael... gh-112844: Fix xz CPE identifier (GH-117656)
2 days ago  Mariusz Felisiakgh-115009: Update Windows installer to use SQLite 3...
2 days ago  Victor Stinnergh-117645: Increase WASI stack size from 512 KiB to...
2 days ago  Victor Stinnergh-117755: Fix mimalloc for huge allocation on s390x...
2 days ago  Victor Stinnergh-117755: Remove tests on huge memory allocations...
2 days ago  Sam Grossgh-117376: Make code objects use deferred reference...
2 days ago  Donghee Nagh-112069: Make setiter_iternext to be thread-safe...
2 days ago  Hugo van KemenadeDocs: Add classes to C API return value annotations...
2 days ago  Sam Grossgh-117683: Fix test_free_different_thread failures...
3 days ago  Jeff Glassgh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
3 days ago  Mark ShannonGH-115776: Static object are immortal, so mark them...
3 days ago  Alex Waygoodgh-117691: Add an appropriate stacklevel for PEP-706...
3 days ago  neonenegh-117613: Argument Clinic: ensure that 'defining_class...
3 days ago  Douglas Thorgh-102402: Fix floating point math issue by using ...
3 days ago  Nikita Sobolevgh-117797: Improve `test_descr.test_not_implemented...
3 days ago  Victor Stinnergh-117613: Enhance test_clinic @defining_class tests...
3 days ago  Inada Naokigh-77102: site: try utf-8 and fallback to locale encodi...
3 days ago  Eric Snowgh-76785: Fix Windows Refleak in test_interpreters...
3 days ago  Erlend E. Aaslandgh-117804: Document how to suppress PGO unprofiled...
3 days ago  Hugo van KemenadeDocs: add link roles with Sphinx extlinks (#117850)
3 days ago  Hugo van Kemenadegh-109975: Copyedit "What's New in Python 3.13" (#117902)
3 days ago  Sam Grossgh-117688: Fix deadlock in test_no_stale_references...
3 days ago  Alex WaygoodDocs: make the `whatsnew-typing-py312` anchor point...
3 days ago  mpagegh-117657: Quiet more TSAN warnings due to incorrect...
3 days ago  mpagegh-117657: Quiet TSAN warning about a data race between...
3 days ago  mpagegh-117657: Add TSAN suppressions for the free-threaded...
3 days ago  Raymond Hettingergh-115532: Minor tweaks to kde() (gh-117897)
3 days ago  Serhiy Storchakagh-115664: Reorganize versionadded directives for ...
3 days ago  Steve Dowergh-112278: Improve error handling in wmi module and...
3 days ago  Steve Dowergh-90329: Add _winapi.GetLongPathName and GetShortPathN...
3 days ago  Victor Stinnergh-117889: Fix PGO test in test_peg_generator (#117893)
3 days ago  Mark ShannonGH-117750: When clearing object's dict, clear inline...
4 days ago  Hugo van KemenadeAdd 'The Python 2.3 Method Resolution Order' (#116435)
4 days ago  Serhiy Storchakagh-117694: Improve tests for PyEval_EvalCodeEx() (GH...
4 days ago  Victor Stinnergh-117755: Skip test_io.test_constructor() on s390x...
4 days ago  Donghee Nagh-117826: Remove lookdict_index from delitemif_lock_he...
4 days ago  Galen Ricedocs: typo in 3.13 release notes (#117866)
4 days ago  Nice Zombiesgh-117636: Remove redundant type check in `os.path...
4 days ago  Erlend E. AaslandDoc: mark up classes, attributes, parameters, and metho...
5 days ago  Hugo van Kemenadegh-115692: Add tests to increase `json` coverage (...
next