1. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 15 years ago
  2. 18aa388 Fix: by Neal Norwitz · 17 years ago
  3. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 17 years ago
  4. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  5. cbf8f6c Temporarily revert 59967 until GC can be added. by Raymond Hettinger · 18 years ago
  6. c216df9 Issue 1820: structseq objects did not work with the % formatting operator or isinstance(t, tuple). by Raymond Hettinger · 18 years ago
  7. c3b2a4a Added more comments to the new structseq repr code and implemented several of Neal's suggestions. by Christian Heimes · 18 years ago
  8. 620fbe6 I missed the most important file by Christian Heimes · 18 years ago
  9. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 18 years ago
  10. 3ccec68 Improve extended slicing support in builtin types and classes. Specifically: by Thomas Wouters · 18 years ago
  11. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  12. 6f5ff3f Klocwork made another run and found a bunch more problems. by Neal Norwitz · 19 years ago
  13. c597d1b Unlink the structseq type from the global list of by Martin v. Löwis · 19 years ago
  14. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 19 years ago
  15. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  16. eb079f1 Use Py_ssize_t for counts and sizes. Convert Py_ssize_t using PyInt_FromSsize_t by Martin v. Löwis · 19 years ago
  17. e0e89f7 Revert 42400. by Martin v. Löwis · 19 years ago
  18. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
  19. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 19 years ago
  20. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  21. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 20 years ago
  22. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 23 years ago
  23. 8feeabb SF # 654974, fix unchecked return values in structseq by Neal Norwitz · 23 years ago
  24. ceaa77c Add n_unnamed_fields into the type. by Martin v. Löwis · 23 years ago
  25. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 23 years ago
  26. 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 23 years ago
  27. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
  28. 70ffddf Guido pointed out that I was missing a couple decrefs. by Michael W. Hudson · 23 years ago
  29. ce358e3 Apply (my) patch: by Michael W. Hudson · 23 years ago
  30. 7bb466a A fix & test for by Michael W. Hudson · 23 years ago
  31. 312af42 structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer by Barry Warsaw · 24 years ago
  32. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 24 years ago
  33. e82f75a Missing file structseq.c for SF patch #462296 by Guido van Rossum · 24 years ago