1. a850ef6 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  2. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 11 years ago
  3. a36507c Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a by Mark Dickinson · 14 years ago
  4. d3e3232 Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble by Mark Dickinson · 15 years ago
  5. e31d300 Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk. by Mark Dickinson · 15 years ago
  6. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  7. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  8. 5e527eb Added PyNumber_ToBase and supporting routines _PyInt_Format and by Eric Smith · 16 years ago
  9. 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 · 16 years ago
  10. 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
  11. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  12. ee3a1b5 Variation of patch # 1624059 to speed up checking if an object is a subclass by Neal Norwitz · 17 years ago
  13. da53afa A new table to help string->integer conversion was added yesterday to by Tim Peters · 18 years ago
  14. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  15. 7790c3b Removed redundant declaration of _PyLong_NumBits(). by Tim Peters · 20 years ago
  16. a4ea603 SF # 595026: support for masks in getargs.c. by Thomas Heller · 21 years ago
  17. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  18. 5b8132f _PyLong_NumBits(): The definition of this was too specific to the quirky by Tim Peters · 21 years ago
  19. baefd9e Added new private API function _PyLong_NumBits. This will be used at the by Tim Peters · 21 years ago
  20. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  21. 60519e8 HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C by Tim Peters · 22 years ago
  22. 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  23. a1c1b0f Introduce new private API function _PyLong_AsScaledDouble. Not used yet, by Tim Peters · 23 years ago
  24. c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
  25. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  26. 2a9b367 Two new private longobject API functions, by Tim Peters · 23 years ago
  27. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  28. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  29. 5eae2c1 Moved LONG_LONG #define from here to pyport.h. by Barry Warsaw · 24 years ago
  30. 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
  31. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  32. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  33. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  34. 2e6e7d4 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  35. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  36. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  37. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  38. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  39. 53756b1 Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). by Guido van Rossum · 28 years ago
  40. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  41. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  42. 9381782 new names for lots of new functions by Guido van Rossum · 29 years ago
  43. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  44. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  45. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  46. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  47. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  48. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  49. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  50. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  51. 44c8f69 Added typedef for longobject and declarations for long_{format,scan}. by Guido van Rossum · 32 years ago
  52. 301f1a6 Added declarations for dnewlongobject and dgetlongvalue. by Guido van Rossum · 33 years ago
  53. edcc38a Initial revision by Guido van Rossum · 33 years ago