48 Commits (fe8440aec00af5bc2e995aaad205efa2e693a364)

Author SHA1 Message Date
Antoine Pitrou f34a0cdc6c Issue #10227: Add an allocation cache for a single slice object. 14 years ago
Benjamin Peterson 2963fe0711 plug possible refleak (closes #13199) 14 years ago
Brian Curtin dfc80e3d97 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
Benjamin Peterson c4607aeedd make the types of None and Ellipsis callable 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Benjamin Peterson 23d05c1d98 use helper hash unimplemented function 15 years ago
Mark Dickinson e6fc7401a9 In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rather than [PY_SSIZE_T_MIN, PY_SSIZE_T_MAX]. 16 years ago
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Benjamin Peterson fd838e6c84 Merged revisions 71734,71738-71739 via svnmerge from 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Benjamin Peterson fea6a94b3b Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Georg Brandl e1a0d11c5c #1316: remove redundant PyLong_Check calls when PyInt_Check was already called. 19 years ago
Neal Norwitz 1fe5f38852 Remove checking redundantly for checks of PyInt and PyLong. 19 years ago
Thomas Wouters 3e57b52bb8 Fix buglet in sliceobjects, they were not returning Py_NotImplemented when 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Walter Dörwald 7569dfe11d Add a format specifier %R to PyUnicode_FromFormat(), which embeds 19 years ago
Walter Dörwald 1ab8330827 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Guido van Rossum 47b9ff6ba1 Restructure comparison dramatically. There is no longer a default 20 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Georg Brandl 02c42871cf Disallow keyword arguments for type constructors that don't use them. 21 years ago
Raymond Hettinger b859c070ef SF bug #800796: Difference between hash() and __hash__() 23 years ago
Raymond Hettinger ea3fdf44a2 SF patch #659536: Use PyArg_UnpackTuple where possible. 23 years ago
Michael W. Hudson cbd6fb9006 Handle really big steps in extended slices. 24 years ago
Michael W. Hudson 173f11da5d Some days, I think my comment of 24 years ago
Michael W. Hudson 5c1ad84d7f Fix for platforms where int != long. 24 years ago
Michael W. Hudson 206d8f818f Silly typo. Not sure how that got in. 24 years ago
Michael W. Hudson f0d777c56b A few days ago, Guido said (in the thread "[Python-Dev] Python 24 years ago
Guido van Rossum bea18ccde6 SF patch 568629 by Oren Tirosh: types made callable. 24 years ago
Michael W. Hudson 589dc93620 Fix for problem reported by Neal Norwitz. Tighten up calculation of 24 years ago
Michael W. Hudson 5efaf7eac8 This is my nearly two year old patch 24 years ago
Neil Schemenauer 7465ad2fc9 Remove PyMalloc_New and PyMalloc_Del. 24 years ago
Neil Schemenauer dcc819a5c9 Use pymalloc if it's enabled. 24 years ago
Guido van Rossum d82fb78b5c Add values to tp_getattro and tp_flags so that dir(Ellipsis) will 25 years ago
Guido van Rossum 6f7993765a Add optional docstrings to member descriptors. For backwards 25 years ago
Tim Peters 6d6c1a35e0 Merge of descr-branch back into trunk. 25 years ago
Guido van Rossum a1351fbd88 SF patch #408326 by Robin Thomas: slice objects comparable, not 25 years ago
Guido van Rossum adf5410dc4 Test for NULL returned from PyObject_NEW(). 25 years ago
Fred Drake 45cfbcccc2 ANSI-fication of the sources. 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum e449af7da9 Ellipses -> Ellipsis rename (the dictionary really says that it should 30 years ago
Guido van Rossum fd4904c630 repr("...") -> "Ellipses" 30 years ago
Guido van Rossum f2d125bdad Added sliceobject.c 30 years ago