summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a Pipfile with pytest and some scriptsHEADv1.0.1masterSpencer McIntyre2021-05-162-0/+15
* Update the setup.py to be dynamicSpencer McIntyre2021-05-161-8/+26
* Move the README file to RST for PyPiSpencer McIntyre2021-05-162-29/+33
* Bump the version to 1.0.1Spencer McIntyre2021-05-162-2/+2
* Land #22, Update supported Python versionsSpencer McIntyre2021-05-164-6/+7
|\
| * Remove old versions from setup.pyMatthew Bakhtiari2021-05-101-2/+0
| * Remove old versions from travis.ymlMatthew Bakhtiari2021-05-101-2/+3
| * Remove deprecated testsMatthew Bakhtiari2021-05-101-1/+1
| * Remove deprecated yield_fixtureMatthew Bakhtiari2021-05-101-1/+1
| * Add python 3.8 and 3.9 supportMatthew Bakhtiari2021-05-101-0/+2
|/
* This is 1.0.01.0.0Spencer McIntyre2019-02-022-2/+3
* Land #18, fix get_searchpath for subdirectoriesSpencer McIntyre2019-02-021-4/+4
|\
| * get_searchpath function corrected for recursive directories retrievalAvinash Raghuthu2019-01-101-4/+4
* | Bump the version to 0.8b0Spencer McIntyre2019-02-022-2/+2
|/
* This is 0.70.7Spencer McIntyre2018-05-232-3/+3
* Fix a couple mistakes in setup.pySpencer McIntyre2018-05-231-2/+1
* Update setup.py and convert README to markdownSpencer McIntyre2018-05-233-31/+45
* Bump the version to 0.7b0Spencer McIntyre2018-05-232-2/+2
* This is 0.60.6Spencer McIntyre2018-05-232-2/+2
* Update the list of supported Python versionsSpencer McIntyre2018-03-253-1/+4
* Add the get_searchpath utility functionSpencer McIntyre2018-03-252-1/+32
* Bump the version to 0.6b0Spencer McIntyre2018-03-252-2/+4
* This is 0.50.5Spencer McIntyre2016-10-292-2/+2
* Return from __cleanup if self.mod.__name__ is NoneSpencer McIntyre2016-10-291-1/+1
* Land #13, fix conflict with "random" module nameSpencer McIntyre2016-10-291-0/+0
|\
| * conflict fix with random moduleTalha Buğra Bulut2016-10-181-0/+0
|/
* Land #12, fix a typo in index.rstSpencer McIntyre2016-08-261-1/+1
|\
| * Fixed minor doc typo.Philippe Ombredanne2016-08-261-1/+1
|/
* This is 0.40.4Spencer McIntyre2016-06-172-2/+2
* Land #8, add setup.py classifiersSpencer McIntyre2016-06-171-1/+9
|\
| * Add Python 3.5 to the classifiers listSpencer McIntyre2016-06-171-1/+2
| * bring classifiers in sync with tox + Travis, add two topical onesjhermann2015-05-281-0/+7
* | Land #11, Check the entry exists in _sys.modulesSpencer McIntyre2016-06-161-1/+3
|\ \
| * | Fix #6, check key exists before removingSpencer McIntyre2016-04-211-1/+3
| |/
* | Set level to the Python version dependent valueSpencer McIntyre2016-06-161-1/+4
* | Land #2, change ENOEXITS to ENOENTSpencer McIntyre2016-06-101-1/+1
|\ \
| * | Fix non-existent errno raised in open_resourceAndy Gross2014-08-131-1/+1
| |/
* | Land #1, fix a minor typo in docs/index.rstSpencer McIntyre2016-06-101-1/+1
|\ \
| * | Typo :)Sébastien Fievet2014-07-051-1/+1
| |/
* | This is 0.4-devSpencer McIntyre2016-06-102-1/+2
|/
* This is 0.30.3Armin Ronacher2014-07-011-1/+1
* Added a note on setuptools pluginsArmin Ronacher2014-07-011-0/+18
* Added support for loading resources.Armin Ronacher2014-07-014-0/+46
* This is 0.3-devArmin Ronacher2014-07-011-1/+1
* Use explicit idsArmin Ronacher2014-07-011-2/+5
* Added example link to the docsArmin Ronacher2014-07-011-0/+3
* Added an example to the repo.Armin Ronacher2014-07-016-0/+131
* Added an advanced example of discoveryArmin Ronacher2014-07-013-3/+22
* Also collect before the test runArmin Ronacher2014-07-011-0/+1
* Add a missing garbage collection call for pypyArmin Ronacher2014-07-011-0/+2