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 }}
wrongnull
/
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
patch-2
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 20, 2023
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Show description for a99eb5c
zooba
authored
a99eb5c
View commit details
Copy full SHA for a99eb5c
View code at this point
Browse repository at this point
Commits on Feb 19, 2023
GH-84783: Make the slice object hashable (GH-101264)
furkanonder
authored
61f1e67
View commit details
Copy full SHA for 61f1e67
View code at this point
Browse repository at this point
Commits on Feb 18, 2023
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
nickovs
authored
128379b
View commit details
Copy full SHA for 128379b
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
gh-101758: Clean Up Uses of Import State (gh-101919)
Show description for b2fc549
ericsnowcurrently
authored
b2fc549
View commit details
Copy full SHA for b2fc549
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)
markshannon
authored
160f2fe
View commit details
Copy full SHA for 160f2fe
View code at this point
Browse repository at this point
Commits on Feb 10, 2023
gh-101747: Fix refleak in new `OrderedDict` repr (GH-101748)
sobolevn
authored
34c50ce
View commit details
Copy full SHA for 34c50ce
View code at this point
Browse repository at this point
Commits on Feb 9, 2023
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
corona10
authored
5b946d3
View commit details
Copy full SHA for 5b946d3
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
kumaraditya303
authored
d9de079
View commit details
Copy full SHA for d9de079
View code at this point
Browse repository at this point
GH-101578: Normalize the current exception (GH-101607)
Show description for feec49c
markshannon
authored
feec49c
View commit details
Copy full SHA for feec49c
View code at this point
Browse repository at this point
gh-101446: Change `repr` of `collections.OrderedDict` (#101661)
sobolevn
authored
790ff6b
View commit details
Copy full SHA for 790ff6b
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin-wwy
authored
753fc8a
View commit details
Copy full SHA for 753fc8a
View code at this point
Browse repository at this point
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
Show description for ae62bdd
MatthieuDartiailh
and
ambv
authored
ae62bdd
View commit details
Copy full SHA for ae62bdd
View code at this point
Browse repository at this point
Commits on Feb 5, 2023
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Show description for 39017e0
mdickinson
authored
39017e0
View commit details
Copy full SHA for 39017e0
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
gh-101409: Improve generated clinic code for self type checks (#101411)
erlend-aasland
authored
2753cf2
View commit details
Copy full SHA for 2753cf2
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongValue struct. (GH-101292)
markshannon
authored
c1b1f51
View commit details
Copy full SHA for c1b1f51
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-101013)
Show description for f02fa64
markshannon
authored
f02fa64
View commit details
Copy full SHA for f02fa64
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-101209)
Show description for 7b20a0f
ericsnowcurrently
authored
7b20a0f
View commit details
Copy full SHA for 7b20a0f
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
gh-100726: Optimize construction of range object for medium sized integers (#100810)
Show description for f63f525
3 people
authored
f63f525
View commit details
Copy full SHA for f63f525
View code at this point
Browse repository at this point
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#101038)
Show description for 401fdf9
mdickinson
authored
401fdf9
View commit details
Copy full SHA for 401fdf9
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
markshannon
authored
7b14c2e
View commit details
Copy full SHA for 7b14c2e
View code at this point
Browse repository at this point
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (#101057)
sobolevn
authored
b1a74a1
View commit details
Copy full SHA for b1a74a1
View code at this point
Browse repository at this point
Commits on Jan 13, 2023
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520)
Show description for b5d4347
zooba
authored
b5d4347
View commit details
Copy full SHA for b5d4347
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
GH-100942: Fix incorrect cast in property_copy(). (#100965)
rhettinger
authored
94fc770
View commit details
Copy full SHA for 94fc770
View code at this point
Browse repository at this point
GH-81381: Add longer comment _PyType_AllocNoTrack() (GH-100954)
Show description for c549fcc
nascheme
authored
c549fcc
View commit details
Copy full SHA for c549fcc
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
GH-100117: Make `co_lines` more efficient (GH-100447)
brandtbucher
authored
f07daaf
View commit details
Copy full SHA for f07daaf
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
GH-100126: Skip incomplete frames in more places (GH-100613)
brandtbucher
authored
61762b9
View commit details
Copy full SHA for 61762b9
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
gh-100758: Refactor initialisation of frame headers into a single function (_PyFrame_Initialize) (GH-100759)
iritkatriel
authored
15c4478
View commit details
Copy full SHA for 15c4478
View code at this point
Browse repository at this point
GH-99005: More intrinsics (GH-100774)
Show description for 7806812
markshannon
authored
7806812
View commit details
Copy full SHA for 7806812
View code at this point
Browse repository at this point
Commits on Jan 4, 2023
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
markshannon
authored
15aecf8
View commit details
Copy full SHA for 15aecf8
View code at this point
Browse repository at this point
gh-100720: refactor calculation of number of frame slots for a code object into the new function _PyFrame_NumSlotsForCodeObject (#100722)
iritkatriel
authored
c31e356
View commit details
Copy full SHA for c31e356
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
gh-100146: Steal references from stack when building a list (#100147)
Show description for e6d4440
lpereira
authored
e6d4440
View commit details
Copy full SHA for e6d4440
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False (#100663)
Show description for d7e7f79
ionite34
and
mdickinson
authored
d7e7f79
View commit details
Copy full SHA for d7e7f79
View code at this point
Browse repository at this point
Commits on Jan 1, 2023
gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)
Show description for ba1342c
geryogam
authored
ba1342c
View commit details
Copy full SHA for ba1342c
View code at this point
Browse repository at this point
Commits on Dec 27, 2022
gh-94603: micro optimize list.pop (gh-94604)
eendebakpt
authored
b3da698
View commit details
Copy full SHA for b3da698
View code at this point
Browse repository at this point
Commits on Dec 24, 2022
gh-100268: Add is_integer method to int (#100439)
Show description for 3e46f9f
hauntsaninja
authored
3e46f9f
View commit details
Copy full SHA for 3e46f9f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.