Movatterモバイル変換
[0]
ホーム
URL:
画像なし
夜間モード
Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
HEAD
65d2c51
GH-111758: Merge TSan and UBSan reusable GHA workflows (#136820)
by 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
· 15 minutes ago
main
8f59fbb
gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)
by Peter Bierma
· 2 hours ago
e24c66d
gh-91349: Adjust default compression level to 6 (down from 9) in gzip and tarfile (GH-131470)
by morotti
· 4 hours ago
958657b
gh-131724: Add a new max_response_headers param to HTTP/HTTPSConnection (GH-136814)
by Alexander Urieles
· 6 hours ago
18a7f5d
gh-127598: Improve ModuleNotFoundError when -S is passed (GH-136821)
by MonadChains
· 7 hours ago
4a151ca
gh-134531: prefer using `_hashlib` module state instead of module object (#136865)
by Bénédikt Tran
· 7 hours ago
c504f62
gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)
by Bénédikt Tran
· 8 hours ago
cc81b4e
gh-86608: Improve and restructure tarfile examples (#121771)
by Dominic H.
· 8 hours ago
c6e6fe9
gh-130655: gettext: Add fallback testcase (#136857)
by Dominic H.
· 8 hours ago
9c2f91c
gh-136854: Exit on error in `make venv` (#136856)
by Nacho Caballero
· 8 hours ago
dda9d00
gh-108362: Retarget incremental GC changes to 3.14 (#125453)
by Hugo van Kemenade
· 10 hours ago
588d9fb
gh-136438: Make sure `test_remote_pdb` pass with all optimization levels (GH-136788)
by Olga Pustovalova
· 11 hours ago
6be49ee
gh-136787: improve exception messages for invalid hash algorithms (#136802)
by Bénédikt Tran
· 11 hours ago
800d37f
gh-124621: Emscripten: Fix regression in use-after-close error handling (#136837)
by Hood Chatham
· 25 hours ago
69ea1b3
gh-136839: Refactor simple dict.update calls (#136811)
by Disconnect3d
· 27 hours ago
67036f1
gh-133875: Remove deprecated `pathlib.PurePath.is_reserved` (#133876)
by sobolevn
· 27 hours ago
7ae4749
gh-124621: Emscripten: Add support for async input devices (GH-136822)
by Hood Chatham
· 29 hours ago
1ba2324
gh-136793: Update the sampling rate in the documentation (#136829)
by Slavaqq
· 29 hours ago
6293d8a
gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (#136794)
by Matthieu Lienart
· 30 hours ago
57acd65
gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (#136797)
by Valerio Gianella
· 30 hours ago
8ffc3ef
gh-54732: Make argparse error caused by empty rows in option files explicit (#136795)
by jdunter
· 30 hours ago
3a64844
gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804)
by Olga Matoula
· 31 hours ago
6a1c93a
gh-136764: improve comment in enum.verify.__call__ (GH-136774)
by Saurav Singh
· 31 hours ago
f575588
gh-135730: Clarify multiprocessing.Queue close() documentation (#136803)
by aggshruti99
· 32 hours ago
d19bb44
Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790)
by Disconnect3d
· 32 hours ago
eb8ac4c
gh-122450: Indicate that `Fraction` denominators are always positive (#136789)
by nacind
· 33 hours ago
acefb97
gh-136769: Include fixed-width integers in the fundamental data types table (#136784)
by Sina Zel taat
· 34 hours ago
263e451
gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (#136781)
by Gergely Elias
· 34 hours ago
3eecc72
Docs: Improve example for ``itertools.batched()`` (#136775)
by RafaelWO
· 35 hours ago
60146f4
Fix typo in `Lib/test/test_ast/test_ast.py` (#136767)
by Hunter Hogan
· 35 hours ago
f520f22
parser_generator.py typo - keywods -> keywords (#135014)
by chemelnucfin
· 35 hours ago
09ac8e0
Fix typo: "occured" =>"occurred" (#134928)
by Roman
· 36 hours ago
03017a8
gh-136438: Make sure `test_ast` pass with all optimization levels (#136596)
by Mikhail Efimov
· 2 days ago
28937d3
gh-136697: Use the standard audit event format for sys.monitoring docs (#136747)
by Tian Gao
· 3 days ago
eddc8c0
gh-116738: Make pwd module thread-safe (#136695)
by Alper
· 3 days ago
22af5d3
gh-127146: Emscripten: Set umask to zero in python.sh (#136740)
by Hood Chatham
· 3 days ago
180b3eb
fix traceback.FrameSummary docstring by adding end_lineno, colno, and end_colno (#136716)
by Ole Herman Schumacher Elgesem
· 4 days ago
b7d7225
gh-136669: build `_asyncio` as static module (#136670)
by Kumar Aditya
· 4 days ago
69d8fe5
gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704)
by Bartosz Sławecki
· 4 days ago
dcd27aa
gh-127146: Emscripten: Don't need to avoid unpaired surrogate anymore (#136707)
by Hood Chatham
· 4 days ago
bde808a
gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136709)
by Harmen Stoppels
· 4 days ago
2f0db9b
Add `.gram` file to the `.editorconfig` (#136680)
by sobolevn
· 4 days ago
c730952
gh-127146: Emscripten: more regular stack overflow skips (#136708)
by Hood Chatham
· 4 days ago
12e52ca
gh-127146: Emscripten: Make os.umask() actually work (#136706)
by Hood Chatham
· 4 days ago
8e2f4b4
Improved venv docs to indicate that isolation is the default. (#136698)
by Facundo Batista
· 4 days ago
ef66fb5
gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198)
by Pablo Galindo Salgado
· 4 days ago
e89923d
fix grammar typo in `logging.rst` (#136584)
by William Andrea
· 5 days ago
e81c4e8
gh-127146: Report uid in Emscripten + node as native uid (#136509)
by Hood Chatham
· 5 days ago
cb59eae
Fix the doctest.testmod() docstring (GH-136675)
by Serhiy Storchaka
· 5 days ago
7689407f
Fix index entry and anchor for module.__test__ (GH-136674)
by Serhiy Storchaka
· 5 days ago
2500eb9
gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH-136009)
by andrewreds
· 5 days ago
be02e68
gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)
by Richard Si
· 5 days ago
a8f42e6
gh-111968: remove redundant fetching of interpreter state in `dict` implementation (#136673)
by Kumar Aditya
· 5 days ago
7e10a10
gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (#136683)
by Ran Benita
· 5 days ago
624bf52
gh-136155: Docs: check for EPUB fatal errors in CI (#134074)
by Maciej Olko
· 5 days ago
a02cf19
gh-72570: mention the incompatibility of XOFs with HMAC (#136676)
by Bénédikt Tran
· 5 days ago
5b969fd
GH-132661: Add ``string.templatelib.convert()`` (#135217)
by Adam Turner
· 5 days ago
c89a66f
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
by Adam Turner
· 5 days ago
f320c95
gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201)
by Dzmitry Plashchynski
· 6 days ago
e4654e0
gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (#136664)
by Sergey B Kirpichev
· 6 days ago
db20324
Fix a minor indentation error (#136661)
by Tian Gao
· 6 days ago
9363703
gh-116738: Make grp module thread-safe (#135434)
by Alper
· 6 days ago
d995922
gh-136396: Include instrumentation when creating new copies of the bytecode (#136525)
by mpage
· 6 days ago
3d8c38f
GH-135904: Improve the JIT's performance on macOS (GH-136528)
by Brandt Bucher
· 6 days ago
a68ddea
gh-90733: improve `hashlib.scrypt` interface (#136100)
by Bénédikt Tran
· 6 days ago
75e2c5d
gh-134567: Move unittest What’s New entry (#136630)
by Garry Cairns
· 6 days ago
5bbf30e
Partially revert "gh-101100: Fix sphinx warnings in `library/email.parser.rst` (#136475)" (#136629)
by Hugo van Kemenade
· 6 days ago
cd3e7ac
gh-67341: fix a typo in `Include/fileutils.h` (#136049)
by Lee Dogeon
· 7 days ago
b74fb8e
gh-135256: Simplify parsing parameters in Argument Clinic (GH-135257)
by Serhiy Storchaka
· 7 days ago
283b050
gh-127146: Emscripten: Fix test_open_undecodable_uri by setting `-sTEXTDECODER=2` (#136624)
by Hood Chatham
· 7 days ago
da699ed
gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-135288)
by Serhiy Storchaka
· 7 days ago
85ec3b3
gh-127971: fix off-by-one read beyond the end of a string during search (#132574)
by Duane Griffin
· 7 days ago
a93d9aa
gh-42237: Link to complete list of codec aliases (#136625)
by Stan Ulbrych
· 7 days ago
e18829a
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
by Serhiy Storchaka
· 7 days ago
3dbe02c
gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352)
by Peter Bierma
· 7 days ago
9e5cebd
gh-136547: allow to temporarily disable hash algorithms in tests (#136570)
by Bénédikt Tran
· 7 days ago
0d4fd10
Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323)
by Peter Bierma
· 8 days ago
609d5ad
gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (#134834)
by Yongzi Li
· 8 days ago
46707d2
gh-132969: update ACKS file (gh-133222) (#136144)
by Ajay Kamdar
· 8 days ago
171de05
gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529)
by Sachin Shah
· 8 days ago
42b251b
gh-134939: Correct `concurrent.interpreters` source code link (#136564)
by Stan Ulbrych
· 8 days ago
47b01da
gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)
by Weilin Du
· 8 days ago
9be3649
gh-136591: avoid using deprecated features for OpenSSL 3.0+ (#136592)
by Bénédikt Tran
· 8 days ago
be2c3d2
gh-136549: Fix signature of threading.excepthook() (GH-136559)
by Serhiy Storchaka
· 8 days ago
5e1e21d
gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (#132379)
by Bast
· 8 days ago
25335d2
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#136071)
by Kliment Lamonov
· 8 days ago
5a20e79
gh-99813: Start using `SSL_sendfile` when available (#99907)
by Illia Volochii
· 8 days ago
dda70fa
gh-99631: Add custom `loads` and `dumps` support for the `shelve` module (#118065)
by Furkan Onder
· 8 days ago
c564847
gh-89083: Add CLI tests for `UUIDv{6,7,8}` (#136548)
by Weilin Du
· 8 days ago
2301cdb
gh-135853: add `math.fmax` and `math.fmin` (#135888)
by Bénédikt Tran
· 8 days ago
83d04a2
gh-136565: Improve and amend `hashlib.__doc__` (#136566)
by Bénédikt Tran
· 8 days ago
c7d24b8
gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-136505)
by Petr Viktorin
· 9 days ago
db47f4d
gh-135401: Test AWS-LC as a cryptography library in CI (GH-135402)
by Will Childs-Klein
· 9 days ago
7f1e66a
Minor edit: Improve comment readability and ordering (gh-136557)
by Raymond Hettinger
· 9 days ago
561212a
Doc: More duplicate word fixes (GH-136299)
by Weilin Du
· 9 days ago
252e2f7
gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424)
by Weilin Du
· 9 days ago
2c9a801
gh-135906: Test the internal C API in test_cext (#136247)
by Victor Stinner
· 9 days ago
cbf007b
gh-136156: Remove tempfile test_link_tmpfile() (#136534)
by Victor Stinner
· 9 days ago
236f733
gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (#136500)
by Pablo Galindo Salgado
· 9 days ago
7de8ea7
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
by William S Fulton
· 9 days ago
Next »
[8]
ページ先頭
©2009-2025
Movatter.jp