| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge commit '52c394c' into feature/2093-docs-revamp | Jason R. Coombs | 2020-09-23 | 2 | -3/+3 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #1765 from venthur/fix/1700 | Jason R. Coombs | 2020-05-24 | 2 | -169/+346 | |
| | |\ \ | | |/ | |/| | ||||||
| | | * | Merge branch 'master' into fix/1700 | Bastian Venthur | 2020-02-11 | 10 | -494/+179 | |
| | | |\ | ||||||
| | | * \ | Merge branch 'master' into fix/1700 | Jason R. Coombs | 2019-10-26 | 4 | -7/+44 | |
| | | |\ \ | ||||||
| | | * | | | Added meat to obsoletes and provides, removed that they should not be used. | Bastian Venthur | 2019-05-18 | 1 | -3/+39 | |
| | | * | | | s/favour/favor/ | Bastian Venthur | 2019-05-18 | 1 | -1/+1 | |
| | | * | | | s/requires/provides/ | Bastian Venthur | 2019-05-18 | 1 | -2/+2 | |
| | | * | | | Made keywords a subpage (via include directive) maintaining the old | Bastian Venthur | 2019-05-18 | 3 | -13/+5 | |
| | | * | | | added long_description_content_type | Bastian Venthur | 2019-05-18 | 1 | -0/+4 | |
| | | * | | | added use_2to3_exclude_fixers | Bastian Venthur | 2019-05-18 | 1 | -0/+3 | |
| | | * | | | Added ext_package | Bastian Venthur | 2019-05-18 | 1 | -0/+4 | |
| | | * | | | Added unused requires, obsolete and requires for completenes | Bastian Venthur | 2019-05-18 | 1 | -0/+17 | |
| | | * | | | Maintain old header and link to new keywords document | Bastian Venthur | 2019-05-16 | 2 | -0/+9 | |
| | | * | | | Added warnings for data_files, setup_requires and dependency_links | Bastian Venthur | 2019-05-16 | 1 | -0/+15 | |
| | | * | | | Transcibed all keywords from https://docs.python.org/3/distutils/apiref.html#... | Bastian Venthur | 2019-05-16 | 1 | -1/+88 | |
| | | * | | | Fixed broken implicit links | Bastian Venthur | 2019-05-16 | 2 | -18/+26 | |
| | | * | | | Moved keywords section into separate document, added link in index | Bastian Venthur | 2019-05-16 | 3 | -173/+173 | |
| | * | | | | Merge pull request #1753 from jwodder/feature/literal_attr | Jason R. Coombs | 2020-05-16 | 1 | -1/+7 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fix an RST link typo in the dev guide | Sviatoslav Sydorenko | 2020-05-15 | 1 | -1/+1 | |
| * | | | | | | Merge commit 'd6bcf5e' into feature/2093-docs-revamp | Jason R. Coombs | 2020-09-23 | 1 | -2/+8 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Merge `literal_attr:` functionality into `attr:` | John T. Wodder II | 2020-05-15 | 1 | -15/+12 | |
| | * | | | | | Update documentation | John T. Wodder II | 2020-05-15 | 1 | -8/+17 | |
| | |/ / / / | ||||||
| * | | | | | Merge commit '619e229' into feature/2093-docs-revamp | Jason R. Coombs | 2020-09-23 | 2 | -0/+45 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Merge branch 'master' into docs/setup.cfg-only | Jason R. Coombs | 2020-05-15 | 8 | -143/+189 | |
| | |\ \ \ \ | ||||||
| | * | | | | | 📝 Improve the note about editable installs | Sviatoslav Sydorenko | 2020-01-14 | 1 | -1/+1 | |
| | * | | | | | Mark PEP mentions as :pep: SphinX refs | Sviatoslav Sydorenko | 2020-01-14 | 1 | -6/+7 | |
| | * | | | | | 📝 Document setup.cfg-only projects | Sviatoslav Sydorenko | 2020-01-14 | 2 | -0/+43 | |
| * | | | | | | Merge pull request #2157 from alvyjudy/dependency | Jason R. Coombs | 2020-08-15 | 1 | -129/+186 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | docs: rephrased the introduction for optional dependencies | alvy | 2020-07-29 | 1 | -5/+9 | |
| | * | | | | | | docs: remove note on "require" functionality | alvy | 2020-07-29 | 1 | -6/+0 | |
| | * | | | | | | docs: remove mentioning of multiversion install | alvy | 2020-07-29 | 1 | -3/+1 | |
| | * | | | | | | docs: give python requirement a dedicated section | alvy | 2020-07-29 | 1 | -8/+9 | |
| | * | | | | | | docs: reference PEP440 for versions specifiers | alvy | 2020-07-29 | 1 | -2/+3 | |
| | * | | | | | | docs: remove editorial message and lengthy description of dependency type | alvy | 2020-07-29 | 1 | -4/+2 | |
| | * | | | | | | docs: restored notes on "require()" function | alvyjudy | 2020-05-28 | 1 | -0/+6 | |
| | * | | | | | | docs: more finetuning on dependency guide | alvyjudy | 2020-05-28 | 1 | -60/+68 | |
| | * | | | | | | docs: editing user guide on dependency management | alvyjudy | 2020-05-28 | 1 | -90/+137 | |
| * | | | | | | | Correct some of the behaviors indicated in new entry points docs. Switch to i... | Jason R. Coombs | 2020-06-15 | 1 | -140/+94 | |
| * | | | | | | | docs: fixed mistaken explanation | alvyjudy | 2020-05-28 | 1 | -2/+2 | |
| * | | | | | | | docs: guide on entry point completed | alvyjudy | 2020-05-28 | 1 | -63/+118 | |
| * | | | | | | | docs: update entry point userguide | alvyjudy | 2020-05-28 | 1 | -13/+19 | |
| * | | | | | | | docs: detail userguide for entry point WIP | alvyjudy | 2020-05-28 | 1 | -47/+71 | |
| |/ / / / / / | ||||||
| * | | | | | | DOC: fix link missing > | Matthias Bussonnier | 2020-05-28 | 1 | -1/+1 | |
| * | | | | | | Mention that `namespace_packages` is omitted. | Jason R. Coombs | 2020-05-27 | 1 | -1/+2 | |
| * | | | | | | docs: cover pkgutil style namespace pkg | alvyjudy | 2020-05-26 | 1 | -8/+33 | |
| * | | | | | | docs: detail pkg discover guide and namespace pkg | alvyjudy | 2020-05-26 | 1 | -105/+105 | |
| * | | | | | | docs: WIP detailed guide on pkg discovery | alvyjudy | 2020-05-26 | 1 | -38/+63 | |
| * | | | | | | Merge pull request #2146 from alvyjudy/doc | Jason R. Coombs | 2020-05-26 | 1 | -143/+141 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | docs: add dev mode section in quickstart | alvyjudy | 2020-05-25 | 1 | -0/+20 | |
| | * | | | | | | docs: proper invocation of pep517 | alvyjudy | 2020-05-25 | 1 | -1/+1 | |
