1. aa2adc8 Issue #6713: Improve performance of str(n) and repr(n) for integers n by Mark Dickinson · 15 years ago
  2. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  3. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  4. bcf6b18 A few more minor fixes in longobject.c by Mark Dickinson · 15 years ago
  5. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 15 years ago
  6. a3c8c10 Thomas Herve explained to me that PyCrypto depends on the constants. I'm adding the aliases because C code for Python 2.x should compile under 2.6 as well. The aliases aren't available in Python 3.x though. by Christian Heimes · 16 years ago
  7. 7f39c9f Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0. by Christian Heimes · 17 years ago
  8. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  9. 47e52ee SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  10. 0973b99 SF patch 936813: fast modular exponentiation by Tim Peters · 20 years ago
  11. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  12. 03b1883 For clarity, change _longobject to build directly from PyObject_VAR_HEAD by Tim Peters · 22 years ago
  13. 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  14. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  15. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  16. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  17. 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
  18. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  19. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  20. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  21. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  22. b7d3d4e make newvarobj's size arg signed by Guido van Rossum · 30 years ago
  23. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  24. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  25. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  26. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  27. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  28. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  29. 3d09543 Move the longobject typedef to longobject.h. by Guido van Rossum · 33 years ago
  30. badb116 Added wdigit and stwodigits typedefs, and changed prototypes. by Guido van Rossum · 33 years ago
  31. edcc38a Initial revision by Guido van Rossum · 33 years ago