summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | Add test for PEP 420 packagesAnderson Bravalheri2022-06-152-2/+43
| | * | | | | | | | | | | | | Move test from test_develop to test_editable_installAnderson Bravalheri2022-06-152-44/+49
| | * | | | | | | | | | | | | Add namespace testAnderson Bravalheri2022-06-151-14/+22
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Add initial implementation of editable strategy based on .pth fileAnderson Bravalheri2022-06-151-20/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Rename variable for clarityAnderson Bravalheri2022-06-151-2/+2
| | * | | | | | | | | | | | | Reorganise editable_wheel to allow different strategiesAnderson Bravalheri2022-06-151-20/+116
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Handle namespace_packages in editable_wheelAnderson Bravalheri2022-06-151-6/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Remove unused functionAnderson Bravalheri2022-06-151-17/+0
| | * | | | | | | | | | | | | Temporarily support deprecated namespace packagesAnderson Bravalheri2022-06-151-5/+33
| | * | | | | | | | | | | | | Start adding APIs for handling multiple editable modesAnderson Bravalheri2022-06-151-4/+25
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Rework PEP 660 PoC to re-use bdist_wheelAnderson Bravalheri2022-06-154-137/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Always run editable install testAnderson Bravalheri2022-06-151-9/+9
| | * | | | | | | | | | | | | Re-use dist-info dir for build_editableAnderson Bravalheri2022-06-152-2/+4
| | * | | | | | | | | | | | | Rely on wheel and bdist_wheel for editable_wheelAnderson Bravalheri2022-06-151-90/+61
| | * | | | | | | | | | | | | Make sure setuptools itself can be installed with editable_wheelAnderson Bravalheri2022-06-152-32/+17
| | * | | | | | | | | | | | | Remove unecessary editable dependencyAnderson Bravalheri2022-06-151-24/+8
| | * | | | | | | | | | | | | Add prepare_metadata_for_build_editable hookAnderson Bravalheri2022-06-151-2/+9
| | * | | | | | | | | | | | | Fix flake8 errors with build_metaAnderson Bravalheri2022-06-151-2/+0
| | * | | | | | | | | | | | | Fix signature for build_editable according to PEP 660Anderson Bravalheri2022-06-151-1/+1
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Editable rework dist_info to use --output-dir instead of --egg-baseAnderson Bravalheri2022-06-153-13/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Avoid creating dist_info_dir before the command runsAnderson Bravalheri2022-06-151-1/+1
| | * | | | | | | | | | | | | Make sure output_dir exists with dist_infoAnderson Bravalheri2022-06-151-2/+4
| | * | | | | | | | | | | | | Change build_meta to use --output-dir instead of --egg-base for dist-infoAnderson Bravalheri2022-06-151-1/+1
| | * | | | | | | | | | | | | Change dist_info to better control output directoryAnderson Bravalheri2022-06-152-9/+35
| | * | | | | | | | | | | | | Add dist_info_dir param to dist_info commandAnderson Bravalheri2022-06-151-8/+9
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'upstream/main' into build-editable-aggregateAnderson Bravalheri2022-06-15207-16882/+29751
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ include pep660 proof of concept (#3082)Anderson Bravalheri2022-04-223-0/+179
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | include pep660 proof of conceptDaniel Holth2022-02-043-0/+179
* | | | | | | | | | | | | | | | Bump version: 63.4.2 → 63.4.3v63.4.3Jason R. Coombs2022-08-104-3/+11
* | | | | | | | | | | | | | | | Merge pull request #3496 from pypa/distutils-b65aa40Jason R. Coombs2022-08-1040-719/+1378
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge https://github.com/pypa/distutils into distutils-b65aa40Jason R. Coombs2022-08-101-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Revert "Disallow repeat calls to .initialize in one place."Jason R. Coombs2022-08-101-3/+5
| * | | | | | | | | | | | | | | | Update changelogJason R. Coombs2022-08-101-0/+1
| * | | | | | | | | | | | | | | | Merge https://github.com/pypa/distutils into distutils-b65aa40Jason R. Coombs2022-08-1039-724/+1380
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / / / | | _ / / / / / / / / / / / / / / | | / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge pull request #153 from zooba/msvccompilerJason R. Coombs2022-08-093-26/+85
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Allow compiler classes to supply include and library dirs at the class level.Jason R. Coombs2022-08-092-30/+29
| | * | | | | | | | | | | | | | | Merge branch 'bugfix/153-test' into msvccompilerJason R. Coombs2022-08-091-0/+55
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Extend the test to compile a second time after setting include dirs again.Jason R. Coombs2022-08-091-0/+4
| | | * | | | | | | | | | | | | | | Ensure Python include directory is configured.Jason R. Coombs2022-08-081-15/+12
| | | * | | | | | | | | | | | | | | Generate a C file that imports Python.h and something platform specific.Jason R. Coombs2022-08-081-1/+12
| | | * | | | | | | | | | | | | | | Extract fixture for c_fileJason R. Coombs2022-08-081-6/+11
| | | * | | | | | | | | | | | | | | Also test library dirsJason R. Coombs2022-08-081-0/+12
| | | * | | | | | | | | | | | | | | Windows is sensitive even on Python 3.10Jason R. Coombs2022-08-081-1/+2
| | | * | | | | | | | | | | | | | | Add compatibility for Python 3.7Jason R. Coombs2022-08-081-1/+12
| | | * | | | | | | | | | | | | | | Add test capturing failed expectation.Jason R. Coombs2022-08-081-0/+14
| | * | | | | | | | | | | | | | | | ⚫ Fade to black.Jason R. Coombs2022-08-091-4/+4
| | * | | | | | | | | | | | | | | | Use CCompiler._fix_compile_args to fix args to compile()Steve Dower2022-08-091-18/+1
| | * | | | | | | | | | | | | | | | Fixup bad super() callSteve Dower2022-08-091-1/+1
| | * | | | | | | | | | | | | | | | Remove stray colonSteve Dower2022-08-091-1/+1
| | * | | | | | | | | | | | | | | | Ensure Windows SDK directories are not cleared when caller specifies include/...Steve Dower2022-08-091-6/+28
| | |/ / / / / / / / / / / / / / /