Matěj Cepl

Results 230 issues of Matěj Cepl

Working on lexer for vis (which I will probably add to [scintillua](https://github.com/martanne/vis/tree/scintillua) branch), but I would like to add filetype first.

Packaging [pudb for openSUSE](https://build.opensuse.org/package/show/home:mcepl/python-pudb) and when running tests I get this: ``` [ 4s] + py.test-2.7 [ 4s] ============================= test session starts ============================== [ 4s] platform linux2 -- Python 2.7.15,...

When installing the script via `python setup.py develop --user` (on 78dc1af) and then running it one another script (via `import vimpdb; vimpdb.set_trace()`): ``` matej@mitmanek: qa-tools-apps (fixes *)$ ./status-report --debug --since=2014-10-01...

I am packaging Nuitka for openSUSE (actually updating the official openSUSE package) and when running either python3 setup.py install or pip install I get Nuitka installed in what's the equivalent...

enhancement
help wanted

In the attached example, we have two packages, in two different eggs, sharing a common namespace: - base.one (in egg //one//) - base.two (in egg //two//) We configured the ropeproject...

hello, I've written a test for rope that fails when a keyword argument to a function is the same as the name of the variable to be renamed, like this:...

We have many many tests like: ``` python def test_validation_problems_for_changing_builtin_types(self): mod1 = testutils.create_module(self.project, 'mod1') mod1.write('l = []\nl.append("")\n') self.pycore.analyze_module(mod1) mod1.write('l = {}\nv = l["key"]\n') pymod1 = self.pycore.resource_to_pyobject(mod1) # noqa var =...

cleanup