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
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.5k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Include
methodobject.h
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 3, 2015
Removed trailing whitespaces in miscalenous files.
serhiy-storchaka
committed
45ec328
View commit details
Copy full SHA for 45ec328
View code at this point
Browse repository at this point
Commits on Aug 6, 2014
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu.
pitrou
committed
b349e4c
View commit details
Copy full SHA for b349e4c
View code at this point
Browse repository at this point
Commits on Dec 26, 2012
Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python core modules (#15422)
asvetlov
committed
192b10b
View commit details
Copy full SHA for 192b10b
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Issue #15422: get rid of PyCFunction_New macro
asvetlov
committed
3ba3a3e
View commit details
Copy full SHA for 3ba3a3e
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 5, 2012
Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant
Show description for 0069bab
eliben
committed
0069bab
View commit details
Copy full SHA for 0069bab
View code at this point
Browse repository at this point
Commits on Dec 23, 2011
Issue #13577: Built-in methods and functions now have a __qualname__.
Show description for 5b62942
pitrou
committed
5b62942
View commit details
Copy full SHA for 5b62942
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 Jul 2, 2008
#3247: get rid of Py_FindMethod
Show description for 1f900f1
amauryfa
committed
1f900f1
View commit details
Copy full SHA for 1f900f1
View code at this point
Browse repository at this point
Oops, forgot that there are modules outside the win32 world.
amauryfa
committed
55b69e7
View commit details
Copy full SHA for 55b69e7
View code at this point
Browse repository at this point
#3247: Get rid of Py_FindMethod:
Show description for ba4105c
amauryfa
committed
ba4105c
View commit details
Copy full SHA for ba4105c
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 a156e09
tiran
committed
a156e09
View commit details
Copy full SHA for a156e09
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
tiran
committed
90aa764
View commit details
Copy full SHA for 90aa764
View code at this point
Browse repository at this point
Commits on Sep 1, 2007
Get rid of METH_OLDARGS.
birkenfeld
committed
f2fc934
View commit details
Copy full SHA for f2fc934
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
Merged revisions 56467-56482 via svnmerge from
Show description for 9f2e346
loewis
committed
9f2e346
View commit details
Copy full SHA for 9f2e346
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 50e9fb9
gvanrossum
committed
50e9fb9
View commit details
Copy full SHA for 50e9fb9
View code at this point
Browse repository at this point
Commits on Dec 10, 2005
Add const to several API functions that take char *.
Show description for af68c87
jeremyhylton
committed
af68c87
View commit details
Copy full SHA for af68c87
View code at this point
Browse repository at this point
Commits on Oct 28, 2004
Wrote down the invariants of some common objects whose structure is
Show description for 89a3946
arigo
committed
89a3946
View commit details
Copy full SHA for 89a3946
View code at this point
Browse repository at this point
Commits on Dec 13, 2003
* Added a new method flag, METH_COEXIST.
Show description for 8f5cdaa
rhettinger
committed
8f5cdaa
View commit details
Copy full SHA for 8f5cdaa
View code at this point
Browse repository at this point
Commits on Jan 31, 2003
Provide __module__ attributes for functions defined in C and Python.
Show description for 4f0dcc9
jeremyhylton
committed
4f0dcc9
View commit details
Copy full SHA for 4f0dcc9
View code at this point
Browse repository at this point
Commits on Aug 12, 2002
Excise DL_EXPORT from Include.
Show description for 91a681d
mhammond
committed
91a681d
View commit details
Copy full SHA for 91a681d
View code at this point
Browse repository at this point
Commits on Mar 28, 2002
Introduce two new flag bits that can be set in a PyMethodDef method
Show description for 7bf9715
freddrake
committed
7bf9715
View commit details
Copy full SHA for 7bf9715
View code at this point
Browse repository at this point
Commits on Aug 12, 2001
Remove much dead code from ceval.c
Show description for 910d7d4
jeremyhylton
committed
910d7d4
View commit details
Copy full SHA for 910d7d4
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 8586991
gvanrossum
committed
8586991
View commit details
Copy full SHA for 8586991
View code at this point
Browse repository at this point
Commits on Aug 3, 2000
Added #define for oldest version of argument calling
akuchling
committed
767bf49
View commit details
Copy full SHA for 767bf49
View code at this point
Browse repository at this point
Commits on Jul 9, 2000
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
tim-one
committed
dbd9ba6
View commit details
Copy full SHA for dbd9ba6
View code at this point
Browse repository at this point
ANSI-fication and Py_PROTO extermination.
freddrake
committed
ea9cb5a
View commit details
Copy full SHA for ea9cb5a
View code at this point
Browse repository at this point
Commits on Jun 30, 2000
Change copyright notice - 2nd try.
gvanrossum
committed
ffcc381
View commit details
Copy full SHA for ffcc381
View code at this point
Browse repository at this point
Change copyright notice.
gvanrossum
committed
fd71b9e
View commit details
Copy full SHA for fd71b9e
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
43466ec
View commit details
Copy full SHA for 43466ec
View code at this point
Browse repository at this point
Commits on Jul 10, 1998
Marc-Andre Lemburg's patch to move the typedef for PyCFunctionObject
Show description for 9223351
gvanrossum
committed
9223351
View commit details
Copy full SHA for 9223351
View code at this point
Browse repository at this point
Commits on Oct 25, 1996
New permission notice, includes CNRI.
gvanrossum
committed
d266eb4
View commit details
Copy full SHA for d266eb4
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
bebdc37
View commit details
Copy full SHA for bebdc37
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
051ab12
View commit details
Copy full SHA for 051ab12
View code at this point
Browse repository at this point
Commits on Jan 26, 1995
added findmethodinchain and methodchain data types
gvanrossum
committed
6978503
View commit details
Copy full SHA for 6978503
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.