Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
HEAD
180b3eb
fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno (#136716)
by Ole Herman Schumacher Elgesem
· 20 hours ago
main
b7d7225
gh-136669: build `_asyncio` as static module (#136670)
by Kumar Aditya
· 21 hours ago
69d8fe5
gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704)
by Bartosz Sławecki
· 21 hours ago
dcd27aa
gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)
by Hood Chatham
· 22 hours ago
bde808a
gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)
by Harmen Stoppels
· 22 hours ago
2f0db9b
Add `.gram` file to the `.editorconfig` (#136680)
by sobolevn
· 23 hours ago
c730952
gh-127146: Emscripten: more regular stack overflow skips (#136708)
by Hood Chatham
· 24 hours ago
12e52ca
gh-127146: Emscripten: Make os.umask() actually work (#136706)
by Hood Chatham
· 24 hours ago
8e2f4b4
Improved venv docs to indicate that isolation is the default. (#136698)
by Facundo Batista
· 26 hours ago
ef66fb5
gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198)
by Pablo Galindo Salgado
· 28 hours ago
e89923d
fix grammar typo in `logging.rst` (#136584)
by William Andrea
· 31 hours ago
e81c4e8
gh-127146: Report uid in Emscripten + node as native uid (#136509)
by Hood Chatham
· 34 hours ago
cb59eae
Fix the doctest.testmod() docstring (GH-136675)
by Serhiy Storchaka
· 2 days ago
7689407f
Fix index entry and anchor for module.__test__ (GH-136674)
by Serhiy Storchaka
· 2 days ago
2500eb9
gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH-136009)
by andrewreds
· 2 days ago
be02e68
gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)
by Richard Si
· 2 days ago
a8f42e6
gh-111968: remove redundant fetching of interpreter state in `dict` implementation (#136673)
by Kumar Aditya
· 2 days ago
7e10a10
gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (#136683)
by Ran Benita
· 2 days ago
624bf52
gh-136155: Docs: check for EPUB fatal errors in CI (#134074)
by Maciej Olko
· 2 days ago
a02cf19
gh-72570: mention the incompatibility of XOFs with HMAC (#136676)
by Bénédikt Tran
· 2 days ago
5b969fd
GH-132661: Add ``string.templatelib.convert()`` (#135217)
by Adam Turner
· 2 days ago
c89a66f
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
by Adam Turner
· 2 days ago
f320c95
gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201)
by Dzmitry Plashchynski
· 2 days ago
e4654e0
gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (#136664)
by Sergey B Kirpichev
· 2 days ago
db20324
Fix a minor indentation error (#136661)
by Tian Gao
· 3 days ago
9363703
gh-116738: Make grp module thread-safe (#135434)
by Alper
· 3 days ago
d995922
gh-136396: Include instrumentation when creating new copies of the bytecode (#136525)
by mpage
· 3 days ago
3d8c38f
GH-135904: Improve the JIT's performance on macOS (GH-136528)
by Brandt Bucher
· 3 days ago
a68ddea
gh-90733: improve `hashlib.scrypt` interface (#136100)
by Bénédikt Tran
· 3 days ago
75e2c5d
gh-134567: Move unittest What’s New entry (#136630)
by Garry Cairns
· 3 days ago
5bbf30e
Partially revert "gh-101100: Fix sphinx warnings in `library/email.parser.rst` (#136475)" (#136629)
by Hugo van Kemenade
· 3 days ago
cd3e7ac
gh-67341: fix a typo in `Include/fileutils.h` (#136049)
by Lee Dogeon
· 3 days ago
b74fb8e
gh-135256: Simplify parsing parameters in Argument Clinic (GH-135257)
by Serhiy Storchaka
· 4 days ago
283b050
gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (#136624)
by Hood Chatham
· 4 days ago
da699ed
gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-135288)
by Serhiy Storchaka
· 4 days ago
85ec3b3
gh-127971: fix off-by-one read beyond the end of a string during search (#132574)
by Duane Griffin
· 4 days ago
a93d9aa
gh-42237: Link to complete list of codec aliases (#136625)
by Stan Ulbrych
· 4 days ago
e18829a
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
by Serhiy Storchaka
· 4 days ago
3dbe02c
gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352)
by Peter Bierma
· 4 days ago
9e5cebd
gh-136547: allow to temporarily disable hash algorithms in tests (#136570)
by Bénédikt Tran
· 4 days ago
0d4fd10
Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323)
by Peter Bierma
· 4 days ago
609d5ad
gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (#134834)
by Yongzi Li
· 4 days ago
46707d2
gh-132969: update ACKS file (gh-133222) (#136144)
by Ajay Kamdar
· 4 days ago
171de05
gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529)
by Sachin Shah
· 4 days ago
42b251b
gh-134939: Correct `concurrent.interpreters` source code link (#136564)
by Stan Ulbrych
· 4 days ago
47b01da
gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)
by Weilin Du
· 5 days ago
9be3649
gh-136591: avoid using deprecated features for OpenSSL 3.0+ (#136592)
by Bénédikt Tran
· 5 days ago
be2c3d2
gh-136549: Fix signature of threading.excepthook() (GH-136559)
by Serhiy Storchaka
· 5 days ago
5e1e21d
gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (#132379)
by Bast
· 5 days ago
25335d2
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)
by Kliment Lamonov
· 5 days ago
5a20e79
gh-99813: Start using `SSL_sendfile` when available (#99907)
by Illia Volochii
· 5 days ago
dda70fa
gh-99631: Add custom `loads` and `dumps` support for the `shelve` module (#118065)
by Furkan Onder
· 5 days ago
c564847
gh-89083: Add CLI tests for `UUIDv{6,7,8}` (#136548)
by Weilin Du
· 5 days ago
2301cdb
gh-135853: add `math.fmax` and `math.fmin` (#135888)
by Bénédikt Tran
· 5 days ago
83d04a2
gh-136565: Improve and amend `hashlib.__doc__` (#136566)
by Bénédikt Tran
· 5 days ago
c7d24b8
gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-136505)
by Petr Viktorin
· 5 days ago
db47f4d
gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402)
by Will Childs-Klein
· 6 days ago
7f1e66a
Minor edit: Improve comment readability and ordering (gh-136557)
by Raymond Hettinger
· 6 days ago
561212a
Doc: More duplicate word fixes (GH-136299)
by Weilin Du
· 6 days ago
252e2f7
gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424)
by Weilin Du
· 6 days ago
2c9a801
gh-135906: Test the internal C API in test_cext (#136247)
by Victor Stinner
· 6 days ago
cbf007b
gh-136156: Remove tempfile test_link_tmpfile() (#136534)
by Victor Stinner
· 6 days ago
236f733
gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#136500)
by Pablo Galindo Salgado
· 6 days ago
7de8ea7
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
by William S Fulton
· 6 days ago
3343fce
gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (#136435)
by sobolevn
· 6 days ago
975b57d
gh-76637: Note that `undefined` Codec is for testing (#136531)
by Stan Ulbrych
· 6 days ago
515b3d1
gh-101100: Fix sphinx warnings in `library/email.parser.rst` (#136475)
by Weilin Du
· 6 days ago
49365bd
gh-107538: [Enum] fix handling of inverted/negative values (GH-132273)
by Ethan Furman
· 7 days ago
56c6f04
Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (#136519)
by Brandt Bucher
· 7 days ago
c560df9
gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#136518)
by Sergey Miryanov
· 7 days ago
59acdba
gh-135953: Implement sampling tool under profile.sample (#135998)
by László Kiss Kollár
· 7 days ago
35e2c35
gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (#136498)
by Stan Ulbrych
· 7 days ago
4b41b20
gh-82663: Clarify `codecs.iterdecode/encode` docs (#136497)
by Stan Ulbrych
· 7 days ago
f1b8d01
gh-132661: Add default value (of `""`) for `Interpolation.expression` (#136441)
by Dave Peck
· 7 days ago
f519918
gh-136394: Fix race condition in test_zstd (GH-136432)
by Rogdham
· 7 days ago
d754f75
gh-82088: Improve performance of PyLong_As*() for multi-digit ints (#135585)
by Pieter Eendebak
· 7 days ago
85bc89f
gh-136209: Add .. c:var:: declarations for C exception types (GH-136210)
by Petr Viktorin
· 7 days ago
c176543
gh-136438: Make sure `test_builtins` pass with all optimization levels (#136474)
by sobolevn
· 7 days ago
b44316a
gh-136476: Remove creation of unused list (GH-136494)
by Petr Viktorin
· 7 days ago
61dd9fd
gh-135846: Add zstd dependency to Android build script (#136253)
by Emma Smith
· 8 days ago
ea45a2f
gh-136476: Show the full stack in get_async_stack_trace in _remote_debugging (#136483)
by Pablo Galindo Salgado
· 8 days ago
9c4d287
gh-102740: Clarify time.monotonic() "system-wide" in the doc (#136431)
by Victor Stinner
· 8 days ago
92b33c9
gh-136156: Skip test_tempfile.test_link_tmpfile() on Android (#136430)
by Victor Stinner
· 8 days ago
92f392a
gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136146)
by Zachary Ware
· 8 days ago
e697f5e
Add Diego Russo as code owner of the JIT (#136460)
by Diego Russo
· 8 days ago
c49dc3b
GH-115802: Optimize JIT stencils for size (GH-136393)
by Brandt Bucher
· 8 days ago
798f791
Minor edit: Move comments closer to the code they describe (gh-136477)
by Raymond Hettinger
· 8 days ago
591abcc
gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058)
by Oskar Roesler
· 8 days ago
6a6cd3c
gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270)
by NekrodNIK
· 8 days ago
3c43df4
Docs: unittest.enterModuleContext is not a classmethod (#136464)
by Geoffrey Thomas
· 8 days ago
77fa7a4
gh-136447: Use `self.loop` instead of global `loop` variable in asyncio REPL (#136448)
by Justin Su
· 8 days ago
797abd1
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
by Jelle Zijlstra
· 8 days ago
f1dcf3c
gh-53243: Document `codecs.readbuffer_encode()` (#136284)
by Stan Ulbrych
· 8 days ago
301b29d
gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446)
by Vinay Sajip
· 8 days ago
f9932f5
gh-119109: improve `functools.partial` vectorcall with keywords (#124584)
by dgpb
· 8 days ago
6ea4258
gh-136229: Remove Platform Emscripten is not supported warning (#136230)
by Hood Chatham
· 8 days ago
77d25e5
gh-91048: Revert the memory cache removal for remote debugging (#136440)
by Pablo Galindo Salgado
· 9 days ago
a6566e4
gh-92536: Fix comment about number of unicode string types (#136439)
by Arseniy Terekhin
· 9 days ago
ffd7f2f
gh-136162: Document `encodings` package functions (#136164)
by Stan Ulbrych
· 9 days ago
b6b99bf
GH-91636: Clear weakrefs created by finalizers. (GH-136401)
by Neil Schemenauer
· 9 days ago
Next »