Staging
v0.8.1
https://github.com/python/cpython
Revision 2313e15578aa864c7b995de996e4787169f7ca8d authored by R David Murray on 13 January 2014, 18:19:21 UTC, committed by R David Murray on 13 January 2014, 18:19:21 UTC
This fixes an edge case (20206) where if the input ended in a character
needing encoding but there was no newline on the string, the last byte
of the encoded character would be dropped.  The fix is to use a more
efficient algorithm, provided by Serhiy Storchaka (5803), that does not
have the bug.
1 parent 2a3d7d1
History
Tip revision: 2313e15578aa864c7b995de996e4787169f7ca8d authored by R David Murray on 13 January 2014, 18:19:21 UTC
#20206, #5803: more efficient algorithm that doesn't truncate output.
Tip revision: 2313e15
File Mode Size
RPM
TextMate
Vim
ACKS -rw-r--r-- 20.1 KB
HISTORY -rw-r--r-- 923.0 KB
NEWS -rw-r--r-- 241.7 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.6 KB
README.AIX -rw-r--r-- 5.0 KB
README.coverity -rw-r--r-- 845 bytes
README.valgrind -rw-r--r-- 4.3 KB
SpecialBuilds.txt -rw-r--r-- 10.7 KB
gdbinit -rw-r--r-- 4.7 KB
indent.pro -rw-r--r-- 557 bytes
python-config.in -rw-r--r-- 1.9 KB
python-wing3.wpr -rw-r--r-- 555 bytes
python-wing4.wpr -rw-r--r-- 835 bytes
python.man -rw-r--r-- 13.1 KB
python.pc.in -rw-r--r-- 293 bytes
svnmap.txt -rw-r--r-- 4.1 MB
valgrind-python.supp -rw-r--r-- 8.2 KB
vgrindefs -rw-r--r-- 500 bytes

README

back to top