• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. bpo: 9058
2.. date: 8091
3.. nonce: l34Hmg
4.. release date: 2010-06-20
5.. section: Core and Builtins
6
7Remove assertions about INT_MAX in UnicodeDecodeError.
8
9..
10
11.. bpo: 8202
12.. date: 8090
13.. nonce: D-a4-i
14.. section: Core and Builtins
15
16Previous change to ``sys.argv[0]`` handling for -m command line option
17reverted due to unintended side effects on handling of ``sys.path``. See
18tracker issue for details.
19
20..
21
22.. bpo: 8941
23.. date: 8089
24.. nonce: p6MUoO
25.. section: Core and Builtins
26
27decoding big endian UTF-32 data in UCS-2 builds could crash the interpreter
28with characters outside the Basic Multilingual Plane (higher than 0x10000).
29
30..
31
32.. bpo: 0
33.. date: 8088
34.. nonce: diKrLc
35.. section: Core and Builtins
36
37In the unicode/str.format(), raise a ValueError when indexes to arguments
38are too large.
39
40..
41
42.. bpo: 8854
43.. date: 8087
44.. nonce: gOjstX
45.. section: Build
46
47Fix finding Visual Studio 2008 on Windows x64.
48
49..
50
51.. bpo: 6589
52.. date: 8086
53.. nonce: nEjgGc
54.. section: Library
55
56cleanup asyncore.socket_map in case smtpd.SMTPServer constructor raises an
57exception.
58
59..
60
61.. bpo: 8959
62.. date: 8085
63.. nonce: lO7u2O
64.. section: Library
65
66fix regression caused by using unmodified libffi library on Windows.  ctypes
67does now again check the stack before and after calling foreign functions.
68
69..
70
71.. bpo: 8720
72.. date: 8084
73.. nonce: rgLhvU
74.. section: Library
75
76fix regression caused by fix for #4050 by making getsourcefile smart enough
77to find source files in the linecache.
78
79..
80
81.. bpo: 8986
82.. date: 8083
83.. nonce: f31LM5
84.. section: Library
85
86math.erfc was incorrectly raising OverflowError for values between -27.3 and
87-30.0 on some platforms.
88
89..
90
91.. bpo: 8924
92.. date: 8082
93.. nonce: ENI5YP
94.. section: Library
95
96logging: Improved error handling for Unicode in exception text.
97
98..
99
100.. bpo: 8948
101.. date: 8081
102.. nonce: BIIiQc
103.. section: Library
104
105cleanup functions and class / module setups and teardowns are now honored in
106unittest debug methods.
107
108..
109
110.. bpo: 8909
111.. date: 8080
112.. nonce: OfU6lI
113.. section: Documentation
114
115Added the size of the bitmap used in the installer created by distutils'
116bdist_wininst. Patch by Anatoly Techtonik.
117
118..
119
120.. bpo: 8362
121.. date: 8079
122.. nonce: KsG-3E
123.. section: Windows
124
125Add maintainers.rst: list of module maintainers
126