1. 7c4e409 Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. by Mark Dickinson · 8 years ago
  2. 49526f4 Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues by David Malcolm · 12 years ago
  3. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 12 years ago
  4. 2aa2b3b Clean up a few tabs that went in with PEP393. by Ezio Melotti · 13 years ago
  5. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  6. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago
  7. 388122d Issue #9337: Make float.__str__ identical to float.__repr__. by Mark Dickinson · 14 years ago
  8. 6337622 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
  9. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  10. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  11. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  12. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  13. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  14. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 16 years ago
  15. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  16. 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 16 years ago
  17. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 16 years ago
  18. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  19. 428f064 Remove the deprecated and useless "pend" argument from by Georg Brandl · 17 years ago
  20. 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 17 years ago
  21. ba283e2 This is my patch: by Michael W. Hudson · 19 years ago
  22. 9905b94 New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a by Tim Peters · 21 years ago
  23. 91a681d Excise DL_EXPORT from Include. by Mark Hammond · 22 years ago
  24. 7a50f25 More for SF bug [#460020] bug or feature: unicode() and subclasses by Tim Peters · 23 years ago
  25. c16fcdf Make the PyXXX_Check() macros for the numeric types inheritance-aware. by Guido van Rossum · 23 years ago
  26. 72f98e9 SF bug #422177: Results from .pyc differs from .py by Tim Peters · 23 years ago
  27. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  28. ea9cb5a ANSI-fication and Py_PROTO extermination. by Fred Drake · 24 years ago
  29. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  30. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  31. 226ae6c Mainlining the string_methods branch. See branch revision log by Barry Warsaw · 25 years ago
  32. 43466ec Add DL_IMPORT(returntype) for all officially exported functions. by Guido van Rossum · 25 years ago
  33. 2981bc7 Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg. by Guido van Rossum · 27 years ago
  34. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  35. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 29 years ago
  36. caa6380 The great renaming, phase two: all header files have been updated to by Guido van Rossum · 29 years ago
  37. 5799b52 Added 1995 copyright. by Guido van Rossum · 29 years ago
  38. e89bc75 Changes for dynamic linking under NT by Guido van Rossum · 30 years ago
  39. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  40. a330996 * Added support for X11 modules. by Guido van Rossum · 31 years ago
  41. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  42. 5113f5f Copyright for 1992 added by Guido van Rossum · 32 years ago
  43. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  44. 85a5fbb Initial revision by Guido van Rossum · 34 years ago