summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2075 from AlexWaygood/typeshed-integrationstaticdev2023-01-221-18/+2
|\ \ | | | | | | Simplify typeshed integration test
| * | Simplify typeshed integration testAlexWaygood2023-01-221-18/+2
|/ /
* | Fix tmuxp integration testTimothy Crosley2023-01-211-0/+2
| |
* | airflow has moved on to RuffTimothy Crosley2023-01-201-17/+0
| |
* | Merge pull request #2065 from parafoxia/task/fix-sort-reexportsTimothy Edmund Crosley2023-01-195-18/+113
|\ \ | | | | | | Fix re-export sorter
| * | Add option to docsEthan Henderson2023-01-021-0/+13
| | | | | | | | | | | | I'm not sure where the best place is for this, so I placed it around various options similar to it (at least as far as I can tell).
| * | Add srx aliasEthan Henderson2023-01-021-0/+1
| | |
| * | Add tests and fix some final bugsEthan Henderson2023-01-023-15/+93
| | |
| * | Fix bugs in re-export sorter (#2037)Ethan Henderson2023-01-011-11/+14
| | | | | | | | | | | | Closes #2037.
* | | Merge pull request #2074 from micahjsmith/patch-1Timothy Edmund Crosley2023-01-191-5/+6
|\ \ \ | | | | | | | | Add more docs about filter-files option
| * | | Add docs about filter-files optionMicah Smith2023-01-181-5/+6
|/ / /
* | | Merge pull request #2064 from PyCQA/removal/python-3.7staticdev2023-01-0318-2166/+962
|\ \ \ | |/ / |/| | Removal Python 3.7
| * | Fix lintstaticdev2022-12-311-1/+2
| | |
| * | Remove unnecessary _future modulestaticdev2022-12-309-1237/+10
| | |
| * | Update CIstaticdev2022-12-301-1/+1
| | |
| * | Update docsstaticdev2022-12-303-5/+4
| | |
| * | Removal Python 3.7staticdev2022-12-304-922/+945
|/ /
* | Restore cruft usageTimothy Crosley2022-12-294-6/+6
| |
* | Fix linting errors from latest depednency upgradesTimothy Crosley2022-12-298-13/+17
| |
* | Update depsTimothy Crosley2022-12-292-453/+557
| |
* | Merge pull request #2063 from jtoledo1974/jtoledo1974/pure_pythonstaticdev2022-12-272-1/+21
|\ \ | | | | | | Added test case and fix for cython pure python import
| * | Avoid misidentifying a pure python cython import as a cimport. Fixes #2062Juan Toledo2022-12-271-1/+4
| | |
| * | Added test case for cython pure python importJuan Toledo2022-12-271-0/+17
|/ /
* | Merge pull request #2059 from PyCQA/version/5.11.45.11.4staticdev2022-12-214-4/+11
|\ \ | | | | | | Bump version 5.11.4
| * | Bump version 5.11.4staticdev2022-12-214-4/+11
|/ /
* | Merge pull request #2058 from PyCQA/deps/poetry-1.3.1staticdev2022-12-216-8/+15
|\ \ | | | | | | Bump Poetry 1.3.1
| * | Bump Poetry 1.3.1staticdev2022-12-216-8/+15
| | |
* | | Merge pull request #1978 from mgorny/toml-teststaticdev2022-12-211-2/+0
|\ \ \ | |/ / |/| | Remove obsolete `toml` import from the test suite
| * | Remove obsolete `toml` import from the test suiteMichał Górny2022-12-211-2/+0
|/ / | | | | | | | | | | | | Remove the `toml` import that is used to determine whether to run `pyproject.toml` test. Firstly, `toml` has been replaced by `tomli`. Secondly, isort vendors `tomli`, so checking for its availability does not seem to make sense.
* | Merge pull request #2057 from mgorny/poetry-installstaticdev2022-12-211-3/+3
|\ \ | | | | | | Stop installing documentation files to top-level site-packages
| * | Stop installing documentation files to top-level site-packagesMichał Górny2022-12-211-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | Add `format = sdist` to `include` table values to prevent the documentation files from being installed directly into site-packages, i.e.: /usr/lib/python3.11/site-packages/CHANGELOG.md /usr/lib/python3.11/site-packages/LICENSE Originally reported by Anna Vyalkova on https://bugs.gentoo.org/887569.
* | Fix tag template to match old standardTimothy Crosley2022-12-171-0/+1
| |
* | Merge pull request #2052 from hugovk/mainTimothy Edmund Crosley2022-12-172-0/+2
|\ \ | | | | | | Only run release workflows for upstream
| * | Only run release workflows for upstreamHugo van Kemenade2022-12-172-0/+2
|/ /
* | Merge pull request #2051 from PyCQA/version/bump-5.11.3v5.11.35.11.3staticdev2022-12-163-4/+4
|\ \ | | | | | | Bump version 5.11.3
| * | Add missing versionsstaticdev2022-12-162-3/+3
| | |
| * | Bump version 5.11.3staticdev2022-12-161-1/+1
| | |
* | | Merge pull request #2050 from PyCQA/version/bump-5.11.3staticdev2022-12-161-11/+3
|\ \ \ | |/ / | | | Revert set-output changes
| * | Revert set-output changesstaticdev2022-12-161-11/+3
| | |
* | | Merge pull request #2049 from PyCQA/version/bump-5.11.3staticdev2022-12-161-1/+1
|\ \ \ | |/ / | | | Revert version
| * | Revert versionstaticdev2022-12-161-1/+1
| | |
* | | Merge pull request #2048 from PyCQA/version/bump-5.11.3staticdev2022-12-162-1/+10
|\ \ \ | |/ / | | | Bump version 5.11.3
| * | Bump version 5.11.3staticdev2022-12-162-1/+10
|/ /
* | Merge pull request #2047 from PyCQA/bugfix/packaging-pypoetrystaticdev2022-12-161-1/+1
|\ \ | | | | | | Fix detect new version condition
| * | Fix detect new version conditionstaticdev2022-12-161-1/+1
| | |
* | | Merge pull request #2043 from PyCQA/restore-portray-doc-writingTimothy Edmund Crosley2022-12-152-747/+956
|\ \ \ | | | | | | | | Renable portray
| * | | Renable portrayTimothy Crosley2022-12-152-747/+956
|/ / /
* | | Merge pull request #2042 from PyCQA/bugfix/packaging-pypoetrystaticdev2022-12-154-16/+36
|\ \ \ | |/ / | | | Fix packaging pypoetry
| * | Fix airflow teststaticdev2022-12-151-1/+13
| | |
| * | Fix packaging pypoetrystaticdev2022-12-154-16/+24
|/ /