summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* add guides to docsGabriel Falcão2021-05-241-0/+1
|
* New release: 1.1.21.1.2Gabriel Falcão2021-05-211-1/+1
|
* New release: 1.1.11.1.1Gabriel Falcão2021-05-141-1/+1
|
* update readmeGabriel Falcão (he/him/his)2021-05-131-2/+2
|
* New release: 1.1.01.1.0Gabriel Falcão (he/him/his)2021-05-131-1/+1
|
* reposition logoGabriel Falcão2021-01-171-2/+2
|
* shieldsGabriel Falcão2021-01-171-1/+1
|
* README.rstGabriel Falcão2021-01-171-1/+1
|
* add direct mention of authorshipGabriel Falcão2021-01-171-1/+1
|
* New release: 1.0.51.0.5Gabriel Falcão2021-01-061-1/+1
|
* New release: 1.0.41.0.4Gabriel Falcão2021-01-061-1/+1
|
* python 3.8 and 3.9 support. closes #407Gabriel Falcão2021-01-051-4/+3
|
* New release: 1.0.31.0.3Gabriel Falcão2020-11-241-1/+1
|
* funding infoGabriel Falcão2020-09-171-0/+1
|
* New release: 1.0.21.0.2Gabriel Falcão2020-03-261-1/+1
|
* New release: 1.0.11.0.1Gabriel Falcão2020-03-261-1/+1
|
* New release: 1.0.01.0.0Gabriel Falcão2020-03-261-1/+1
|
* update docsGabriel Falcão2020-03-101-0/+2
|
* fix typoGabriel Falcão2020-03-101-2/+2
|
* update copyright headersGabriel Falcão2020-03-091-1/+1
|
* fix rtd urlGabriel Falcão2020-03-091-2/+2
|
* update readmeGabriel Falcão2020-03-091-11/+43
|
* New release: 0.9.70.9.7Gabriel Falcão2019-10-091-1/+1
|
* fix readmeGabriel Falcão2019-10-091-1/+3
|
* document function exposed by @Bekt on #310Gabriel Falcão2018-11-261-0/+18
|
* New release: 0.9.60.9.6Gabriel Falcão2018-11-041-1/+1
|
* New release: 0.9.50.9.5Gabriel Falcão2018-06-061-1/+1
|
* Update README.rstGabriel Falcão2018-06-061-0/+1
|
* New release: 0.9.40.9.4Gabriel Falcão2018-04-281-1/+1
|
* readmeGabriel Falcão2018-04-281-6/+8
|
* New release: 0.9.30.9.3Gabriel Falcão2018-04-281-1/+1
|
* readmeGabriel Falcão2018-04-281-1/+2
|
* New release: 0.9.20.9.2Gabriel Falcão2018-04-281-1/+1
|
* update linksGabriel Falcão2018-04-281-12/+9
|
* New release: 0.9.10.9.1Gabriel Falcão2018-04-281-1/+1
|
* docsGabriel Falcão2018-04-281-525/+36
|
* readmeGabriel Falcão2018-04-281-10/+6
|
* Release 0.9.0 - Python 3 support + Improved Documentation (#335)Gabriel Falcão2018-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * prepare for python3.6 support and migrate to pipenv * merge with master * refactor code style and build targets * improved docs and more cleanup * more documentation * revert behavior of normalize_headers * comment out passthrough tests for now * update tox * include singledispatch dependency * ci * skip lock * fix testserver * pyopenssl
* readmeGabriel Falcão2016-01-201-9/+18
|
* revamping docs + testsGabriel Falcão2015-12-131-1/+1
|
* Revert "Fix requirements files chaos."Gabriel Falcão2015-12-131-1/+1
| | | | This reverts commit e7595fe14c5a36a090f702b08cfac60232cedc0d which broke the build
* Merge pull request #181 from EvaSDK/doc-updatesGabriel Falcão2015-07-291-15/+38
|\ | | | | Doc updates
| * Update generated .rstGilles Dartiguelongue2015-02-231-15/+38
| |
* | Merge pull request #232 from syndbg/masterGabriel Falcão2015-07-291-1/+1
|\ \ | | | | | | Fix requirements files chaos.
| * | Fix requirements files chaos.syndbg2015-03-131-1/+1
| |/ | | | | | | | | | | | | It should be much easier to maintain and use now. * use - what httpretty requires to run * test - what CI/Tox would use * dev - what contributors should install
* | Update READMEs with allow_net_connect documentationMark Campbell2015-05-271-0/+15
| |
* | add httpretty.has_request() and testjsa2015-05-071-0/+28
|/
* Rename readme.rstKevin L. Mitchell2014-06-191-0/+525
By default, setup.py will package README.rst. If the package is built on a case-insensitive filesystem, this would mean that readme.rst would be distributed as README.rst, resulting in file read errors when attempting to install the resulting package on a system with a case- sensitive filesystem. This corrects the issue by the simple expedient of renaming the file. Addresses #176.