| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into drop-py26 | Jason R. Coombs | 2017-09-03 | 1 | -40/+93 |
| |\ | |||||
| | * | Need to perform the local assertion before checking for existence. | Jason R. Coombs | 2017-08-28 | 1 | -7/+6 |
| | | | |||||
| | * | Use proper reference. | Jason R. Coombs | 2017-08-28 | 1 | -1/+1 |
| | | | |||||
| | * | Correct typo | Jason R. Coombs | 2017-08-28 | 1 | -1/+1 |
| | | | |||||
| | * | Extract method for reading local file. Now return results directly instead ↵ | Jason R. Coombs | 2017-08-28 | 1 | -16/+17 |
| | | | | | | | | | of for/append loop. | ||||
| | * | Using generator comprehension, avoid casting filepath to bytes on Python 2 | Jason R. Coombs | 2017-08-28 | 1 | -5/+2 |
| | | | |||||
| | * | Convert path to str, which is needed under Py 2 | Sviatoslav Sydorenko | 2017-08-28 | 1 | -0/+1 |
| | | | |||||
| | * | Support list of files passed to `file:` directive | Sviatoslav Sydorenko | 2017-08-28 | 1 | -11/+19 |
| | | | | | | | | | | | * `file:` not accepts comma-separated list of filenames * files' contents are glues with an LF separator | ||||
| | * | Allow adding few files @ metadata.long_description | Sviatoslav Sydorenko | 2017-08-28 | 1 | -3/+3 |
| | | | |||||
| | * | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -0/+1 |
| | |\ | |||||
| | | * | Fixes #999: support python_requires, py_modules in configuration files | Marcel Bargull | 2017-04-07 | 1 | -0/+1 |
| | | | | |||||
| | * | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -1/+1 |
| | |/ | | | | | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
| | * | Dropped support for classifiers subsection handling in setup.cfg (see #952). | idle sign | 2017-02-04 | 1 | -11/+0 |
| | | | |||||
| | * | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | Proper finalization for `read_configuration()`. | idle sign | 2016-12-10 | 1 | -9/+11 |
| | | | |||||
| | * | Implemented find() configuration support for `packages`. | idle sign | 2016-12-10 | 1 | -2/+31 |
| | | | |||||
| | * | `read_configuration()` now accepts `ignore_option_errors`. | idle sign | 2016-12-10 | 1 | -7/+33 |
| | | | |||||
| * | | Drop support for Python 2.6, removing lots of compatibility code for a ↵ | Jason R. Coombs | 2016-12-09 | 1 | -1/+1 |
| |/ | | | | leaner, cleaner codebase. Fixes #878. | ||||
| * | `read_configuration` now chdirs and tests for file. | idle sign | 2016-12-07 | 1 | -1/+12 |
| | | |||||
| * | `strict_mode` removed to improve forward compatibility. | idle sign | 2016-12-05 | 1 | -9/+1 |
| | | |||||
| * | Added API functions. | idle sign | 2016-12-05 | 1 | -0/+78 |
| | | |||||
| * | Tests and docstrings update. | idle sign | 2016-12-05 | 1 | -3/+3 |
| | | |||||
| * | `file:` directive sandboxed. | idle sign | 2016-12-05 | 1 | -1/+11 |
| | | |||||
| * | _parse_attr() factored out. | idle sign | 2016-12-04 | 1 | -24/+39 |
| | | |||||
| * | `metadata` aliases update. | idle sign | 2016-12-04 | 1 | -1/+1 |
| | | |||||
| * | Added `metadata` section aliases. | idle sign | 2016-12-04 | 1 | -2/+20 |
| | | |||||
| * | Section names now dot-separated to mimic .toml table names. | idle sign | 2016-12-04 | 1 | -1/+1 |
| | | |||||
| * | Future package imported. | idle sign | 2016-12-04 | 1 | -0/+1 |
| | | |||||
| * | `dependency_links` as section not supported. | idle sign | 2016-12-04 | 1 | -8/+0 |
| | | |||||
| * | Implemented proper dangling option values support. | idle sign | 2016-12-04 | 1 | -2/+2 |
| | | |||||
| * | Added ConfigHandler.strict_mode. | idle sign | 2016-12-04 | 1 | -2/+19 |
| | | |||||
| * | Added config module. | idle sign | 2016-11-26 | 1 | -0/+367 |
