summaryrefslogtreecommitdiff
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* Add informative notes for the InvalidVersion error (#3776)Anderson Bravalheri2023-01-201-0/+21
|\
| * Revert "Make deprecation warning more visible and mention --use-pep517"Anderson Bravalheri2023-01-191-20/+5
| * Make deprecation warning more visible and mention --use-pep517Anderson Bravalheri2023-01-191-5/+20
| * Add informative notes for the InvalidVersion error (LegacyVersion removal)Anderson Bravalheri2023-01-181-0/+21
* | Log referenced files when loggingAnderson Bravalheri2023-01-201-1/+2
* | Ensure file referenced by 'license.file' in pyproject.toml is added to sdistAnderson Bravalheri2023-01-191-0/+1
* | Capture expectations about 'project.license.file' in pyproject.tomlAnderson Bravalheri2023-01-191-3/+7
* | Ensure file referenced by 'readme' in pyproject.toml is added to sdistAnderson Bravalheri2023-01-191-3/+9
* | Refactor tests for file directiveAnderson Bravalheri2023-01-191-35/+22
* | Expand test to account for pyproject's readmeAnderson Bravalheri2023-01-191-14/+15
* | Add files referenced by 'file=' directive in pyproject.toml to sdistAnderson Bravalheri2023-01-191-3/+6
* | Capture expectation about file directive in pyproject.toml to be in the sdistAnderson Bravalheri2023-01-191-1/+27
* | Add files referenced by file: directive in setup.cfg to sdistAnderson Bravalheri2023-01-193-5/+24
* | Capture expectation about file: directive in setup.cfg to be in the sdistAnderson Bravalheri2023-01-191-0/+24
|/
* Update test_invalid_version to expect failure.Jason R. Coombs2023-01-141-7/+20
* ⚫ Fade to black.Jason R. Coombs2023-01-141-11/+12
* Merge branch 'main' into debt/remove-legacy-versionJason R. Coombs2023-01-14292-15095/+34312
|\
| * Update vendored transitive dependencies.Jason R. Coombs2023-01-1327-142/+212
| * Merge: Catching excption from utime and providing human-readable error descri...Anderson Bravalheri2023-01-112-1/+21
| |\
| | * Improve code formattingAnderson Bravalheri2023-01-111-4/+9
| | * Test added. Ref #3667.Andrzej Kaczmarczyk2022-11-291-0/+11
| | * Catching the exception of utime in order to provide a path to the file that w...Andrzej Kaczmarczyk2022-11-281-1/+5
| * | Merge: Add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE (#3715)Anderson Bravalheri2023-01-111-0/+1
| |\ \
| | * | add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDEDemian Brecht2022-11-281-0/+1
| | |/
| * | Merge: Fixes incomplete getattr statement (#3714)Anderson Bravalheri2023-01-111-1/+1
| |\ \
| | * | Fix getattr statementAnderson Bravalheri2022-11-281-1/+1
| | |/
| * | Update failing test due to latest versions of pip_runAnderson Bravalheri2023-01-071-1/+1
| * | Add support for testing pip<23 and drop support for pip<20.Jason R. Coombs2022-12-161-2/+1
| * | xfail more tests on Python 3.12+ for older pips. Ref #3727.Jason R. Coombs2022-12-161-3/+10
| * | xfail tests on Python 3.12+ for older pips. Ref #3727.Jason R. Coombs2022-12-161-2/+14
| * | ⚫ Fade to black.Jason R. Coombs2022-12-161-10/+21
| |/
| * Remove wrong commentAnderson Bravalheri2022-11-231-1/+1
| * Replace condition to patch distutils.dist.logAnderson Bravalheri2022-11-231-1/+2
| * Add simple regression test for logging patchesAnderson Bravalheri2022-11-231-0/+17
| * Merge pypa/distutils@3e9d47e with fix for distutils.log (#3705)Anderson Bravalheri2022-11-231-0/+19
| |\
| | * Merge https://github.com/pypa/distutils into bugfix/3693-distutils-3e9d47eJason R. Coombs2022-11-221-0/+19
| * | Fix build directories interference with auto-discovery (#3704)Anderson Bravalheri2022-11-232-1/+15
| |\ \
| | * | Use hidden directory to not interfere with discoveryAnderson Bravalheri2022-11-221-1/+2
| | * | Capture behaviour of issue 3692 in testAnderson Bravalheri2022-11-221-0/+13
| * | | Improve clib builds reproducibility (#3679)Anderson Bravalheri2022-11-232-1/+29
| |\ \ \
| | * | | Make clib build reproducible by sorting sourcesDaniel Garcia Moreno2022-11-152-1/+29
| * | | | Improve invalid entry-points traceback (#3684)Anderson Bravalheri2022-11-232-23/+62
| |\ \ \ \
| | * | | | Test user-friendly exeptions for invalid entry-poitnsAnderson Bravalheri2022-11-151-22/+53
| | * | | | Display a user-friendly exception when entry-point is invalidAnderson Bravalheri2022-11-151-1/+9
| | |/ / /
| * | | | Fix logging errors - `underlying buffer has been detached` (#3690)Anderson Bravalheri2022-11-231-10/+2
| |\ \ \ \
| | * | | | Fix logging errors: 'underlying buffer has been detached'Daniel Laügt2022-11-171-10/+2
| | |/ / /
| * | | | Remove unnecessary `coding` comment (#3696)Anderson Bravalheri2022-11-236-9/+1
| |\ \ \ \
| | * | | | The default encoding of Python sources is UTF-8Dimitri Papadopoulos2022-11-206-9/+1
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| *-. \ \ \ Merge spelling/space improvements (#3695, #3698, #3697, #3699)Anderson Bravalheri2022-11-231-2/+2
| |\ \ \ \ \ | | | |/ / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Fix typos found by codespellDimitri Papadopoulos2022-11-201-2/+2
| | |/ /