Staging
v0.5.1
https://github.com/python/cpython
Revision 2f0441f03f71c658148bff60be46585f56670d1f authored by Robert Collins on 05 March 2015, 02:45:01 UTC, committed by Robert Collins on 05 March 2015, 02:45:01 UTC
The code module was using a private function from traceback in order to skip a
frame - used the direct interface to do that instead,

The decimal module suffered minor fallout from formatting changes ('None' as a
value is now not printed by traceback, the same as None was not before).

The cgitb module was passing a bogus exception type (type.__name__) into
format_exception, which uncovered that format_exception and print_exception had
been ignoring the etype for some time, so the compatibility thunk to the new
code now does the same thing.
1 parent 3737e60
History
Tip revision: 2f0441f03f71c658148bff60be46585f56670d1f authored by Robert Collins on 05 March 2015, 02:45:01 UTC
Remaining fallout from 17911
Tip revision: 2f0441f
File Mode Size
bdist_wininst
example_nt
icons
WinMain.c -rw-r--r-- 449 bytes
_msi.c -rw-r--r-- 30.7 KB
config.c -rw-r--r-- 5.0 KB
dl_nt.c -rw-r--r-- 4.6 KB
dllbase_nt.txt -rw-r--r-- 3.5 KB
empty.c -rw-r--r-- 137 bytes
errmap.h -rw-r--r-- 2.1 KB
errmap.mak -rw-r--r-- 95 bytes
frozen_dllmain.c -rw-r--r-- 3.9 KB
generrmap.c -rw-r--r-- 849 bytes
getpathp.c -rw-r--r-- 24.6 KB
icons.mak -rw-r--r-- 213 bytes
icons.rc -rw-r--r-- 59 bytes
launcher.c -rw-r--r-- 49.3 KB
launcher.ico -rw-r--r-- 19.3 KB
make_versioninfo.c -rw-r--r-- 1.2 KB
msvcrtmodule.c -rw-r--r-- 14.0 KB
py.ico -rw-r--r-- 19.3 KB
pyc.ico -rw-r--r-- 19.3 KB
pycon.ico -rw-r--r-- 19.3 KB
pyconfig.h -rw-r--r-- 20.1 KB
pylauncher.rc -rw-r--r-- 1.3 KB
python.manifest -rw-r--r-- 595 bytes
python3.def -rw-r--r-- 35.1 KB
python3dll.c -rw-r--r-- 134 bytes
python_exe.rc -rw-r--r-- 1.2 KB
python_nt.rc -rw-r--r-- 1.2 KB
python_ver_rc.h -rw-r--r-- 1003 bytes
readme.txt -rw-r--r-- 3.6 KB
testpy.py -rw-r--r-- 836 bytes
winreg.c -rw-r--r-- 59.7 KB
winsound.c -rw-r--r-- 5.5 KB

readme.txt

back to top