| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | Dong-hee Na | 2020-02-13 | 1 | -1/+1 |
|
|
* | bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) | Victor Stinner | 2018-11-28 | 1 | -33/+5 |
|
|
* | Add assertion to _PyTuple_CAST(op) (GH-10712) | Victor Stinner | 2018-11-26 | 1 | -2/+2 |
|
|
* | bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) | Victor Stinner | 2018-11-25 | 1 | -4/+0 |
|
|
* | bpo-35081: Add _PyTuple_CAST() (GH-10704) | Victor Stinner | 2018-11-25 | 1 | -4/+7 |
|
|
* | bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434) | Victor Stinner | 2018-11-09 | 1 | -0/+4 |
|
|
* | Fix small typo in tupleobject.h (#4801) | Chris | 2017-12-12 | 1 | -1/+1 |
|
|
* | bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ... | Serhiy Storchaka | 2017-04-21 | 1 | -1/+1 |
|
|
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | David Malcolm | 2012-06-22 | 1 | -0/+3 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+8 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+2 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | Added all PyTypeObjects to the appropriate header files. | Christian Heimes | 2007-11-29 | 1 | -0/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -3/+3 |
|
|
* | Merged revisions 53875-53911 via svnmerge from | Thomas Wouters | 2007-02-25 | 1 | -1/+2 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -7/+7 |
|
|
* | Wrote down the invariants of some common objects whose structure is | Armin Rigo | 2004-10-28 | 1 | -3/+10 |
|
|
* | Extended tuple's C API to include a new function, PyTuple_Pack() that is | Raymond Hettinger | 2003-10-12 | 1 | -0/+1 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -7/+7 |
|
|
* | More on SF bug [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-10 | 1 | -0/+1 |
|
|
* | Make the Py<type>_Check() macro use PyObject_TypeCheck(). | Guido van Rossum | 2001-08-30 | 1 | -1/+1 |
|
|
* | Cruft cleanup: Removed the unused last_is_sticky argument from the internal | Tim Peters | 2001-05-28 | 1 | -1/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | ANSI-fication and Py_PROTO extermination. | Fred Drake | 2000-07-09 | 1 | -14/+14 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -21/+6 |
|
|
* | Got rid of silly "123456789-..." lines in comments. | Guido van Rossum | 2000-03-01 | 1 | -2/+0 |
|
|
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 1 | -6/+6 |
|
|
* | added PyTuple_GET_SIZE macro | Barry Warsaw | 1997-01-06 | 1 | -0/+1 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | DL_IMPORT needs an argument. | Sjoerd Mullender | 1995-04-25 | 1 | -1/+1 |
|
|
* | DL_IMPORT macro was called in a funny way (and MW barfed on it) | Jack Jansen | 1995-04-23 | 1 | -1/+1 |
|
|
* | addet SETTUPLEITEM and added cast to GETTUPLEITEM | Guido van Rossum | 1995-03-09 | 1 | -1/+4 |
|
|
* | make the type a parameter of the DL_IMPORT macro, for Borland C | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | new names for lots of new functions | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
|
|
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -14/+14 |
|
|
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Changes for dynamic linking under NT | Guido van Rossum | 1994-08-18 | 1 | -1/+1 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+1 |
|
|
* | Fixed bugs in resizetuple and extended the interface. | Sjoerd Mullender | 1993-11-01 | 1 | -1/+1 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 1 | -0/+1 |
|
|
* | * Added support for X11 modules. | Guido van Rossum | 1993-07-28 | 1 | -0/+11 |
|
|
* | * Changed all copyright messages to include 1993. | Guido van Rossum | 1993-03-29 | 1 | -2/+2 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | New function gettupleslice(v, i, j). | Guido van Rossum | 1992-01-14 | 1 | -0/+1 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+8 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+24 |
|
|