Staging
v0.5.1
Revision d0880d57b053179a8dd91f2b6fbcb5b5ddf56a1d authored by Victor Stinner on 27 April 2012, 21:40:13 UTC, committed by Victor Stinner on 27 April 2012, 21:40:13 UTC
 * Remove _PyBytes_FormatLong(): inline it into formatlong()
 * the input type is always a long, so remove the code for bool
 * don't duplicate the string if the length does not change
 * Use PyUnicode_DATA() instead of _PyUnicode_AsString()
1 parent 19b409a
History
File Mode Size
c-api
data
distutils
extending
faq
howto
includes
install
library
packaging
reference
tools
tutorial
using
whatsnew
ACKS.txt -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 6.8 KB
README.txt -rw-r--r-- 5.1 KB
about.rst -rw-r--r-- 1.3 KB
bugs.rst -rw-r--r-- 3.3 KB
conf.py -rw-r--r-- 5.9 KB
contents.rst -rw-r--r-- 415 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 31.9 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 1.5 KB

README.txt

back to top