1. bd15a06 Issue #7117, continued: Change round implementation to use the correctly-rounded by Mark Dickinson · 15 years ago
  2. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  3. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  4. dc13b79 Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  5. c873550 Stupid me. Py_RETURN_NAN should actually return something ... by Christian Heimes · 16 years ago
  6. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  7. 422051a Patch #1953 by Christian Heimes · 17 years ago
  8. 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
  9. 284d927 Backport of r59456:59458 from py3k to trunk by Christian Heimes · 17 years ago
  10. dfdfaab Feature #1534 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. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  13. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 21 years ago
  14. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  15. 7a50f25 More for SF bug [#460020] bug or feature: unicode() and subclasses by Tim Peters · 23 years ago
  16. c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
  17. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  18. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  19. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  20. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  21. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  22. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  23. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 26 years ago
  24. 2981bc7 Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  25. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  26. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  27. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 30 years ago
  28. 5799b52 Added 1995 copyright. by Guido van Rossum · 30 years ago
  29. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  30. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  31. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  32. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  33. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  34. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  35. 85a5fbb Initial revision by Guido van Rossum · 34 years ago