1. 7bc66b1 Merged revisions 74222 via svnmerge from by Eric Smith · 15 years ago
  2. 41669ca Merged revisions 72848 via svnmerge from by Eric Smith · 15 years ago
  3. 741191f Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects nan and inf. by Eric Smith · 15 years ago
  4. 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
  5. 7255f18 Merged revisions 72189 via svnmerge from by Eric Smith · 15 years ago
  6. 33841c3 Issue #5859: Remove '%f' to '%g' formatting switch for large floats. by Mark Dickinson · 15 years ago
  7. fb526ac Merged revisions 72159 via svnmerge from by Georg Brandl · 15 years ago
  8. 58a4224 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  9. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  10. 937491d Merged revisions 71802 via svnmerge from by Eric Smith · 15 years ago
  11. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  12. f64bce8 Merged revisions 71548 via svnmerge from by Eric Smith · 15 years ago
  13. b4a49f6 Resolves issue 5690: accidentally skipping code in non-debug build. by Eric Smith · 15 years ago
  14. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  15. f8c8b6d Removed mixed tabs and whitespace. by Eric Smith · 15 years ago
  16. c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 15 years ago
  17. 8ec9044 Merged revisions 70364 via svnmerge from by Eric Smith · 15 years ago
  18. 5e5c0db Merged revisions 69806 via svnmerge from by Eric Smith · 15 years ago
  19. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  20. aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 15 years ago
  21. 8d4e505 Issue #4935: The overflow checking code in the expandtabs() method common by Antoine Pitrou · 16 years ago
  22. f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  23. 4f3c561 Removed merge glitch from stringlib/find.h as explained on the python committers list. The FROM_BYTEARRAY isn't required here. by Christian Heimes · 16 years ago
  24. a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
  25. 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
  26. 22b85b3 Backed out r65073, pending fixing it in Windows. by Eric Smith · 16 years ago
  27. a4fac36 Merged revisions 65069 via svnmerge from by Eric Smith · 16 years ago
  28. 05212a1 Merged revisions 65023 via svnmerge from by Eric Smith · 16 years ago
  29. d68af8f Merged revisions 64984 via svnmerge from by Eric Smith · 16 years ago
  30. b1ebcc6 Forward port of r64958. by Eric Smith · 16 years ago
  31. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  32. 6ed16dc Merged revisions 64496 via svnmerge from by Eric Smith · 16 years ago
  33. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  34. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  35. ba8c028 Refactored known type optimization, in anticipation of backporting to 2.6. I'll probably move this code into PyObject_Format, so everyone benefits. by Eric Smith · 16 years ago
  36. 1d138f1 Optimization of str.format() for cases with unicode, long, and float by Eric Smith · 16 years ago
  37. 4a7d76d Refactor and clean up str.format() code (and helpers) in advance of optimizations. by Eric Smith · 16 years ago
  38. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  39. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
  40. 5a6f458 Merged revisions 62199 via svnmerge from by Martin v. Löwis · 16 years ago
  41. b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 16 years ago
  42. ecbac8f Corrected assert to check for correct type in py3k. by Eric Smith · 16 years ago
  43. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  44. 8a0217c Port 60893 to py3k, without unicode test. by Eric Smith · 16 years ago
  45. 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 16 years ago
  46. fa767ef Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type specifier is given to an int. PEP 3101 should be clarified on this point.Also, remove unused local variables left over from r60376. by Eric Smith · 16 years ago
  47. 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 16 years ago
  48. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  49. 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
  50. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  51. 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
  52. 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
  53. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  54. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
  55. 45c0787 Simplified recursion logic. Modified variable name to match string.Formatter. by Eric Smith · 17 years ago
  56. 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 17 years ago
  57. 4cb4e4e Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added. by Eric Smith · 17 years ago
  58. 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 17 years ago
  59. 185e30c Added format tests. by Eric Smith · 17 years ago
  60. 39342f4 Patch # 1048 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  61. 4430095 Corrected missed #if in r57652. by Eric Smith · 17 years ago
  62. b7f5ba1 Added conditional compilation for '()', which was an allowed sign code in a by Eric Smith · 17 years ago
  63. 625cbf2 Modified parsing of format strings, so that we always return by Eric Smith · 17 years ago
  64. 9e7c8da Simplified tuple returned by string._formatter_parser to only have by Eric Smith · 17 years ago
  65. 79710cd Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning. by Eric Smith · 17 years ago
  66. 0cb431c Code layout changes for PEP 7 compliance. by Eric Smith · 17 years ago
  67. f6db409 Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6. by Eric Smith · 17 years ago
  68. 7a6dd29 Cleanup in anticipation of moving formatteriterator and fieldnameiterator into stringlib/string_format.h. by Eric Smith · 17 years ago
  69. 8a4eb29 Fix refleaks in test_unicode and test_string related to the new format code. by Neal Norwitz · 17 years ago
  70. 247b515 This adds a leak, but fixes a crash. The leaking code is: by Neal Norwitz · 17 years ago
  71. 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
  72. 3ef6a57 Get rid of compiler warning on 64-bit by Neal Norwitz · 17 years ago
  73. 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
  74. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  75. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  76. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago