1. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  2. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  3. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  4. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  5. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  6. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  7. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 19 years ago
  8. 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
  9. e0e89f7 Revert 42400. by Martin v. Löwis · 19 years ago
  10. 2c95cc6 Support %zd in PyErr_Format and PyString_FromFormat. by Martin v. Löwis · 19 years ago
  11. 26efe40 Get rid of compiler warnings (gcc 3.3.4 on x86) by Neal Norwitz · 19 years ago
  12. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  13. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  14. 1f1b2d2 Removed all uses of the out-of-favor __safe_for_unpickling__ magic by Tim Peters · 22 years ago
  15. 8feeabb SF # 654974, fix unchecked return values in structseq by Neal Norwitz · 22 years ago
  16. ceaa77c Add n_unnamed_fields into the type. by Martin v. Löwis · 22 years ago
  17. f607bda Add PyStructSequence_UnnamedField. Add stat_float_times. by Martin v. Löwis · 22 years ago
  18. 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  19. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  20. 70ffddf Guido pointed out that I was missing a couple decrefs. by Michael W. Hudson · 23 years ago
  21. ce358e3 Apply (my) patch: by Michael W. Hudson · 23 years ago
  22. 7bb466a A fix & test for by Michael W. Hudson · 23 years ago
  23. 312af42 structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer by Barry Warsaw · 23 years ago
  24. c2fe618 Fix bad bug in structseq slicing (NULL pointers in result). Reported by by Tim Peters · 23 years ago
  25. e82f75a Missing file structseq.c for SF patch #462296 by Guido van Rossum · 23 years ago