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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
42
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
.github
on
task-cancel
User selector
All users
All time
Commit history
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
Skip cron workflow for forks (GH-30748)
hugovk
authored
39dec1c
View commit details
Copy full SHA for 39dec1c
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885)
Show description for 45faf15
zooba
authored
45faf15
View commit details
Copy full SHA for 45faf15
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
Add skips to crashing tests under sanitizers instead of manually skipping them (GH-30897)
pablogsal
authored
a275053
View commit details
Copy full SHA for a275053
View code at this point
Browse repository at this point
Commits on Jan 22, 2022
bpo-45200: GHA Address Sanitizer skips 3 slowest tests (GH-30797)
Show description for ce7d667
vstinner
authored
ce7d667
View commit details
Copy full SHA for ce7d667
View code at this point
Browse repository at this point
Commits on Jan 9, 2022
Add a (conservative) timeout for Windows builds on GitHub Actions (GH-30301)
mdickinson
authored
0ea2ef5
View commit details
Copy full SHA for 0ea2ef5
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
bpo-46219, 46221: simplify except* implementation following exc_info changes. Move helpers to exceptions.c. Do not assume that exception groups are truthy. (GH-30289)
iritkatriel
authored
65e7c1f
View commit details
Copy full SHA for 65e7c1f
View code at this point
Browse repository at this point
Commits on Dec 30, 2021
Delete `FUNDING.yml`, since there's an organisation default (#30294)
sobolevn
authored
30ee33d
View commit details
Copy full SHA for 30ee33d
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Show description for fc54e72
kumaraditya303
and
ned-deily
authored
fc54e72
View commit details
Copy full SHA for fc54e72
View code at this point
Browse repository at this point
Commits on Dec 17, 2021
bpo-44035: Show git diff after autoreconf and regen (GH-30117)
tiran
authored
da8cf8a
View commit details
Copy full SHA for da8cf8a
View code at this point
Browse repository at this point
bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170)
tiran
authored
2985fea
View commit details
Copy full SHA for 2985fea
View code at this point
Browse repository at this point
Commits on Dec 10, 2021
build(deps): bump actions/cache from 2.1.6 to 2.1.7 (GH-29875)
Show description for 901cbbd
dependabot[bot]
authored
901cbbd
View commit details
Copy full SHA for 901cbbd
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-46016: GHA Doc job now also runs "make check" (GH-30009)
Show description for da3cf43
vstinner
authored
da3cf43
View commit details
Copy full SHA for da3cf43
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
Show description for cf7eaa4
vstinner
authored
cf7eaa4
View commit details
Copy full SHA for cf7eaa4
View code at this point
Browse repository at this point
Commits on Dec 6, 2021
bpo-44035: Check autoconf files thoroughly (GH-29935)
Show description for 98fac8b
tiran
authored
98fac8b
View commit details
Copy full SHA for 98fac8b
View code at this point
Browse repository at this point
Commits on Dec 4, 2021
bpo-45695: Test out-of-tree builds on GHA (GH-29904)
tiran
authored
cee07b1
View commit details
Copy full SHA for cee07b1
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
Show description for f4afc53
tiran
and
zooba
authored
f4afc53
View commit details
Copy full SHA for f4afc53
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Show description for 9bf2cbc
vstinner
authored
9bf2cbc
View commit details
Copy full SHA for 9bf2cbc
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
bpo-45548: Fix out-of-tree and Debian builds (GH-29263)
Show description for 4c95fb4
tiran
authored
4c95fb4
View commit details
Copy full SHA for 4c95fb4
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
Add workflow_dispatch trigger to GHA workflows (GH-27873)
nightlark
authored
3754f55
View commit details
Copy full SHA for 3754f55
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)
pablogsal
authored
a25dcae
View commit details
Copy full SHA for a25dcae
View code at this point
Browse repository at this point
Commits on Sep 21, 2021
bpo-45200: Ignore test_multiprocessing_* in ASAN build due to false positives (GH-28492)
pablogsal
authored
a356272
View commit details
Copy full SHA for a356272
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
Show description for cc7c680
tiran
authored
cc7c680
View commit details
Copy full SHA for cc7c680
View code at this point
Browse repository at this point
Commits on Sep 4, 2021
Check that 'configure' is generated by GNU Autoconf 2.69 (GH-28152)
pablogsal
authored
6beaf2f
View commit details
Copy full SHA for 6beaf2f
View code at this point
Browse repository at this point
Commits on Aug 30, 2021
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
Show description for 044e8d8
ericsnowcurrently
authored
044e8d8
View commit details
Copy full SHA for 044e8d8
View code at this point
Browse repository at this point
Commits on Aug 29, 2021
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
zooba
authored
d3bdbbf
View commit details
Copy full SHA for d3bdbbf
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
bpo-44854: Remove trailing whitespaces (GH-27689)
serhiy-storchaka
authored
058fb35
View commit details
Copy full SHA for 058fb35
View code at this point
Browse repository at this point
Commits on Aug 2, 2021
build(deps): bump actions/stale from 3 to 4 (#27526)
Show description for db3774d
dependabot[bot]
authored
db3774d
View commit details
Copy full SHA for db3774d
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
Fail the CI if an optional module fails to compile (GH-27466)
pablogsal
authored
7cad0be
View commit details
Copy full SHA for 7cad0be
View code at this point
Browse repository at this point
Commits on Jul 29, 2021
Add missing gdbm dependencies to the UNIX CI (GH-27467)
pablogsal
authored
851cca8
View commit details
Copy full SHA for 851cca8
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
Fidget-Spinner
authored
d61b69f
View commit details
Copy full SHA for d61b69f
View code at this point
Browse repository at this point
Commits on Jul 17, 2021
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (#27210)
ambv
authored
311ee83
View commit details
Copy full SHA for 311ee83
View code at this point
Browse repository at this point
Commits on Jul 12, 2021
build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4 (#26979)
Show description for 171d529
dependabot[bot]
authored
171d529
View commit details
Copy full SHA for 171d529
View code at this point
Browse repository at this point
Commits on Jun 19, 2021
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Show description for 44fb551
tiran
authored
44fb551
View commit details
Copy full SHA for 44fb551
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Run address sanitiser in the GitHub CI (GH-26640)
pablogsal
authored
f82262b
View commit details
Copy full SHA for f82262b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.