blob: 28a71584a494fcf508ce3bea8b097b7b621878d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
=========================
What's new in PyPy3 5.5.0
=========================
.. this is the revision after 5.2.0 was branched
.. startrev: 2dd24a7eb90b
.. pull request #454
Update fallback code in time to match CPython.
.. d93d0a6c41f9
Add str.casefold().
.. f1c0e13019d5
Update Unicode character database to version 6.1.0.
.. pull request #461
Make win_perf_counter expose the clock info.
Add a couple more fallbacks.
Make time.monotonic conditionally available depending on platform.
.. issue 2346
Make hash(-1) return -2, like it does on CPython.
.. pull request #469
Fix the mappingproxy type to behave as in CPython.
.. branch: py3k-kwonly-builtin
Implement keyword-only arguments for built-in functions. Fix functions in the
posix module to have keyword-only arguments wherever CPython has them, instead
of regular keyword arguments.
.. pull request #475
Add os.get_terminal_size().
.. memoryview stuff
Implement slicing of memoryview objects and improve their compatibility with
CPython.
.. bdd0b2244dd3
Set up ImportError attributes properly in _imp.load_dynamic().
.. 494a05343a22
Allow __len__ to return any index-like.
.. branch: py3k-faulthandler
Replace stub faulthandler module with a working implementation.
|