Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
iritkatriel
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
.github
workflows
on
pseudo-stack
User selector
All users
Datepicker
All time
Commit history
Commits on May 24, 2024
GH-113464: Run the JIT interpreter before any other JIT CI (GH-119466)
brandtbucher
authored
b48a3db
View commit details
Copy full SHA for b48a3db
View code at this point
Browse repository at this point
Commits on May 21, 2024
GH-119292: Add job to JIT CI to build and test with --disable-gil (GH-119293)
Show description for c4722cd
savannahostrowski
and
hugovk
authored
c4722cd
View commit details
Copy full SHA for c4722cd
View code at this point
Browse repository at this point
Use `fail-fast: false` in `mypy.yml` (#119297)
Show description for b365332
sobolevn
authored
b365332
View commit details
Copy full SHA for b365332
View code at this point
Browse repository at this point
Commits on May 20, 2024
Docs: Ensure no warnings are found in the NEWS file before a given line number (#119221)
hugovk
authored
034cf0c
View commit details
Copy full SHA for 034cf0c
View code at this point
Browse repository at this point
Commits on May 19, 2024
GH-119146: Don't run JIT CI on unrelated changes (GH-119147)
Show description for 5307f44
savannahostrowski
and
AlexWaygood
authored
5307f44
View commit details
Copy full SHA for 5307f44
View code at this point
Browse repository at this point
Commits on May 10, 2024
gh-117657: Log TSAN warnings to separate files and archive them (#118747)
Show description for b88889e
mpage
authored
b88889e
View commit details
Copy full SHA for b88889e
View code at this point
Browse repository at this point
Commits on May 8, 2024
Run CI on the 3.13 branch (#118779)
JelleZijlstra
authored
c68311d
View commit details
Copy full SHA for c68311d
View code at this point
Browse repository at this point
Commits on May 7, 2024
Revert to free macOS runners (#118744)
ambv
authored
2a85bed
View commit details
Copy full SHA for 2a85bed
View code at this point
Browse repository at this point
gh-117657: Use clang 18 in TSAN builds (GH-118533)
Show description for 3a6ff1b
mpage
authored
3a6ff1b
View commit details
Copy full SHA for 3a6ff1b
View code at this point
Browse repository at this point
Commits on May 6, 2024
GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)
brandtbucher
authored
430945d
View commit details
Copy full SHA for 430945d
View code at this point
Browse repository at this point
Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)
ambv
authored
5a9eeaf
View commit details
Copy full SHA for 5a9eeaf
View code at this point
Browse repository at this point
Test premium Mac builders (#118672)
ambv
authored
9fd33af
View commit details
Copy full SHA for 9fd33af
View code at this point
Browse repository at this point
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Show description for 325a1da
erlend-aasland
and
zware
authored
325a1da
View commit details
Copy full SHA for 325a1da
View code at this point
Browse repository at this point
gh-115119: Bump CI to use Ubuntu 22.04 (#118631)
Show description for 716ec4b
erlend-aasland
authored
716ec4b
View commit details
Copy full SHA for 716ec4b
View code at this point
Browse repository at this point
Commits on May 5, 2024
gh-111201: A new Python REPL (GH-111567)
Show description for f27f8c7
6 people
authored
f27f8c7
View commit details
Copy full SHA for f27f8c7
View code at this point
Browse repository at this point
Commits on May 3, 2024
GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)
brandtbucher
authored
139dc48
View commit details
Copy full SHA for 139dc48
View code at this point
Browse repository at this point
GH-118251: Skip fewer test in emulated JIT CI (GH-118536)
savannahostrowski
authored
5248596
View commit details
Copy full SHA for 5248596
View code at this point
Browse repository at this point
Commits on Apr 29, 2024
GH-118306: Update JIT to use LLVM 18 (GH-118307)
savannahostrowski
authored
8b56d82
View commit details
Copy full SHA for 8b56d82
View code at this point
Browse repository at this point
gh-118401: Docs: Use Sphinx short options (#118403)
hugovk
authored
ee3413c
View commit details
Copy full SHA for ee3413c
View code at this point
Browse repository at this point
Docs: Upgrade to Sphinx 7.3 (#118397)
hugovk
authored
8d4b756
View commit details
Copy full SHA for 8d4b756
View code at this point
Browse repository at this point
Commits on Apr 26, 2024
gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)
Show description for 463c20d
Eclips4
and
hugovk
authored
463c20d
View commit details
Copy full SHA for 463c20d
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI (GH-118247)
savannahostrowski
authored
8942bf4
View commit details
Copy full SHA for 8942bf4
View code at this point
Browse repository at this point
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
pablogsal
authored
345e1e0
View commit details
Copy full SHA for 345e1e0
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
gh-118039: Fix config.cache key on WASI (#118137)
nineteendo
authored
456c29c
View commit details
Copy full SHA for 456c29c
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Set proper permissions for `jit.yml` workflow (#118084)
sobolevn
authored
fc21c7f
View commit details
Copy full SHA for fc21c7f
View code at this point
Browse repository at this point
Commits on Apr 15, 2024
gh-117657: Add TSAN suppressions for the free-threaded build (#117736)
Show description for 4783206
mpage
authored
4783206
View commit details
Copy full SHA for 4783206
View code at this point
Browse repository at this point
Commits on Apr 1, 2024
build(deps): bump actions/add-to-project from 0.6.0 to 1.0.0 (#117415)
Show description for 3bb12e4
dependabot[bot]
authored
3bb12e4
View commit details
Copy full SHA for 3bb12e4
View code at this point
Browse repository at this point
Commits on Mar 28, 2024
Increase the JIT CI timeouts to 75 minutes (GH-117342)
brandtbucher
authored
18cf239
View commit details
Copy full SHA for 18cf239
View code at this point
Browse repository at this point
Revert "gh-116886: Temporarily disable CIfuzz (memory) (GH-117018)" (GH-117289)
Show description for 2cedd25
illia-v
authored
2cedd25
View commit details
Copy full SHA for 2cedd25
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
gh-116886: Temporarily disable CIfuzz (memory) (#117018)
ambv
authored
1ab0d0b
View commit details
Copy full SHA for 1ab0d0b
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
CI: Pass environment variables directly to configure in JIT CI (#116156)
Show description for 43c9d61
erlend-aasland
and
hugovk
authored
43c9d61
View commit details
Copy full SHA for 43c9d61
View code at this point
Browse repository at this point
Bump GitHub Actions (#116944)
hugovk
authored
3a99f5c
View commit details
Copy full SHA for 3a99f5c
View code at this point
Browse repository at this point
Commits on Mar 16, 2024
CI: Process stale issues four times per day (#116857)
hugovk
authored
259dbc4
View commit details
Copy full SHA for 259dbc4
View code at this point
Browse repository at this point
gh-112536: Add TSAN builds on Github Actions (#116872)
corona10
authored
20578a1
View commit details
Copy full SHA for 20578a1
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
CI: Only test free-threading with faster macOS M1 (#116814)
Show description for 415cd06
hugovk
authored
415cd06
View commit details
Copy full SHA for 415cd06
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.