| Commit message (Expand) | Author | Age | Files | Lines |
* | add _PyObject_LookupSpecial to handle fetching special method lookup | Benjamin Peterson | 2009-05-08 | 1 | -0/+1 |
* | Issue #1113244: Py_XINCREF, Py_DECREF, Py_XDECREF: Add `do { ... } while (0)' | Matthias Klose | 2009-04-05 | 1 | -2/+2 |
* | - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. | Matthias Klose | 2009-04-05 | 1 | -5/+7 |
* | revert r71159 since it broke the build | Benjamin Peterson | 2009-04-04 | 1 | -7/+5 |
* | - Py_DECREF: Add `do { ... } while (0)' to avoid compiler warnings. | Matthias Klose | 2009-04-04 | 1 | -5/+7 |
* | Issue #2396: backport the memoryview object. | Antoine Pitrou | 2009-04-02 | 1 | -13/+15 |
* | #3720: Interpreter crashes when an evil iterator removes its own next function. | Amaury Forgeot d'Arc | 2009-01-12 | 1 | -0/+1 |
* | sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str | Benjamin Peterson | 2008-08-26 | 1 | -0/+1 |
* | Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG from | Guido van Rossum | 2008-08-19 | 1 | -6/+19 |
* | Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, | Martin v. Löwis | 2008-08-12 | 1 | -1/+2 |
* | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -0/+1 |
* | Issue #3274: Use a less common identifier for the temporary variable | Alexandre Vassalotti | 2008-07-13 | 1 | -2/+2 |
* | Revert 64424, 64438, and 64439. | Raymond Hettinger | 2008-06-24 | 1 | -3/+0 |
* | Make bin() implementation parallel oct() and hex() so that int/long subclasse... | Raymond Hettinger | 2008-06-20 | 1 | -0/+3 |
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -2/+2 |
* | Remove locking part of new buffer protocol. | Travis E. Oliphant | 2008-06-06 | 1 | -11/+0 |
* | #2989: add PyType_Modified(). | Georg Brandl | 2008-05-28 | 1 | -0/+1 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
* | Remove Py_Refcnt, Py_Type, Py_Size, as they were added only | Martin v. Löwis | 2008-04-24 | 1 | -5/+0 |
* | NIL => NULL | Benjamin Peterson | 2008-03-28 | 1 | -1/+1 |
* | Add necessary headers to back-port new buffer protocol to Python 2.6 | Travis E. Oliphant | 2008-03-17 | 1 | -0/+68 |
* | Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT, | Jeffrey Yasskin | 2008-02-28 | 1 | -0/+3 |
* | Added clear cache methods to clear the internal type lookup cache for ref lea... | Christian Heimes | 2008-01-27 | 1 | -0/+1 |
* | Re-apply patch #1700288 (first applied in r59931, rolled back in r59940) | Amaury Forgeot d'Arc | 2008-01-14 | 1 | -0/+8 |
* | Back out r59931 - test_ctypes fails with it. | Georg Brandl | 2008-01-13 | 1 | -8/+0 |
* | Patch #1700288: Method cache optimization, by Armin Rigo, ported to | Georg Brandl | 2008-01-12 | 1 | -0/+8 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -12/+17 |
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -12/+18 |
* | Variation of patch # 1624059 to speed up checking if an object is a subclass | Neal Norwitz | 2007-02-25 | 1 | -1/+14 |
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -1/+1 |
* | Remove types from type_list if they have no objects | Martin v. Löwis | 2006-04-18 | 1 | -1/+3 |
* | There were no comments explaining what Py_CLEAR() did or | Tim Peters | 2006-04-15 | 1 | -0/+34 |
* | Ignore the references to the dummy objects used as deleted keys | Armin Rigo | 2006-04-12 | 1 | -0/+3 |
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -1/+8 |
* | Use Py_ssize_t for _Py_RefTotal. | Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
* | Make ob_refcnt and tp_maxalloc (and friends) Py_ssize_t. | Martin v. Löwis | 2006-03-01 | 1 | -4/+4 |
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -4/+4 |
* | Bug #1086854: Rename PyHeapType members adding ht_ prefix. | Georg Brandl | 2006-02-20 | 1 | -3/+3 |
* | Use Py_ssize_t for field sizes and offsets. | Martin v. Löwis | 2006-02-16 | 1 | -3/+3 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -17/+31 |
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -7/+7 |
* | Change the %s format specifier for str objects so that it returns a | Neil Schemenauer | 2005-08-12 | 1 | -0/+1 |
* | A static swapped_op[] array was defined in 3 different C files, & I think | Tim Peters | 2004-09-23 | 1 | -0/+5 |
* | SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes | Raymond Hettinger | 2004-09-01 | 1 | -1/+1 |
* | SF bug 994255: Py_RETURN_NONE causes too much warnings | Tim Peters | 2004-07-22 | 1 | -1/+1 |
* | Implemented a new Py_CLEAR macro. This macro should be used when | Jim Fulton | 2004-07-14 | 1 | -0/+9 |
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 1 | -0/+7 |
* | fixed buggy comment as per SF bug #827856 | Alex Martelli | 2003-11-09 | 1 | -7/+7 |
* | Modify the Py_RETURN_* macros to be of the form ``do {...} while (0)`` in order | Brett Cannon | 2003-10-19 | 1 | -1/+1 |
* | Modified the Py_RETURN_* macros by having the statements surrounded by {} in | Brett Cannon | 2003-10-19 | 1 | -1/+1 |