summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Updated CHANGES.txtAlex Grönholm2017-07-291-0/+1
* Prevent mangling of lines starting with "From" in metadataAlex Grönholm2017-07-292-2/+24
* Refactored the test suiteAlex Grönholm2017-07-298-208/+157
* Renamed the testing extra to test, as per PEP 426Alex Grönholm2017-07-262-2/+2
* Changed tests to better utilize py.testAlex Grönholm2017-07-265-178/+105
* Fixed flake8 failure on TravisAlex Grönholm2017-07-262-1/+2
* Removed implementation specific classifiers from setup.pyAlex Grönholm2017-07-261-3/+1
* Dropped support for Python 3.2 and 3.3Alex Grönholm2017-07-262-3/+1
* Fixed errors reported by flake8Alex Grönholm2017-07-2633-422/+567
* Added flake8 setupAlex Grönholm2017-07-262-0/+8
* Code style fixes in setup.pyAlex Grönholm2017-07-261-14/+11
* Changed relative import to absolute in test_tool.pyAlex Grönholm2017-07-261-1/+1
* Replaced @yield_fixture with @fixtureAlex Grönholm2017-07-262-2/+4
* Improved testing configurationAlex Grönholm2017-07-263-18/+18
* Added codecov to the Travis configurationAlex Grönholm2017-07-261-1/+3
* Added yours truly as maintainerAlex Grönholm2017-07-261-1/+4
* Removed experimental build configuration filesAlex Grönholm2017-07-264-183/+0
* Replaced appveyor configuration with Travis configurationAlex Grönholm2017-07-262-5/+20
* Replaced .hgignore with .gitignoreAlex Grönholm2017-07-262-19/+10
* Renamed README.txt to README.rstAlex Grönholm2017-07-262-2/+1
* MergeJon Dufresne2017-07-071-1/+6
|\
| * Drop support for Python 2.6Jon Dufresne2017-07-078-29/+16
| * Document support for Python 3.6 and add it to the testing matrixJon Dufresne2017-06-042-15/+26
* | Document support for Python 3.6 and add it to the testing matrixJon Dufresne2017-07-078-36/+26
* | Merged in dholth/wheel-fork (pull request #69)Daniel Holth2017-07-0710-27/+113
|\ \ | |/ |/|
| * update CHANGESDaniel Holth2016-09-141-0/+9
| * prereleaseDaniel Holth2016-09-141-1/+1
| * use dict-format entry_pointsDaniel Holth2016-09-141-6/+8
| * mergeDaniel Holth2016-09-061-12/+25
| |\
| | * refactor wheel.metadata.pkginfo_to_metadataDaniel Holth2016-06-261-12/+25
| * | mergeDaniel Holth2016-08-202-4/+46
| |\ \
| * | | add py-limited-api flag to control abi3 wheel taggingDaniel Holth2016-08-206-8/+70
* | | | Merged in techtonik/wheel-1/techtonik/archivepy-used-wrong-logger-fixes-issue...Daniel Holth2016-09-141-1/+1
|\ \ \ \
| * | | | archive.py used wrong logger (fixes issue #174)anatoly techtonik2016-09-061-1/+1
| | |/ / | |/| |
* | | | Fix 'Error parsing appveyor.yml: "version" value must be a string.'anatoly techtonik2016-09-061-1/+1
* | | | Add CI testing with AppVeyor (issue #167)anatoly techtonik2016-09-061-0/+5
|/ / /
* | | mergeDaniel Holth2016-08-202-4/+46
|\ \ \ | |/ / |/| |
| * | Set correct python_tagAles Erjavec2016-04-222-0/+2
| * | Fix `bw.root_is_purelib = ...` -> `bw.root_is_pure = ...`Ales Erjavec2016-04-222-2/+2
| * | Make `wheel convert` utility record the right python/soabi/plat tagsAles Erjavec2016-04-222-3/+43
* | | Merged in HexDecimal/wheel/strict-resource-testing (pull request #66)Daniel Holth2016-08-203-9/+55
|\ \ \
| * | | Add polish to the error_on_ResourceWarning fixture.Kyle Stewart2016-03-181-4/+11
| * | | Have the ZipFile handle the file descriptor in make_wheelfile_inner.Kyle Stewart2016-03-171-2/+1
| * | | Use context managers during tests.Kyle Stewart2016-03-171-7/+9
| * | | Added strict resource testing to all tests.Kyle Stewart2016-03-171-0/+38
| | |/ | |/|
* | | mergeDaniel Holth2016-06-265-17/+17
|\ \ \ | |/ / |/| |
| * | Convert absolute imports to relative imports. This helps in vendorizing.Ashish Bhate2015-03-195-17/+17
* | | use context manager when reading package infoKyle Stewart2016-03-171-1/+2
* | | use context manager when writing out record fileKyle Stewart2016-03-171-4/+5
* | | use context manager when reading requires.txtKyle Stewart2016-03-171-1/+2
| |/ |/|