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
.
pythonStudy2017
/
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
Include
object.h
on
3.3
User selector
All users
All time
Commit history
Commits on Dec 1, 2013
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
avassalotti
committed
65846c6
View commit details
Copy full SHA for 65846c6
View code at this point
Browse repository at this point
Issue #6477: Added support for pickling the types of built-in singletons.
avassalotti
committed
19b6fa6
View commit details
Copy full SHA for 19b6fa6
View code at this point
Browse repository at this point
Commits on Oct 1, 2013
Issue #18594: Fix the fast path for collections.Counter().
Show description for 2ff2190
rhettinger
committed
2ff2190
View commit details
Copy full SHA for 2ff2190
View code at this point
Browse repository at this point
Commits on Sep 5, 2012
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Show description for 5b4faae
pitrou
committed
5b4faae
View commit details
Copy full SHA for 5b4faae
View code at this point
Browse repository at this point
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Show description for 56cd62c
pitrou
committed
56cd62c
View commit details
Copy full SHA for 56cd62c
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
loewis
committed
9c56409
View commit details
Copy full SHA for 9c56409
View code at this point
Browse repository at this point
Commits on Jun 22, 2012
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
davidmalcolm
committed
49526f4
View commit details
Copy full SHA for 49526f4
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
Implement PEP 412: Key-sharing dictionaries (closes #13903)
Show description for 7d95e40
benjaminp
committed
7d95e40
View commit details
Copy full SHA for 7d95e40
View code at this point
Browse repository at this point
Commits on Apr 4, 2012
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
pitrou
committed
a701388
View commit details
Copy full SHA for a701388
View code at this point
Browse repository at this point
Commits on Feb 25, 2012
- Issue #10181: New memoryview implementation fixes multiple ownership
Show description for 9a2d99e
skrah
committed
9a2d99e
View commit details
Copy full SHA for 9a2d99e
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
merge 3.2
benjaminp
committed
d9a3591
View commit details
Copy full SHA for d9a3591
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
e249dca
View commit details
Copy full SHA for e249dca
View code at this point
Browse repository at this point
ensure no one tries to hash things before the random seed is found
benjaminp
committed
69e9727
View commit details
Copy full SHA for 69e9727
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Merge 3.2: Issue #13703 plus some related test suite fixes.
birkenfeld
committed
2fb477c
View commit details
Copy full SHA for 2fb477c
View code at this point
Browse repository at this point
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 09a7c72
birkenfeld
committed
09a7c72
View commit details
Copy full SHA for 09a7c72
View code at this point
Browse repository at this point
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Show description for 2daf6ae
birkenfeld
committed
2daf6ae
View commit details
Copy full SHA for 2daf6ae
View code at this point
Browse repository at this point
add generic implementation of a __dict__ descriptor for C types
benjaminp
committed
8eb1269
View commit details
Copy full SHA for 8eb1269
View code at this point
Browse repository at this point
Commits on Jan 22, 2012
use the static identifier api for looking up special methods
Show description for ce79852
benjaminp
committed
ce79852
View commit details
Copy full SHA for ce79852
View code at this point
Browse repository at this point
Commits on Dec 15, 2011
improve abstract property support (closes #11610)
Show description for bfebb7b
benjaminp
committed
bfebb7b
View commit details
Copy full SHA for bfebb7b
View code at this point
Browse repository at this point
Commits on Nov 25, 2011
PEP 3155 / issue #13448: Qualified name for classes and functions.
pitrou
committed
86a36b5
View commit details
Copy full SHA for 86a36b5
View code at this point
Browse repository at this point
Commits on Nov 21, 2011
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
pitrou
committed
ce4a9da
View commit details
Copy full SHA for ce4a9da
View code at this point
Browse repository at this point
Commits on Oct 23, 2011
Merge issue 1294232 patch from 3.2
ncoghlan
committed
9715d26
View commit details
Copy full SHA for 9715d26
View code at this point
Browse repository at this point
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
ncoghlan
committed
de31b19
View commit details
Copy full SHA for de31b19
View code at this point
Browse repository at this point
Commits on Oct 9, 2011
Add API for static strings, primarily good for identifiers.
Show description for afe55bb
loewis
committed
afe55bb
View commit details
Copy full SHA for afe55bb
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
Add Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.
briancurtin
committed
7d2f9e1
View commit details
Copy full SHA for 7d2f9e1
View code at this point
Browse repository at this point
Commits on Feb 11, 2011
Issue #11135: Remove redundant doc field from PyType_Spec.
Show description for 6916806
loewis
committed
6916806
View commit details
Copy full SHA for 6916806
View code at this point
Browse repository at this point
Commits on Feb 5, 2011
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Show description for 738236d
loewis
committed
738236d
View commit details
Copy full SHA for 738236d
View code at this point
Browse repository at this point
Commits on Jan 6, 2011
Remove buffer API from stable ABI for now, see #10181.
loewis
committed
c83bc3c
View commit details
Copy full SHA for c83bc3c
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
4d0d471
View commit details
Copy full SHA for 4d0d471
View code at this point
Browse repository at this point
Commits on Nov 4, 2010
Issue #10293: Remove obsolete field in the PyMemoryView structure,
Show description for aeb6cee
pitrou
committed
aeb6cee
View commit details
Copy full SHA for aeb6cee
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
make hashes always the size of pointers; introduce Py_hash_t #9778
benjaminp
committed
8f67d08
View commit details
Copy full SHA for 8f67d08
View code at this point
Browse repository at this point
Commits on Aug 28, 2010
Merged revisions 84344 via svnmerge from
Show description for fcd2a79
pitrou
committed
fcd2a79
View commit details
Copy full SHA for fcd2a79
View code at this point
Browse repository at this point
Issue #1868: Eliminate subtle timing issues in thread-local objects by
Show description for 1a9a9d5
pitrou
committed
1a9a9d5
View commit details
Copy full SHA for 1a9a9d5
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81032 via svnmerge from
Show description for 7f14f0d
pitrou
committed
7f14f0d
View commit details
Copy full SHA for 7f14f0d
View code at this point
Browse repository at this point
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.