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 }}
F-park
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
on
docs_datetime_patch
User selector
All users
All time
Commit history
Commits on Dec 9, 2023
gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)
Show description for 890ce43
nascheme
authored
890ce43
View commit details
Copy full SHA for 890ce43
View code at this point
Browse repository at this point
Commits on Dec 8, 2023
gh-112535: Update _Py_ThreadId() to support s390/s390x (gh-112751)
corona10
authored
c744dbe
View commit details
Copy full SHA for c744dbe
View code at this point
Browse repository at this point
GH-111485: Factor out opcode ID generator from the main cases generator. (GH-112831)
markshannon
authored
aefdebd
View commit details
Copy full SHA for aefdebd
View code at this point
Browse repository at this point
gh-110820: Make sure processor specific defines are correct for Universal 2 build on macOS (#112828)
Show description for 15a80b1
ronaldoussoren
authored
15a80b1
View commit details
Copy full SHA for 15a80b1
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Show description for cf6110b
colesbury
authored
cf6110b
View commit details
Copy full SHA for cf6110b
View code at this point
Browse repository at this point
gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (gh-112560)
Show description for db46073
colesbury
authored
db46073
View commit details
Copy full SHA for db46073
View code at this point
Browse repository at this point
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Show description for 2d76be2
colesbury
authored
2d76be2
View commit details
Copy full SHA for 2d76be2
View code at this point
Browse repository at this point
bpo-42519: Remove outdated sentence in comment (#112822)
Show description for 7576534
chrstphrchvz
authored
7576534
View commit details
Copy full SHA for 7576534
View code at this point
Browse repository at this point
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#112504)
andrewluotechnologies
authored
9c3458e
View commit details
Copy full SHA for 9c3458e
View code at this point
Browse repository at this point
GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code generator (GH-112299)
markshannon
authored
b449415
View commit details
Copy full SHA for b449415
View code at this point
Browse repository at this point
Commits on Dec 6, 2023
gh-111545: Add Py_HashPointer() function (#112096)
Show description for 828451d
vstinner
authored
828451d
View commit details
Copy full SHA for 828451d
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
gh-112535: Add comment for ppc32/64 registers (gh-112746)
corona10
authored
5aa317e
View commit details
Copy full SHA for 5aa317e
View code at this point
Browse repository at this point
gh-112535: Update _Py_ThreadId() to support PowerPC (gh-112624)
corona10
authored
d824512
View commit details
Copy full SHA for d824512
View code at this point
Browse repository at this point
Commits on Dec 4, 2023
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Show description for da6760b
serhiy-storchaka
and
CAM-Gerlach
authored
da6760b
View commit details
Copy full SHA for da6760b
View code at this point
Browse repository at this point
gh-106550: Fix sign conversion in pycore_code.h (#112613)
Show description for a74902a
vstinner
authored
a74902a
View commit details
Copy full SHA for a74902a
View code at this point
Browse repository at this point
Commits on Dec 3, 2023
gh-106560: Fix redundant declarations in Include/ (#112611)
Show description for 1f2a676
vstinner
authored
1f2a676
View commit details
Copy full SHA for 1f2a676
View code at this point
Browse repository at this point
Commits on Dec 1, 2023
gh-112567: Add _PyTimeFraction C API (#112568)
Show description for 5c5022b
vstinner
authored
5c5022b
View commit details
Copy full SHA for 5c5022b
View code at this point
Browse repository at this point
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Show description for 05a370a
vstinner
authored
05a370a
View commit details
Copy full SHA for 05a370a
View code at this point
Browse repository at this point
gh-110481: Fix typo in Py_SET_REFCNT() (#112595)
vstinner
authored
a907356
View commit details
Copy full SHA for a907356
View code at this point
Browse repository at this point
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Show description for 5f6ac2d
vstinner
authored
5f6ac2d
View commit details
Copy full SHA for 5f6ac2d
View code at this point
Browse repository at this point
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Show description for a73aa48
pablogsal
authored
a73aa48
View commit details
Copy full SHA for a73aa48
View code at this point
Browse repository at this point
Commits on Nov 30, 2023
gh-112519: Make it possible to specify instruction flags for pseudo instructions in bytecodes.c (#112520)
iritkatriel
authored
07ebd46
View commit details
Copy full SHA for 07ebd46
View code at this point
Browse repository at this point
gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)
Eclips4
authored
0785c68
View commit details
Copy full SHA for 0785c68
View code at this point
Browse repository at this point
Commits on Nov 29, 2023
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Show description for e723700
gvanrossum
authored
e723700
View commit details
Copy full SHA for e723700
View code at this point
Browse repository at this point
Commits on Nov 27, 2023
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)
Show description for e954ac7
3 people
authored
e954ac7
View commit details
Copy full SHA for e954ac7
View code at this point
Browse repository at this point
Commits on Nov 23, 2023
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
ericsnowcurrently
authored
9e56eed
View commit details
Copy full SHA for 9e56eed
View code at this point
Browse repository at this point
Commits on Nov 22, 2023
gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)
Show description for 790db85
ericsnowcurrently
authored
790db85
View commit details
Copy full SHA for 790db85
View code at this point
Browse repository at this point
Post 3.13.0a2
Yhg1s
committed
1c5279b
View commit details
Copy full SHA for 1c5279b
View code at this point
Browse repository at this point
Python 3.13.0a2
Yhg1s
committed
9c4347e
View commit details
Copy full SHA for 9c4347e
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Show description for 8deb8bc
gvanrossum
authored
8deb8bc
View commit details
Copy full SHA for 8deb8bc
View code at this point
Browse repository at this point
gh-106529: Make FOR_ITER a viable uop (#112134)
Show description for 1995955
gvanrossum
authored
1995955
View commit details
Copy full SHA for 1995955
View code at this point
Browse repository at this point
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Show description for 3b3ec0d
hugovk
authored
3b3ec0d
View commit details
Copy full SHA for 3b3ec0d
View code at this point
Browse repository at this point
Commits on Nov 19, 2023
gh-111926: Update _PyWeakref_IS_DEAD to be thread-safe (gh-112267)
corona10
authored
7c9f267
View commit details
Copy full SHA for 7c9f267
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
gh-106529: Cleanups split off gh-112134 (#112214)
Show description for be0bd54
gvanrossum
authored
be0bd54
View commit details
Copy full SHA for be0bd54
View code at this point
Browse repository at this point
Commits on Nov 16, 2023
gh-111956: Add thread-safe one-time initialization. (gh-111960)
colesbury
authored
446f18a
View commit details
Copy full SHA for 446f18a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.