Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename NOTICE - it has a specific meaning in the Apache license, and this is ↵ | 2018-04-27 | 1 | -0/+0 | |
| | | | | not it | ||||
* | Partial back-out of changeset 4b63e7093115 | 2017-04-05 | 18 | -0/+0 | |
| | | | | | | This should cancel the change to ALL FILES that turns them executable. The present backout has been manually tweaked so that it does not actually contain any change to file contents. | ||||
* | conditionally call vmp_native_enable/disable (only if platform supports it), ↵ | 2017-04-03 | 18 | -0/+0 | |
| | | | | VMP_SUPPORTS_NATIVE_PROFILING defined on x86 | ||||
* | don't use eval on user input | 2016-07-05 | 1 | -1/+2 | |
| | |||||
* | Tweak: can now run "graphserver.py" or "sshgraphserver.py LOCAL", and it | 2016-05-06 | 2 | -5/+20 | |
| | | | | doesn't use any ssh connection. | ||||
* | just support exactly the same colors as graphviz | 2016-02-04 | 1 | -6/+655 | |
| | |||||
* | these days pygame can be installed on pypy | 2015-10-04 | 1 | -10/+2 | |
| | |||||
* | Be resistent against a random "pygame" module without "pygame.error" | 2014-04-26 | 1 | -5/+4 | |
| | |||||
* | also add this to the help message | 2014-02-03 | 1 | -0/+1 | |
| | |||||
* | support the scroll wheel (and the fany all-direction scrolling) | 2014-02-03 | 1 | -0/+13 | |
| | |||||
* | Don't fall back to codespeak, which doesn't exist any more | 2013-08-12 | 1 | -3/+4 | |
| | |||||
* | Add linewidth attribute to dotviewer | 2013-07-24 | 2 | -2/+34 | |
| | | | | | note that due to 'plain'-format restrictions, only the older 'style="setlinewidth(...)"' style is supported. | ||||
* | another attempt at dotviewer path search | 2013-03-11 | 1 | -2/+2 | |
| | |||||
* | improve dotviewer search for system cpython | 2013-03-11 | 1 | -4/+4 | |
| | |||||
* | Improve a bit issue #1412: dotviewer python path | 2013-03-10 | 1 | -1/+8 | |
| | |||||
* | whitespace/comments | 2013-03-04 | 2 | -17/+8 | |
| | |||||
* | rename forceencoded to tryencode (as suggested by bdkearns) | 2013-03-04 | 3 | -5/+5 | |
| | |||||
* | Small dotviewer fixes. | 2013-03-04 | 3 | -12/+41 | |
| | | | | | | * use strunicode throughout, also in msgstruct. -> avoids "utf-8" in msgstuct.py * do not fail on garbage (+tests) | ||||
* | (yamt) more dotviewer fixes | 2013-03-03 | 2 | -2/+2 | |
| | |||||
* | this file was missing from cea544e88241 | 2013-03-03 | 1 | -0/+9 | |
| | |||||
* | Don't import drawgraph from graphclient. On remote-execution modes, it crashes | 2013-03-03 | 4 | -11/+5 | |
| | | | | if the remove server doesn't have pygame installed, which is not necessary. | ||||
* | Attempted fix to follow links. | 2013-03-02 | 1 | -0/+6 | |
| | |||||
* | add missing tests. factor magic constant into RAW_ENCODING | 2013-01-28 | 5 | -6/+168 | |
| | |||||
* | Fix dotviewer translation test | 2013-01-25 | 1 | -2/+2 | |
| | |||||
* | Enhance the dotviewer. | 2013-01-25 | 11 | -19/+232 | |
| | | | | | | | - include Droid fonts (under Apache license) - allow for unicode by sending UTF-8 over the wire and force unicode decode on the other end - Make all text antialiased. It was already enabled unconditionally for the status bar and is now for the normal text, too. | ||||
* | Initial package rename: | 2012-12-30 | 1 | -1/+1 | |
| | | | | | | | | | pypy.rpython -> rpython.rtyper pypy.translator -> rpython.translator pypy.rlib -> rpython.rlib pypy.jit -> rpython.jit pypy.objspace.flow -> rpython.flowspace pypy.annotation -> rpython.annotator | ||||
* | Windows fix. | 2012-03-31 | 1 | -0/+1 | |
| | |||||
* | graphviewer - split the dot2plain function into one for local and one for ↵ | 2011-09-26 | 1 | -48/+48 | |
| | | | | the codespeak cgi | ||||
* | Fix running py.test in this directory. | 2011-03-25 | 1 | -1/+3 | |
| | |||||
* | A controversial change - make this work in virtualenv | 2011-01-26 | 1 | -1/+1 | |
| | |||||
* | Merge branch/rsre-jit: put the JIT hints in the rsre module. | 2010-10-18 | 1 | -13/+36 | |
| | | | | | | | | | | | | | Requires small extensions in the JIT: - "green fields": the ability to write 'foo.bar' in the list of greens in the JitDriver, where 'foo' is written in the list of reds. - the ability to only write jitdriver.jit_merge_point(), without any jitdriver.can_enter_jit(). In that case the jit_merge_point() plays both roles. The difference with putting explicitly a can_enter_jit() just before is that such a can_enter_jit() is not seen unless we are closing a loop; in particular, it does not work if we have no loop at all. | ||||
* | explicitly disable the "control master" option. Else, if ControlMaster is | 2010-07-01 | 1 | -1/+1 | |
| | | | | | automatically enabled (e.g. by an option in .ssh/config), and there is already an active connection, the port forwarding is not setup | ||||
* | Don't close_fds on Windows, it does not work anyway. | 2010-06-08 | 1 | -1/+2 | |
| | |||||
* | replace deprecated popen2() | 2010-05-25 | 1 | -2/+6 | |
| | |||||
* | Kill 2.3 compatibility | 2010-03-11 | 1 | -9/+0 | |
| | |||||
* | merging py11 branch that integrates the py-1.1.0 release verbatim and | 2009-11-11 | 1 | -1/+1 | |
| | | | | a py/bin/ directory containing the command line scripts. | ||||
* | merge changes to switch to using py.lib 1.0 final, also changes to the jit ↵ | 2009-08-12 | 1 | -6/+7 | |
| | | | | related conftests | ||||
* | Finish the merge of trunk into pyjitpl5. | 2009-06-30 | 3 | -7/+8 | |
| | |||||
* | Support translator.viewcg() with an argument now: | 2009-04-14 | 1 | -2/+3 | |
| | | | | the graph to display at the start. | ||||
* | Fix on Linux. Maybe we converge and this works on Windows too? :-) | 2009-03-11 | 1 | -2/+2 | |
| | |||||
* | graphviewer now uses the subprocess module instead of os.popen2. | 2009-03-11 | 2 | -5/+4 | |
| | | | | | This works on Windows. And no need to hack the file mode any more :-) | ||||
* | correctly call os.popen2. Relevant only on Windows. | 2009-03-01 | 1 | -1/+1 | |
| | |||||
* | We don't know when the list of vertices in the right | 2008-11-20 | 1 | -2/+10 | |
| | | | | or reversed order. Reverse it whe we detect it is the case. | ||||
* | Minor fix to avoid snoopy users. | 2008-03-20 | 1 | -0/+3 | |
| | |||||
* | Change instructions to point to sshgraphserver instead | 2008-03-20 | 3 | -43/+5 | |
| | | | | of graphserver. | ||||
* | A bit hackish but probably convenient: a zero-configuration | 2008-03-20 | 3 | -8/+96 | |
| | | | | remote graph viewer. | ||||
* | Windows doesn't support this way of using popen. Replace it with | 2007-10-19 | 2 | -1/+2 | |
| | | | | an explicit flush(). | ||||
* | Copy the pypy-dev mail about how to use graphserver.py | 2007-09-20 | 2 | -6/+37 | |
| | | | | into the docstrings. | ||||
* | Make it run on top of pypy-c (well, not really...) | 2007-07-13 | 4 | -7/+23 | |
| | |||||
* | Small enhancements. | 2007-07-11 | 3 | -5/+12 | |
| |