File tree 9 files changed +15
-15
lines changed
9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ newer worked.
1345
1345
.. section: Library
1346
1346
1347
1347
The "ip" command is now used on Linux to determine MAC address in
1348
- uuid.getnode(). Pach by Bruno Cauet.
1348
+ uuid.getnode(). Patch by Bruno Cauet.
1349
1349
1350
1350
..
1351
1351
@@ -3930,7 +3930,7 @@ has been called.
3930
3930
.. nonce: 5CDoox
3931
3931
.. section: Library
3932
3932
3933
- New keyword argument ``unsafe `` to Mock. It raises ``AttributeError `` incase of
3933
+ New keyword argument ``unsafe `` to Mock. It raises ``AttributeError `` in case of
3934
3934
an attribute startswith assert or assret.
3935
3935
3936
3936
..
@@ -4339,7 +4339,7 @@ these modules are not used.
4339
4339
.. nonce: V1-XhC
4340
4340
.. section: Library
4341
4341
4342
- Include the broadcast address in the usuable hosts for IPv6 in ipaddress.
4342
+ Include the broadcast address in the usable hosts for IPv6 in ipaddress.
4343
4343
4344
4344
..
4345
4345
Original file line number Diff line number Diff line change @@ -1401,7 +1401,7 @@ array is extended.
1401
1401
.. section: Library
1402
1402
1403
1403
doctest.DocFileTest and doctest.testfile() now support packages (module
1404
- splitted into multiple directories) for the package parameter.
1404
+ split into multiple directories) for the package parameter.
1405
1405
1406
1406
..
1407
1407
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ memcpy().
215
215
.. nonce: e5xc1i
216
216
.. section: Core and Builtins
217
217
218
- Fix dict.pop() for splitted dictionary when trying to remove a "pending key"
218
+ Fix dict.pop() for split dictionary when trying to remove a "pending key"
219
219
(Not yet inserted in split-table). Patch by Xiang Zhang.
220
220
221
221
..
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ wrong line (typically the first line of the file).
85
85
.. nonce: Kl_fS5
86
86
.. section: Core and Builtins
87
87
88
- Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray
88
+ Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C library
89
89
plans to remove the functions from sys/types.h.
90
90
91
91
..
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ Fix possible undefined behavior in _PyObject_FastCall_Prepend.
214
214
.. nonce: Kl_fS5
215
215
.. section: Core and Builtins
216
216
217
- Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C libray
217
+ Include sys/sysmacros.h for major(), minor(), and makedev(). GNU C library
218
218
plans to remove the functions from sys/types.h.
219
219
220
220
..
@@ -1479,7 +1479,7 @@ memcpy().
1479
1479
.. nonce: e5xc1i
1480
1480
.. section: Core and Builtins
1481
1481
1482
- Fix dict.pop() for splitted dictionary when trying to remove a "pending key"
1482
+ Fix dict.pop() for split dictionary when trying to remove a "pending key"
1483
1483
(Not yet inserted in split-table). Patch by Xiang Zhang.
1484
1484
1485
1485
..
@@ -2516,7 +2516,7 @@ stdin.write() if the child process is still running but closed the pipe.
2516
2516
.. nonce: CdOuSl
2517
2517
.. section: Library
2518
2518
2519
- Addded empty __slots__ to abc.ABC. This allows subclassers to deny __dict__
2519
+ Added empty __slots__ to abc.ABC. This allows subclassers to deny __dict__
2520
2520
and __weakref__ creation. Patch by Aaron Hall.
2521
2521
2522
2522
..
Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ Add asyncio.get_running_loop() function.
595
595
.. section: Library
596
596
597
597
All class and static methods of builtin types now are correctly classified
598
- by inspect.classify_class_attrs() and grouped in pydoc ouput . Added
598
+ by inspect.classify_class_attrs() and grouped in pydoc output . Added
599
599
types.ClassMethodDescriptorType for unbound class methods of builtin types.
600
600
601
601
..
Original file line number Diff line number Diff line change @@ -875,4 +875,4 @@ by Stéphane Wirtel
875
875
.. section: C API
876
876
877
877
Add C API access to the ``datetime.timezone `` constructor and
878
- ``datetime.timzone .UTC `` singleton.
878
+ ``datetime.timezone .UTC `` singleton.
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ Fix potential memory leak in ``normalizestring()``.
46
46
47
47
Change dict growth function from
48
48
``round_up_to_power_2(used*2+hashtable_size/2) `` to
49
- ``round_up_to_power_2(used*3) ``. Previously, dict is shrinked only when
50
- ``used == 0 ``. Now dict has more chance to be shrinked .
49
+ ``round_up_to_power_2(used*3) ``. Previously, dict is shrunk only when
50
+ ``used == 0 ``. Now dict has more chance to be shrunk .
51
51
52
52
..
53
53
Original file line number Diff line number Diff line change @@ -1406,8 +1406,8 @@ Fix potential memory leak in ``normalizestring()``.
1406
1406
1407
1407
Change dict growth function from
1408
1408
``round_up_to_power_2(used*2+hashtable_size/2) `` to
1409
- ``round_up_to_power_2(used*3) ``. Previously, dict is shrinked only when
1410
- ``used == 0 ``. Now dict has more chance to be shrinked .
1409
+ ``round_up_to_power_2(used*3) ``. Previously, dict is shrunk only when
1410
+ ``used == 0 ``. Now dict has more chance to be shrunk .
1411
1411
1412
1412
..
1413
1413
You can’t perform that action at this time.
0 commit comments