1. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  2. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  3. 56f6e76 Issue #15989: Fixed some scarcely probable integer overflows. by Serhiy Storchaka · 9 years ago
  4. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  5. 9a146ee Issue #18408: Fix structseq_reduce(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  6. 26f9199 Close #18469: Replace PyDict_GetItemString() with _PyDict_GetItemId() in structseq.c by Victor Stinner · 11 years ago
  7. 6b96286 Check for NULL return value in PyStructSequence_NewType(). Found by Coverity. by Stefan Krah · 12 years ago
  8. 4b3c784 Fix indentation by Antoine Pitrou · 12 years ago
  9. 37784ba Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  10. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  11. 71c23d4 Include structseq.h in Python.h, and remove now-redundant includes in individual sources. by Georg Brandl · 13 years ago
  12. d02441e fix repr of complicated structseqs #9206 by Benjamin Peterson · 14 years ago
  13. ccabcd4 make struct sequences subclass tuple; kill lots of code by Benjamin Peterson · 14 years ago
  14. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  15. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  16. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  17. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  18. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 16 years ago
  19. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  20. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  21. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  22. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  23. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  24. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  25. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  26. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  27. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 18 years ago
  28. e0e89f7 Revert 42400. by Martin v. Löwis · 18 years ago
  29. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 18 years ago
  30. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 18 years ago
  31. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  32. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 18 years ago
  33. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 21 years ago
  34. 8feeabb SF # 654974, fix unchecked return values in structseq by Neal Norwitz · 21 years ago
  35. ceaa77c Add n_unnamed_fields into the type. by Martin v. Löwis · 22 years ago
  36. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  37. 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  38. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  39. 70ffddf Guido pointed out that I was missing a couple decrefs. by Michael W. Hudson · 22 years ago
  40. ce358e3 Apply (my) patch: by Michael W. Hudson · 22 years ago
  41. 7bb466a A fix & test for by Michael W. Hudson · 22 years ago
  42. 312af42 structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer by Barry Warsaw · 23 years ago
  43. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  44. e82f75a Missing file structseq.c for SF patch #462296 by Guido van Rossum · 23 years ago