1. 03b3f04 long_mul(): The PyNumber_Multiply() call can return a long if the by Guido van Rossum · 23 years ago
  2. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  3. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  4. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  5. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
  6. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  7. 65e0b99 SF patch #103158 by Greg Ball: Don't do unsafe arithmetic in xrange object. by Guido van Rossum · 23 years ago
  8. 9e8f4ea Test for NULL returned from PyObject_NEW(). by Guido van Rossum · 24 years ago
  9. 0b796fa Fixed support for containment test when a negative step is used; this by Fred Drake · 24 years ago
  10. a91e165 In the containment test, get the boundary condition right. ">" was used by Fred Drake · 24 years ago
  11. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  12. 72d421b Boost buffer sizes in the absence of snprintf on Windows. by Tim Peters · 24 years ago
  13. c76e0e5 snprintf() is not portable, so continue to use sprintf() until a portable by Fred Drake · 24 years ago
  14. 2b83b46 Remove the tp_print handler. by Fred Drake · 24 years ago
  15. 45cfbcc ANSI-fication of the sources. by Fred Drake · 24 years ago
  16. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  17. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  18. 5678025 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  19. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  20. 5dadf7e Use 'xrange', not 'range', in error messages. Reported by Nathan Sullivan. by Guido van Rossum · 25 years ago
  21. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  22. da9c271 Make gcc -Wall happy by Guido van Rossum · 28 years ago
  23. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  24. 6c02a2f Use NEWOBJ() macro instead of calling newobject() directly. by Guido van Rossum · 28 years ago
  25. ce00509 make a few things static by Guido van Rossum · 29 years ago
  26. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  27. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  28. 7d6aa51 * rangeobject.[ch], bltinmodule.c: incorporate new version of range by Guido van Rossum · 31 years ago
  29. 2586bf0 * rangeobject.{c,h}, bltinmodule.c: removed non-essential ops from range by Guido van Rossum · 31 years ago
  30. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago