Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/heads/main
8288f36
gh-139289: Lazy import rlcompleter to fix the refleak (#139305)
by Tian Gao
· 2 hours ago
main
f04bea4
gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (#139234)
by Bénédikt Tran
· 2 hours ago
0aab07c
gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (#139318)
by sobolevn
· 5 hours ago
6fa1e55
gh-127502: Fix typo in XML security notes (#139335)
by Sebastian Pipping
· 7 hours ago
7909b30
gh-138682: Add symmetric difference to Counter (gh-138766)
by Raymond Hettinger
· 12 hours ago
89b5571
gh-139330: Check expat version/checksum in SBOM with refresh.sh
by Seth Michael Larson
· 23 hours ago
bc7b511
gh-138122: Allow to filter by thread in tachyon's flamegraph (#139216)
by Pablo Galindo Salgado
· 26 hours ago
2462807
gh-138772: Add tests for Turtle.dot() signature (GH-138773)
by Jan-Eric Nitschke
· 27 hours ago
e9c538d
gh-139156: Optimize _PyUnicode_EncodeCharmap() (#139306)
by Victor Stinner
· 31 hours 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
· 2 days ago
7ce25ed
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
by dgpb
· 2 days ago
e45d535
gh-139292: avoid extra tailing blank line in `python -m inspect -d <target>` (#139293)
by yihong
· 2 days ago
8d83b7d
gh-139156: Optimize the UTF-7 encoder (#139253)
by Victor Stinner
· 2 days ago
c7b11b7
gh-139156: Use PyBytesWriter in PyUnicode_EncodeCodePage() (#139259)
by Victor Stinner
· 2 days ago
c9a79a0
gh-139156: Use PyBytesWriter in _PyUnicode_EncodeCharmap() (#139251)
by Victor Stinner
· 2 days ago
06703d6
Remove `.. deprecated-removed` notes for `typing.{NamedTuple, TypedDict}` (#139298)
by sobolevn
· 2 days ago
7016044d
gh-139231: Fix estimation of available stack size for recursion limit on macOS (GH-139232)
by Rok Mandeljc
· 2 days ago
a5e0562
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
by Bénédikt Tran
· 2 days ago
30f8492
gh-83336: Add alias for consistency to `utf-8-sig` (#136530)
by Stan Ulbrych
· 2 days ago
c4f21d7
gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)
by Donghee Na
· 2 days ago
c8624cd
gh-138860: Lazy import rlcompleter in pdb to avoid deadlock in subprocess (#139185)
by Tian Gao
· 3 days ago
9e64938
GH-139174: Prepare `pathlib.Path.info` for new methods (#139175)
by Barney Gale
· 3 days ago
1a2e00c
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
by Serhiy Storchaka
· 3 days ago
6ec058a
gh-138558: Improve handling of Template annotations in annotationlib (#139072)
by Dave Peck
· 3 days ago
e8382e5
gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
by Victor Stinner
· 3 days ago
a79ce35
gh-136744: Remove a redundant test skip (#139267)
by Russell Keith-Magee
· 3 days ago
dd45179
gh-129813, PEP 782: Remove the private _PyBytesWriter API (#139264)
by Victor Stinner
· 3 days ago
5854cf3
gh-130567: Fix possible crash in locale.strxfrm() (GH-138940)
by Serhiy Storchaka
· 3 days ago
6b4e3fe
gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)
by Peter Bierma
· 3 days ago
dd683f8
gh-139208: Fix regrtest --fast-ci --verbose (#139240)
by Victor Stinner
· 3 days ago
16eae6d
GH-137573: Add test to check that the margin used for overflow protection is larger than the stack space used by the interpreter (GH-137724)
by Mark Shannon
· 3 days ago
8cfd7b4
gh-129813, PEP 782: Use PyBytesWriter in utf8_encoder() (#138874)
by Victor Stinner
· 3 days ago
49e83e3
gh-139156: Use PyBytesWriter in PyUnicode_AsRawUnicodeEscapeString() (#139250)
by Victor Stinner
· 4 days ago
c497694
gh-139156: Use PyBytesWriter in UTF-16 encoder (#139233)
by Victor Stinner
· 4 days ago
e578a9e
gh-139156: Use PyBytesWriter in PyUnicode_AsUnicodeEscapeString() (#139249)
by Victor Stinner
· 4 days ago
c863349
gh-139156: Use PyBytesWriter in the UTF-7 encoder (#139248)
by Victor Stinner
· 4 days ago
92ba2c9
gh-139156: Use PyBytesWriter in UTF-32 encoder (#139157)
by Victor Stinner
· 4 days ago
f0d8583
GH-139040: Add Dev Container instructions in JIT README (#139041)
by Savannah Bailey
· 4 days ago
04c46283
gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136746)
by Russell Keith-Magee
· 4 days ago
e642a24
gh-95953: Add a css class to changed lines of difflib.HtmlDiff make_table (#139226)
by Katie Gardner
· 4 days ago
72d5ee0
GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil changes) (GH-139170)
by Savannah Bailey
· 4 days ago
4fb338d
`Doc/library/zoneinfo.rst`: Fix typo (#139190)
by Stan Ulbrych
· 4 days ago
61e54e5
gh-136003: Close file descriptors in test (GH-139225)
by Petr Viktorin
· 4 days ago
a756a4b
gh-138313: Suppress ResourceWarnings and restore skipped test (#138597)
by Jason R. Coombs
· 5 days ago
9c3d09b
`Doc/library/os.rst`: Remove spurious parenthesis (GH-139205)
by Stan Ulbrych
· 5 days ago
cb6fed0
gh-138709: Supress stdout/stderr during test_sampling_profiler tests (#139212)
by Pablo Galindo Salgado
· 5 days ago
9df477c
gh-138709: Fix race condition in test_external_inspection (#139209)
by Pablo Galindo Salgado
· 5 days ago
080faf2
Docs: add missing tools to `Tools/README` (#139150)
by sobolevn
· 5 days ago
e101f90
gh-138092: Correct the documented signature of ``mmap.flush`` (#138671)
by AN Long
· 5 days ago
848d926
Make sure the ``:keyword:`` role works for ``case`` (#138878)
by sobolevn
· 5 days ago
b90e4ac
Link to Discourse in ``.github/CONTRIBUTING.rst`` (#138996)
by Stan Ulbrych
· 5 days ago
20d5494
Revert "gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)" (GH-136989)
by Serhiy Storchaka
· 6 days ago
69c6b43
gh-138013: Split SignalsTest from test_io.test_general (#139079)
by Cody Maloney
· 7 days ago
67636f7
gh-138709: Implement CPU time profiling in profiling.sample (#138710)
by Pablo Galindo Salgado
· 7 days ago
d06113c
gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)
by Peter Bierma
· 7 days ago
2fd43a1
gh-138310: Adds sys.audit event for import_module (#138311)
by Lisa Roach
· 7 days ago
7257b24
gh-139076: Fix regression in pydoc not showing extension functions (GH-139077)
by Serhiy Storchaka
· 7 days ago
b36dee8
Fix the reference to unicode specification (#139138)
by Karolina Surma
· 7 days ago
35c7e52
gh-138171: Migrate iOS testbed location and add Apple build script (#138176)
by Russell Keith-Magee
· 7 days ago
9243a4b
gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
by Peter Bierma
· 7 days ago
e3d9bd6
gh-81148: Eliminate unnecessary check in _strptime when determining AM/PM (#13428)
by Gordon P. Hemsley
· 7 days ago
85c1ef6
GH-137218: Update `make` for JIT stencils (#137265)
by Savannah Bailey
· 7 days ago
47485c0
gh-129813, PEP 782: Fix refleak in sock_recvfrom() (GH-139151)
by Victor Stinner
· 7 days ago
495f589
gh-121237: Add `%:z` directive to datetime.strptime (#136961)
by Semyon Moroz
· 7 days ago
ac5c5d4
gh-119494: Fix error messages for deleting/setting type attributes (#119495)
by da-woods
· 8 days ago
3eec897
gh-136003: Skip non-daemon threads when exceptions occur during finalization (GH-139129)
by Peter Bierma
· 8 days ago
293b05c
gh-118803: Make `ByteString` deprecations louder; remove `ByteString` from `typing.__all__` and `collections.abc.__all__` (#139127)
by Alex Waygood
· 8 days ago
4305cc3
gh-118803: Improve documentation around `ByteString` deprecation (#139115)
by Alex Waygood
· 8 days ago
0f27e10
gh-137976: Explicitly exclude `localtime` from `available_timezones` (#138012)
by Nicholas Tindle
· 8 days ago
d641c41
gh-129813, PEP 782: Use PyBytesWriter in socket recvmsg() (#139131)
by Victor Stinner
· 8 days ago
e163fbd
fixes gh-139090: add os.RWF_DONTCACHE (#139091)
by Benjamin Peterson
· 8 days ago
9b35f7c
gh-129813, PEP 782: Use PyBytesWriter in bufferedio.c (#139121)
by Victor Stinner
· 8 days ago
446587c
gh-129813, PEP 782: Use PyBytesWriter in _ssl (#138929)
by Victor Stinner
· 8 days ago
b0a8073
gh-73487: Convert `_decimal` to use Argument Clinic (part 7) (#138221)
by Sergey B Kirpichev
· 8 days ago
1ebd726
gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)
by Adam Turner
· 8 days ago
594bdde
gh-137242: Mention Android binary releases in documentation (#138305)
by Malcolm Smith
· 8 days ago
a269e69
gh-139109: Dynamic opcode targets (GH-139111)
by Ken Jin
· 8 days ago
243d599
gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
by Victor Stinner
· 8 days ago
6504f20
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
by Victor Stinner
· 8 days ago
2191497
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
by Peter Bierma
· 8 days ago
d6a6fe2
gh-129813, PEP 782: Use PyBytesWriter in ssl.MemoryBIO (#139113)
by Victor Stinner
· 8 days ago
89ff88b
Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)
by Peter Bierma
· 8 days ago
571210b
gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
by Peter Bierma
· 8 days ago
36ec60f
gh-138970: Adjust tests for pegen rule flags (#139107)
by Petr Viktorin
· 8 days ago
49f1c30
gh-139098: Use multiphase initialization in `_testcapi` (GH-139102)
by Peter Bierma
· 8 days ago
70ad1b3
gh-138998: `expat/refresh.sh`: Fail if Step 3 is not completed (GH-139049)
by Stan Ulbrych
· 8 days ago
8247e1b
gh-137838: Add CI for no-opt JIT (#139081)
by Donghee Na
· 8 days ago
0ac377f
Make Android streams respect the unbuffered (`-u`) option (#138806)
by Malcolm Smith
· 8 days ago
db68bfc
gh-138720: Make Buffered closed check match flush (GH-138724)
by Cody Maloney
· 8 days ago
9f7bbaf
gh-129813, PEP 782: Optimize byteswriter_resize() (#139101)
by Victor Stinner
· 8 days ago
d1904b9
gh-116943: Ensure makesetup does not choke on missing EOL in Setup.* files (#139100)
by Erlend E. Aasland
· 8 days ago
4263bc3
gh-129813, PEP 782: Use PyBytesWriter in _socket (#139097)
by Victor Stinner
· 8 days ago
3b83257
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
by Mark Shannon
· 8 days ago
d22b250
Remove unmatched closing parenthesis (GH-139082)
by Rafael Fontenelle
· 8 days ago
c25400a
Revert gh-139075. The sumprod fix needs more work. (gh-139092)
by Raymond Hettinger
· 8 days ago
444ebaf
Remove unnecessary slice in heapq.py (gh-139087)
by Oleksandr Kravets
· 8 days ago
0ce9fb7
gh-138970: Add general metadata system to the peg generator (#138971)
by Pablo Galindo Salgado
· 9 days ago
b485e50
gh-139074: Fix missing high precision case in sumprod() (gh-139075)
by Raymond Hettinger
· 9 days ago
5a15e73
gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and DummyProcess to use None (GH-138814)
by Denis Sergeev
· 9 days ago
b42af37
GH-138355: Remove trash_delete_later from _gc_runtime_state (#138767)
by Sergey Miryanov
· 9 days ago
Next »