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
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
listobject.c
on
pythoncapi
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 4, 2018
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Add _Py_SET_TYPE() and _Py_SET_SIZE()
Show description for b8d81ec
vstinner
committed
b8d81ec
View commit details
Copy full SHA for b8d81ec
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
bpo-34151: Improve performance of some list operations (GH-8332)
sir-sigurd
authored and
zhangyangyu
committed
2fc4697
View commit details
Copy full SHA for 2fc4697
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55b
vstinner
authored
caba55b
View commit details
Copy full SHA for caba55b
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
eduardo-elizondo
authored and
benjaminp
committed
745dc65
View commit details
Copy full SHA for 745dc65
View code at this point
Browse repository at this point
Commits on Jan 29, 2018
bpo-28685: Fix compiler warning (GH-5423)
vstinner
authored
8017b80
View commit details
Copy full SHA for 8017b80
View code at this point
Browse repository at this point
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582)
embg
authored and
rhettinger
committed
1e34da4
View commit details
Copy full SHA for 1e34da4
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Show description for 1fb72d2
serhiy-storchaka
authored
1fb72d2
View commit details
Copy full SHA for 1fb72d2
View code at this point
Browse repository at this point
Commits on Nov 21, 2017
bpo-32030: Add more options to _PyCoreConfig (#4485)
Show description for 25420fe
vstinner
authored
25420fe
View commit details
Copy full SHA for 25420fe
View code at this point
Browse repository at this point
Commits on Nov 2, 2017
bpo-23699: Use a macro to reduce boilerplate code in rich comparison functions (GH-793)
stratakis
authored and
ncoghlan
committed
e8b1965
View commit details
Copy full SHA for e8b1965
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
serhiy-storchaka
authored
80ec836
View commit details
Copy full SHA for 80ec836
View code at this point
Browse repository at this point
Commits on Mar 12, 2017
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
serhiy-storchaka
authored
202fda5
View commit details
Copy full SHA for 202fda5
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
serhiy-storchaka
authored
fdd42c4
View commit details
Copy full SHA for fdd42c4
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
serhiy-storchaka
authored
2e56424
View commit details
Copy full SHA for 2e56424
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Show description for 58d23e6
serhiy-storchaka
authored
58d23e6
View commit details
Copy full SHA for 58d23e6
View code at this point
Browse repository at this point
Commits on Feb 22, 2017
bpo-27660: remove unnecessary overflow checks in list_resize (GH-189)
zhangyangyu
authored
4cee049
View commit details
Copy full SHA for 4cee049
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Jan 21, 2017
Issue #29331: Simplified argument parsing in sorted() and list.sort().
serhiy-storchaka
committed
7cf8beb
View commit details
Copy full SHA for 7cf8beb
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
Issue #1621: Overflow should not be possible in listextend()
vadmium
committed
94b39ce
View commit details
Copy full SHA for 94b39ce
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Backed out changeset b9c9691c72c5
Show description for de4ae3d
vstinner
committed
de4ae3d
View commit details
Copy full SHA for de4ae3d
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
Replace PyObject_CallFunctionObjArgs() with fastcall
Show description for 27580c1
vstinner
committed
27580c1
View commit details
Copy full SHA for 27580c1
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
replace PY_SIZE_MAX with SIZE_MAX
benjaminp
committed
2f8bfef
View commit details
Copy full SHA for 2f8bfef
View code at this point
Browse repository at this point
merge 3.5
benjaminp
committed
05448a6
View commit details
Copy full SHA for 05448a6
View code at this point
Browse repository at this point
make sure to not call memcpy with a NULL second argument
benjaminp
committed
5a7d923
View commit details
Copy full SHA for 5a7d923
View code at this point
Browse repository at this point
Commits on Aug 21, 2016
Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch by Xiang Zhang.
mdickinson
committed
5d13238
View commit details
Copy full SHA for 5d13238
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
Issue #1621: Avoid signed overflow in list and tuple operations
Show description for b93d863
vadmium
committed
b93d863
View commit details
Copy full SHA for b93d863
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Show description for 7e160ce
serhiy-storchaka
committed
7e160ce
View commit details
Copy full SHA for 7e160ce
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for f01e408
serhiy-storchaka
committed
f01e408
View commit details
Copy full SHA for f01e408
View code at this point
Browse repository at this point
Commits on Apr 6, 2016
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
ec39756
View commit details
Copy full SHA for ec39756
View code at this point
Browse repository at this point
Commits on Mar 30, 2016
Issue #26494: Fixed crash on iterating exhausting iterators.
Show description for ab479c4
serhiy-storchaka
committed
ab479c4
View commit details
Copy full SHA for ab479c4
View code at this point
Browse repository at this point
Issue #26494: Fixed crash on iterating exhausting iterators.
Show description for fbb1c5e
serhiy-storchaka
committed
fbb1c5e
View commit details
Copy full SHA for fbb1c5e
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Tests versus zero are more compact than tests versus -1.
rhettinger
committed
0dceb91
View commit details
Copy full SHA for 0dceb91
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.