1. 97019e4 PyFloat_AsStringEx(): This function takes an output char* but doesn't by Tim Peters · 23 years ago
  2. af8aef9 PyFloat_FromString(): Conversion of sprintf() to PyOS_snprintf() for by Barry Warsaw · 23 years ago
  3. 4e8ab5d float_divmod(): the code wasn't sick enough to stop the MS optimizer by Tim Peters · 23 years ago
  4. d2e40d6 SF bug #477221: abs and divmod act oddly with -0.0 by Tim Peters · 23 years ago
  5. faf0cd2 float_abs() again: Guido pointed out that this could screw up in the by Tim Peters · 23 years ago
  6. d2364e8 SF bug #477221: abs and divmod act oddly with -0.0. by Tim Peters · 23 years ago
  7. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  8. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  9. 1952e38 Add additional coercion support for "self subtypes" to int, long, by Guido van Rossum · 23 years ago
  10. 2400fa4 Again perhaps the end of [#460020] bug or feature: unicode() and subclasses. by Tim Peters · 23 years ago
  11. 0280cf7 More bug 460020: when F is a subclass of float, disable the unary plus by Tim Peters · 23 years ago
  12. dea6ef9 Replace a few places where X->ob_type was compared to &PyXXX_Type with by Guido van Rossum · 23 years ago
  13. 97f4a33 Better error msg for 3-arg pow with a float argument. by Tim Peters · 23 years ago
  14. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  15. 4c483c4 Make the error msgs in our pow() implementations consistent. by Tim Peters · 23 years ago
  16. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 23 years ago
  17. 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
  18. 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
  19. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  20. d93dce1 Fix typo: double semicolons. by Guido van Rossum · 23 years ago
  21. bef1417 Make int, long and float subclassable. by Guido van Rossum · 23 years ago
  22. 96685bf float_pow: Put *all* of the burden on the libm pow in normal by Tim Peters · 23 years ago
  23. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  24. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  25. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  26. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  27. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  28. 7069512 When 1.6 boosted the # of digits produced by repr(float), repr(complex) by Tim Peters · 23 years ago
  29. 01c6526 Avoid giving prototypes on Solaris. by Martin v. Löwis · 23 years ago
  30. 2492a20 SF patch 103543 from tg@freebsd.org: by Jeremy Hylton · 23 years ago
  31. f916e7a Rich comparisons fall-out: by Guido van Rossum · 23 years ago
  32. 010b0cc Fix a silly bug in float_pow. Sorry Tim. by Neil Schemenauer · 23 years ago
  33. 32117e5 Make float a new style number type. by Neil Schemenauer · 24 years ago
  34. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  35. c54d190 SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than by Tim Peters · 24 years ago
  36. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  37. 858346e Replace SIGFPE paranoia around strtod and atof. I don't believe these by Tim Peters · 24 years ago
  38. ef14d73 Fix for SF bug 110624: float literals behave inconsistently. by Tim Peters · 24 years ago
  39. 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 24 years ago
  40. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  41. 67c1a04 PyFloat_FromString(): Move s_buffer[] up to the top-level function by Barry Warsaw · 24 years ago
  42. 39dce29 Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470. by Tim Peters · 24 years ago
  43. a248fb6 Clean up a warning on Win64. The downcast of the strlen size_t by Trent Mick · 24 years ago
  44. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  45. 1f0968c Remove legacy use of __SC__; no longer needed now that ANSI source is by Fred Drake · 24 years ago
  46. fd99de6 ANSI-fication of the sources. by Fred Drake · 24 years ago
  47. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  48. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  49. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  50. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  51. 13634cf This patch addresses two main issues: (1) There exist some non-fatal by Fred Drake · 24 years ago
  52. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  53. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  54. 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  55. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 24 years ago
  56. 57072eb Implement the other easy thing: repr() of a float now uses %.17g, by Guido van Rossum · 25 years ago
  57. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  58. 9263e78 Tim Peters writes: by Guido van Rossum · 25 years ago
  59. d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 25 years ago
  60. 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 25 years ago
  61. f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 25 years ago
  62. a060fb2 Alas, Vladimir's patch caused a bus error (probably double by Guido van Rossum · 25 years ago
  63. 881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 25 years ago
  64. 3c03fa8 Hack suggested by Matthias Klose to pull in all relevant entry points by Guido van Rossum · 27 years ago
  65. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  66. 93ad0df Faster floating point allocator, same idea as the int allocator. by Guido van Rossum · 27 years ago
  67. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  68. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  69. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  70. 919cf1a New, better hash for floating point and complex by Guido van Rossum · 27 years ago
  71. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  72. b23a60f Get rid of bogus MSC_VER undef of CHECK() by Guido van Rossum · 28 years ago
  73. c13bcca Test for negative # to the nonintegral float power here. by Guido van Rossum · 28 years ago
  74. 86c04c2 Correct wrong calculation of pow(0.0, 0.0, negative_number) by Guido van Rossum · 28 years ago
  75. 9d81b55 Different logic for defining CHECK(); 16-bit MSC specific define. by Guido van Rossum · 28 years ago
  76. 363078a make some things static by Guido van Rossum · 28 years ago
  77. 39739ea better power implementation by Guido van Rossum · 28 years ago
  78. 07e3a7e for MPW __SC__ compiler by Guido van Rossum · 29 years ago
  79. 67ca701 NeXT/Sparc 3.3 fix by Guido van Rossum · 29 years ago
  80. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  81. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 29 years ago
  82. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  83. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  84. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  85. 0b7d02a New patches by Andrew to fix various problems by Guido van Rossum · 30 years ago
  86. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  87. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  88. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  89. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  90. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  91. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  92. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  93. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  94. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  95. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  96. 3132a5a answer lint's complaints by Guido van Rossum · 32 years ago
  97. 56cd67a Get rid of redundant type checks. Define % operator similar to int%int. by Guido van Rossum · 32 years ago
  98. 7fa52f8 Explicitly check for weird values after calling pow(). by Guido van Rossum · 33 years ago
  99. 9a9fadd Formulate better error strings. by Guido van Rossum · 33 years ago
  100. 27acb33 Added NULL function pointers for shift and mask ops. by Guido van Rossum · 33 years ago