- 17 Şub, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
formatting. Includes: - Modifying tests for basic types to use __format__ methods, instead of builtin "format". - Adding PyObject_Format. - General str/unicode cleanup discovered when backporting to 2.6. - Removing datetimemodule.c's time_format, since it was identical to date_format. The files in Objects/stringlib that implement PEP 3101 (stringdefs.h, unicodedefs.h, formatter.h, string_format.h) are identical in trunk and py3k. Any changes from here on should be made to trunk, and changes will propogate to py3k).
-
- 15 Kas, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
#define for PyObject_Unicode in object.h.
-
- 16 Eki, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
to be called a buffer). Shares code with stringobject when possible. Adds unit tests with common code that should be usable to test the PEPs mutable buffer() and immutable bytes() types. http://bugs.python.org/issue1261
-
- 01 Eyl, 2007 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 28 Agu, 2007 1 kayıt (commit)
-
-
Eric Smith yazdı
Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a 'defined but not used' warning.
-
- 25 Agu, 2007 1 kayıt (commit)
-
-
Eric Smith yazdı
Known issues: The string.Formatter class, as discussed in the PEP, is incomplete. Error handling needs to conform to the PEP. Need to fix this warning that I introduced in Python/formatter_unicode.c: Objects/stringlib/unicodedefs.h:26: warning: `STRINGLIB_CMP' defined but not used Need to make sure sign formatting is correct, more tests needed. Need to remove '()' sign formatting, left over from an earlier version of the PEP.
-