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 }}
pythonicca
/
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
Include
classobject.h
on
master
User selector
All users
All time
Commit history
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
bbbb003
View commit details
Copy full SHA for bbbb003
View code at this point
Browse repository at this point
Commits on Feb 16, 2008
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,…
Show description for 31c8309
tiran
committed
31c8309
View commit details
Copy full SHA for 31c8309
View code at this point
Browse repository at this point
Commits on Dec 11, 2007
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Show description for 2cf899a
tiran
committed
2cf899a
View commit details
Copy full SHA for 2cf899a
View code at this point
Browse repository at this point
Commits on Nov 30, 2007
Cleanups and documentation updates related to the removal of unbound methods.
tiran
committed
4d008c4
View commit details
Copy full SHA for 4d008c4
View code at this point
Browse repository at this point
Commits on Nov 27, 2007
Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Show description for fa2554d
tiran
committed
fa2554d
View commit details
Copy full SHA for fa2554d
View code at this point
Browse repository at this point
Commits on Aug 17, 2006
Completely get rid of PyClass and PyInstance.
Show description for 701e72e
gvanrossum
committed
701e72e
View commit details
Copy full SHA for 701e72e
View code at this point
Browse repository at this point
Commits on Apr 8, 2003
Typo repair.
tim-one
committed
d7e03eb
View commit details
Copy full SHA for d7e03eb
View code at this point
Browse repository at this point
Commits on Apr 7, 2003
New private API function _PyInstance_Lookup. gc will use this to figure
Show description for 3a5526d
tim-one
committed
3a5526d
View commit details
Copy full SHA for 3a5526d
View code at this point
Browse repository at this point
Commits on Aug 12, 2002
Excise DL_EXPORT from Include.
Show description for 81ef4c6
mhammond
committed
81ef4c6
View commit details
Copy full SHA for 81ef4c6
View code at this point
Browse repository at this point
Commits on Dec 7, 2001
PyMethodObject(): Update the comment about im_class based upon a
Show description for 9740a9f
gvanrossum
committed
9740a9f
View commit details
Copy full SHA for 9740a9f
View code at this point
Browse repository at this point
Commits on Sep 5, 2001
Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.
Show description for cc79e3c
gvanrossum
committed
cc79e3c
View commit details
Copy full SHA for cc79e3c
View code at this point
Browse repository at this point
Commits on Aug 2, 2001
Merge of descr-branch back into trunk.
tim-one
committed
d8f1888
View commit details
Copy full SHA for d8f1888
View code at this point
Browse repository at this point
Commits on Mar 23, 2001
Add the necessary field for weak reference support to the function and
Show description for a182d9a
freddrake
committed
a182d9a
View commit details
Copy full SHA for a182d9a
View code at this point
Browse repository at this point
Commits on Feb 1, 2001
PEP 205, Weak References -- initial checkin.
freddrake
committed
2fe71a2
View commit details
Copy full SHA for 2fe71a2
View code at this point
Browse repository at this point
Commits on Jan 28, 2001
Added prototype for PyInstance_NewRaw().
freddrake
committed
77d208f
View commit details
Copy full SHA for 77d208f
View code at this point
Browse repository at this point
Commits on Jan 4, 2001
Remove PyInstance_*BinOp functions.
nascheme
committed
033c760
View commit details
Copy full SHA for 033c760
View code at this point
Browse repository at this point
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 2451d2c
gvanrossum
committed
2451d2c
View commit details
Copy full SHA for 2451d2c
View code at this point
Browse repository at this point
Commits on Aug 24, 2000
The real suport for augmented assignment: new opcodes, new PyNumber and
Show description for ddf8d81
Yhg1s
committed
ddf8d81
View commit details
Copy full SHA for ddf8d81
View code at this point
Browse repository at this point
Commits on Jul 9, 2000
ANSI-fication and Py_PROTO extermination.
freddrake
committed
2a9034d
View commit details
Copy full SHA for 2a9034d
View code at this point
Browse repository at this point
Commits on Jun 30, 2000
Change copyright notice - 2nd try.
gvanrossum
committed
30d7916
View commit details
Copy full SHA for 30d7916
View code at this point
Browse repository at this point
Change copyright notice.
gvanrossum
committed
10b9cce
View commit details
Copy full SHA for 10b9cce
View code at this point
Browse repository at this point
Commits on Dec 4, 1998
Add DL_IMPORT(returntype) for all officially exported functions.
gvanrossum
committed
6b5ad77
View commit details
Copy full SHA for 6b5ad77
View code at this point
Browse repository at this point
Commits on Jul 10, 1998
Move the definition of PyMethodObject to classobject.h, so it can define
Show description for 66589d3
gvanrossum
committed
66589d3
View commit details
Copy full SHA for 66589d3
View code at this point
Browse repository at this point
Commits on Mar 14, 1997
Remove redundant references to thread stuff -- long, long ago, there
Show description for 4f54f3e
gvanrossum
committed
4f54f3e
View commit details
Copy full SHA for 4f54f3e
View code at this point
Browse repository at this point
Commits on Oct 25, 1996
New permission notice, includes CNRI.
gvanrossum
committed
244298a
View commit details
Copy full SHA for 244298a
View code at this point
Browse repository at this point
Commits on Jul 26, 1995
changes for keyword args to built-in functions and classes
gvanrossum
committed
0c9dcc7
View commit details
Copy full SHA for 0c9dcc7
View code at this point
Browse repository at this point
Commits on Feb 27, 1995
make the type a parameter of the DL_IMPORT macro, for Borland C
gvanrossum
committed
a4849aa
View commit details
Copy full SHA for a4849aa
View code at this point
Browse repository at this point
Commits on Jan 20, 1995
corrected two unconverted names
gvanrossum
committed
a285ae3
View commit details
Copy full SHA for a285ae3
View code at this point
Browse repository at this point
Commits on Jan 12, 1995
The great renaming, phase two: all header files have been updated to
Show description for a78baca
gvanrossum
committed
a78baca
View commit details
Copy full SHA for a78baca
View code at this point
Browse repository at this point
Commits on Jan 7, 1995
add 5th arg to instancebinop
gvanrossum
committed
6cb9db8
View commit details
Copy full SHA for 6cb9db8
View code at this point
Browse repository at this point
Commits on Jan 4, 1995
Added 1995 copyright.
Show description for 2fa4d7d
gvanrossum
committed
2fa4d7d
View commit details
Copy full SHA for 2fa4d7d
View code at this point
Browse repository at this point
Commits on Sep 28, 1994
ceval.h: added Py_MakePendingCalls()
Show description for 44cda28
gvanrossum
committed
44cda28
View commit details
Copy full SHA for 44cda28
View code at this point
Browse repository at this point
Commits on Sep 6, 1994
Define cl_{get,set,del}attr members in classobject
gvanrossum
committed
27b909c
View commit details
Copy full SHA for 27b909c
View code at this point
Browse repository at this point
Commits on Aug 18, 1994
Changes for dynamic linking under NT
gvanrossum
committed
dab4b6d
View commit details
Copy full SHA for dab4b6d
View code at this point
Browse repository at this point
Commits on Aug 12, 1994
* Objects/classobject.c, Include/classobject.h: added __getattr__
Show description for 8fe4fd9
gvanrossum
committed
8fe4fd9
View commit details
Copy full SHA for 8fe4fd9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.