Marius Gedminas

Results 91 issues of Marius Gedminas

When you record a vim macro, any special keys (such as arrows, or Backspace) get encoded using these strange `kX` sequences. Do you think it would be possible for a...

# Bug report ### Bug description: I compiled Python 3.13 (commit d86b494117, the current tip of the 3.13 branch), and installed it into ~/opt/python313. When I run `python3.13` with no...

type-bug
3.13
topic-repl

Steps to reproduce: 1. git clone https://github.com/mgedmin/check-manifest 2. git checkout 61023f599d5bbdb2b5b7ff2e9404f0e40ca170f7 3. check-python-versions --add 3.10 --diff Expected: - adds 3.10, doesn't touch anything else Actual: ```diff --- ./setup.py (original) +++...

bug

This bug is just here to indicate that I'm open to adding support for additional CI systems, especially if people send me pull requests ;) Things like - GitLab CI...

enhancement
help wanted

Idea: when old versions contain some Python 2 and new versions don't, check if setup.cfg exists ad has a ``` [bdist_wheel] universal = 1 ``` and if so, drop it.

enhancement

https://gitlab.com/anarcat/undertime is an example of a package that has a minimal setup.py and all the metadata is stored in setup.cfg. check-python-versions is able to get classifiers from this package (by...

enhancement
help wanted

It would be nice to provide a setuptools entry point as a zest.releaser plugin, [like check-manifest does](https://github.com/mgedmin/check-manifest/blob/ba6d17ff107d1911926090b4259eca66859133ab/setup.py#L70-L72).

enhancement
help wanted
good first issue

There are many Python packages that don't specify `python_requires`. There are rumours that setuptools/PyPI is going to make `python_requires` a required field. Adding it manually is a pain, so I'd...

enhancement

Two days ago I had a bit of a problem with a disk full. Today my entire web server hung and stopped processing requests. Long story short, when zdaemon's [Transcript...

I've seen variations on this, some of which end up in an error like ``` Failed example: manager.reload() Exception raised: Traceback (most recent call last): File "/usr/lib/python2.7/doctest.py", line 1315, in...

compat