| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #126 from rgbkrk/patch-1 | Gabriel Falcão | 2014-02-09 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Lil grammar fix | Kyle Kelley | 2013-12-11 | 1 | -1/+1 | |
| * | | Merge pull request #127 from aromanovich/master | Gabriel Falcão | 2014-02-09 | 2 | -4/+4 | |
| |\ \ | ||||||
| | * | | Fix request_callback example in README.md and docs | Anton Romanovich | 2013-12-13 | 2 | -4/+4 | |
| * | | | improving setup script | Gabriel Falcao | 2014-02-03 | 3 | -14/+581 | |
| * | | | New release: 0.8.00.8.0 | Gabriel Falcao | 2014-02-03 | 4 | -4/+4 | |
| * | | | Merge pull request #143 from CyrilRoelandteNovance/clean_py3 | CyrilRoelandteNovance | 2014-02-03 | 4 | -56/+67 | |
| |\ \ \ | ||||||
| | * | | | Python3: use bytes where needed. | Cyril Roelandt | 2014-01-21 | 1 | -4/+4 | |
| | * | | | Python 3: fix test_httpretty_should_allow_registering_regexes_with_streaming_... | Cyril Roelandt | 2014-01-21 | 2 | -4/+4 | |
| | * | | | Python 3: fix encoding issue | Cyril Roelandt | 2014-01-21 | 1 | -0/+4 | |
| | * | | | Python 3: fix test_request_stubs_internals | Cyril Roelandt | 2014-01-21 | 1 | -5/+5 | |
| | * | | | Python3: Fix test_recording_calls() | Cyril Roelandt | 2014-01-21 | 2 | -3/+5 | |
| | * | | | Python 3: do not hardcode class name in test_request_stubs_internals(). | Cyril Roelandt | 2014-01-21 | 1 | -2/+5 | |
| | * | | | Python 3: fix parse_requestline(). | Cyril Roelandt | 2014-01-21 | 2 | -12/+13 | |
| | * | | | Python 3: cast return values of map() to list(). | Cyril Roelandt | 2014-01-21 | 1 | -3/+3 | |
| | * | | | Python 3: Pass bytes to sendall() and friends. | Cyril Roelandt | 2014-01-21 | 2 | -22/+22 | |
| | * | | | Python 3: fix parse_request_body() | Cyril Roelandt | 2014-01-21 | 1 | -0/+1 | |
| | * | | | Fix relative import | Cyril Roelandt | 2014-01-21 | 1 | -1/+1 | |
| * | | | | Merge pull request #146 from tomchristie/patch-1 | CyrilRoelandteNovance | 2014-01-30 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Use gender neutral language. | Tom Christie | 2014-01-30 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | feat: leaner requirements, improved tox/travis support | Alejandro Cabrera | 2014-01-21 | 6 | -19/+33 | |
| * | | | Include extra information into sdist package | Jamie Lennox | 2014-01-20 | 1 | -0/+5 | |
| * | | | Add fixtures data to sdist | Jamie Lennox | 2014-01-20 | 1 | -0/+1 | |
| * | | | Remove tests from package but keep them in sdist | Jamie Lennox | 2014-01-20 | 2 | -3/+3 | |
| * | | | Tell setuptools to use nose testsuite | Jamie Lennox | 2014-01-17 | 1 | -0/+1 | |
| * | | | Extract common nosetest params into setup.cfg | Jamie Lennox | 2014-01-17 | 3 | -4/+10 | |
| * | | | Docs: Fix a typo. | Michael Wheeler | 2014-01-17 | 1 | -1/+1 | |
| * | | | Reset POTENTIAL_HTTP_PORTS with reset | Jamie Lennox | 2014-01-15 | 1 | -0/+2 | |
| * | | | Fix test that checks ID rather than equality | Jamie Lennox | 2014-01-15 | 1 | -2/+2 | |
| * | | | Free version requirements | Jamie Lennox | 2014-01-14 | 3 | -12/+13 | |
| * | | | Remove unused requirements | Jamie Lennox | 2014-01-14 | 2 | -21/+2 | |
| * | | | Merge pull request #132 from CyrilRoelandteNovance/remove_bytes_in_split | Gabriel Falcão | 2014-01-09 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Remove bytes in calls to str.split() | Cyril Roelandt | 2013-12-18 | 1 | -2/+2 | |
| * | | | | adding urllib3 to dependencies | Gabriel Falcao | 2013-12-20 | 1 | -0/+1 | |
| * | | | | showing build for master branch only | Gabriel Falcao | 2013-12-20 | 2 | -6/+1 | |
| * | | | | build master branch only | Gabriel Falcao | 2013-12-20 | 1 | -0/+5 | |
| |/ / / | ||||||
| * | | | Merge pull request #129 from cabrera/tox_support | Gabriel Falcão | 2013-12-13 | 1 | -0/+13 | |
| |\ \ \ | ||||||
| | * | | | feat: tox support | Alejandro Cabrera | 2013-12-13 | 1 | -0/+13 | |
| | |/ / | ||||||
| * | | | Merge pull request #128 from cabrera/travis | Gabriel Falcão | 2013-12-13 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | fix(travis): reqs.pip -> reqs.txt | Alejandro Cabrera | 2013-12-13 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | removing requirements.pip, requirements now reside solely in requirements.txt | Gabriel Falcao | 2013-12-12 | 7 | -26/+5 | |
| |/ | ||||||
| * | tips | Gabriel Falcao | 2013-12-10 | 1 | -1/+1 | |
| * | New release: 0.7.1 | Gabriel Falcao | 2013-11-21 | 4 | -4/+4 | |
| * | Merge pull request #115 from melor/py33 | Gabriel Falcão | 2013-11-21 | 2 | -4/+14 | |
| |\ | ||||||
| | * | core: fix for working with python 3.3 | Mika Eloranta | 2013-10-23 | 2 | -4/+14 | |
| * | | Merge pull request #109 from jamielennox/ascii | Gabriel Falcão | 2013-11-20 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Convert setup.py to ASCII | Jamie Lennox | 2013-10-14 | 1 | -1/+1 | |
| * | | | README | Gabriel Falcao | 2013-10-28 | 1 | -0/+12 | |
| * | | | Merge pull request #120 from aukaost/master | Gabriel Falcão | 2013-10-27 | 1 | -6/+15 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | Replaced dynamic module attributes with actual references. | Simon König | 2013-10-27 | 1 | -6/+15 | |
| |/ / | ||||||
