1. 5e79321 bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) by Serhiy Storchaka · 8 years ago
  2. e41390a bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) by Serhiy Storchaka · 8 years ago
  3. 3efe32e Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. by Serhiy Storchaka · 8 years ago
  4. 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  5. ad4b000 Issue #14783: Backport changes from 3.2. by Chris Jerdonek · 12 years ago
  6. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  7. 01c6e6f many more types to initialize (I had to expose some of them) by Benjamin Peterson · 16 years ago
  8. 1ec2fcd Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) now by Mark Dickinson · 16 years ago
  9. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  10. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  11. 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 · 17 years ago
  12. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  13. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  14. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  15. 54b42f1 Allow long integers in PySlice_GetIndices. by Martin v. Löwis · 19 years ago
  16. d08eaf4 Use Py_ssize_t in slices by Neal Norwitz · 19 years ago
  17. 347b300 Remove unnecessary casts in type object initializers. by Georg Brandl · 19 years ago
  18. badc086 Stop duplicating code and handle slice indices consistently and correctly by Neal Norwitz · 19 years ago
  19. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  20. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  21. b859c07 SF bug #800796: Difference between hash() and __hash__() by Raymond Hettinger · 21 years ago
  22. ea3fdf4 SF patch #659536: Use PyArg_UnpackTuple where possible. by Raymond Hettinger · 22 years ago
  23. cbd6fb9 Handle really big steps in extended slices. by Michael W. Hudson · 22 years ago
  24. 173f11d Some days, I think my comment of by Michael W. Hudson · 22 years ago
  25. 5c1ad84 Fix for platforms where int != long. by Michael W. Hudson · 22 years ago
  26. 206d8f8 Silly typo. Not sure how that got in. by Michael W. Hudson · 22 years ago
  27. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  28. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  29. 589dc93 Fix for problem reported by Neal Norwitz. Tighten up calculation of by Michael W. Hudson · 22 years ago
  30. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  31. 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 23 years ago
  32. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 23 years ago
  33. d82fb78 Add values to tp_getattro and tp_flags so that dir(Ellipsis) will by Guido van Rossum · 23 years ago
  34. 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
  35. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  36. a1351fb SF patch #408326 by Robin Thomas: slice objects comparable, not hashable by Guido van Rossum · 24 years ago
  37. adf5410 Test for NULL returned from PyObject_NEW(). by Guido van Rossum · 24 years ago
  38. 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
  39. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  40. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  41. fd4904c repr("...") -> "Ellipses" by Guido van Rossum · 28 years ago
  42. f2d125b Added sliceobject.c by Guido van Rossum · 28 years ago