37 Commits (bdb1cf1ca56db25b33fb15dd91eef2cc32cd8973)

Author SHA1 Message Date
Antoine Pitrou 4b3c7846c9 Fix indentation 14 years ago
Antoine Pitrou 37784ba5c0 Issue #13020: Fix a reference leak when allocating a structsequence object fails. 14 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago
Georg Brandl 71c23d4473 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 15 years ago
Benjamin Peterson d02441ea2f fix repr of complicated structseqs #9206 16 years ago
Benjamin Peterson ccabcd4bd4 make struct sequences subclass tuple; kill lots of code 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
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Neal Norwitz 2f99b24172 Merged revisions 66006 via svnmerge from 18 years ago
Marc-André Lemburg 4cc0f24857 Rename PyUnicode_AsString -> _PyUnicode_AsString and 18 years ago
Christian Heimes d32ed6f511 Merged revisions 59933-59951 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
Thomas Wouters d2cf20eea2 Remove the simple slicing API. All slicing is now done with slice objects. 19 years ago
Thomas Wouters ed03b4121e Merge the trunk changes in. Breaks socket.ssl for now. 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 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 15e62742fa Revert backwards-incompatible const changes. 20 years ago
Martin v. Löwis eb079f1c25 Use Py_ssize_t for counts and sizes. 20 years ago
Martin v. Löwis e0e89f7920 Revert 42400. 20 years ago
Martin v. Löwis 2c95cc6d72 Support %zd in PyErr_Format and PyString_FromFormat. 20 years ago
Neal Norwitz 26efe402c2 Get rid of compiler warnings (gcc 3.3.4 on x86) 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Jeremy Hylton af68c874a6 Add const to several API functions that take char *. 20 years ago
Tim Peters 1f1b2d2e68 Removed all uses of the out-of-favor __safe_for_unpickling__ magic 23 years ago
Neal Norwitz 8feeabb975 SF # 654974, fix unchecked return values in structseq 23 years ago
Martin v. Löwis ceaa77cf85 Add n_unnamed_fields into the type. 24 years ago
Martin v. Löwis f607bdaa77 Add PyStructSequence_UnnamedField. Add stat_float_times. 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
Michael W. Hudson 70ffddf8af Guido pointed out that I was missing a couple decrefs. 24 years ago
Michael W. Hudson ce358e3015 Apply (my) patch: 24 years ago
Michael W. Hudson 7bb466a1a5 A fix & test for 24 years ago
Barry Warsaw 312af42b47 structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer 24 years ago
Tim Peters c2fe618575 Fix bad bug in structseq slicing (NULL pointers in result). Reported by 25 years ago
Guido van Rossum e82f75aa20 Missing file structseq.c for SF patch #462296 25 years ago