Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Improve code formatting | Anderson Bravalheri | 2023-01-11 | 1 | -4/+9 | |
| | | | ||||||
| | * | Test added. Ref #3667. | Andrzej Kaczmarczyk | 2022-11-29 | 1 | -0/+11 | |
| | | | ||||||
| | * | Catching the exception of utime in order to provide a path to the file that ↵ | Andrzej Kaczmarczyk | 2022-11-28 | 1 | -1/+5 | |
| | | | | | | | | | | | | was subject to the utime call; originally, the exception from utime does not point to this filepath. Ref #3667. | |||||
| * | | Merge: Add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE (#3715) | Anderson Bravalheri | 2023-01-11 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE | Demian Brecht | 2022-11-28 | 1 | -0/+1 | |
| | |/ | ||||||
| * | | Merge: Fixes incomplete getattr statement (#3714) | Anderson Bravalheri | 2023-01-11 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Fix getattr statement | Anderson Bravalheri | 2022-11-28 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Update failing test due to latest versions of pip_run | Anderson Bravalheri | 2023-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | It seems that the latest version of `pip_run` can no longer handle `str` objects in `inject_sitecustomize` (see `https://github.com/jaraco/pip-run/commit/30c62a0eadd5af422709e75993ff19a39fe69733`). | |||||
| * | | Add support for testing pip<23 and drop support for pip<20. | Jason R. Coombs | 2022-12-16 | 1 | -2/+1 | |
| | | | ||||||
| * | | xfail more tests on Python 3.12+ for older pips. Ref #3727. | Jason R. Coombs | 2022-12-16 | 1 | -3/+10 | |
| | | | ||||||
| * | | xfail tests on Python 3.12+ for older pips. Ref #3727. | Jason R. Coombs | 2022-12-16 | 1 | -2/+14 | |
| | | | ||||||
| * | | ⚫ Fade to black. | Jason R. Coombs | 2022-12-16 | 1 | -10/+21 | |
| |/ | ||||||
| * | Remove wrong comment | Anderson Bravalheri | 2022-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | Replace condition to patch distutils.dist.log | Anderson Bravalheri | 2022-11-23 | 1 | -1/+2 | |
| | | | | | | | | | | As `distutils.log.Log` was backfilled for compatibility we no longer can use this as a condition. | |||||
| * | Add simple regression test for logging patches | Anderson Bravalheri | 2022-11-23 | 1 | -0/+17 | |
| | | ||||||
| * | Merge pypa/distutils@3e9d47e with fix for distutils.log (#3705) | Anderson Bravalheri | 2022-11-23 | 1 | -0/+19 | |
| |\ | ||||||
| | * | Merge https://github.com/pypa/distutils into bugfix/3693-distutils-3e9d47e | Jason R. Coombs | 2022-11-22 | 1 | -0/+19 | |
| | | | ||||||
| * | | Fix build directories interference with auto-discovery (#3704) | Anderson Bravalheri | 2022-11-23 | 2 | -1/+15 | |
| |\ \ | ||||||
| | * | | Use hidden directory to not interfere with discovery | Anderson Bravalheri | 2022-11-22 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | Capture behaviour of issue 3692 in test | Anderson Bravalheri | 2022-11-22 | 1 | -0/+13 | |
| | | | | ||||||
| * | | | Improve clib builds reproducibility (#3679) | Anderson Bravalheri | 2022-11-23 | 2 | -1/+29 | |
| |\ \ \ | ||||||
| | * | | | Make clib build reproducible by sorting sources | Daniel Garcia Moreno | 2022-11-15 | 2 | -1/+29 | |
| | | | | | | | | | | | | | | | | | | | | Fix https://github.com/pypa/setuptools/issues/3678 | |||||
| * | | | | Improve invalid entry-points traceback (#3684) | Anderson Bravalheri | 2022-11-23 | 2 | -23/+62 | |
| |\ \ \ \ | ||||||
| | * | | | | Test user-friendly exeptions for invalid entry-poitns | Anderson Bravalheri | 2022-11-15 | 1 | -22/+53 | |
| | | | | | | ||||||
| | * | | | | Display a user-friendly exception when entry-point is invalid | Anderson Bravalheri | 2022-11-15 | 1 | -1/+9 | |
| | |/ / / | ||||||
| * | | | | Fix logging errors - `underlying buffer has been detached` (#3690) | Anderson Bravalheri | 2022-11-23 | 1 | -10/+2 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix logging errors: 'underlying buffer has been detached' | Daniel Laügt | 2022-11-17 | 1 | -10/+2 | |
| | |/ / / | ||||||
| * | | | | Remove unnecessary `coding` comment (#3696) | Anderson Bravalheri | 2022-11-23 | 6 | -9/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 6 | -9/+1 | |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`. | |||||
| | | | | | ||||||
| | \ \ \ | ||||||
| *-. \ \ \ | Merge spelling/space improvements (#3695, #3698, #3697, #3699) | Anderson Bravalheri | 2022-11-23 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | |/ / / | | | | | / | | |_|_|/ | |/| | | | ||||||
| | * | | | Fix typos found by codespell | Dimitri Papadopoulos | 2022-11-20 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Add workaround for PyPy | Anderson Bravalheri | 2022-11-22 | 1 | -2/+8 | |
| | | | | ||||||
| * | | | Simplify patching in test | Anderson Bravalheri | 2022-11-22 | 1 | -12/+7 | |
| | | | | ||||||
| * | | | Account for stdlib back compatibility in test_manifest | Anderson Bravalheri | 2022-11-22 | 1 | -8/+19 | |
| | | | | ||||||
| * | | | Modernize test_manifest to use new log infra | Anderson Bravalheri | 2022-11-22 | 1 | -60/+46 | |
| |/ / | ||||||
| * | | Merge https://github.com/pypa/distutils into distutils-e0787fa | Jason R. Coombs | 2022-11-13 | 75 | -631/+557 | |
| |/ | ||||||
| * | Skip an additional test under xdist. Ref pypa/distutils#183. Expanded ↵ | Jason R. Coombs | 2022-11-13 | 1 | -4/+8 | |
| | | | | | | | | workaround for pytest-dev/pytest-xdist#843. | |||||
| * | Skip test under xdist as it fails after migrating to Python logging. Ref ↵ | Jason R. Coombs | 2022-11-13 | 1 | -0/+4 | |
| | | | | | | | | pypa/distutils#183. Workaround for pytest/pytest-xdist#843. | |||||
| * | ⚫ Fade to black. | Jason R. Coombs | 2022-11-13 | 1 | -6/+10 | |
| | | ||||||
| * | Add a test for maintainers w/ international emails | Sviatoslav Sydorenko | 2022-11-10 | 1 | -10/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The current `email.headerregistry.Address` implementation only allows RFC 5322 but the world is slowly moving towards supporting the international emails too. This patch adds a test case that is currently expected to fail but hopefully should pass once the support for RFC 6532 is implemented in the standard library. Refs: * https://datatracker.ietf.org/doc/html/rfc6532 * https://en.wikipedia.org/wiki/International_email | |||||
| * | Ensure pyproject.toml accepts UTF-8 in maintainers | Anderson Bravalheri | 2022-11-09 | 1 | -2/+19 | |
| | | ||||||
| * | Merge pull request #3656 from bmorris3/typos | Jason R. Coombs | 2022-11-04 | 1 | -2/+2 | |
| |\ | | | | | | | Typo corrections | |||||
| | * | Typo corrections | Brett M. Morris | 2022-10-31 | 1 | -2/+2 | |
| | | | ||||||
| * | | Limit the amount of whitespace to search/backtrack. Fixes #3659. | Jason R. Coombs | 2022-11-04 | 2 | -2/+1 | |
| | | | ||||||
| * | | Add test capturing failed expectation. Ref #3659. | Jason R. Coombs | 2022-11-04 | 2 | -1/+14 | |
| | | | ||||||
| * | | ⚫ Fade to black. | Jason R. Coombs | 2022-11-04 | 1 | -40/+37 | |
| | | | ||||||
| * | | Remove workaround for emacs. | Jason R. Coombs | 2022-11-04 | 1 | -1/+0 | |
| | | | ||||||
| * | | ⚫ Fade to black. | Jason R. Coombs | 2022-11-04 | 1 | -63/+100 | |
| |/ | ||||||
| * | Consistently use unittest.mock in tests | Miro Hrončok | 2022-10-17 | 6 | -12/+7 | |
| | | | | | | | | | | | | | | - Some tests used unittest.mock from the standard library - Some tests used mock from PyPI - Some tests tried to import unittest.mock with a fallback to mock (the import never fails on Python 3.7+, older Pythons are not supported) | |||||
| *---------. | Merge PRs #3636 #3634 #3633 #3595 #3576 #3569 #3564 | Anderson Bravalheri | 2022-10-14 | 9 | -30/+50 | |
| |\ \ \ \ \ \ |