• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. bpo: 2236
2.. date: 8293
3.. nonce: 1Mj4VJ
4.. release date: 2010-11-27
5.. section: Library
6
7distutils' mkpath ignored the mode parameter.
8
9..
10
11.. bpo: 0
12.. date: 8292
13.. nonce: NFeWRc
14.. section: Library
15
16Fix typo in one sdist option (medata-check).
17
18..
19
20.. bpo: 10323
21.. date: 8291
22.. nonce: rFKI3X
23.. section: Library
24
25itertools.islice() now consumes the minimum number of inputs before
26stopping.  Formerly, the final state of the underlying iterator was
27undefined.
28
29..
30
31.. bpo: 10565
32.. date: 8290
33.. nonce: g3L9da
34.. section: Library
35
36The collections.Iterator ABC now checks for both ``__iter__`` and ``next``.
37
38..
39
40.. bpo: 10092
41.. date: 8289
42.. nonce: -B7ynY
43.. section: Library
44
45Properly reset locale in calendar.Locale*Calendar classes.
46
47..
48
49.. bpo: 10459
50.. date: 8288
51.. nonce: G0RFoD
52.. section: Library
53
54Update CJK character names to Unicode 5.2.
55
56..
57
58.. bpo: 6098
59.. date: 8287
60.. nonce: CKisab
61.. section: Library
62
63Don't claim DOM level 3 conformance in minidom.
64
65..
66
67.. bpo: 10561
68.. date: 8286
69.. nonce: gxs6bQ
70.. section: Library
71
72In pdb, clear the breakpoints by the breakpoint number.
73
74..
75
76.. bpo: 5762
77.. date: 8285
78.. nonce: ADvGzb
79.. section: Library
80
81Fix AttributeError raised by ``xml.dom.minidom`` when an empty XML namespace
82attribute is encountered.
83
84..
85
86.. bpo: 1710703
87.. date: 8284
88.. nonce: NAAh-d
89.. section: Library
90
91Write structures for an empty ZIP archive when a ZipFile is created in modes
92'a' or 'w' and then closed without adding any files. Raise BadZipfile
93(rather than IOError) when opening small non-ZIP files.
94
95..
96
97.. bpo: 4493
98.. date: 8283
99.. nonce: idMjMG
100.. section: Library
101
102urllib2 adds '/' in front of path components which does not start with '/.
103Common behavior exhibited by browsers and other clients.
104
105..
106
107.. bpo: 10407
108.. date: 8282
109.. nonce: f8LrF_
110.. section: Library
111
112Fix one NameError in distutils.
113
114..
115
116.. bpo: 10198
117.. date: 8281
118.. nonce: 7ruhdY
119.. section: Library
120
121fix duplicate header written to wave files when writeframes() is called
122without data.
123
124..
125
126.. bpo: 10467
127.. date: 8280
128.. nonce: uNWGiY
129.. section: Library
130
131Fix BytesIO.readinto() after seeking into a position after the end of the
132file.
133
134..
135
136.. bpo: 5111
137.. date: 8279
138.. nonce: XegYFR
139.. section: Library
140
141IPv6 Host in the Header is wrapped inside [ ]. Patch by Chandru.
142
143..
144
145.. bpo: 6378
146.. date: 8278
147.. nonce: ovcYOt
148.. section: IDLE
149
150idle.bat now runs with the appropriate Python version rather than the system
151default. Patch by Sridhar Ratnakumar.
152
153..
154
155.. bpo: 0
156.. date: 8277
157.. nonce: 64ssfS
158.. section: Build
159
160Backport r83399 to allow test_distutils to pass on installed versions.
161
162..
163
164.. bpo: 1303434
165.. date: 8276
166.. nonce: AVO6EG
167.. section: Build
168
169Generate ZIP file containing all PDBs.
170
171..
172
173.. bpo: 9424
174.. date: 8275
175.. nonce: BO5Jfa
176.. section: Tests
177
178Replace deprecated assert* methods in the Python test suite.
179
180..
181
182.. bpo: 10299
183.. date: 8274
184.. nonce: ERtbPa
185.. section: Documentation
186
187List the built-in functions in a table in functions.rst.
188