1. 4c08d55 Many changes for Unicode, by Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  2. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  3. 57072eb Implement the other easy thing: repr() of a float now uses %.17g, by Guido van Rossum · 25 years ago
  4. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  5. 9263e78 Tim Peters writes: by Guido van Rossum · 25 years ago
  6. d7b5fb8 Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if by Guido van Rossum · 25 years ago
  7. 3fce883 Vladimir has restructured his code somewhat so that the blocks are now by Guido van Rossum · 25 years ago
  8. f61bbc8 OK, try again. Vladimir gave me a fix for the alignment bus error, by Guido van Rossum · 25 years ago
  9. a060fb2 Alas, Vladimir's patch caused a bus error (probably double by Guido van Rossum · 25 years ago
  10. 881928f Patch by Vladimir Marangoz to allow freeing of the allocated blocks of by Guido van Rossum · 25 years ago
  11. 3c03fa8 Hack suggested by Matthias Klose to pull in all relevant entry points by Guido van Rossum · 27 years ago
  12. fbbd57e Added _Fini() routines to free up some memory by Guido van Rossum · 27 years ago
  13. 93ad0df Faster floating point allocator, same idea as the int allocator. by Guido van Rossum · 27 years ago
  14. c0b618a Quickly renamed the last directory. by Guido van Rossum · 27 years ago
  15. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  16. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  17. 919cf1a New, better hash for floating point and complex by Guido van Rossum · 28 years ago
  18. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  19. b23a60f Get rid of bogus MSC_VER undef of CHECK() by Guido van Rossum · 28 years ago
  20. c13bcca Test for negative # to the nonintegral float power here. by Guido van Rossum · 28 years ago
  21. 86c04c2 Correct wrong calculation of pow(0.0, 0.0, negative_number) by Guido van Rossum · 28 years ago
  22. 9d81b55 Different logic for defining CHECK(); 16-bit MSC specific define. by Guido van Rossum · 28 years ago
  23. 363078a make some things static by Guido van Rossum · 28 years ago
  24. 39739ea better power implementation by Guido van Rossum · 29 years ago
  25. 07e3a7e for MPW __SC__ compiler by Guido van Rossum · 29 years ago
  26. 67ca701 NeXT/Sparc 3.3 fix by Guido van Rossum · 29 years ago
  27. 9fa2c11 use Py_CHARMASK; and don't check for neg. float to the float power here by Guido van Rossum · 29 years ago
  28. 4d3468d don't declare fmod/pow for any STDC compiler by Guido van Rossum · 30 years ago
  29. 6610ad9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  30. d7047b3 Lots of minor changes. Note for mappingobject.c: the hash table pointer by Guido van Rossum · 30 years ago
  31. 03093a2 * Include/classobject.h, Objects/classobject.c, Python/ceval.c: by Guido van Rossum · 30 years ago
  32. 0b7d02a New patches by Andrew to fix various problems by Guido van Rossum · 30 years ago
  33. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  34. a9c3c22 * Extended X interface: pixmap objects, colormap objects visual objects, by Sjoerd Mullender · 31 years ago
  35. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  36. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  37. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  38. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  39. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  40. 1899c2e Made builtins int(), long(), float(), oct() and hex() more generic. by Guido van Rossum · 32 years ago
  41. e6eefc2 * classobject.[ch], {float,long,int}object.c, bltinmodule.c: by Guido van Rossum · 32 years ago
  42. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  43. 3132a5a answer lint's complaints by Guido van Rossum · 32 years ago
  44. 56cd67a Get rid of redundant type checks. Define % operator similar to int%int. by Guido van Rossum · 33 years ago
  45. 7fa52f8 Explicitly check for weird values after calling pow(). by Guido van Rossum · 33 years ago
  46. 9a9fadd Formulate better error strings. by Guido van Rossum · 33 years ago
  47. 27acb33 Added NULL function pointers for shift and mask ops. by Guido van Rossum · 33 years ago
  48. 15ecff4 Finally implemented divmod(). by Guido van Rossum · 33 years ago
  49. 9093361 printobject now returns an error code by Guido van Rossum · 33 years ago
  50. 27dec7e Export float_buf_repr() interface, for marshalling of floats. by Guido van Rossum · 33 years ago
  51. 70d9346 Fix special cases in pow() by Guido van Rossum · 33 years ago
  52. 50b4ef6 Added nonzero test by Guido van Rossum · 33 years ago
  53. eba1b5e Added (dummy) divmod and (functional) abs. Fixed comments in number methods list by Guido van Rossum · 33 years ago
  54. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  55. c211ee4 Added <errno.h> by Guido van Rossum · 34 years ago
  56. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  57. 6923e13 Moved prototyes for fmod and pow, and don't use them for THINK C. by Guido van Rossum · 34 years ago
  58. 726749c Added some prototypes. by Guido van Rossum · 34 years ago
  59. 2a9096b New errors. by Guido van Rossum · 34 years ago
  60. 85a5fbb Initial revision by Guido van Rossum · 34 years ago