Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.14.0a3
tag
149e720d33250672626561f20688454b1f51852d
tagger
Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue Dec 17 09:50:39 2024
object
401bfc69d1258fde07141cd1a12af00aa44a8e0f
Python 3.14.0a3
401bfc6
Python 3.14.0a3
by Hugo van Kemenade
· 8 months ago
v3.14.0a3
b9a492b
gh-127085: Add a test skip if multiprocessing isn't available (#128019)
by Russell Keith-Magee
· 8 months ago
1183e4c
gh-127146: Emscripten clean up test suite (#127984)
by Hood Chatham
· 8 months ago
cfeaa99
Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-127910)
by Berker Peksag
· 8 months ago
3b76682
gh-126907: make `atexit` thread safe in free-threading (#127935)
by Peter Bierma
· 8 months ago
4937ba5
gh-127085: fix some data races in memoryview in free-threading (#127412)
by Edward Xu
· 8 months ago
1d276ec
Revert "gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)" (#127983)
by Hugo van Kemenade
· 8 months ago
e4981e3
Fix typo in itertools docs (gh-127995)
by Gugubo
· 8 months ago
0816738
gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878)
by Tomas R.
· 8 months ago
52d552c
gh-127896: Add missing documentation of `PySequence_In` (GH-127979)
by Yuki Kobayashi
· 8 months ago
0d8e710
gh-111178: fix UBSan failures in `_elementtree.c` (#127982)
by Bénédikt Tran
· 8 months ago
47c5a0f
gh-125588: Allow to regenerate the parser with Python < 3.12 (#127969)
by Pablo Galindo Salgado
· 8 months ago
b74c8f5
GH-126985: Don't override venv detection with PYTHONHOME (#127968)
by Filipe Laíns 🇵🇸
· 8 months ago
46006a1
gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)
by Stephen Hansen
· 8 months ago
7b8bd3b
gh-119786: Fix miscellaneous typos in `InternalDocs/interpreter_definition.md` (#127957)
by Stan Ulbrych
· 8 months ago
3683b2f
getpath: Add comments highlighing details of the pyvenv.cfg detection (#127966)
by Filipe Laíns 🇵🇸
· 8 months ago
ab05beb
gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (#127717)
by Ed Nutting
· 8 months ago
7900a85
Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955)
by Steve C
· 8 months ago
0ac40ac
gh-127353: Allow to force color output on Windows V2 (#127926)
by Andrey Efremov
· 8 months ago
e2325c9
gh-127852: add remark about ',' separator (#127854)
by Sergey B Kirpichev
· 8 months ago
78e766f
Fix typo in docstring: quadruple double quotes (#127913)
by Totosuki
· 8 months ago
c0264fc
gh-127747: Resolve BytesWarning in test.support.strace_helper (#127849)
by Cody Maloney
· 8 months ago
2de048c
gh-115999: Specialize loading attributes from modules in free-threaded builds (#127711)
by mpage
· 8 months ago
292067f
Minor readability improvements for the itertools recipes (gh-127928)
by Raymond Hettinger
· 8 months ago
5dd775b
gh-126024: unicodeobject: optimize find_first_nonascii (GH-127790)
by Inada Naoki
· 8 months ago
8bc1818
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
by Bénédikt Tran
· 8 months ago
6446408
gh-102471, PEP 757: Add PyLong import and export API (#121339)
by Victor Stinner
· 8 months ago
d05a4e6
gh-127906: Test the limited C API in test_cppext (#127916)
by Victor Stinner
· 8 months ago
6ff38fc
gh-127870: Detect recursive calls in ctypes _as_parameter_ handling (#127872)
by Victor Stinner
· 8 months ago
e62e1ca
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
by Mark Shannon
· 8 months ago
5fc6bb2
gh-126868: Add freelist for compact int objects (GH-126865)
by Pieter Eendebak
· 8 months ago
9b4bbf4
GH-125174: Don't use `UINT32_MAX` in header file (GH-127863)
by Mark Shannon
· 8 months ago
11ff328
link to the correct output method in documentation (#127857)
by Viktor Kálmán
· 8 months ago
58942a0
Document PyObject_SelfIter (#127861)
by Miro Hrončok
· 8 months ago
ba2d2fd
gh-127845: Minor improvements to iOS test runner script (#127846)
by Russell Keith-Magee
· 8 months ago
0cbc19d
Fix typo in traceback docs (#127884)
by Daniel Haag
· 8 months ago
8ac307f
GH-127724: don't use sysconfig to calculate the venv local include path (#127731)
by Filipe Laíns 🇵🇸
· 8 months ago
a8ffe66
Revert "gh-127353: Allow to force color output on Windows (#127354)" (#127889)
by Hugo van Kemenade
· 8 months ago
ed037d2
Fix typos in `Lib/_pydecimal.py` (#127700)
by Stan Ulbrych
· 8 months ago
365451e
gh-127353: Allow to force color output on Windows (#127354)
by Andrey Efremov
· 8 months ago
f823910
gh-127865: Fix build failure for systems without thread local support (GH-127866)
by velemas
· 8 months ago
f8dcb82
gh-127879: Fix data race in `_PyFreeList_Push` (#127880)
by Sam Gross
· 8 months ago
7146f18
GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855)
by Barney Gale
· 8 months ago
487fdbe
GH-125174: Fix compiler warning (GH-127860)
by Mark Shannon
· 8 months ago
292afd1
GH-127381: pathlib ABCs: remove remaining uncommon `PathBase` methods (#127714)
by Barney Gale
· 8 months ago
8bbd379
Simplify and speed-up an itertools recipe (gh-127848)
by Raymond Hettinger
· 8 months ago
c33b6fb
gh-127740: Add some more tests for earlier PR #127756 (#127818)
by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
· 8 months ago
41f29e5
gh-127146: Some expected failures in Emscripten time tests (#127843)
by Hood Chatham
· 8 months ago
c84928e
gh-115999: Specialize `CALL_KW` in free-threaded builds (#127713)
by mpage
· 8 months ago
e8f4e27
gh-111609: Test `end_offset` in SyntaxError subclass (#127830)
by Nice Zombies
· 8 months ago
bc262de
GH-125174: Mark objects as statically allocated. (#127797)
by Mark Shannon
· 8 months ago
dd9da73
gh-118915: C API: Document frame locals proxies. (#127720)
by Peter Bierma
· 8 months ago
b0f278f
gh-127065: Make methodcaller thread-safe and re-entrant (GH-127746)
by Pieter Eendebak
· 8 months ago
5a23994
GH-127058: Make `PySequence_Tuple` safer and probably faster. (#127758)
by Mark Shannon
· 8 months ago
359389e
gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (#123405)
by Nano
· 8 months ago
b2ad7e0
CI: Use bash to properly expand variable (#127822)
by Hugo van Kemenade
· 8 months ago
ce76b54
gh-126992: Change pickle code to base 10 for load_long and load_int (GH-127042)
by Justin Applegate
· 8 months ago
d5d84c3
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
by Peter Bierma
· 8 months ago
2cdeb61
Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)
by Peter Hawkins
· 8 months ago
db9bea0
gh-127740: For odd-length input to bytes.fromhex(...) change the error message to ValueError: fromhex() arg must be of even length (#127756)
by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
· 8 months ago
12b4f1a
GH-127381: pathlib ABCs: remove `PathBase.samefile()` and rarer `is_*()` (#127709)
by Barney Gale
· 8 months ago
5121685
gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)
by Russell Keith-Magee
· 8 months ago
035f512
Docs: Fix indents in `xmlrpc.client.rst` (#127782)
by Yuki Kobayashi
· 8 months ago
c91ccbe
gh-59705: Set OS thread name when Thread.name is changed (#127702)
by Victor Stinner
· 8 months ago
9af96f4
gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568)
by Bénédikt Tran
· 8 months ago
cef0a90
gh-126937: ctypes: fix TypeError when a field's size is >65535 bytes (GH-126938)
by Melissa0x1f992
· 8 months ago
f4b31ed
gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361)
by Petr Viktorin
· 8 months ago
690fe07
gh-126491: Revert "GH-126491: Lower heap size limit with faster marking (GH-127519)" (GH-127770)
by Petr Viktorin
· 8 months ago
ae31df3
Add zizmor to pre-commit and fix most findings (#127749)
by Hugo van Kemenade
· 8 months ago
8dbdbad
gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)
by Yuki Kobayashi
· 8 months ago
4331832
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
by Bénédikt Tran
· 8 months ago
050d59b
add help blurb for "extralargefile" (#127710)
by Skip Montanaro
· 8 months ago
212448b
gh-127718: Add colour to `test.regrtest` output (#127719)
by Hugo van Kemenade
· 8 months ago
2233c30
gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (#126776)
by Thomas Grainger
· 8 months ago
3983527
gh-127651: Use __file__ in diagnostics if origin is missing (#127660)
by Shantanu
· 8 months ago
58c7538
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
by Bénédikt Tran
· 8 months ago
3b18af9
gh-127629: Add ctypes to the Emscripten build (#127683)
by Hood Chatham
· 8 months ago
5c89adf
GH-127456: pathlib ABCs: add protocol for path parser (#127494)
by Barney Gale
· 8 months ago
e85f2f1
gh-127637: add tests for `dis` command-line interface (#127759)
by Bénédikt Tran
· 8 months ago
5eb7fd4
gh-127732: Add Windows Server 2025 detection to platform module (GH-127733)
by Wulian
· 8 months ago
2041a95
gh-126925: Modify how iOS test results are gathered (#127592)
by Russell Keith-Magee
· 8 months ago
d8d12b37
gh-127503: Fix realpath handling in emscripten cli (#127632)
by Hood Chatham
· 8 months ago
5876063
gh-127503 Don't propagate native PATH to Emscripten Python (#127633)
by Hood Chatham
· 8 months ago
be07edf
gh-127111: Emscripten Move link flags from `LDFLAGS_NODIST` to `LINKFORSHARED` (#127666)
by Hood Chatham
· 8 months ago
a03efb5
gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (#127735)
by Stephen Morton
· 8 months ago
7f8ec52
GH-127381: pathlib ABCs: remove `PathBase.unlink()` and `rmdir()` (#127736)
by Barney Gale
· 8 months ago
2367759
[doc] Fix typos in `interpreter_definition.md` (#127742)
by Stan Ulbrych
· 8 months ago
3b78409
gh-87138: convert SHA-3 object type to heap type (GH-127670)
by Bénédikt Tran
· 8 months ago
8fa5ece
gh-123378: fix post-merge typos in comments and NEWS (#127739)
by Bénédikt Tran
· 8 months ago
1503fc8
gh-127610: Added validation for more than one var-positional and var-keyword parameters in inspect.Signature (GH-127657)
by Apostol Fet
· 8 months ago
7015485
GH-126789: fix some sysconfig data on late site initializations (#127729)
by Filipe Laíns 🇵🇸
· 8 months ago
79b7cab
GH-127090: Fix `urllib.response.addinfourl.url` value for opened `file:` URIs (#127091)
by Barney Gale
· 8 months ago
27d0d21
Give `poplib.POP3.rpop` a proper docstring (#127370)
by Stan Ulbrych
· 8 months ago
72dca6c
gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687)
by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
· 8 months ago
31c9f3c
GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)
by Barney Gale
· 8 months ago
0fc4063
GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704)
by Brett Cannon
· 8 months ago
5b6635f
GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` (#127658)
by Barney Gale
· 8 months ago
e59caf6
Fix typo in `Lib/_android_support.py` (#127699)
by Stan Ulbrych
· 8 months ago
89fa7ec
gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. (#127175)
by Irit Katriel
· 8 months ago
67b18a1
gh-59705: Add _thread.set_name() function (#127338)
by Victor Stinner
· 8 months ago
Next »