1.. bpo: 17550 2.. date: 9013 3.. nonce: zn8gOk 4.. release date: 2013-04-06 5.. section: Build 6 7Fix the --enable-profiling configure switch. 8 9.. 10 11.. bpo: 15801 12.. date: 9012 13.. nonce: zsLcEY 14.. section: Core and Builtins 15 16With string % formatting, relax the type check for a mapping such that any 17type with a __getitem__ can be used on the right hand side. 18 19.. 20 21.. bpo: 17625 22.. date: 9011 23.. nonce: SoDm9J 24.. section: IDLE 25 26In IDLE, close the replace dialog after it is used. 27 28.. 29 30.. bpo: 17835 31.. date: 9010 32.. nonce: mJdR71 33.. section: Tests 34 35Fix test_io when the default OS pipe buffer size is larger than one million 36bytes. 37 38.. 39 40.. bpo: 17531 41.. date: 9009 42.. nonce: 7PzWC2 43.. section: Tests 44 45Fix tests that thought group and user ids were always the int type. Also, 46always allow -1 as a valid group and user id. 47 48.. 49 50.. bpo: 17533 51.. date: 9008 52.. nonce: XGejM9 53.. section: Tests 54 55Fix test_xpickle with older versions of Python 2.5. 56 57.. 58 59.. bpo: 17538 60.. date: 9007 61.. nonce: M8FVLz 62.. section: Documentation 63 64Document XML vulnerabilties 65