Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: fix url | Anderson Bravalheri | 2022-09-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3565 from sblondon/patch-1 | Jason R. Coombs | 2022-08-25 | 1 | -1/+1 |
|\ | | | | | Fix towncrier URL | ||||
| * | Fix towncrier URL | sblondon | 2022-08-25 | 1 | -1/+1 |
| | | | | | | The link to towncrier philosophy section displays a 404 error. So this patch updates the broken URL to the correct one. | ||||
* | | Merge https://github.com/jaraco/skeleton | Jason R. Coombs | 2022-08-25 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Also update release to v4 | Jason R. Coombs | 2022-08-18 | 1 | -1/+1 |
| | | |||||
* | | Bump version: 65.2.0 → 65.3.0v65.3.0 | Anderson Bravalheri | 2022-08-24 | 6 | -5/+19 |
| | | |||||
* | | Use past tense in news entry | Anderson Bravalheri | 2022-08-24 | 2 | -2/+2 |
| | | |||||
* | | Prevent accidental name matching in editable hooks (#3562) | Anderson Bravalheri | 2022-08-24 | 3 | -1/+26 |
|\ \ | |||||
| * | | Add news fragment | Anderson Bravalheri | 2022-08-24 | 1 | -0/+1 |
| | | | |||||
| * | | Prevent accidental partial name matching in editable hooks | Anderson Bravalheri | 2022-08-24 | 1 | -1/+1 |
| | | | |||||
| * | | Capture problems with similar names in editable install | Anderson Bravalheri | 2022-08-24 | 1 | -0/+24 |
| | | | |||||
* | | | Remove inadvertent splatting of the name attribute (#3547) | Anderson Bravalheri | 2022-08-24 | 4 | -6/+54 |
|\ \ \ | |||||
| * | | | Fix rst syntax in news fragment | Anderson Bravalheri | 2022-08-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix problems with name discovery and dynamic versions | Anderson Bravalheri | 2022-08-19 | 1 | -5/+10 |
| | | | | |||||
| * | | | Replicate problems with name discovery and dynamic versions | Anderson Bravalheri | 2022-08-19 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to issue 3545 it seems that "name-discovery" happens, even when the project already explicitly sets it. This is related to parsing of dynamic versions (via `attr` directive), which triggers the auto-discovery to obtain the value of `package_dir`. The value of `package_dir` is used to find the path to the module in `version = {"attr" = "module_name.attr_name"}`. | ||||
| * | | | Add changelog entry. | Benno Rice | 2022-08-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | Remove inadvertent splatting of the name attribute | Benno Rice | 2022-08-19 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `name` attribute of a `Distribution` object is used by the command-line processing system and is not intended to hold the name of the distribution itself. Setting it to the name will cause the command-line processing system to have a bad time. | ||||
| * | | | Replicate problems with `setup.py --version` and auto-discovery | Anderson Bravalheri | 2022-08-19 | 1 | -0/+9 |
| | | | | |||||
* | | | | Replace `requires` with `requests` in example (#3554) | Anderson Bravalheri | 2022-08-24 | 2 | -1/+2 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'main' into patch-1 | mfbutner | 2022-08-21 | 10 | -80/+79 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'pypa:main' into main | Matthew Butner | 2022-08-21 | 9 | -80/+78 |
| | |\ \ \ \ | |||||
| | * | | | | | Added a changelog to the pull request | Matthew Butner | 2022-08-21 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | [Docs] Typo in Dependency Management pyproject.toml | Matthew Butner | 2022-08-21 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | Under the Dependency Management pyproject.toml example, requests was mistyped as requires. | ||||
* | | | | | | Add changelog to project URLs (#3543) | Anderson Bravalheri | 2022-08-24 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Add changelog to project URLs | Shantanu | 2022-08-18 | 1 | -0/+1 |
| | |/ / / | |/| | | | | | | | | This will make my life a little easier | ||||
* | | | | | Bump version: 65.1.1 → 65.2.0v65.2.0 | Jason R. Coombs | 2022-08-21 | 4 | -3/+11 |
| | | | | | |||||
* | | | | | Merge pull request #3553 from pypa/distutils-22b9bcf | Jason R. Coombs | 2022-08-21 | 7 | -78/+68 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Merge with pypa/distutils@22b9bcf | ||||
| * | | | | Update changelog | Jason R. Coombs | 2022-08-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge https://github.com/pypa/distutils into distutils-22b9bcf | Jason R. Coombs | 2022-08-21 | 6 | -78/+67 |
| |\ \ \ \ |/ / / / / | |||||
| * | | | | Merge pull request pypa/distutils#173 from rnhmjoj/main | Jason R. Coombs | 2022-08-21 | 1 | -3/+12 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Fix, again, finding headers during cross compiling | ||||
| | * | | | | Add unit tests capturing the expectation | Jason R. Coombs | 2022-08-21 | 1 | -0/+10 |
| | | | | | | |||||
| | * | | | | Fix, again, finding headers during cross compiling | rnhmjoj | 2022-08-21 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | In cygwincompiler, re-use object_filenames from ccompiler. | Jason R. Coombs | 2022-08-21 | 1 | -23/+14 |
| | | | | | | |||||
| * | | | | | Remove _msvccompiler._make_out_path. | Jason R. Coombs | 2022-08-21 | 1 | -17/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | The function is almost entirely redundant to the implementation in the parent class. The only difference is the order in which `strip_dir` is processed, but even there, it doesn't appear as if `strip_dir` is ever True, so take the risk and consolidate behavior. | ||||
| * | | | | | Deprecate bcppcompiler. | Jason R. Coombs | 2022-08-21 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Support for Borland C++ compiler was dropped for compiling Python in python/cpython#66782 (2014) and the borlandc.org web site no longer references a compiler. Best I can tell, this compiler hasn't been released for 22 years. Surely no one is using it. | ||||
| * | | | | | Extract property for out_extensions in _msvccompiler | Jason R. Coombs | 2022-08-21 | 1 | -4/+7 |
| | | | | | | |||||
| * | | | | | Extract property for mapping src extensions to out extensions. | Jason R. Coombs | 2022-08-21 | 1 | -2/+8 |
| | | | | | | |||||
| * | | | | | In _msvccompiler, re-use _make_relative. | Jason R. Coombs | 2022-08-21 | 1 | -3/+1 |
| | | | | | | |||||
| * | | | | | In _msvccompiler, only override _make_out_path | Jason R. Coombs | 2022-08-21 | 1 | -24/+18 |
| | | | | | | |||||
| * | | | | | Extract method for _make_out_path. | Jason R. Coombs | 2022-08-21 | 1 | -12/+15 |
| | | | | | | |||||
| * | | | | | In _make_relative, remove deprecation warning. Ref pypa/distutils#169. | Jason R. Coombs | 2022-08-21 | 1 | -11/+1 |
| | | | | | | |||||
| * | | | | | Rename _mangle_base to _make_relative and add documentation about its ↵ | Jason R. Coombs | 2022-08-21 | 2 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | purpose. Ref pypa/distutils#169. | ||||
| * | | | | | Suppress warnings in deprecated msvc compilers | Jason R. Coombs | 2022-08-16 | 1 | -0/+3 |
| |/ / / / | |||||
* | | | | | Merge pull request #3552 from 0x2b3bfa0/patch-1 | Anderson Bravalheri | 2022-08-21 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Fix typo in docs/userguide/extension.rst | ||||
| * | | | | Fix typo in docs/userguide/extension.rst | Helio Machado | 2022-08-21 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Bump version: 65.1.0 → 65.1.1v65.1.1 | Anderson Bravalheri | 2022-08-21 | 4 | -4/+12 |
| | | | | |||||
* | | | | Improve news fragment | Anderson Bravalheri | 2022-08-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add news fragment | Anderson Bravalheri | 2022-08-21 | 1 | -0/+2 |
| | | | | |||||
* | | | | Limit number of string replacements | Anderson Bravalheri | 2022-08-21 | 1 | -1/+5 |
| | | | | |||||
* | | | | Fix recursion problem in finder | Anderson Bravalheri | 2022-08-21 | 2 | -2/+3 |
| | | | |