summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 38.2.3 → 38.2.4v38.2.4Benoit Pierre2017-12-042-2/+2
* Merge pull request #1220 from benoit-pierre/fix_1219Benoit Pierre2017-12-043-4/+64
|\
| * update changelogBenoit Pierre2017-12-041-0/+5
| * fix `data_files` handling when installing from wheelBenoit Pierre2017-11-302-4/+59
|/
* update changelogBenoit Pierre2017-11-301-0/+5
* Bump version: 38.2.2 → 38.2.3v38.2.3Benoit Pierre2017-11-282-2/+2
* tests: fix pytest requirement so Python 3.3 is supportedBenoit Pierre2017-11-271-1/+1
* Bump version: 38.2.1 → 38.2.2v38.2.2Benoit Pierre2017-11-272-2/+2
* Merge pull request #1215 from benoit-pierre/fix_wheels_namespace_packagesBenoit Pierre2017-11-273-0/+56
|\
| * fix namespace packages handling of wheelsBenoit Pierre2017-11-273-0/+56
|/
* Bump version: 38.2.0 → 38.2.1v38.2.1Benoit Pierre2017-11-262-2/+2
* fix encoding handling of wheels metadataBenoit Pierre2017-11-264-5/+27
* Bump version: 38.1.0 → 38.2.0v38.2.0Benoit Pierre2017-11-262-2/+2
* update changelogBenoit Pierre2017-11-261-0/+6
* Merge pull request #1200 from benoit-pierre/wheels_supportBenoit Pierre2017-11-267-1/+1003
|\
| * easy_install: add support for installing from wheelsBenoit Pierre2017-11-267-1/+1003
|/
* Bump version: 38.0.0 → 38.1.0v38.1.0Jason R. Coombs2017-11-252-2/+2
* HTTPS everywhereJason R. Coombs2017-11-251-1/+1
* Shorten message and update changelog. Ref #1209.Jason R. Coombs2017-11-252-2/+9
* Merge pull request #1209 from andy-maier/issue1208-resolution-error-msgJason R. Coombs2017-11-251-1/+3
|\
| * Improved exception message of pkg_resources.ResolutionErrorAndreas Maier2017-11-221-1/+3
* | Bump version: 37.0.0 → 38.0.0v38.0.0Jason R. Coombs2017-11-252-2/+2
* | Disallow unordered sequences for specifying install_requires. Fixes #458.Jason R. Coombs2017-11-252-0/+9
* | Add test asserting that install_requires parameters cannot be unordered. Ref ...Jason R. Coombs2017-11-251-14/+11
* | Add another test demonstrating that if requirements are declared in a non-det...Jason R. Coombs2017-11-251-0/+14
* | Add two tests demonstrating that requires.txt generation is deterministic. Re...Jason R. Coombs2017-11-251-0/+14
* | Cleanup indentationJason R. Coombs2017-11-251-7/+10
* | Fix NameErrorJason R. Coombs2017-11-251-1/+1
|/
* Bump version: 36.8.0 → 37.0.0v37.0.0Jason R. Coombs2017-11-202-2/+2
* Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.Jason R. Coombs2017-11-2025-168/+45
|\
| * Remove reference to Python 2.6 as a supported interpreter.drop-py26Jason R. Coombs2017-11-201-1/+1
| * Reference to __main__ is only required for Python 2.6.Jason R. Coombs2017-11-201-1/+1
| * Merge branch 'master' into drop-py26Jason R. Coombs2017-11-1932-559/+1279
| |\
| * \ Merge branch 'master' into drop-py26Jason R. Coombs2017-09-0371-1144/+3319
| |\ \
| * | | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-0924-170/+44
* | | | Feed the hobgoblins (delint).Jason R. Coombs2017-11-201-2/+4
* | | | Disable hanging test on PyPy3. Ref #1202.Jason R. Coombs2017-11-201-2/+9
* | | | PyPy3 is supportedJason R. Coombs2017-11-201-1/+1
* | | | Extract Python versions as top-level factors.Jason R. Coombs2017-11-201-9/+11
| |_|/ |/| |
* | | Bump version: 36.7.3 → 36.8.0v36.8.0Jason R. Coombs2017-11-192-2/+2
* | | Update changelog. Ref #1190.Jason R. Coombs2017-11-191-0/+6
* | | Merge pull request #1190 from gweis/masterJason R. Coombs2017-11-191-3/+8
|\ \ \
| * | | use ssl.create_default_context and SNI if availableGerhard Weis2017-11-091-3/+8
* | | | Feed the hobgoblins (delint).Jason R. Coombs2017-11-141-15/+26
* | | | Update broken link. Fixes #1197.Jason R. Coombs2017-11-141-1/+1
* | | | Bump version: 36.7.2 → 36.7.3v36.7.3Jason R. Coombs2017-11-132-2/+2
* | | | Update changelog. Ref #1175.Jason R. Coombs2017-11-131-0/+5
* | | | Merge pull request #1175 from xoviat/build_metaJason R. Coombs2017-11-133-27/+80
|\ \ \ \
| * | | | BUG: look for dist-infos in subdirectoriesxoviat2017-10-191-4/+27
| * | | | FIX: remove thexoviat2017-10-161-1/+1