summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | docs/userguide/pyproject_config.rst: Update example (#3404)Anderson Bravalheri2022-06-252-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Update docs/userguide/pyproject_config.rstJac2022-06-241-1/+2
| * | | Update docs/userguide/pyproject_config.rstJac2022-06-241-1/+1
| * | | Create 3305.doc.rstJac Fitzgerald2022-06-231-0/+1
| * | | [Docs] Missing requires-python in "using pyproject.toml" #3305Jac Fitzgerald2022-06-231-0/+2
|/ / /
* | | Reordering of User Guide's Table of Contents (#3402)Anderson Bravalheri2022-06-233-6/+7
|\ \ \
| * | | Added news fragment.Saniya Maheshwari2022-06-231-0/+1
| * | | Removed quotes around Development Mode.Saniya Maheshwari2022-06-231-2/+2
| * | | Reorganized the User Guide's Table of ContentsSaniya Maheshwari2022-06-231-4/+4
|/ / /
* | | [Docs] Fix reference for keywords (#3397)Anderson Bravalheri2022-06-202-3/+4
|\ \ \
| * | | Add news fragmentAnderson Bravalheri2022-06-201-0/+3
| * | | [Docs] Fix reference for keywordsAnderson Bravalheri2022-06-201-3/+1
|/ / /
* | | Update logging recommendation to not use distutils (#3394)Anderson Bravalheri2022-06-202-1/+4
|\ \ \
| * | | Add changelog entryPatrick Lannigan2022-06-201-0/+3
| * | | Update logging recommendation to not use distutilsPatrick Lannigan2022-06-201-1/+1
|/ / /
* | | Fix mispell in changelogAnderson Bravalheri2022-06-201-1/+1
* | | [Docs] package discovery guide: Small improvements and fixes (#3393)Anderson Bravalheri2022-06-201-7/+5
|\ \ \
| * | | [Docs] package discovery guide: Small improvements and fixesAnderson Bravalheri2022-06-201-7/+5
|/ / /
* | | Bump version: 62.5.0 → 62.6.0v62.6.0Anderson Bravalheri2022-06-196-7/+15
* | | Add beta status to 'file' directive for reading dependenciesAnderson Bravalheri2022-06-195-10/+16
| | |
| \ \
*-. \ \ Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-199-40/+249
|\ \ \ \
| | * | | Allow `file:` for `dependencies` and `optional-dependencies` in pyproject.tomlAarni Koskela2022-04-085-27/+196
| * | | | Update docs/userguide/declarative_config.rstAnderson Bravalheri2022-06-141-1/+3
| * | | | Allow `file:` for `requires` statements in setup.cfgAarni Koskela2022-06-144-13/+51
* | | | | Add support for type annotations to `attr:` ast parsing (#3391)Anderson Bravalheri2022-06-193-14/+27
|\ \ \ \ \
| * \ \ \ \ Merge pull request #1 from abravalheri/ast-annotationKarl Otness2022-06-192-18/+21
| |\ \ \ \ \
| | * | | | | config.expand.StaticModule: handle scenarios when annotated assignment does n...Anderson Bravalheri2022-06-191-2/+2
| | * | | | | config.expand: Refactor StaticModuleAnderson Bravalheri2022-06-191-13/+12
| | * | | | | test_expand: Add example for annotated assignment without valueAnderson Bravalheri2022-06-191-5/+9
| |/ / / / /
| * | | | | Add changelog entry for `attr:` type annotation supportKarl Otness2022-06-181-0/+1
| * | | | | Add support for annotated assignments to static attribute lookup.Karl Otness2022-06-182-16/+25
|/ / / / /
* | | | | Update build_meta.rst (#3381)Anderson Bravalheri2022-06-181-36/+38
|\ \ \ \ \
| * | | | | Update build_meta.rstcdfarrow2022-06-181-10/+11
| * | | | | Update docs/build_meta.rstcdfarrow2022-06-181-3/+3
| * | | | | Update build_meta.rstcdfarrow2022-06-171-32/+33
* | | | | | Add more detail on sysconfig/environ vars for build_ext (#3387)Anderson Bravalheri2022-06-181-0/+22
|\ \ \ \ \ \
| * | | | | | docs/userguide/ext_modules.rst: Also mention extra_compile_args, extra_link_argsMatthias Koeppe2022-06-171-2/+4
| * | | | | | docs/userguide/ext_modules.rst: Add more detail on processing sysconfig/envir...Matthias Koeppe2022-06-171-0/+20
* | | | | | | Bump version: 62.4.0 → 62.5.0v62.5.0Jason R. Coombs2022-06-1712-23/+37
|/ / / / / /
* | | | | | Clarify modules used for pyproject.toml parsing are private (#3385)Anderson Bravalheri2022-06-175-2/+16
|\ \ \ \ \ \
| * | | | | | Add news fragmentAnderson Bravalheri2022-06-171-0/+2
| * | | | | | Clarify modules used for pyproject.toml parsing are privateAnderson Bravalheri2022-06-174-2/+14
* | | | | | | Merge pull request #3386 from pypa/bugfix/3383-cpython-sensitive-testsJason R. Coombs2022-06-172-6/+42
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update changelogJason R. Coombs2022-06-171-0/+1
| * | | | | | Add exclusions for specific tests. Fixes #3383.Jason R. Coombs2022-06-171-6/+41
| |/ / / / /
* | | | | | Add clarifications about `experimental` status for `pyproject.toml` configura...Anderson Bravalheri2022-06-179-211/+192
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update docs/userguide/datafiles.rstAnderson Bravalheri2022-06-171-2/+1
| * | | | | Reorder words in footnote to improve the meaningAnderson Bravalheri2022-06-173-3/+3
| * | | | | docs: Reorder example tabsAnderson Bravalheri2022-06-163-150/+150
| * | | | | Change wording from *experimental* to *beta*Anderson Bravalheri2022-06-168-47/+40