Matti Picus pushed to branch branch/py3.8 at PyPy / pypy


Commits:
aa65d76e by Carl Friedrich Bolz-Tereick at 2021-04-27T11:39:13+02:00
start whacking to make things slowly work on python3 - window comes up, still a
bit broken

--HG--
branch : dotviewer-python3

- - - - -
2a02c10d by Carl Friedrich Bolz-Tereick at 2021-04-27T11:43:12+02:00
kill debug output

--HG--
branch : dotviewer-python3

- - - - -
4faeb81d by Carl Friedrich Bolz-Tereick at 2021-04-27T11:44:27+02:00
fix

--HG--
branch : dotviewer-python3

- - - - -
2fe3b06c by Carl Friedrich Bolz-Tereick at 2021-04-28T10:07:57+02:00
more hacking, almost works

--HG--
branch : dotviewer-python3

- - - - -
8acda9cb by Carl Friedrich Bolz-Tereick at 2021-04-28T10:08:52+02:00
add a __main__.py

--HG--
branch : dotviewer-python3

- - - - -
bb11edb3 by Carl Friedrich Bolz-Tereick at 2021-04-29T13:47:12+02:00
support a lot more shapes

--HG--
branch : dotviewer-python3

- - - - -
0f432b74 by Carl Friedrich Bolz-Tereick at 2021-04-29T14:02:25+02:00
sign error

--HG--
branch : dotviewer-python3

- - - - -
ee02ff6b by Carl Friedrich Bolz-Tereick at 2021-04-29T19:59:08+02:00
start supporting records

--HG--
branch : dotviewer-python3

- - - - -
fa0981f8 by Carl Friedrich Bolz-Tereick at 2021-04-29T21:57:33+02:00
bit too much code, but records almost work

--HG--
branch : dotviewer-python3

- - - - -
ad7e22a5 by Carl Friedrich Bolz-Tereick at 2021-04-29T22:17:19+02:00
highlight the searched string

--HG--
branch : dotviewer-python3

- - - - -
a96e4cc6 by Carl Friedrich Bolz-Tereick at 2021-04-29T22:17:35+02:00
don't show edges with style=invis

--HG--
branch : dotviewer-python3

- - - - -
191260e5 by Carl Friedrich Bolz-Tereick at 2021-04-30T12:38:05+02:00
add a test for records

--HG--
branch : dotviewer-python3

- - - - -
0b3d78d9 by Carl Friedrich Bolz-Tereick at 2021-05-03T22:26:18+02:00
support for escaping \{, \}, html entities in records

--HG--
branch : dotviewer-python3

- - - - -
db680a26 by Carl Friedrich Bolz-Tereick at 2021-05-04T22:07:49+02:00
switch to FiraMath, for better symbol unicode support

--HG--
branch : dotviewer-python3

- - - - -
477c1a1f by Carl Friedrich Bolz-Tereick at 2021-05-07T13:00:20+02:00
hide pygame message, as it can mess up the communication with the server

--HG--
branch : dotviewer-python3

- - - - -
21a6e885 by Carl Friedrich Bolz-Tereick at 2021-05-15T16:35:28+02:00
(cfbolz, Karl G. Ulbrich): fix more python2-isms, in particular search

--HG--
branch : dotviewer-python3

- - - - -
fa5a7a90 by Carl Friedrich Bolz-Tereick at 2021-06-12T21:52:06+02:00
backport py3.8-buffer-gets-w_obj to py3.7

Collapsed revision
* (cfbolz, twitch): start passing w_obj to the constructors of the subclasses of
pypy.interpreter.buffer.BufferView
* (cfbolz, twitch): don't store the w_obj on the memoryobject any more, 
instead
return the underlying view's w_obj in the .obj getter
* (cfbolz, mattip, twitch): implement memoryview.toreadonly

(we did that by wrapping the underlying with in a new ReadonlyWrapper class,
not 100% sure this is the right design)
* (cfbolz, twitch): fix translation

--HG--
branch : py3.7

- - - - -
f60c26a0 by Matti Picus at 2021-06-16T23:24:26+03:00
add alias (from comment in issue 3490)

- - - - -
01a32ca4 by Carl Friedrich Bolz-Tereick at 2021-06-17T17:53:39+02:00
merge dotviewer-python3: make dotviewer also python3 compatible and add a few 
features

- - - - -
ff03d1dc by Carl Friedrich Bolz-Tereick at 2021-06-17T17:54:46+02:00
document branch

- - - - -
73bb2ac5 by Matti Picus at 2021-06-17T20:56:04+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
ef3df8d4 by mgorny at 2021-06-19T22:44:05+03:00
backport fix for BPO 44022

- - - - -
3540d01c by Matti Picus at 2021-06-19T22:55:29+03:00
update contributor aliases and excludes

- - - - -
8506fdc7 by mgorny at 2021-06-19T23:10:41+03:00
backport fix for BPO 44022

--HG--
branch : py3.7

- - - - -
1118d689 by Matti Picus at 2021-06-19T23:13:49+03:00
merge older commit to help mercurial find the common root

--HG--
branch : py3.8

- - - - -
f1c85657 by Matti Picus at 2021-06-19T23:15:30+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
5a3cab4e by mgorny at 2021-06-19T23:22:07+03:00
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large files

--HG--
branch : py3.7

- - - - -
ffbce038 by Matti Picus at 2021-06-19T23:28:10+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -


20 changed files:

- + dotviewer/__main__.py
- dotviewer/dotviewer.py
- dotviewer/drawgraph.py
- + dotviewer/font/FiraMath-Regular.otf
- + dotviewer/font/LICENSE
- dotviewer/font/README.txt
- dotviewer/graphclient.py
- dotviewer/graphdisplay.py
- dotviewer/graphpage.py
- dotviewer/graphparse.py
- dotviewer/graphserver.py
- dotviewer/msgstruct.py
- dotviewer/sshgraphserver.py
- dotviewer/strunicode.py
- + dotviewer/test/test_record.py
- lib-python/3/http/client.py
- lib-python/3/shutil.py
- lib-python/3/test/test_httplib.py
- pypy/doc/tool/makecontributor.py
- pypy/doc/whatsnew-head.rst


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/36b0446b828cc629b40e122c9cddd48257931cf8...ffbce038d84bd822563a9bbfe1e3c8db41f2a58d

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/36b0446b828cc629b40e122c9cddd48257931cf8...ffbce038d84bd822563a9bbfe1e3c8db41f2a58d
You're receiving this email because of your account on foss.heptapod.net.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to