blob: 7a4e4c67bb686e007230242b2fec9f45b73cfddb (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
============================
What's new in PyPy2.7 7.3.3+
============================
.. this is a revision shortly after release-pypy-7.3.3
.. startrev: de512cf13506
.. branch: new-ci-image
CI: Add a Dockerfile for CI to prevent hitting pull limits on docker hub
.. branch: issue-3333
Fix xml.etree.ElementTree assigning default attribute values: issue 3333
.. branch: rpython-rsre-for-37
Support for the new format of regular expressions in Python 3.7
.. branch: rpy-cparser
Upstream internal cparser tool from pypy/ to rpython/
.. branch: win64
Change rpython and pypy to enable translating 64-bit windows
.. branch: rpython-error_value
Introduce @rlib.objectmodel.llhelper_error_value, will be used by HPy
.. branch: add-rffi-constcharpsize2str
Add ``rffi.constcharpsize2str``
.. branch: document-win64
Refactor documentation of win64 from future plans to what was executed
.. branch: sync-distutils
Backport msvc detection from python3, which probably breaks using Visual Studio
2008 (MSVC9, or the version that used to be used to build CPython2.7 on
Windows)
.. branch: py2.7-winreg
Backport fixes to winreg adding reflection and fix for passing None (bpo
21151).
.. branch: pymodule_new-const-charp
Change parameter type of ``PyModule_New`` to ``const char*``, add
``PyModule_Check`` and ``PyModule_CheckExact``
.. branch: rpython-never-allocate
Introduce a ``@never_allocate`` class decorator, which ensure that a certain
RPython class is never actually instantiated at runtime. Useful to ensure that
e.g. it's always constant-folded away
.. branch: map-improvements
Optimize instances with integer or float fields to have more efficent field
reads and writes. They also use less memory if they have at least two such
fields.
.. branch: win-tcl8.6
Update the version of Tk/Tcl on windows to 8.6
.. branch: big-sur-dyld-cache
Backport changes to ``_ctypes`` needed for maxos BigSur from py3.7
.. branch: cppyy-packaging
Updated the API to the latest cppyy_backend (1.14.2), made all types used
consistent to avoid void*/long casting problems on Win64, and added several
new "builtin" types (wide chars, complex, etc.).
|