• Eric Smith's avatar
    Backport of some of the work in r71665 to trunk. This reworks much of · aca19e6a
    Eric Smith yazdı
    int, long, and float __format__(), and it keeps their implementation
    in sync with py3k.
    
    Also added PyOS_double_to_string. This is the "fallback" version
    that's also available in trunk, and should be kept in sync with that
    code. I'll add an issue to document PyOS_double_to_string in the C
    API.
    
    There are many internal cleanups. Externally visible changes include:
    
    - Implement PEP 378, Format Specifier for Thousands Separator, for
      floats, ints, and longs.
    
    - Issue #5515: 'n' formatting for ints, longs, and floats handles
      leading zero formatting poorly.
    
    - Issue #5772: For float.__format__, don't add a trailing ".0" if
      we're using no type code and we have an exponent.
    aca19e6a
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.OpenBSD Loading commit data...
README.coverity Loading commit data...
README.klocwork Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
build.sh Loading commit data...
cheatsheet Loading commit data...
developers.txt Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
pymemcompat.h Loading commit data...
python-config.in Loading commit data...
python-mode.el Loading commit data...
python-wing.wpr Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...