Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
fad38bab by Carl Friedrich Bolz-Tereick at 2021-02-03T10:49:40+01:00
cache the imported re module (going through __import__ is unfortunately quite
expensive on 3.x :-( ).
--HG--
branch : py3.7
- - - - -
2 chan
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
b3477d17 by Carl Friedrich Bolz-Tereick at 2021-02-03T10:49:53+01:00
fix test_ast.
- - - - -
1 changed file:
- pypy/interpreter/astcompiler/test/test_ast.py
View it on GitLab:
https://foss.heptapod.net/py
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy
Commits:
569354b0 by Carl Friedrich Bolz-Tereick at 2021-02-03T11:08:16+01:00
fix test_silly_max
--HG--
branch : py3.7
- - - - -
e41f51f6 by Carl Friedrich Bolz-Tereick at 2021-02-03T11:57:58+01:00
fix test_optimized_cre
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
48d6859f by Carl Friedrich Bolz-Tereick at 2021-02-03T14:14:53+01:00
implement https://bugs.python.org/issue1054041
an uncaught ctrl-C/KeyboardInterrupt turns into the right exit code
--HG--
branch : py3.8
- -
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
f56b25d4 by Carl Friedrich Bolz-Tereick at 2020-04-29T10:37:57+02:00
express the make_le/ge/gt/lt methods in terms of their _const variants
- - - - -
d9c074c4 by Carl Friedrich Bolz-Tereick at 2020-04-29T10:39:
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy
Commits:
bfeda395 by nulano at 2021-02-02T12:59:19+01:00
use tcl/tk 8.6 on windows
--HG--
branch : win-tcl8.6
- - - - -
edbc1975 by nulano at 2021-02-02T17:02:30+01:00
fix Tcl/Tk 8.6 packaging on win
--HG--
branch : win-tcl8.6
- - - -
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
e8dae8db by Antonio Cuni at 2020-10-02T17:39:55+02:00
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 cons
Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits:
03a26678 by nulano at 2021-02-02T12:59:19+01:00
use tcl/tk 8.6 on windows
--HG--
branch : py3.6
- - - - -
063d2a43 by nulano at 2021-02-02T17:02:30+01:00
fix Tcl/Tk 8.6 packaging on win
--HG--
branch : py3.6
- - - - -
3 cha
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
22892d8a by Carl Friedrich Bolz-Tereick at 2021-02-04T06:31:57+01:00
fix test_ast here too
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/interpreter/astcompiler/test/test_ast.py
View it on GitLab: