Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
fa434814 by Matti Picus at 2021-06-18T14:41:21+03:00
fix pure python datetime, should probably try to upstream these changes
--HG--
branch : py3.8
- - - - -
1 changed file:
- lib-python/3/datetime.py
View it on Heptapod:
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4147063a by Matti Picus at 2021-06-18T17:38:46+03:00
make test pass on cpython3.8
--HG--
branch : py3.8
- - - - -
1 changed file:
- pypy/module/zipimport/test/test_zipimport.py
View it on Heptapod:
https://foss.heptapod.n
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy
Commits:
4d97a492 by Matti Picus at 2021-06-18T18:42:23+03:00
remove builtin zipimport (bpo 25711)
--HG--
branch : py3.8
- - - - -
12 changed files:
- pypy/config/pypyoption.py
- − pypy/doc/config/objspace.usemodules.zipimport.txt
-
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy
Commits:
ab0c420b by Ronan Lamy at 2021-06-17T17:17:59+01:00
Standardise specialised class names to use _u/_d suffix
--HG--
branch : hpy-0.0.2
- - - - -
dd938773 by Ronan Lamy at 2021-06-18T17:57:13+01:00
Update big comment about the
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
a6b64eb4 by Carl Friedrich Bolz-Tereick at 2021-06-18T13:43:10+02:00
fix PyNumber_Check, nice preparation work by arigo, antocuni, ronan in
628c880ebdbe (even with a test!)
--HG--
branch : py3.8
- - - - -
1 ch
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits:
d0724803 by Carl Friedrich Bolz-Tereick at 2021-06-18T21:33:43+02:00
freeze the zipimport module
--HG--
branch : py3.8
- - - - -
7 changed files:
- pypy/config/pypyoption.py
- pypy/interpreter/baseobjspace.py