Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/heads/main
/
Misc
48d0d0d
gh-139312: Update bundled libexpat to 2.7.3 (GH-139319)
by Stan Ulbrych
· 17 hours ago
main
68a1778
gh-90949: amend GH-139234 in prevision of future mitigation API (#139366)
by Bénédikt Tran
· 26 hours ago
8288f36
gh-139289: Lazy import rlcompleter to fix the refleak (#139305)
by Tian Gao
· 30 hours ago
f04bea4
gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#139234)
by Bénédikt Tran
· 30 hours ago
7909b30
gh-138682: Add symmetric difference to Counter (gh-138766)
by Raymond Hettinger
· 2 days ago
89b5571
gh-139330: Check expat version/checksum in SBOM with refresh.sh
by Seth Michael Larson
· 2 days ago
1963e70
gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the system doesn't have process_vm_readv (#139307)
by Pablo Galindo Salgado
· 3 days ago
7ce25ed
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
by dgpb
· 3 days ago
a5e0562
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
by Bénédikt Tran
· 3 days ago
30f8492
gh-83336: Add alias for consistency to `utf-8-sig` (#136530)
by Stan Ulbrych
· 3 days ago
c8624cd
gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)
by Tian Gao
· 4 days ago
1a2e00c
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
by Serhiy Storchaka
· 4 days ago
6ec058a
gh-138558: Improve handling of Template annotations in annotationlib (#139072)
by Dave Peck
· 4 days ago
e8382e5
gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
by Victor Stinner
· 4 days ago
5854cf3
gh-130567: Fix possible crash in locale.strxfrm() (GH-138940)
by Serhiy Storchaka
· 4 days ago
dd683f8
gh-139208: Fix regrtest --fast-ci --verbose (#139240)
by Victor Stinner
· 4 days ago
e642a24
gh-95953: Add a css class to changed lines of difflib.HtmlDiff make_table (#139226)
by Katie Gardner
· 5 days ago
a756a4b
gh-138313: Suppress ResourceWarnings and restore skipped test (#138597)
by Jason R. Coombs
· 6 days ago
20d5494
Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)
by Serhiy Storchaka
· 7 days ago
d06113c
gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
by Peter Bierma
· 8 days ago
7257b24
gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)
by Serhiy Storchaka
· 8 days ago
35c7e52
gh-138171: Migrate iOS testbed location and add Apple build script (#138176)
by Russell Keith-Magee
· 8 days ago
9243a4b
gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
by Peter Bierma
· 8 days ago
495f589
gh-121237: Add `%:z` directive to datetime.strptime (#136961)
by Semyon Moroz
· 8 days ago
ac5c5d4
gh-119494: Fix error messages for deleting/setting type attributes (#119495)
by da-woods
· 9 days ago
293b05c
gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `typing.__all__` and `collections.abc.__all__` (#139127)
by Alex Waygood
· 9 days ago
0f27e10
gh-137976: Explicitly exclude `localtime` from `available_timezones` (#138012)
by Nicholas Tindle
· 9 days ago
e163fbd
fixes gh-139090: add os.RWF_DONTCACHE (#139091)
by Benjamin Peterson
· 9 days ago
2191497
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
by Peter Bierma
· 9 days ago
571210b
gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
by Peter Bierma
· 9 days ago
db68bfc
gh-138720: Make Buffered closed check match flush (GH-138724)
by Cody Maloney
· 9 days ago
3b83257
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
by Mark Shannon
· 9 days ago
c25400a
Revert gh-139075. The sumprod fix needs more work. (gh-139092)
by Raymond Hettinger
· 10 days ago
b485e50
gh-139074: Fix missing high precision case in sumprod() (gh-139075)
by Raymond Hettinger
· 10 days ago
5a15e73
gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814)
by Denis Sergeev
· 10 days ago
a9b6b09
gh-86819: Add ISO-TP CAN socket constants (#23794)
by Stefan Tatschner
· 10 days ago
a648813
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
by Peter Bierma
· 10 days ago
76b2297
gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932)
by adang1345
· 10 days ago
2fc7004
gh-134466: Don't run when termios is inaccessible (GH-138911)
by Łukasz Langa
· 10 days ago
64c876d
gh-138998: Upgrade vendored expat to 2.7.2 (#138999)
by Stan Ulbrych
· 10 days ago
218b8db
gh-99948: Support ctypes.util.find_library in emscripten environment (#138519)
by Gyeongjae Choi
· 10 days ago
a1cf6e9
gh-71679: Share the repr implementation between bytes and bytearray (GH-138181)
by Serhiy Storchaka
· 10 days ago
cf9ef73
gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)
by Serhiy Storchaka
· 11 days ago
530ddd3
Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)" (#138990)
by Alex Waygood
· 11 days ago
6d6aba2
gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (#138953)
by Jelle Zijlstra
· 11 days ago
ab6893a
gh-138514: getpass: restrict `echo_char` to a single ASCII character (#138591)
by Benjamin Johnson
· 11 days ago
b9dbf6a
gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)
by yihong
· 11 days ago
fc3e22a
gh-88473: Implement fast path in date.today() for date types (#130980)
by Stan Ulbrych
· 11 days ago
90fe325
gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
by Sam Gross
· 11 days ago
537133d
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)
by Loïc Simon
· 12 days ago
29d026f
gh-37817: Allow assignment to __bases__ of direct subclasses of builtin classes (GH-137585)
by Serhiy Storchaka
· 12 days ago
8ef7735
gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089)
by yihong
· 12 days ago
26cfb17
gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241)
by 00ll00
· 12 days ago
07d0b95
gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523)
by Serhiy Storchaka
· 12 days ago
9c9a0f7
GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO` (#137577)
by Savannah Bailey
· 12 days ago
a003112
gh-138712: Add os.NODEV (GH-138728)
by Serhiy Storchaka
· 12 days ago
a5b9d0b
gh-134953: Expand theming for `True`/`False`/`None` (#135000)
by Stan Ulbrych
· 12 days ago
43013f7
gh-138779: Use the dev_t converter for st_rdev (GH-138780)
by Serhiy Storchaka
· 12 days ago
32b2c5d
gh-137956: Guard against non-free-threaded extensions in free-threaded builds (GH-137957)
by Petr Viktorin
· 12 days ago
aa9ceb1
gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315)
by Abdul
· 12 days ago
c5180d7
gh-137992: Stop the world when calling PyRefTracer_SetTracer (#137994)
by Pablo Galindo Salgado
· 12 days ago
f01181b
gh-138794: Communicate to PyRefTracer when they are being replaced (#138797)
by Pablo Galindo Salgado
· 12 days ago
baf7470
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
by sobolevn
· 12 days ago
1c984ba
gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)
by sobolevn
· 13 days ago
220c0a8
gh-138804: Check type in `shlex.quote` (GH-138809)
by Christoph Walcher
· 2 weeks ago
c3fca5d
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
by Victor Stinner
· 2 weeks ago
adb4140
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
by Victor Stinner
· 2 weeks ago
5bd4bf0
closes gh-138706: update Unicode to 17.0.0 (#138719)
by Benjamin Peterson
· 2 weeks ago
1da989b
gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482)
by Peter Bierma
· 2 weeks ago
011179a
gh-71810: Fix corner case (length==0) for int.to_bytes() (#138739)
by Sergey B Kirpichev
· 2 weeks ago
4978bfc
gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to several internal types (#138582)
by Bénédikt Tran
· 2 weeks ago
859aecc
gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433)
by Stephen Morton
· 2 weeks ago
7a6fd4a
gh-138349: Fix crash when combining module-level annotation and listcomp (#138363)
by Jelle Zijlstra
· 2 weeks ago
cf8f36f
gh-138716: Fix `assert a := b` syntax error message (#138718)
by sobolevn
· 2 weeks ago
1ce0553
gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285)
by Dung Nguyen
· 2 weeks ago
d54b109
gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)
by Bénédikt Tran
· 2 weeks ago
b9c50b4
gh-134531: use `EVP_MAC` API for `_hashlib.HMAC` when possible (#135235)
by Bénédikt Tran
· 2 weeks ago
6bc65c3
gh-136616: Improve `assert` syntax error messages (#136653)
by sobolevn
· 3 weeks ago
af58a6f
gh-88886: Remove excessive encoding name normalization (GH-137167)
by Serhiy Storchaka
· 3 weeks ago
d4825ac
gh-138535: Optimize fill_time for typical timestamps (#138537)
by Jeffrey Bosboom
· 3 weeks ago
5edfe55
gh-137838: Fix JIT trace buffer overrun by increasing possible exit stubs (gh-138177)
by Donghee Na
· 3 weeks ago
22cb9ba
GH-101100: Remove some entries from ``nitpick_ignore`` (#138464)
by Adam Turner
· 3 weeks ago
5443b9e
gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)
by Adam Turner
· 3 weeks ago
7d435cf
gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (#136743)
by Bruce Merry
· 3 weeks ago
1acb718
gh-133143: Add sys.abi_info (GH-137476)
by Klaus Zimmermann
· 3 weeks ago
7a3bca5
gh-138318, PyREPL: builtins should not be highlighted when used as attribute names (#138319)
by yihong
· 3 weeks ago
6401823
gh-138252: Add support in SSL module for getting and setting TLS signature algorithms (#138269)
by Ron Frederick
· 3 weeks ago
b0420b5
gh-105487: Fix `__dir__` entries of `GenericAlias` (#138578)
by sobolevn
· 3 weeks ago
0912b3a
gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)
by Duane Griffin
· 3 weeks ago
8ed5a2b
gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982)
by Albert Zeyer
· 3 weeks ago
c919d02
gh-138205: Remove the `resize` method on `mmap` object on platforms don't support it (#138276)
by AN Long
· 3 weeks ago
8554c09
gh-116738: make `cProfile` module thread-safe (#138229)
by Alper
· 3 weeks ago
7e652f4
gh-137706: make typing._is_unpacked_typevartuple check for `True` instead of truthy (#137712)
by David Ellis
· 3 weeks ago
bde1291
GH-95952: Require setting `HOSTRUNNER` when cross compiling for WASI (#138203)
by Brett Cannon
· 3 weeks ago
92b2a8a
gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
by Jacob Walls
· 3 weeks ago
e2c038f
gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (#138210)
by Brian Schubert
· 3 weeks ago
8ed1d53
GH-138465: Improve documentation for common sequence methods (#138474)
by Adam Turner
· 3 weeks ago
cb7ef18
gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502)
by Serhiy Storchaka
· 3 weeks ago
ed522ed
gh-83424: Allow empty name if handle is non-null when create ctypes.CDLL on Windows (GH-136878)
by AN Long
· 3 weeks ago
0c74fc8
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
by Petr Viktorin
· 3 weeks ago
Next »