Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for Objects - rhettinger/cpython · GitHub
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
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 }}
rhettinger
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
5
Star
24
Code
Pull requests
2
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
improve_queue_join_example
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 23, 2020
Update ga_new to use _PyArg_CheckPositional and _PyArg_NoKwnames (GH-19679)
corona10
authored
02e4484
View commit details
Copy full SHA for 02e4484
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
Show description for a81849b
sweeneyde
authored
a81849b
View commit details
Copy full SHA for a81849b
View code at this point
Browse repository at this point
Commits on Apr 17, 2020
bpo-40302: UTF-32 encoder SWAB4() macro use a|b rather than a+b (GH-19572)
vstinner
authored
d7c657d
View commit details
Copy full SHA for d7c657d
View code at this point
Browse repository at this point
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Show description for 1a1bd2e
vstinner
authored
1a1bd2e
View commit details
Copy full SHA for 1a1bd2e
View code at this point
Browse repository at this point
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Show description for 1ae035b
vstinner
authored
1ae035b
View commit details
Copy full SHA for 1ae035b
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Show description for 361dcdc
vstinner
authored
361dcdc
View commit details
Copy full SHA for 361dcdc
View code at this point
Browse repository at this point
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
vstinner
authored
d9ea5ca
View commit details
Copy full SHA for d9ea5ca
View code at this point
Browse repository at this point
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
shihai1991
authored
675d9a3
View commit details
Copy full SHA for 675d9a3
View code at this point
Browse repository at this point
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
vstinner
authored
e560f90
View commit details
Copy full SHA for e560f90
View code at this point
Browse repository at this point
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Show description for 81a7be3
vstinner
authored
81a7be3
View commit details
Copy full SHA for 81a7be3
View code at this point
Browse repository at this point
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Show description for 4a3fe08
vstinner
authored
4a3fe08
View commit details
Copy full SHA for 4a3fe08
View code at this point
Browse repository at this point
bpo-39481: Make weakref and WeakSet generic (GH-19497)
emmatyping
authored
8ef8750
View commit details
Copy full SHA for 8ef8750
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Show description for da7933e
vstinner
authored
da7933e
View commit details
Copy full SHA for da7933e
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
serhiy-storchaka
authored
8f87eef
View commit details
Copy full SHA for 8f87eef
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345)
serhiy-storchaka
authored
cd8295f
View commit details
Copy full SHA for cd8295f
View code at this point
Browse repository at this point
Commits on Apr 10, 2020
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
emmatyping
authored
7c4185d
View commit details
Copy full SHA for 7c4185d
View code at this point
Browse repository at this point
bpo-39943: Keep constness of pointer objects. (19405)
Show description for 38ada3b
petdance
and
benjaminp
authored
38ada3b
View commit details
Copy full SHA for 38ada3b
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
bpo-40170: Remove PyIndex_Check() macro (GH-19428)
Show description for 307b9d0
vstinner
authored
307b9d0
View commit details
Copy full SHA for 307b9d0
View code at this point
Browse repository at this point
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260
vstinner
authored
a15e260
View commit details
Copy full SHA for a15e260
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)
Show description for 45ec5b9
vstinner
authored
45ec5b9
View commit details
Copy full SHA for 45ec5b9
View code at this point
Browse repository at this point
bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376)
Show description for ef5c615
vstinner
authored
ef5c615
View commit details
Copy full SHA for ef5c615
View code at this point
Browse repository at this point
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
Show description for 9205520
vstinner
authored
9205520
View commit details
Copy full SHA for 9205520
View code at this point
Browse repository at this point
bpo-39481: Implementation for PEP 585 (#18239)
Show description for 48b069a
gvanrossum
authored
48b069a
View commit details
Copy full SHA for 48b069a
View code at this point
Browse repository at this point
bpo-37388: Don't check encoding/errors during finalization (GH-19409)
Show description for d8acf0d
vstinner
authored
d8acf0d
View commit details
Copy full SHA for d8acf0d
View code at this point
Browse repository at this point
Commits on Apr 6, 2020
bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377)
Show description for 38aefc5
vstinner
authored
38aefc5
View commit details
Copy full SHA for 38aefc5
View code at this point
Browse repository at this point
Commits on Apr 2, 2020
bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280)
corona10
authored
e27916b
View commit details
Copy full SHA for e27916b
View code at this point
Browse repository at this point
Commits on Apr 1, 2020
bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)
Show description for 17b4733
serhiy-storchaka
authored
17b4733
View commit details
Copy full SHA for 17b4733
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
bpo-37207: Use vectorcall for list() (GH-18928)
Show description for ce10554
3 people
authored
ce10554
View commit details
Copy full SHA for ce10554
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
bpo-39943: Properly const the pointers in dictkeys_get_index (GH-19170)
petdance
authored
62d21c9
View commit details
Copy full SHA for 62d21c9
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
vstinner
authored
87d3b9d
View commit details
Copy full SHA for 87d3b9d
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
corona10
authored
05e4a29
View commit details
Copy full SHA for 05e4a29
View code at this point
Browse repository at this point
Commits on Mar 18, 2020
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
corona10
authored
1c60567
View commit details
Copy full SHA for 1c60567
View code at this point
Browse repository at this point
Commits on Mar 17, 2020
bpo-38373: Change list overallocating strategy. (GH-18952)
Show description for 2fe815e
serhiy-storchaka
authored
2fe815e
View commit details
Copy full SHA for 2fe815e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.