1
- .. date: 2024-04-08-20-26-15
2
- .. gh-issue: 117648
3
- .. nonce: NzVEa7
4
- .. release date: 2024-04-09
5
- .. section: Core and Builtins
6
-
7
- Improve performance of :func: `os.path.join ` and :func: `os.path.expanduser `.
8
-
9
- ..
10
-
11
- .. date: 2024-04-06-16-42-34
12
- .. gh-issue: 117584
13
- .. nonce: hqk9Hn
14
- .. section: Core and Builtins
15
-
16
- Raise :exc: `TypeError ` for non-paths in :func: `posixpath.relpath() `.
17
-
18
- ..
19
-
20
1
.. date: 2024-04-04-13-42-59
21
2
.. gh-issue: 117494
22
3
.. nonce: GPQH64
4
+ .. release date: 2024-04-09
23
5
.. section: Core and Builtins
24
6
25
7
Refactored the instruction sequence data structure out of compile.c into
@@ -97,33 +79,6 @@ Grigoryev Semyon
97
79
98
80
..
99
81
100
- .. date: 2024-03-29-21-43-19
101
- .. gh-issue: 117381
102
- .. nonce: fT0JFM
103
- .. section: Core and Builtins
104
-
105
- Fix error message for :func: `ntpath.commonpath `.
106
-
107
- ..
108
-
109
- .. date: 2024-03-29-15-04-13
110
- .. gh-issue: 117349
111
- .. nonce: OB9kQQ
112
- .. section: Core and Builtins
113
-
114
- Optimise several functions in :mod: `os.path `.
115
-
116
- ..
117
-
118
- .. date: 2024-03-28-19-13-20
119
- .. gh-issue: 117335
120
- .. nonce: d6uKJu
121
- .. section: Core and Builtins
122
-
123
- Raise TypeError for non-sequences for :func: `ntpath.commonpath `.
124
-
125
- ..
126
-
127
82
.. date: 2024-03-26-17-22-38
128
83
.. gh-issue: 117266
129
84
.. nonce: Kwh79O
@@ -170,16 +125,6 @@ up with growing heaps.
170
125
171
126
..
172
127
173
- .. date: 2024-03-21-09-57-57
174
- .. gh-issue: 117114
175
- .. nonce: Qu-p55
176
- .. section: Core and Builtins
177
-
178
- Make :func: `os.path.isdevdrive ` available on all platforms. For those that
179
- do not offer Dev Drives, it will always return ``False ``.
180
-
181
- ..
182
-
183
128
.. date: 2024-03-13-16-55-25
184
129
.. gh-issue: 116735
185
130
.. nonce: o3w6y8
@@ -305,6 +250,24 @@ operator. Patch by Pablo Galindo
305
250
306
251
..
307
252
253
+ .. date: 2024-04-08-20-26-15
254
+ .. gh-issue: 117648
255
+ .. nonce: NzVEa7
256
+ .. section: Library
257
+
258
+ Improve performance of :func: `os.path.join ` and :func: `os.path.expanduser `.
259
+
260
+ ..
261
+
262
+ .. date: 2024-04-06-16-42-34
263
+ .. gh-issue: 117584
264
+ .. nonce: hqk9Hn
265
+ .. section: Library
266
+
267
+ Raise :exc: `TypeError ` for non-paths in :func: `posixpath.relpath() `.
268
+
269
+ ..
270
+
308
271
.. date: 2024-04-03-18-36-53
309
272
.. gh-issue: 117467
310
273
.. nonce: l6rWlj
@@ -336,6 +299,15 @@ which can happen on Linux >= 2.6.36 with glibc < 2.27.
336
299
337
300
..
338
301
302
+ .. date: 2024-03-29-21-43-19
303
+ .. gh-issue: 117381
304
+ .. nonce: fT0JFM
305
+ .. section: Library
306
+
307
+ Fix error message for :func: `ntpath.commonpath `.
308
+
309
+ ..
310
+
339
311
.. date: 2024-03-29-15-58-01
340
312
.. gh-issue: 117337
341
313
.. nonce: 7w3Qwp
@@ -347,6 +319,15 @@ argument instead.
347
319
348
320
..
349
321
322
+ .. date: 2024-03-29-15-04-13
323
+ .. gh-issue: 117349
324
+ .. nonce: OB9kQQ
325
+ .. section: Library
326
+
327
+ Optimise several functions in :mod: `os.path `.
328
+
329
+ ..
330
+
350
331
.. date: 2024-03-29-12-07-26
351
332
.. gh-issue: 117348
352
333
.. nonce: WjCYvK
@@ -357,6 +338,15 @@ complexity and improve comprehensibility.
357
338
358
339
..
359
340
341
+ .. date: 2024-03-28-19-13-20
342
+ .. gh-issue: 117335
343
+ .. nonce: d6uKJu
344
+ .. section: Library
345
+
346
+ Raise TypeError for non-sequences for :func: `ntpath.commonpath `.
347
+
348
+ ..
349
+
360
350
.. date: 2024-03-28-17-55-22
361
351
.. gh-issue: 66449
362
352
.. nonce: 4jhuEV
@@ -470,6 +460,16 @@ backslashes on Windows.
470
460
471
461
..
472
462
463
+ .. date: 2024-03-21-09-57-57
464
+ .. gh-issue: 117114
465
+ .. nonce: Qu-p55
466
+ .. section: Library
467
+
468
+ Make :func: `os.path.isdevdrive ` available on all platforms. For those that
469
+ do not offer Dev Drives, it will always return ``False ``.
470
+
471
+ ..
472
+
473
473
.. date: 2024-03-21-07-27-36
474
474
.. gh-issue: 117110
475
475
.. nonce: 9K1InX
0 commit comments