FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/tupleobject.h - faster-cpython/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
faster-cpython
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
27
Star
529
Code
Pull requests
1
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
tupleobject.h
on
main
User selector
Datepicker
Commit history
Commits on Jun 16, 2022
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
vstinner
authored
7546914
View commit details
Copy full SHA for 7546914
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-45434: Remove useless space in includes (GH-28963)
Show description for 7076bef
vstinner
authored
7076bef
View commit details
Copy full SHA for 7076bef
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Show description for ae00a5a
vstinner
authored
ae00a5a
View commit details
Copy full SHA for ae00a5a
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Show description for d905df7
corona10
authored
d905df7
View commit details
Copy full SHA for d905df7
View code at this point
Browse repository at this point
Commits on Nov 28, 2018
bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)
Show description for 54ba556
vstinner
authored
54ba556
View commit details
Copy full SHA for 54ba556
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Add assertion to _PyTuple_CAST(op) (GH-10712)
Show description for df108dc
vstinner
authored
df108dc
View commit details
Copy full SHA for df108dc
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Show description for ec13b93
vstinner
authored
ec13b93
View commit details
Copy full SHA for ec13b93
View code at this point
Browse repository at this point
bpo-35081: Add _PyTuple_CAST() (GH-10704)
vstinner
authored
8ac6539
View commit details
Copy full SHA for 8ac6539
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Show description for d17a693
vstinner
authored
d17a693
View commit details
Copy full SHA for d17a693
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
Fix small typo in tupleobject.h (#4801)
browncj
authored and
asvetlov
committed
e0720cd
View commit details
Copy full SHA for e0720cd
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
serhiy-storchaka
authored and
vstinner
committed
1a5856b
View commit details
Copy full SHA for 1a5856b
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 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 Mar 23, 2009
Merged revisions 70546 via svnmerge from
Show description for 3a652b1
pitrou
committed
3a652b1
View commit details
Copy full SHA for 3a652b1
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 Nov 29, 2007
Added all PyTypeObjects to the appropriate header files.
Show description for a22e8bd
tiran
committed
a22e8bd
View commit details
Copy full SHA for a22e8bd
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 Feb 25, 2007
Merged revisions 53875-53911 via svnmerge from
Show description for 27d517b
Yhg1s
committed
27d517b
View commit details
Copy full SHA for 27d517b
View code at this point
Browse repository at this point
Commits on Feb 15, 2006
Merge ssize_t branch.
loewis
committed
18e1655
View commit details
Copy full SHA for 18e1655
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 Oct 12, 2003
Extended tuple's C API to include a new function, PyTuple_Pack() that is
Show description for cb2da43
rhettinger
committed
cb2da43
View commit details
Copy full SHA for cb2da43
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 Sep 10, 2001
More on SF bug [#460020] bug or feature: unicode() and subclasses.
Show description for 4c3a0a3
tim-one
committed
4c3a0a3
View commit details
Copy full SHA for 4c3a0a3
View code at this point
Browse repository at this point
Commits on Aug 30, 2001
Make the Py<type>_Check() macro use PyObject_TypeCheck().
gvanrossum
committed
5eef77a
View commit details
Copy full SHA for 5eef77a
View code at this point
Browse repository at this point
Commits on May 28, 2001
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
Show description for 4324aa3
tim-one
committed
4324aa3
View commit details
Copy full SHA for 4324aa3
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 Jul 9, 2000
ANSI-fication and Py_PROTO extermination.
freddrake
committed
3cf4d2b
View commit details
Copy full SHA for 3cf4d2b
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 Mar 1, 2000
Got rid of silly "123456789-..." lines in comments.
gvanrossum
committed
c6e87a2
View commit details
Copy full SHA for c6e87a2
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 Jan 6, 1997
added PyTuple_GET_SIZE macro
warsaw
committed
9c5494a
View commit details
Copy full SHA for 9c5494a
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 Apr 25, 1995
DL_IMPORT needs an argument.
sjoerdmullender
committed
107c747
View commit details
Copy full SHA for 107c747
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL