Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
no-install-data.diff | Don't install manpage with setup.py. Use debhelper to install manpage so we can use update-alternatives to manage the manpages. |
Charlie Smotherman <cjsmo@cableone.net> | no | 2013-03-04 | ||
no-google-analytics.diff | Remove Google Analytics tracking JS | Stefano Rivera <stefanor@debian.org> | not-needed | 2013-03-04 | ||
no-distribute_setup.diff | Don't even think about using distribute_setup to download things during build | Stefano Rivera <stefanor@debian.org> | not-needed | 2012-02-03 | ||
disable-unstable-tests.diff | Disable some unstable tests in multiprocessing module | Dmitry Shachnev <mitya57@gmail.com> | not-needed | 2014-05-04 | ||
python3.5-qualname.diff | Set __qualname__ equal to __name__ on derived classes To make output on Python 3.5+ the same as on previous Python versions. This fixes #928. |
Dmitry Shachnev <mitya57@gmail.com> | no | 2016-02-01 | ||
coverage4.1.diff | Make coverage plugin compatible with Coverage.py 4.1 According to the Coverage.py 4.1 changelog: - The `Coverage.report` function had two parameters with non-None defaults, which have been changed. `show_missing` used to default to True, but now defaults to None. If you had been calling `Coverage.report` without specifying `show_missing`, you'll need to explicitly set it to True to keep the same behavior. Without that option, four tests in nose fail: - test_coverage_plugin.TestCoverageMinPercentagePlugin - test_coverage_plugin.TestCoverageMinPercentageSinglePackagePlugin - test_coverage_plugin.TestCoverageMinPercentageSinglePackageWithBranchesPlugin - test_coverage_plugin.TestCoveragePlugin |
Dmitry Shachnev <mitya57@gmail.com> | no | 2016-06-29 | ||
python3.6-modulenotfounderror.diff | Fix failures with Python 3.6 related to the new ModuleNotFoundError class | Dmitry Shachnev <mitya57@gmail.com> | no | 2017-10-30 | ||
docs-sys.path.diff | Use correct sys.path when building docs The parent directory contains Python 2 nose, however we need the Python 3 version, which we will pass via PYTHONPATH. |
Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-08 | ||
sphinx-html_sidebars.diff | html_sidebars values should be lists, not single strings The single string values were deprecated in Sphinx 1.7 and removed in Sphinx 2.0. |
Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-08 | ||
sphinx-body-max-width.diff | Unset body max-width option Sphinx 1.7+ sets it to 800px by default, which does not play nice with our right sidebar. |
Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-08 | ||
no-versioned-entry-point.diff | Remove setuptools-3.X entry point It gets outdated with every new Python 3 default version, anyway. |
Dmitry Shachnev <mitya57@debian.org> | no | 2020-02-08 | ||
sphinx-class-directives.diff | Use class-based directives to fix build with Sphinx 3.x | Dmitry Shachnev <mitya57@debian.org> | no | 2020-06-25 |