You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.0 KiB
65 lines
1.0 KiB
4 months ago
|
.. bpo: 17550
|
||
|
.. date: 9013
|
||
|
.. nonce: zn8gOk
|
||
|
.. release date: 2013-04-06
|
||
|
.. section: Build
|
||
|
|
||
|
Fix the --enable-profiling configure switch.
|
||
|
|
||
|
..
|
||
|
|
||
|
.. bpo: 15801
|
||
|
.. date: 9012
|
||
|
.. nonce: zsLcEY
|
||
|
.. section: Core and Builtins
|
||
|
|
||
|
With string % formatting, relax the type check for a mapping such that any
|
||
|
type with a __getitem__ can be used on the right hand side.
|
||
|
|
||
|
..
|
||
|
|
||
|
.. bpo: 17625
|
||
|
.. date: 9011
|
||
|
.. nonce: SoDm9J
|
||
|
.. section: IDLE
|
||
|
|
||
|
In IDLE, close the replace dialog after it is used.
|
||
|
|
||
|
..
|
||
|
|
||
|
.. bpo: 17835
|
||
|
.. date: 9010
|
||
|
.. nonce: mJdR71
|
||
|
.. section: Tests
|
||
|
|
||
|
Fix test_io when the default OS pipe buffer size is larger than one million
|
||
|
bytes.
|
||
|
|
||
|
..
|
||
|
|
||
|
.. bpo: 17531
|
||
|
.. date: 9009
|
||
|
.. nonce: 7PzWC2
|
||
|
.. section: Tests
|
||
|
|
||
|
Fix tests that thought group and user ids were always the int type. Also,
|
||
|
always allow -1 as a valid group and user id.
|
||
|
|
||
|
..
|
||
|
|
||
|
.. bpo: 17533
|
||
|
.. date: 9008
|
||
|
.. nonce: XGejM9
|
||
|
.. section: Tests
|
||
|
|
||
|
Fix test_xpickle with older versions of Python 2.5.
|
||
|
|
||
|
..
|
||
|
|
||
|
.. bpo: 17538
|
||
|
.. date: 9007
|
||
|
.. nonce: M8FVLz
|
||
|
.. section: Documentation
|
||
|
|
||
|
Document XML vulnerabilties
|