summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ndg/fix_ndg_break' into fix_ndg_breakfix_ndg_breakGabriel Falcão2020-03-092-1/+20
|\
| * made changes to versioning info as well as core to implement workaround for n...John Pope2016-03-172-1/+16
* | Merge pull request #373 from chewthemonkey/docs/uri-regex-patternGabriel Falcão2020-03-091-1/+1
|\ \
| * | Undocumented functionality; A URI can be a string or a regex patternGrant Anderson2019-02-141-1/+1
* | | Merge pull request #383 from yyscamper/fileno_issueGabriel Falcão2020-03-091-4/+4
|\ \ \
| * | | align signature with builtin socketYuan Yu2019-10-241-4/+4
* | | | update copyright headersGabriel Falcão2020-03-0924-24/+24
* | | | fix rtd urlGabriel Falcão2020-03-091-2/+2
* | | | update readmeGabriel Falcão2020-03-092-11/+44
* | | | replace travis with github actionsGabriel Falcão2020-03-093-36/+96
* | | | Merge pull request #385 from der-gabe/masterGabriel Falcão2020-03-092-0/+11
|\ \ \ \
| * | | | :pencil: Clarify relation between `enabled` and `httprettized` in API docsGabriel Niebler2019-12-192-0/+11
| |/ / /
* | | | Merge pull request #389 from ipetepete/masterGabriel Falcão2020-03-091-0/+2
|\ \ \ \
| * | | | updated documentation for register_uri concerning using portsPeter Peterson2020-02-111-0/+2
* | | | | Merge pull request #391 from timgates42/bugfix/typo_neitherGabriel Falcão2020-03-091-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix simple typo: neighter -> neitherTim Gates2020-02-261-1/+1
|/ / / /
* | | | New release: 0.9.70.9.7Gabriel Falcão2019-10-092-2/+2
* | | | fix lintGabriel Falcão2019-10-091-1/+1
* | | | fix readmeGabriel Falcão2019-10-091-1/+3
|/ / /
* | | Merge pull request #377 from rargh/masterGabriel Falcão2019-10-091-1/+1
|\ \ \
| * | | Fixed deprecated usagerargh2019-05-141-1/+1
|/ / /
* | | add missing dependency for python2.7 buildGabriel Falcão2019-03-201-0/+1
* | | clean makefileGabriel Falcão2019-03-201-9/+7
* | | update pipfileGabriel Falcão2019-03-201-0/+1
* | | rename testGabriel Falcão2019-03-201-1/+1
* | | delete pipfile lockGabriel Falcão2019-03-201-660/+0
* | | install pipenv on travissGabriel Falcão2019-03-191-1/+2
|/ /
* | use pip on travis to ensure correct python version runtimeGabriel Falcão2018-11-265-201/+121
* | Merge branch 'supplypike-master'Gabriel Falcão2018-11-264-0/+35
|\ \
| * | document function exposed by @Bekt on #310Gabriel Falcão2018-11-262-0/+23
| * | Merge branch 'master' of github.com:supplypike/HTTPretty into supplypike-masterGabriel Falcão2018-11-262-0/+12
| |\ \ |/ / /
| * | Expose httpretty.latest_requestsBekt2016-10-314-0/+45
* | | nitpickGabriel Falcão2018-11-262-2/+2
* | | New release: 0.9.60.9.6Gabriel Falcão2018-11-042-2/+2
* | | adds example docs of "linking header" behaviorGabriel Falcão2018-11-041-0/+48
* | | lintGabriel Falcão2018-11-044-10/+10
* | | upgrade pyopensslGabriel Falcão2018-11-042-6/+6
* | | Merge pull request #355 from ErwinJunge/no_real_connections_in_testsGabriel Falcão2018-11-041-2/+2
|\ \ \
| * | | Don't make real connections during test runsErwin Junge2018-10-301-2/+2
* | | | requests[security]Gabriel Falcão2018-11-043-6/+10
* | | | update development.txt and get rid of test-requirementsGabriel Falcão2018-11-042-23/+69
* | | | update pipfileGabriel Falcão2018-11-042-214/+206
* | | | Merge pull request #354 from ErwinJunge/query_string_orderingGabriel Falcão2018-11-044-3/+54
|\ \ \ \
| * | | | Make URIMatcher indifferent to query string orderingErwin Junge2018-10-304-3/+50
| * | | | test for query string orderingDave Trollope2018-10-161-0/+4
| |/ / /
* | | | Merge pull request #356 from ErwinJunge/expose_allow_net_connectGabriel Falcão2018-11-042-24/+21
|\ \ \ \
| * | | | Expose allow_net_connect in enable() and add to documentationErwin Junge2018-10-302-24/+21
| |/ / /
* | | | Merge pull request #357 from ErwinJunge/regex_hostnamesGabriel Falcão2018-11-042-4/+38
|\ \ \ \
| * | | | Make sure the hostname part of a uri can be a regexErwin Junge2018-10-312-4/+38
| |/ / /
* | | | Merge pull request #359 from iv-m/socket-family-constantsGabriel Falcão2018-11-041-1/+2
|\ \ \ \