| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Preparing release 2.0.192.0.19 | Gael Pasgrimaud | 2015-11-01 | 2 | -2/+2 |
| * | improve manifest | Gael Pasgrimaud | 2015-11-01 | 1 | -1/+1 |
| * | do not cover 34. coverage bug | Gael Pasgrimaud | 2015-11-01 | 2 | -3/+6 |
| * | changes | Gael Pasgrimaud | 2015-11-01 | 1 | -1/+6 |
| * | drop py32 support (still work but test dependencies fail | Gael Pasgrimaud | 2015-07-24 | 3 | -3/+1 |
| * | py34 support | Gael Pasgrimaud | 2015-07-24 | 2 | -1/+7 |
| * | add py34 | Gael Pasgrimaud | 2015-07-24 | 1 | -0/+1 |
| * | Merge pull request #136 from ychab/master | Gael Pasgrimaud | 2015-05-31 | 2 | -12/+21 |
| |\ | |||||
| | * | reset values of select multiple | Yannick Chabbert | 2015-05-29 | 2 | -12/+21 |
| |/ | |||||
| * | dont need a specific version | Gael Pasgrimaud | 2015-05-04 | 1 | -1/+1 |
| * | fixed #135 | Gael Pasgrimaud | 2015-05-04 | 1 | -1/+2 |
| * | Merge pull request #132 from maykinmedia/issue-131 | Gael Pasgrimaud | 2015-02-08 | 1 | -0/+6 |
| |\ | |||||
| | * | fixed #131 prevent passing HTML parameters that conflict with Field kwargs. | Joeri Bekker | 2015-02-06 | 1 | -0/+6 |
| |/ | |||||
| * | Back to development: 2.0.19 | Gael Pasgrimaud | 2015-02-05 | 2 | -1/+7 |
| * | Preparing release 2.0.182.0.18 | Gael Pasgrimaud | 2015-02-05 | 2 | -2/+2 |
| * | changes | Gael Pasgrimaud | 2015-02-05 | 1 | -1/+1 |
| * | do not cover fixtures | Gael Pasgrimaud | 2015-02-05 | 1 | -1/+1 |
| * | fixed #130 by removing useless code | Gael Pasgrimaud | 2015-02-05 | 1 | -4/+0 |
| * | fix coverage | Gael Pasgrimaud | 2015-02-05 | 2 | -3/+23 |
| * | Back to development: 2.0.18 | Gael Pasgrimaud | 2014-12-20 | 2 | -1/+7 |
| * | Preparing release 2.0.172.0.17 | Gael Pasgrimaud | 2014-12-20 | 2 | -2/+2 |
| * | changes | Gael Pasgrimaud | 2014-12-20 | 1 | -1/+5 |
| * | Merge pull request #127 from lrowe/patch-2 | Gael Pasgrimaud | 2014-12-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Avoid raising encoding errors from debugapp | Laurence Rowe | 2014-12-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #125 from Julian/master | Gael Pasgrimaud | 2014-10-19 | 2 | -2/+8 |
| |\ | |||||
| | * | Properly check for default cookiejar arguments. | Julian Berman | 2014-10-18 | 2 | -2/+8 |
| |/ | |||||
| * | Back to development: 2.0.17 | Gael Pasgrimaud | 2014-09-19 | 2 | -1/+7 |
| * | Preparing release 2.0.162.0.16 | Gael Pasgrimaud | 2014-09-19 | 2 | -2/+2 |
| * | avoid weird bug when conn is not really established | Gael Pasgrimaud | 2014-09-19 | 1 | -1/+1 |
| * | Merge pull request #123 from luhn/set-cookies-fix | Gael Pasgrimaud | 2014-07-29 | 1 | -2/+2 |
| |\ | |||||
| | * | Small fix to `TestApp.set_cookie` | Theron Luhn | 2014-07-28 | 1 | -2/+2 |
| |/ | |||||
| * | back to nose<1.3.0... should try nose2 one day | Gael Pasgrimaud | 2014-06-29 | 2 | -1/+1 |
| * | looks like a -x flag is the only way to skip running tests for CHANGELOG.rst | Gael Pasgrimaud | 2014-06-29 | 3 | -3/+5 |
| * | Merge pull request #121 from lieryan/master | Gael Pasgrimaud | 2014-06-20 | 3 | -1/+12 |
| |\ | |||||
| | * | add support for checking custom reason phrase using status parameter | Lie Ryan | 2014-06-20 | 3 | -1/+12 |
| |/ | |||||
| * | typo | Gael Pasgrimaud | 2014-06-04 | 1 | -1/+1 |
| * | add changes entry | Gael Pasgrimaud | 2014-06-04 | 1 | -0/+3 |
| * | Merge branch 'set-cookie' of github.com:luhn/webtest | Gael Pasgrimaud | 2014-06-04 | 3 | -0/+126 |
| |\ | |||||
| | * | Fix a minor misunderstanding. | Theron Luhn | 2014-06-04 | 2 | -13/+13 |
| | * | Tidied up set_cookie. | Theron Luhn | 2014-06-04 | 2 | -74/+80 |
| | * | Fix Python 3 tests. | Theron Luhn | 2014-06-02 | 1 | -2/+1 |
| | * | Implement a set_cookie method in TestApp. | Theron Luhn | 2014-06-02 | 2 | -0/+121 |
| * | | changelog entry | Gael Pasgrimaud | 2014-05-27 | 1 | -0/+4 |
| * | | Merge pull request #115 from tomasmoreyra/master | Gael Pasgrimaud | 2014-05-27 | 1 | -0/+8 |
| |\ \ | |||||
| | * | | Added method TestApp.set_parser_features to change the parser_features used b... | Tomas Moreyra | 2014-05-27 | 1 | -0/+8 |
| |/ / | |||||
| * | | Merge pull request #112 from soasme/simplify_do_request | Gael Pasgrimaud | 2014-05-05 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Call method as described in documentation. | soasme | 2014-05-04 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #111 from coquille-indian-tribe/master | Gael Pasgrimaud | 2014-04-24 | 3 | -2/+16 |
| |\ \ | |||||
| | * | | Fixed #110. Don't ignore forced value on Radio input | Zeb DeOs | 2014-04-24 | 3 | -2/+16 |
| |/ / | |||||
| * | | Back to development: 2.0.16 | Gael Pasgrimaud | 2014-04-17 | 2 | -1/+7 |
| |/ | |||||
