• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. bpo: 0
2.. date: 8096
3.. nonce: HgSXMh
4.. release date: 2010-07-03
5.. section: Core and Builtins
6
7Prevent assignment to set literals.
8
9..
10
11.. bpo: 1868
12.. date: 8095
13.. nonce: 8rTkvC
14.. section: Library
15
16Eliminate subtle timing issues in thread-local objects by getting rid of the
17cached copy of thread-local attribute dictionary.
18
19..
20
21.. bpo: 9125
22.. date: 8094
23.. nonce: bm97Ws
24.. section: Library
25
26Add recognition of 'except ... as ...' syntax to parser module.
27
28..
29
30.. bpo: 7673
31.. date: 8093
32.. nonce: cDxsD2
33.. section: Library
34
35Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure
36that the input string length is a multiple of the frame size.
37
38..
39
40.. bpo: 9075
41.. date: 8092
42.. nonce: kvxac2
43.. section: Library
44
45In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL
46structure.
47