1.. bpo: 3967
2.. date: 7179
3.. nonce: q7G-yg
4.. release date: 01-Oct-2008
5.. section: Core and Builtins
6
7Fixed a crash in the count() and find() methods of string-like objects, when
8the "start" parameter is a huge value.
9
10..
11
12.. bpo: 3965
13.. date: 7178
14.. nonce: oD6PeM
15.. section: Core and Builtins
16
17Fixed a crash on Windows when open() is given an invalid filename or mode,
18and the filename is a unicode string.
19
20..
21
22.. bpo: 3951
23.. date: 7177
24.. nonce: WMRS35
25.. section: Core and Builtins
26
27Py_USING_MEMORY_DEBUGGER should not be enabled by default.
28
29..
30
31.. bpo: 3965
32.. date: 7176
33.. nonce: 67WKTr
34.. section: Library
35
36Allow repeated calls to turtle.Screen, by making it a true singleton object.
37
38..
39
40.. bpo: 3895
41.. date: 7175
42.. nonce: 7zAG5K
43.. section: Library
44
45It was possible to crash the interpreter when an external timer was used
46with cProfile that returned an object that could not be converted into a
47float.
48
49..
50
51.. bpo: 3950
52.. date: 7174
53.. nonce: zZXLaL
54.. section: Library
55
56Made turtle respect scale factors.
57
58..
59
60.. bpo: 3547
61.. date: 7173
62.. nonce: MEAOsx
63.. section: Library
64
65Fixed ctypes structures bitfields of varying integer sizes.
66
67..
68
69.. bpo: 3879
70.. date: 7172
71.. nonce: F8u7Is
72.. section: Library
73
74A regression in urllib.getproxies_environment was fixed.
75
76..
77
78.. bpo: 3863
79.. date: 7171
80.. nonce: 5nuS5x
81.. section: Library
82
83Disabled a unit test of fork being called from a thread when running on
84platforms known to exhibit OS bugs when attempting that.
85
86..
87
88.. bpo: 3989
89.. date: 7170
90.. nonce: RW3kS6
91.. section: Build
92
93Package the 2to3 script (as 2to3.py) in the Windows installer.
94
95..
96
97.. bpo: 3887
98.. date: 7169
99.. nonce: qYeYwa
100.. section: Build
101
102Package x64 version of CRT for AMD64 Windows binaries.
103