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 }}
SQLPATCH
/
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
Objects
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 2, 2022
GH-98686: Quicken everything (GH-98687)
brandtbucher
authored
276d777
View commit details
Copy full SHA for 276d777
View code at this point
Browse repository at this point
Commits on Nov 1, 2022
gh-98852: Fix subscription of type aliases (GH-98920)
Show description for 0e15c31
serhiy-storchaka
authored
0e15c31
View commit details
Copy full SHA for 0e15c31
View code at this point
Browse repository at this point
Commits on Oct 30, 2022
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#98806)
sobolevn
authored
76f989d
View commit details
Copy full SHA for 76f989d
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
obmalloc: Remove unused variable. (GH-98770)
benjaminp
authored
bded5ed
View commit details
Copy full SHA for bded5ed
View code at this point
Browse repository at this point
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Show description for 22863df
markshannon
authored
22863df
View commit details
Copy full SHA for 22863df
View code at this point
Browse repository at this point
gh-98627: Use a Switch in PyModule_FromDefAndSpec2() (gh-98734)
Show description for 731909e
ericsnowcurrently
authored
731909e
View commit details
Copy full SHA for 731909e
View code at this point
Browse repository at this point
Commits on Oct 26, 2022
gh-90716: add _pylong.py module (#96673)
Show description for de69816
nascheme
authored
de69816
View commit details
Copy full SHA for de69816
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
gh-91058: Add error suggestions to 'import from' import errors (#98305)
pablogsal
authored
7cfbb49
View commit details
Copy full SHA for 7cfbb49
View code at this point
Browse repository at this point
gh-96143: Move the perf trampoline files to the Python directory (#98675)
pablogsal
authored
1f737ed
View commit details
Copy full SHA for 1f737ed
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
carljm
authored
82ccbf6
View commit details
Copy full SHA for 82ccbf6
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
gh-98421: Clean Up PyObject_Print (GH-98422)
Show description for c60b3b3
MonadChains
authored
c60b3b3
View commit details
Copy full SHA for c60b3b3
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
ericsnowcurrently
authored
9c8dde0
View commit details
Copy full SHA for 9c8dde0
View code at this point
Browse repository at this point
Commits on Oct 18, 2022
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Show description for db03c80
vstinner
authored
db03c80
View commit details
Copy full SHA for db03c80
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
gh-97982: Factorize PyUnicode_Count() and unicode_count() code (#98025)
Show description for ccab67b
sobolevn
authored
ccab67b
View commit details
Copy full SHA for ccab67b
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
gh-97982: Remove asciilib_count() (#98164)
Show description for df3a6d9
vstinner
authored
df3a6d9
View commit details
Copy full SHA for df3a6d9
View code at this point
Browse repository at this point
gh-95756: Free and NULL-out code caches when needed (GH-98181)
Fidget-Spinner
authored
7ec2e27
View commit details
Copy full SHA for 7ec2e27
View code at this point
Browse repository at this point
gh-95756: Lazily created cached co_* attrs (GH-97791)
Fidget-Spinner
authored
b399115
View commit details
Copy full SHA for b399115
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
carljm
authored
e82d977
View commit details
Copy full SHA for e82d977
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
GH-91052: Add C API for watching dictionaries (GH-31787)
carljm
authored
a4b7794
View commit details
Copy full SHA for a4b7794
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (#97949)
larryhastings
authored
6bfb0be
View commit details
Copy full SHA for 6bfb0be
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
gh-95196: Disable incorrect pickling of the C implemented classmethod descriptors (GH-96383)
serhiy-storchaka
authored
77f0249
View commit details
Copy full SHA for 77f0249
View code at this point
Browse repository at this point
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
brandtbucher
authored
0ff8fd6
View commit details
Copy full SHA for 0ff8fd6
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
gh-96526: Clarify format and __format__ docstrings (gh-96648)
mikez
authored
07b8e85
View commit details
Copy full SHA for 07b8e85
View code at this point
Browse repository at this point
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cb
gpshead
authored
b0f89cb
View commit details
Copy full SHA for b0f89cb
View code at this point
Browse repository at this point
gh-94808: `_PyLineTable_StartsLine` was not used (GH-96609)
sobolevn
authored
e990c6a
View commit details
Copy full SHA for e990c6a
View code at this point
Browse repository at this point
Commits on Oct 2, 2022
gh-97591: In `Exception.__setstate__()` acquire strong references before calling `tp_hash` slot (#97700)
ofey404
authored
d639438
View commit details
Copy full SHA for d639438
View code at this point
Browse repository at this point
Commits on Sep 30, 2022
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.throw (GH-96428)
ofey404
authored
83a3de4
View commit details
Copy full SHA for 83a3de4
View code at this point
Browse repository at this point
Commits on Sep 28, 2022
gh-97616: list_resize() checks for integer overflow (#97617)
Show description for a5f092f
vstinner
authored
a5f092f
View commit details
Copy full SHA for a5f092f
View code at this point
Browse repository at this point
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
Show description for 0c1d7a0
LiarPrincess
authored
0c1d7a0
View commit details
Copy full SHA for 0c1d7a0
View code at this point
Browse repository at this point
Commits on Sep 27, 2022
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
pablogsal
authored
aab01e3
View commit details
Copy full SHA for aab01e3
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Show description for 817fa28
oscarbenjamin
authored
817fa28
View commit details
Copy full SHA for 817fa28
View code at this point
Browse repository at this point
Commits on Sep 20, 2022
Fix minor comment typo in dictobject.c (GH-96960)
Show description for 8563966
albanie
authored
8563966
View commit details
Copy full SHA for 8563966
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Show description for e841ffc
vstinner
authored
e841ffc
View commit details
Copy full SHA for e841ffc
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
Show description for a41ed97
3 people
authored
a41ed97
View commit details
Copy full SHA for a41ed97
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
closes gh-96734: Update to Unicode 15.0.0. (GH-96809)
benjaminp
authored
fd1e477
View commit details
Copy full SHA for fd1e477
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.