Logo
Explore Help
Register Sign In
python/cpython
1
0
Fork 0
You've already forked cpython
mirror of https://github.com/python/cpython.git synced 2026-05-31 00:50:51 +08:00
Code Issues Actions 1 Packages Projects Releases Wiki Activity
All Workflows add-issue-header.yml build.yml documentation-links.yml jit.yml lint.yml mypy.yml new-bugs-announce-notifier.yml require-pr-label.yml reusable-check-c-api-docs.yml reusable-check-html-ids.yml reusable-cifuzz.yml reusable-context.yml reusable-docs.yml reusable-emscripten.yml reusable-macos.yml reusable-san.yml reusable-ubuntu.yml reusable-wasi.yml reusable-windows-msi.yml reusable-windows.yml stale.yml tail-call.yml verify-ensurepip-wheels.yml verify-expat.yml
Actor
All actors python
Status
All status Success Failure Waiting Running
gh-139330: Check expat version/checksum in SBOM with refresh.sh
#2258:Commit 89b5571025 pushed by python
main
2025-09-27 15:36:46 +08:00
4m43s
View workflow file
[3.14] gh-139330: Check expat version/checksum in SBOM with refresh.sh
#2256:Commit 7519ac294f pushed by python
3.14
2025-09-27 15:36:04 +08:00
4m3s
View workflow file
[3.13] gh-139330: Check expat version/checksum in SBOM with refresh.sh
#2254:Commit 11d6c460b8 pushed by python
3.13
2025-09-27 15:35:22 +08:00
3m30s
View workflow file
[3.12] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#138741)
#2252:Commit 71c84fadf4 pushed by python
3.12
2025-09-27 15:34:40 +08:00
2m56s
View workflow file
[3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796)
#2250:Commit 987af36a71 pushed by python
3.11
2025-09-27 15:34:19 +08:00
2m37s
View workflow file
gh-119494: Fix error messages for deleting/setting type attributes (#119495)
#2246:Commit ac5c5d42a2 pushed by python
main
2025-09-26 10:29:42 +08:00
30m8s
View workflow file
[3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139115) (#139137)
#2244:Commit 8246e25ef0 pushed by python
3.13
2025-09-26 10:27:40 +08:00
26m5s
View workflow file
gh-118803: Improve documentation around `ByteString` deprecation (#139115)
#2237:Commit 4305cc3ef3 pushed by python
main
2025-09-19 10:36:03 +08:00
0s
View workflow file
[3.14] gh-118803: Improve documentation around `ByteString` deprecation (GH-139115) (#139136)
#2235:Commit 665a3495bf pushed by python
3.14
2025-09-26 10:12:24 +08:00
44m24s
View workflow file
[3.13] gh-82916: Don't fail when importing from / with sys.pycache_prefix set (GH-30456) (GH-137905)
#2233:Commit 7de5d02b30 pushed by python
3.13
2025-09-19 10:36:01 +08:00
1s
View workflow file
gh-138720: Make Buffered closed check match flush (GH-138724)
#2226:Commit db68bfc771 pushed by python
main
2025-09-19 02:25:43 +08:00
0s
View workflow file
gh-138970: Add general metadata system to the peg generator (#138971)
#2222:Commit 0ce9fb7e3b pushed by python
main
2025-09-18 18:15:33 +08:00
0s
View workflow file
[3.14] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139068)
#2220:Commit a20395b899 pushed by python
3.14
2025-09-19 02:25:41 +08:00
0s
View workflow file
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
#2214:Commit d873fb42f3 pushed by python
main
2025-09-18 10:05:40 +08:00
0s
View workflow file
[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten trampoline (GH-137470) (#139039)
#2212:Commit 0e4e608f03 pushed by python
3.14
2025-09-18 10:05:37 +08:00
1s
View workflow file
[3.13] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#139069)
#2210:Commit fa6dbb1641 pushed by python
3.13
2025-09-19 02:25:40 +08:00
1s
View workflow file
gh-138966: Add description for `gi_suspended` attribute (GH-139008)
#2206:Commit c025576a8f pushed by python
main
2025-09-18 01:56:02 +08:00
0s
View workflow file
[3.14] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (GH-138953) (#138989)
#2204:Commit 6038447d99 pushed by python
3.14
2025-09-18 01:56:00 +08:00
0s
View workflow file
[3.13] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (GH-139019)
#2202:Commit b6d8ec39bd pushed by python
3.13
2025-09-18 01:55:58 +08:00
1s
View workflow file
gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)
#2195:Commit cf9ef73121 pushed by python
main
2025-09-17 17:45:43 +08:00
1s
View workflow file
[3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063) (#138373)
#2193:Commit 284ab76d4e pushed by python
3.14
2025-09-17 17:45:41 +08:00
1s
View workflow file
[3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)
#2191:Commit 35ba6d4035 pushed by python
3.13
2025-09-17 17:45:39 +08:00
1s
View workflow file
gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)
#2187:Commit d61dda52ba pushed by python
main
2025-09-17 01:25:47 +08:00
0s
View workflow file
[3.14] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (#138938)
#2185:Commit 1c901860e6 pushed by python
3.14
2025-09-17 01:25:46 +08:00
1s
View workflow file
[3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138819)
#2183:Commit 2b8ff3ca66 pushed by python
3.13
2025-09-17 01:25:44 +08:00
1s
View workflow file
gh-129813, PEP 782: Add PyBytesWriter.overallocate (#138941)
#2179:Commit 4e00e2504f pushed by python
main
2025-09-16 17:15:38 +08:00
0s
View workflow file
[3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (GH-138942)
#2177:Commit 3669efb890 pushed by python
3.13
2025-09-16 17:15:35 +08:00
1s
View workflow file
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)
#2171:Commit 537133d2b6 pushed by python
main
2025-09-16 09:05:34 +08:00
1s
View workflow file
[3.14] gh-134953: Expand theming for `True`/`False`/`None` (GH-135000) (#138928)
#2169:Commit dc4d016e7e pushed by python
3.14
2025-09-16 17:15:37 +08:00
1s
View workflow file
[3.13] gh-137490: Fix signal.sigwaitinfo() on NetBSD (GH-137523) (GH-138936)
#2167:Commit d8b3a83cf2 pushed by python
3.13
2025-09-16 09:05:32 +08:00
1s
View workflow file
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.25.4 Page: 5624ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API