1. c8bb9eb Patch #494047: removes 64-bit ?: to cope on plan9. by Martin v. Löwis · 22 years ago
  2. 5329cdb _PyLong_Copy(): was creating a copy of the absolute value, but should by Tim Peters · 22 years ago
  3. a5854c2 Patch #508038: Do not use a type as a variable name. by Martin v. Löwis · 22 years ago
  4. 6f97e49 long_true_divide(): decref its converted arguments. test_long_future.py by Tim Peters · 23 years ago
  5. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  6. d38b1c7 SF [#466125] PyLong_AsLongLong works for any integer. by Tim Peters · 23 years ago
  7. 1952e38 Add additional coercion support for "self subtypes" to int, long, by Guido van Rossum · 23 years ago
  8. 7e35d57 A fix for SF bug #461546 (bug in long_mul). by Guido van Rossum · 23 years ago
  9. bafedec based upon a suggestion in c.l.py, this slight expansion of the by Skip Montanaro · 23 years ago
  10. 40c397d long_invert(): tiny speed and space optimization. by Tim Peters · 23 years ago
  11. 69c2de3 More bug 460020. Disable a number of long optimizations for long subclasses. by Tim Peters · 23 years ago
  12. 64b5ce3 SF bug #460020: bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  13. e56ed9b long_true_divide: reliably force underflow to 0 when the denominator by Tim Peters · 23 years ago
  14. 4c483c4 Make the error msgs in our pow() implementations consistent. by Tim Peters · 23 years ago
  15. 57f282a Try to recover from that glibc's ldexp apparently doesn't set errno on by Tim Peters · 23 years ago
  16. e2a6000 Change long/long true division to return as many good bits as it can; by Tim Peters · 23 years ago
  17. 20dab9f Move long_true_divide next to the other division routines (for clarity!). by Tim Peters · 23 years ago
  18. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 23 years ago
  19. a1c1b0f Introduce new private API function _PyLong_AsScaledDouble. Not used yet, by Tim Peters · 23 years ago
  20. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  21. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  22. 13228a6 Ah, the joy of writing test cases... by Guido van Rossum · 23 years ago
  23. bef1417 Make int, long and float subclassable. by Guido van Rossum · 23 years ago
  24. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  25. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  26. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  27. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  28. 586b2e3 long_format: Simplify the overly elaborate base-is-a-power-of-2 code. by Tim Peters · 23 years ago
  29. 212e614 divrem1 & long_format: found a clean way to factor divrem1 so that by Tim Peters · 23 years ago
  30. c8a6b9b long_format(): Simplify new code a bit. by Tim Peters · 23 years ago
  31. fad225f long_format(): Easy speedup for output bases that aren't a power of 2 (in by Tim Peters · 23 years ago
  32. 0ec9aba On long to the negative long power, let float handle it instead of by Guido van Rossum · 23 years ago
  33. 70128a1 PyLong_{As, From}VoidPtr: cleanup, replacing assumptions in comments with by Tim Peters · 23 years ago
  34. cf37dfc Change IS_LITTLE_ENDIAN macro -- a little faster now. by Tim Peters · 23 years ago
  35. ede0509 _PyLong_AsByteArray: simplify the logic for dealing with the most- by Tim Peters · 23 years ago
  36. ce9de2f PyLong_From{Unsigned,}Long: count the # of digits first, so no more space by Tim Peters · 23 years ago
  37. f251d06 _PyLong_FromByteArray: changed decl of "carry" to match "thisbyte". No by Tim Peters · 23 years ago
  38. 05607ad _PyLong_AsByteArray: Don't do the "delicate overflow" check unless it's by Tim Peters · 23 years ago
  39. 898cf85 _PyLong_AsByteArray: added assert that the input is normalized. This is by Tim Peters · 23 years ago
  40. 9cb0c38 PyLong_As{Unsigned,}LongLong: fiddled final result casting. by Tim Peters · 23 years ago
  41. d1a7da6 longobject.c: by Tim Peters · 23 years ago
  42. 8bc84b4 _PyLong_{As,From}ByteArray: Minor code rearrangement aimed at improving by Tim Peters · 23 years ago
  43. 7a3bfc3 Added q/Q standard (x-platform 8-byte ints) mode in struct module. by Tim Peters · 23 years ago
  44. 2a9b367 Two new private longobject API functions, by Tim Peters · 23 years ago
  45. 6fd867b Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  46. ba872e2 Make long a new style number type. Sequence repeat is now done here by Neil Schemenauer · 24 years ago
  47. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  48. c54d190 SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than by Tim Peters · 24 years ago
  49. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  50. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  51. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  52. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  53. 43f04a3 The tail end of x_sub implicitly assumed that an unsigned short by Tim Peters · 24 years ago
  54. 9ace6bc Got RID of redundant coercions in longobject.c (as spotted by Greg by Tim Peters · 24 years ago
  55. 9f688bf Some cleanup of longs in prepartion for Cray J90 fixes: got by Tim Peters · 24 years ago
  56. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  57. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  58. 4c7fdfc Trent Mick <trentm@ActiveState.com>: by Fred Drake · 24 years ago
  59. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  60. ba71a24 Simple optimization by Christian Tismer, who gives credit to Lenny by Guido van Rossum · 24 years ago
  61. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  62. 121ee27 long_format(): Now takes a third parameter, addL; iff true, a by Fred Drake · 25 years ago
  63. 2c7b8fe Fix PR#66. Solution: add error checking around l_divmod() calls in long_pow(). by Guido van Rossum · 25 years ago
  64. 1a23c24 Patch by Tim Peters fixing PR#89: by Guido van Rossum · 25 years ago
  65. b5cebfe PyLong_FromString(): Nailed a small memory leak. In the str==start by Barry Warsaw · 26 years ago
  66. cdd9ae0 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  67. 3886026 Remove unreachable code. (Sjoerd) by Guido van Rossum · 26 years ago
  68. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  69. 065ce5a Undo victim of careless global substitute ("long long_hash" was by Guido van Rossum · 26 years ago
  70. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  71. bd3a527 Two patches by Jason Harper: by Guido van Rossum · 26 years ago
  72. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  73. ac6a37a Fix a potential problem in PyLong_FromString(): could fall through the by Guido van Rossum · 26 years ago
  74. e676297 Add check in long-to-int conversion for at least one digit. by Guido van Rossum · 26 years ago
  75. f753181 Subject: Buglet in PyLong_AsLong by Guido van Rossum · 26 years ago
  76. 1109fbc Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  77. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  78. 2095d24 Tweaks to keep the Microsoft compiler quiet. by Guido van Rossum · 27 years ago
  79. f2e499b New long_lshift, without restriction on size of shift count, by Tim Peters. by Guido van Rossum · 27 years ago
  80. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  81. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  82. 53756b1 Added PyLong_FromUnsignedLong() and PyLong_AsUnsignedLong(). by Guido van Rossum · 28 years ago
  83. 472c04f Fix newlongobject so it will work for 64-bit as well as 32-bit hardware by Guido van Rossum · 28 years ago
  84. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  85. 687ec18 changes for MPW by Guido van Rossum · 29 years ago
  86. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  87. 3535f6e long_scan is no longer used by Guido van Rossum · 30 years ago
  88. c206c76 fix memory leak and null pointer dereference by Guido van Rossum · 30 years ago
  89. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  90. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  91. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  92. eb1fafc New patches by Andrew to fix various problems Add cast for Lance by Guido van Rossum · 30 years ago
  93. b73cc04 * ceval.c, longobject.c, methodobject.c, listnode.c, arraymodule.c, by Guido van Rossum · 31 years ago
  94. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  95. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  96. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  97. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  98. 0b0db8e Added separate main program for the Mac: macmain.c by Guido van Rossum · 32 years ago
  99. 7066dd7 * Makefile: added IMGFILE; moved some stuff around. by Guido van Rossum · 32 years ago
  100. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago