summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1141 from benoit-pierre/fix_py26_supportv36.4.0Jason R. Coombs2017-09-031-1/+1
|\
| * Fix Python 2.6 supportBenoit Pierre2017-09-031-1/+1
* | Bump version: 36.3.0 → 36.4.0Jason R. Coombs2017-09-032-2/+2
* | Merge pull request #1135 from jd/less-statJason R. Coombs2017-09-032-41/+61
|\ \ | |/ |/|
| * Update changelogJason R. Coombs2017-09-031-2/+5
| * Merge branch 'master' into less-statJason R. Coombs2017-09-0314-77/+705
| |\ | |/ |/|
* | Merge pull request #1133 from sgaist/add_markdown_to_possible_readmesJason R. Coombs2017-09-032-1/+5
|\ \
| * \ Merge branch 'master' into add_markdown_to_possible_readmesJason R. Coombs2017-09-0310-60/+651
| |\ \ | |/ / |/| |
* | | Merge pull request #1129 from benoit-pierre/fix_1124Jason R. Coombs2017-09-033-3/+493
|\ \ \
| * \ \ Merge branch 'master' into fix_1124Jason R. Coombs2017-09-038-57/+157
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1127 from benoit-pierre/workaround_easy_install_bugJason R. Coombs2017-09-033-30/+74
|\ \ \ \
| * | | | Update changelogJason R. Coombs2017-09-031-0/+4
| * | | | Merge branch 'master' into pr1127Jason R. Coombs2017-09-0310-44/+133
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1075 from di/long_description_content_typeJason R. Coombs2017-09-036-21/+66
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into long_description_content_typeJason R. Coombs2017-09-032-4/+15
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1068 from bmwiedemann/sortzipJason R. Coombs2017-09-032-4/+18
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into sortzipJason R. Coombs2017-09-037-20/+59
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update changelogJason R. Coombs2017-09-031-0/+6
| * | | | | | Sort file listsBernhard M. Wiedemann2017-08-281-4/+12
| | * | | | | Update CHANGES.rstDustin Ingram2017-08-281-0/+7
| | * | | | | Add long_description_content_type to metadata tableDustin Ingram2017-08-281-21/+22
| | * | | | | Add test_long_description_content_typeMarc Abramowitz2017-08-281-0/+25
| | * | | | | Add new long_description_content_type kwargMarc Abramowitz2017-08-283-0/+15
| |/ / / / / |/| | | | |
| | * | | | workaround easy_install bugBenoit Pierre2017-08-052-30/+70
| | | * | | Update changelogBenoit Pierre2017-08-291-0/+7
| | | * | | pkg_resources: improve WorkingSet.resolve(replace_conflicting=True)Benoit Pierre2017-08-292-3/+489
| |_|/ / / |/| | | |
| | | * | Improve README file list handling and add Markdown to the current listSamuel Gaist2017-09-012-1/+7
| |_|/ / |/| | |
* | | | Bump version: 36.2.7 → 36.3.0v36.3.0Jason R. Coombs2017-08-282-2/+3
* | | | Merge pull request #1131 from webknjaz/feature/long-desc-few-filesJason R. Coombs2017-08-284-16/+46
|\ \ \ \
| * | | | Need to perform the local assertion before checking for existence.Jason R. Coombs2017-08-281-7/+6
| * | | | Use proper reference.Jason R. Coombs2017-08-281-1/+1
| * | | | Correct typoJason R. Coombs2017-08-281-1/+1
| * | | | Extract method for reading local file. Now return results directly instead of...Jason R. Coombs2017-08-281-16/+17
| * | | | Using generator comprehension, avoid casting filepath to bytes on Python 2Jason R. Coombs2017-08-281-5/+2
| * | | | Avoid interaction of multiple factors in test.Jason R. Coombs2017-08-281-1/+1
| * | | | Update docs with a file list usage exampleSviatoslav Sydorenko2017-08-281-2/+2
| * | | | Convert path to str, which is needed under Py 2Sviatoslav Sydorenko2017-08-281-0/+1
| * | | | Update changelog to reflect after-review changesSviatoslav Sydorenko2017-08-281-2/+2
| * | | | Support list of files passed to `file:` directiveSviatoslav Sydorenko2017-08-282-19/+21
| * | | | Add info about few `file:`'s to changelogSviatoslav Sydorenko2017-08-281-0/+6
| * | | | Allow adding few files @ metadata.long_descriptionSviatoslav Sydorenko2017-08-282-3/+27
|/ / / /
| | | * pkg_resources: do not call stat() and access()Julien Danjou2017-08-281-39/+56
| |_|/ |/| |
* | | Merge pull request #1059 from jdufresne/bdistJason R. Coombs2017-08-261-2/+1
|\ \ \ | |_|/ |/| |
| * | Rename [wheel] section to [bdist_wheel] as the former is legacyJon Dufresne2017-06-101-2/+1
* | | Merge pull request #1119 from segevfiner/patch-1Jason R. Coombs2017-08-031-1/+10
|\ \ \ | |_|/ |/| |
| * | Extract variable for exceptions to provide explanationJason R. Coombs2017-08-031-1/+10
| * | Fix exception on mingw built Python 2Segev Finer2017-08-032-6/+5
| * | Fix exception on mingw built Python 2Segev Finer2017-08-021-4/+5
|/ /
* | Bump version: 36.2.6 → 36.2.7v36.2.7Benoit Pierre2017-08-022-2/+2
* | Update changelogBenoit Pierre2017-08-021-0/+7