1. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  2. bce9a5d #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  3. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 14 years ago
  4. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  5. 0d4cbc1 Issue #7532: Expanded tests for extended slicing. This is a forward by Mark Dickinson · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  8. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  9. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  10. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  11. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  12. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  13. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  14. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  15. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  16. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  17. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago