- 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 · 18 years ago
- 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 18 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 18 years ago
- 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 18 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 18 years ago
- 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 18 years ago
- 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 18 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
- 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 18 years ago
- 45c0787 Simplified recursion logic. Modified variable name to match string.Formatter. by Eric Smith · 18 years ago
- 1152919 Changed some ValueError's to KeyError and IndexError. by Eric Smith · 18 years ago
- 4cb4e4e Fix segfault discovered by Ron Adam. Not checking for terminating right bracket in "'{0[}'.format(())". Fixed, and tests added. by Eric Smith · 18 years ago
- 37f1038 Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking for unicode objects. by Eric Smith · 18 years ago
- 185e30c Added format tests. by Eric Smith · 18 years ago
- 39342f4 Patch # 1048 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
- 4430095 Corrected missed #if in r57652. by Eric Smith · 18 years ago
- b7f5ba1 Added conditional compilation for '()', which was an allowed sign code in a by Eric Smith · 18 years ago
- 625cbf2 Modified parsing of format strings, so that we always return by Eric Smith · 18 years ago
- 9e7c8da Simplified tuple returned by string._formatter_parser to only have by Eric Smith · 18 years ago
- 79710cd Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning. by Eric Smith · 18 years ago
- 0cb431c Code layout changes for PEP 7 compliance. by Eric Smith · 18 years ago
- f6db409 Moved fieldnameiterator and formatteriterator to stringlib/string_format.h, so that they can be used when backporting to 2.6. by Eric Smith · 18 years ago
- 7a6dd29 Cleanup in anticipation of moving formatteriterator and fieldnameiterator into stringlib/string_format.h. by Eric Smith · 18 years ago
- 8a4eb29 Fix refleaks in test_unicode and test_string related to the new format code. by Neal Norwitz · 18 years ago
- 247b515 This adds a leak, but fixes a crash. The leaking code is: by Neal Norwitz · 18 years ago
- 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 18 years ago
- 3ef6a57 Get rid of compiler warning on 64-bit by Neal Norwitz · 18 years ago
- 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
- 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 19 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago