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
Type
/
to 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
.
Python-List
/
cpython
Public
forked from
idobatter/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
master
User selector
All users
All time
Commit history
Commits on Apr 29, 2016
Fix typos. Reported by andportnoy on GitHub.
berkerpeksag
committed
488376e
View commit details
Copy full SHA for 488376e
View code at this point
Browse repository at this point
Removed unused initialization and the uninteresting comment.
rhettinger
committed
f3339ca
View commit details
Copy full SHA for f3339ca
View code at this point
Browse repository at this point
Issue #26880: Removed redundant checks in set.__init__.
serhiy-storchaka
committed
efecafe
View commit details
Copy full SHA for efecafe
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
Issue #25349, #26249: Fix memleak in formatfloat()
vstinner
committed
986fa6d
View commit details
Copy full SHA for 986fa6d
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Issue #26249: Try test_capi on Windows
vstinner
committed
d60b711
View commit details
Copy full SHA for d60b711
View code at this point
Browse repository at this point
PyMem_Malloc() now uses the fast pymalloc allocator
Show description for b560bea
vstinner
committed
b560bea
View commit details
Copy full SHA for b560bea
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Merge doc and comment fixes from 3.5
vadmium
committed
e251b9d
View commit details
Copy full SHA for e251b9d
View code at this point
Browse repository at this point
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
Show description for 8357fa6
vstinner
committed
8357fa6
View commit details
Copy full SHA for 8357fa6
View code at this point
Browse repository at this point
Fix spelling (inital), grammar (may translates) in documentation, comments
vadmium
committed
d159de7
View commit details
Copy full SHA for d159de7
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict.
Show description for 6aea3c2
serhiy-storchaka
committed
6aea3c2
View commit details
Copy full SHA for 6aea3c2
View code at this point
Browse repository at this point
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Show description for f24143b
serhiy-storchaka
committed
f24143b
View commit details
Copy full SHA for f24143b
View code at this point
Browse repository at this point
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
serhiy-storchaka
committed
0618abf
View commit details
Copy full SHA for 0618abf
View code at this point
Browse repository at this point
Commits on Apr 16, 2016
merge 3.5
benjaminp
committed
c93fed6
View commit details
Copy full SHA for c93fed6
View code at this point
Browse repository at this point
fix slice cache finalization to use gc del
benjaminp
committed
c3ed56c
View commit details
Copy full SHA for c3ed56c
View code at this point
Browse repository at this point
merge 3.5 (#26659)
benjaminp
committed
d18b3c1
View commit details
Copy full SHA for d18b3c1
View code at this point
Browse repository at this point
add gc support to slice (closes #26659)
benjaminp
committed
7218c42
View commit details
Copy full SHA for 7218c42
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c
berkerpeksag
committed
0a1ac34
View commit details
Copy full SHA for 0a1ac34
View code at this point
Browse repository at this point
Issue #26766: Fix _PyBytesWriter_Finish()
Show description for be42afe
vstinner
committed
be42afe
View commit details
Copy full SHA for be42afe
View code at this point
Browse repository at this point
Issue #26764: Fixed SystemError in bytes.__rmod__.
serhiy-storchaka
committed
3cd4510
View commit details
Copy full SHA for 3cd4510
View code at this point
Browse repository at this point
Issue #15984: Merge PyUnicode doc from 3.5
vadmium
committed
369bf22
View commit details
Copy full SHA for 369bf22
View code at this point
Browse repository at this point
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Show description for 16dc69c
vadmium
committed
16dc69c
View commit details
Copy full SHA for 16dc69c
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
serhiy-storchaka
committed
1090589
View commit details
Copy full SHA for 1090589
View code at this point
Browse repository at this point
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Show description for 93eb596
serhiy-storchaka
committed
93eb596
View commit details
Copy full SHA for 93eb596
View code at this point
Browse repository at this point
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
Show description for 5ab6cc3
serhiy-storchaka
committed
5ab6cc3
View commit details
Copy full SHA for 5ab6cc3
View code at this point
Browse repository at this point
Commits on Apr 11, 2016
Issue #26200: Restored more safe usages of Py_SETREF.
serhiy-storchaka
committed
082f1d3
View commit details
Copy full SHA for 082f1d3
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 81a7f46
serhiy-storchaka
committed
81a7f46
View commit details
Copy full SHA for 81a7f46
View code at this point
Browse repository at this point
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for c634ea4
serhiy-storchaka
committed
c634ea4
View commit details
Copy full SHA for c634ea4
View code at this point
Browse repository at this point
Issue #17339: Improved TypeError message in bytes constructor.
serhiy-storchaka
committed
ca9b710
View commit details
Copy full SHA for ca9b710
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
fa3fc6d
View commit details
Copy full SHA for fa3fc6d
View code at this point
Browse repository at this point
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
e1534c3
View commit details
Copy full SHA for e1534c3
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 727af9c
serhiy-storchaka
committed
727af9c
View commit details
Copy full SHA for 727af9c
View code at this point
Browse repository at this point
Issue #26494: Fixed crash on iterating exhausting iterators.
Show description for f316718
serhiy-storchaka
committed
f316718
View commit details
Copy full SHA for f316718
View code at this point
Browse repository at this point
Commits on Mar 27, 2016
Moved misplaced functions to the section for C API functions.
rhettinger
committed
4fd8f7e
View commit details
Copy full SHA for 4fd8f7e
View code at this point
Browse repository at this point
Commits on Mar 26, 2016
Responsibility for argument checking belongs in set.__init__() rather than set.__new__().
Show description for c3b6112
rhettinger
committed
c3b6112
View commit details
Copy full SHA for c3b6112
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Speed-up construction of empty sets by approx 12-14%.
rhettinger
committed
848bb63
View commit details
Copy full SHA for 848bb63
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.