- 23 Nis, 2012 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
- 24 Şub, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 23 Şub, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Decode thousands separator and decimal point using PyUnicode_DecodeLocale() (from the locale encoding), instead of decoding them implicitly from latin1 * Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used * Change _PyUnicode_InsertThousandsGrouping() API to return the maximum character if unicode is NULL * Replace MIN/MAX macros by Py_MIN/Py_MAX * stringlib/undef.h undefines STRINGLIB_IS_UNICODE * stringlib/localeutil.h only supports Unicode
-
- 31 Ock, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 23 Ock, 2012 2 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Amaury Forgeot d'Arc yazdı
-
- 21 Ock, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 20 Ock, 2012 1 kayıt (commit)
-
-
Eric V. Smith yazdı
-
- 12 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Ock, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
It is faster than the unicode_fill() function which was implemented in formatter_unicode.c.
-
- 01 Ara, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 11 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 07 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 05 Eki, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Create copy_characters() function which doesn't check for the maximum character in release mode * _PyUnicode_CheckConsistency() is no more static to be able to use it in _PyUnicode_FormatAdvanced() (in formatter_unicode.c) * _PyUnicode_CheckConsistency() checks the string hash
-
Victor Stinner yazdı
ucs1, ucs2 and ucs4 libraries have to scan created substring to find the maximum character, whereas it is not need to ASCII strings. Because ASCII strings are common, it is useful to optimize ASCII.
-
- 28 Eyl, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
- 27 Eki, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r75441 | mark.dickinson | 2009-10-15 20:55:18 +0100 (Thu, 15 Oct 2009) | 9 lines Merged revisions 75440 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75440 | mark.dickinson | 2009-10-15 18:45:39 +0100 (Thu, 15 Oct 2009) | 1 line Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. ........ ................
-
- 18 Eki, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 15 Eki, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75440 | mark.dickinson | 2009-10-15 18:45:39 +0100 (Thu, 15 Oct 2009) | 1 line Allow core Python build to succeed under WITHOUT_COMPLEX. The module build stage still fails. ........
-
- 30 Nis, 2009 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 30 May, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 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.
-