FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/funcobject.c - pythoncapi/cpython · GitHub
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
funcobject.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Jul 4, 2018
bpo-33418: Add tp_clear for function object (GH-8058)
Show description for 3c45240
methane
authored
3c45240
View commit details
Copy full SHA for 3c45240
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
orenmn
authored and
methane
committed
d019bc8
View commit details
Copy full SHA for d019bc8
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 Jul 9, 2017
bpo-30878: Fix error message when keyword arguments are passed (#2635)
Show description for 9648088
SylvainDe
authored and
serhiy-storchaka
committed
9648088
View commit details
Copy full SHA for 9648088
View code at this point
Browse repository at this point
Commits on Mar 19, 2017
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
serhiy-storchaka
authored
18b250f
View commit details
Copy full SHA for 18b250f
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 3, 2017
Issue #28839: Optimize function_call()
Show description for 6f7c0ae
vstinner
committed
6f7c0ae
View commit details
Copy full SHA for 6f7c0ae
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
serhiy-storchaka
committed
5ab81d7
View commit details
Copy full SHA for 5ab81d7
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28139: Merge indentation fixes from 3.5 into 3.6
vadmium
committed
d508d00
View commit details
Copy full SHA for d508d00
View code at this point
Browse repository at this point
Issue #28139: Fix messed up indentation
Show description for 6d57fe1
vadmium
committed
6d57fe1
View commit details
Copy full SHA for 6d57fe1
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
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Show description for 57a01d3
serhiy-storchaka
committed
57a01d3
View commit details
Copy full SHA for 57a01d3
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
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
serhiy-storchaka
committed
4884271
View commit details
Copy full SHA for 4884271
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Issue #20440: Cleaning up the code by using Py_SETREF.
serhiy-storchaka
committed
576f132
View commit details
Copy full SHA for 576f132
View code at this point
Browse repository at this point
Commits on Dec 24, 2015
Issue #20440: Massive replacing unsafe attribute setting code with special
Show description for 5a57ade
serhiy-storchaka
committed
5a57ade
View commit details
Copy full SHA for 5a57ade
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Issue #18520: Fix PyFunction_NewWithQualName() error handling
vstinner
committed
34f96b8
View commit details
Copy full SHA for 34f96b8
View code at this point
Browse repository at this point
Reindent PyFunction_NewWithQualName()
vstinner
committed
4d1f5d6
View commit details
Copy full SHA for 4d1f5d6
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
use new generic __dict__ descriptor implementations
benjaminp
committed
23d7f12
View commit details
Copy full SHA for 23d7f12
View code at this point
Browse repository at this point
Commits on Feb 19, 2012
initialize __dict__ if needed
benjaminp
committed
b900d6a
View commit details
Copy full SHA for b900d6a
View code at this point
Browse repository at this point
use defaults
benjaminp
committed
2cf936f
View commit details
Copy full SHA for 2cf936f
View code at this point
Browse repository at this point
merge 3.2
benjaminp
committed
84e821e
View commit details
Copy full SHA for 84e821e
View code at this point
Browse repository at this point
use Py_CLEAR
benjaminp
committed
496c53d
View commit details
Copy full SHA for 496c53d
View code at this point
Browse repository at this point
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
benjaminp
committed
01d7eba
View commit details
Copy full SHA for 01d7eba
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 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 30, 2010
Remove redundant includes of headers that are already included by Python.h.
birkenfeld
committed
e5b99f0
View commit details
Copy full SHA for e5b99f0
View code at this point
Browse repository at this point
Commits on May 9, 2010
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
Commits on Mar 12, 2010
Issue #6697: use %U format instead of _PyUnicode_AsString(), because
Show description for 3f1af5c
Victor Stinner
committed
3f1af5c
View commit details
Copy full SHA for 3f1af5c
View code at this point
Browse repository at this point
Commits on Sep 11, 2009
Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from
Show description for 8719ad5
benjaminp
committed
8719ad5
View commit details
Copy full SHA for 8719ad5
View code at this point
Browse repository at this point
Commits on Jun 28, 2009
Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
Show description for 0289b15
benjaminp
committed
0289b15
View commit details
Copy full SHA for 0289b15
View code at this point
Browse repository at this point
Commits on May 29, 2009
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
rhettinger
committed
2bcde14
View commit details
Copy full SHA for 2bcde14
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for e94c679
mdickinson
committed
e94c679
View commit details
Copy full SHA for e94c679
View code at this point
Browse repository at this point
Commits on Aug 7, 2008
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Show description for 4cc0f24
malemburg
committed
4cc0f24
View commit details
Copy full SHA for 4cc0f24
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL