summaryrefslogtreecommitdiff
path: root/wheel/test
Commit message (Expand)AuthorAgeFilesLines
* Add polish to the error_on_ResourceWarning fixture.strict-resource-testingKyle Stewart2016-03-181-4/+11
* Use context managers during tests.Kyle Stewart2016-03-171-7/+9
* Added strict resource testing to all tests.Kyle Stewart2016-03-171-0/+38
* Test compression type of archive member filesNate Coraor2016-02-061-0/+1
* Create archive files with the same modes as their sources, change testNate Coraor2016-02-051-7/+10
* Remove `--plat-tag` and restore `--plat-name` as the preferred/only way to0.27.0Nate Coraor2016-02-051-10/+11
* Merged in jaraco/wheel (pull request #61)Nate Coraor2016-02-031-9/+6
|\
| * Remove monkeypatch of keyring.backends.file, no longer necessaryJason R. Coombs2016-02-021-3/+0
| * Resave without excess whitespaceJason R. Coombs2016-02-021-6/+6
* | Additional support for forcing setting of the platform tag (standardizes theNate Coraor2016-02-021-3/+66
* | Set file attributes on wheel archive members.Nate Coraor2016-02-011-0/+15
* | Additional changes to reproducible wheel files from Barry Warsaw and Debian:Nate Coraor2016-02-011-1/+1
* | Merged in warsaw/wheel/issue143 (pull request #52)Nate Coraor2016-02-011-1/+55
|\ \
| * | Apply the Debian patch for reproducible wheel files, but instead of hardcodingBarry Warsaw2015-06-091-1/+55
| |/
* | Fix multi-entrypoint failure on Python 3.Ned Batchelder2015-09-171-1/+6
|/
* update json metadata generationDaniel Holth2014-04-101-87/+108
* fix tests for Python 2Daniel Holth2014-03-311-4/+4
* Remove --skip-scripts from bdist_wheel - make skipping scripts the defaultPaul Moore2014-03-291-0/+11
* Merged in pmoore/wheel (pull request #42)Paul Moore2014-03-291-0/+112
|\
| * Updates following review comments (docs, setup.cfg)Paul Moore2014-03-271-1/+1
| * Add a --python-tag argument for bdist_wheelPaul Moore2014-03-221-0/+112
* | update changes, metadata testDaniel Holth2014-03-261-3/+3
* | Fix tests broken by fix for #85 (e59e807).bkabrda/fix-tests-broken-by-fix-for-85-e59e807-1385642236520Slavek Kabrda2013-11-281-0/+2
|/
* improve test_requires parsing, add entry_points.txt to jsonDaniel Holth2013-09-152-10/+104
* avoid importing pkg_resources except when necessary.Daniel Holth2013-07-201-2/+2
* implement pydist.schema renameDaniel Holth2013-07-192-43/+73
* test for unicode in long_descriptionDaniel Holth2013-07-031-0/+1
* update for latest metadata specificationDaniel Holth2013-06-291-29/+2
* improve testsDaniel Holth2013-06-232-45/+65
* add a testing distribution with headersDaniel Holth2013-06-235-2/+24
* use pytest for testsDaniel Holth2013-06-233-126/+143
* update pymeta.json to latest specDaniel Holth2013-06-221-19/+21
* improved unicode handling; updated schemaDaniel Holth2013-06-042-65/+127
* py3 fixesDaniel Holth2013-06-011-3/+9
* disallow extra keys in pymeta.json; handle home page, authorDaniel Holth2013-06-012-2/+8
* validate prototype pymeta.json against schemaDaniel Holth2013-06-013-10/+214
* use distutils installation schemes instead of sysconfig.get_pathsDaniel Holth2012-10-152-0/+32
* Remove internal copy of pkg_resources while still allowing standalone wheel i...Paul Moore2012-10-101-5/+0
* test wheel.tool.installDaniel Holth2012-10-061-1/+8
* improve WheelFile APIDaniel Holth2012-10-043-9/+14
* move keys into signatures; add pep425tags (maintained externally)Daniel Holth2012-09-301-2/+2
* vendorize pkg_resources; bump versionDaniel Holth2012-09-292-3/+6
* add a script to complex-distDaniel Holth2012-09-293-2/+5
* Enhance wheel install command to allow the user to specify requirements.Paul Moore2012-09-281-0/+45
* cleanup testDaniel Holth2012-09-231-0/+3
* prune unused code from bdist_wheelDaniel Holth2012-09-211-1/+0
* wheel.keys testDaniel Holth2012-09-211-0/+96
* improve test coverageDaniel Holth2012-09-211-0/+47
* pull compatibility check out of wheel.installDaniel Holth2012-09-081-0/+4
* Add a wheel install commandPaul Moore2012-09-082-0/+44