Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/heads/main
7afe1ad
Replace `capi-sig` mailing list with `discuss.python.org` (#136211)
by sobolevn
· 5 hours ago
main
41a9b46
gh-136203: Improve `TypeError` msg when comparing two `MappingProxyType`s (#136204)
by sobolevn
· 6 hours ago
fa43a1e
gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178)
by Victor Stinner
· 9 hours ago
ab7196a
gh-136193: Improve `TypeError` msg when comparing two `SimpleNamespace`s (#136195)
by sobolevn
· 11 hours ago
51ab66b
gh-134567: Add the formatter parameter in unittest.TestCase.assertLogs (GH-134570)
by Garry Cairns
· 12 hours ago
b19c9da
gh-115119: Defer removal of bundled libmpdec to 3.16 (#133997)
by Sergey B Kirpichev
· 13 hours ago
b330897
gh-136183: Deal with escapes in JIT optimizer's constant evaluator (GH-136184)
by Ken Jin
· 16 hours ago
f41e9c7
gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)
by Sam Gross
· 29 hours ago
86c3316
gh-134280: Disable constant folding for ~ with a boolean argument (GH-134982)
by Serhiy Storchaka
· 29 hours ago
e0d6500
gh-136125: Use `_PyObject_GetMethodStackRef` for `LOAD_ATTR` (GH-136127)
by Ken Jin
· 29 hours ago
17cf0a3
gh-115119: Remove implicit fallback to the bundled libmpdec (#134078)
by Sergey B Kirpichev
· 30 hours ago
93809a9
gh-105456: Remove 3 deprecated `sre_*` modules (#135994)
by Stan Ulbrych
· 31 hours ago
12ce16b
gh-87298: Add tests for find_in_strong_cache() bug in _zoneinfo (GH-24829)
by Zackery Spytz
· 31 hours ago
9c0cb5b
gh-136169: Update parameter name in fractions.from_float method (#136172)
by Vladyslav Lazoryk
· 33 hours ago
28940e8
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
by Victor Stinner
· 33 hours ago
0e19db6
gh-135836: Fix `IndexError` in `asyncio.create_connection` with empty exceptions list (#135845)
by heliang666s
· 34 hours ago
31b56df
gh-133447: Update `sqlite3` What's New 3.15 entry (GH-136079)
by Stan Ulbrych
· 36 hours ago
fe119a0
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-135991)
by Petr Viktorin
· 2 days ago
845263a
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat` (#135346)
by Petr Viktorin
· 2 days ago
23caccf
gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364)
by Cody Maloney
· 2 days ago
7e335584
gh-135422: Fix regression in `SyntaxError` messages after #134036 (#135423)
by sobolevn
· 2 days ago
fc82cb9
gh-134939: Fill Out the concurrent.interpreters Docs (gh-135902)
by Eric Snow
· 2 days ago
486587d
gh-63207: Update `time.time` documentation after #116822 (#136068)
by Stan Ulbrych
· 2 days ago
a87f3e0
gh-136122: Fix video link for math.tau documentation (#136129)
by sedram
· 2 days ago
ee47670
gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (#136117)
by Victor Stinner
· 2 days ago
2bdd503
gh-48181: Document `codecs.charmap_build` (#135997)
by Stan Ulbrych
· 2 days ago
75f4059
gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085)
by Adam Dangoor
· 2 days ago
847d1c2
gh-123471: Make itertools.product and itertools.combinations thread-safe (#132814)
by Pieter Eendebak
· 2 days ago
b1056c2
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
by Xuanteng Huang
· 2 days ago
0533c1f
gh-123471: Make itertools.chain thread-safe (#135689)
by Pieter Eendebak
· 2 days ago
536a5ff
gh-132813: Fix the csv documentation for quoting and escaping (#133209)
by Serhiy Storchaka
· 3 days ago
980a568
gh-136087: Remove `\r` from documented `os.linesep` values (#136088)
by sobolevn
· 3 days ago
fb9f933
gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699)
by Kanishk Pachauri
· 3 days ago
698bab5
Doc: fix duplicated words (#136086)
by Weilin Du
· 3 days ago
7a403a8
gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 (#125566)
by fry69
· 3 days ago
3947847
gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-136081)
by Peter Bierma
· 3 days ago
bd928a3
gh-136066: simplify `platform._platform()` (#136069)
by Bénédikt Tran
· 4 days ago
30ba03e
gh-136053: Check error for TYPE_SLICE in marshal.c (GH-136054)
by Akshat Gupta
· 4 days ago
f04d2b8
Doc: Fix duplicate words in idlelib (#136089)
by Weilin Du
· 4 days ago
5334732
gh-91048: Fix external inspection multi-threaded performance (#136005)
by Pablo Galindo Salgado
· 4 days ago
579acf4
gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022)
by Nicolas Trangez
· 4 days ago
42ccac2
gh-135853: add `math.signbit` (#135877)
by Bénédikt Tran
· 4 days ago
ff7b5d4
gh-132732: Fix up pure types in JIT (GH-136050)
by Ken Jin
· 4 days ago
35ecaf9
Fix a typo in Lib/unittest/mock.py (#136067)
by Weilin Du
· 5 days ago
c419af9
gh-132732: JIT: Only allow compact ints in pure evaluation (GH-136040)
by Ken Jin
· 5 days ago
0e5d096
GH-135904: Optimize the JIT's assembly control flow (GH-135905)
by Brandt Bucher
· 5 days ago
0141e7f
gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (#136027)
by Lee Dogeon
· 5 days ago
1e975ae
gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)
by Bénédikt Tran
· 5 days ago
065194c
gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (#135572)
by Will Childs-Klein
· 5 days ago
731f5b8
gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029)
by Serhiy Storchaka
· 5 days ago
de0d014
gh-92266: Replace tabs with four spaces in Python files (#135983)
by Hugo van Kemenade
· 5 days ago
695ab61
gh-132732: Automatically constant evaluate pure operations (GH-132733)
by Ken Jin
· 5 days ago
c45f4f3
gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981)
by Serhiy Storchaka
· 5 days ago
f3aec60
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
by Sergey B Kirpichev
· 6 days ago
e23518f
gh-136017: avoid decref in rich compare for bool objects (#136018)
by Pieter Eendebak
· 6 days ago
07183eb
gh-53203: Fix strptime() for %c, %x and %X formats on some locales (#135971)
by Serhiy Storchaka
· 6 days ago
0c6c09b
gh-135968: Add iOS binary stubs for strip (#135970)
by Russell Keith-Magee
· 6 days ago
2fc68e1
gh-135551: Change how sorting picks minimum run length (#135553)
by Tim Peters
· 6 days ago
b38810b
gh-135966: Modify iOS testbed to make app_packages a site directory (#135967)
by Russell Keith-Magee
· 6 days ago
34ce192
Docs: Fix duplicate word typos (GH-135958)
by Brian Schubert
· 6 days ago
58a42de
gh-135995: Fix missing char in palmos encoding (#135990)
by Nathan Korth
· 6 days ago
642e5df
IDLE: Update NEWS2x.txt with 2.7.0 release date (#129908)
by Stan Ulbrych
· 6 days ago
8594d2c
gh-135927: Check _MSC_VER to define _Py_NULL macro (#135987)
by Victor Stinner
· 6 days ago
a4625d5
gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954)
by Duane Griffin
· 6 days ago
0d76dcc
gh-135110: Fix misleading `generator.close()` documentation (GH-135152)
by Connor Denihan
· 6 days ago
fb9e292
gh-129958: New syntax error in format spec applies to both f-strings and t-strings (#135570)
by Dylan
· 6 days ago
ffb2a02
gh-135965: Delete duplicate word in isolating-extensions howto (#135964)
by Weilin Du
· 6 days ago
6be17ba
gh-135755: Use private names (_Py*) for header file guards new in 3.14 (GH-135921)
by Petr Viktorin
· 6 days ago
9193efd
gh-125206: Make _Py_FFI_SUPPORT_C_COMPLEX private (GH-135932)
by Petr Viktorin
· 7 days ago
10a3d43
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
by Peter Bierma
· 7 days ago
a1da208
gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924)
by Petr Viktorin
· 7 days ago
e3ea6f2
gh-135956: Remove duplicate word in _pydatetime docstring (#135957)
by Terry Jan Reedy
· 7 days ago
1f5e23f
Add whatsnew text for warnings module changes. (gh-135869)
by Neil Schemenauer
· 7 days ago
0fadd9f
gh-125142: remove duplicated import in `Lib/pydoc.py` (gh-135215)
by Stan Ulbrych
· 7 days ago
6227662
Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393)
by Rob Reynolds
· 7 days ago
cbfaf41
Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872)
by Joseph Tibbertsma
· 7 days ago
a88b49c
gh-135927: Fix MSVC Clatest C builds (GH-135935)
by Ken Jin
· 7 days ago
d215491
Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977)
by HarryLHW
· 7 days ago
bcc2cba
gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#135937)
by sobolevn
· 7 days ago
c2f2fd4
gh-131591: Make --without-remote-debug work (GH-135925)
by Petr Viktorin
· 7 days ago
1b1ae82
gh-135755: Move SPECIAL_ constants to a private header (GH-135922)
by Petr Viktorin
· 7 days ago
dd59c78
gh-135839: Fix `module_traverse` and `module_clear` in `_interpchannelsmodule` (#135840)
by sobolevn
· 8 days ago
ca87a47
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)
by Peter Bierma
· 8 days ago
113de85
GH-133136: Revise QSBR to reduce excess memory held (gh-135473)
by Neil Schemenauer
· 8 days ago
18d32fb
gh-91555: Revert disabling of logger while handling log record. (GH-135858)
by Vinay Sajip
· 8 days ago
ee0e22c
GH-90117: Check for list and tuple before MappingView in pprint (GH-135779)
by Brandt Bucher
· 8 days ago
4e6f0d1
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set___main___attrs` (gh-135856)
by Brian Schubert
· 8 days ago
fea5ccc
gh-135805: Document the X option and env var for controlling thread-local bytecode (#135868)
by mpage
· 8 days ago
b3ab94a
gh-135878: Fix crash in `types.SimpleNamespace.__repr__` (#135889)
by sobolevn
· 8 days ago
e5f03b9
gh-135487: fix `reprlib.Repr.repr_int` when given very large integers (#135506)
by Bénédikt Tran
· 8 days ago
15c6d63
gh-135494: Fix python -m test --pgo -x test_re (#135713)
by Victor Stinner
· 8 days ago
2060089
GH-135106: Restrict trashcan to GC'ed objects (GH-135682)
by Mark Shannon
· 9 days ago
39ea593
gh-123299: Update 'What's New in Python 3.14' from `3.14` branch (#135616)
by Hugo van Kemenade
· 9 days ago
ef4fc86
gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)
by Bénédikt Tran
· 9 days ago
34393cb
gh-135648: Document that `shutil.copyfileobj` doesn't flush (#135737)
by Russell Keith-Magee
· 9 days ago
2793b68
Fix example according to PEP 750 in "What's new in 3.14" (GH-134727)
by Vincent Poulailleau
· 9 days ago
caad163
Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
by Yongzi Li
· 9 days ago
ceae4ed
gh-119786: Add InternalDocs/qsbr.md. (gh-135411)
by Neil Schemenauer
· 9 days ago
bda1218
gh-131798: Optimize `_UNARY_NEGATIVE` (GH-135223)
by Noam Cohen
· 9 days ago
569fc68
gh-134584: Specialize POP_TOP by reference and type in JIT (GH-135761)
by Ken Jin
· 9 days ago
Next »