summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #248 from ordinary-jamie/feature/add-clickbutton-kwargHEADmainGael Pasgrimaud2023-03-092-2/+8
|\
| * Add TestResponse.clickbutton onclick kwargordinary-jamie2023-03-092-2/+8
|/
* fix tox -e docs build using allowlist_externalsGael Pasgrimaud2023-01-031-1/+2
* PyQuery object now use the html parser. Fix #245Gael Pasgrimaud2023-01-031-1/+1
* Merge pull request #247 from jvanasco/mainGael Pasgrimaud2023-01-035-6/+7
|\
| * rename "master" to "main"jonathan vanasco2022-11-165-6/+7
|/
* Merge pull request #246 from timgates42/bugfix_typosGael Pasgrimaud2022-11-012-2/+2
|\
| * docs: Fix a few typosTim Gates2022-11-012-2/+2
|/
* Merge pull request #244 from sblondon/remove-py2-caseGael Pasgrimaud2022-08-181-6/+0
|\
| * Remove python2.5 and older unicode workaroundStéphane Blondon2022-08-031-6/+0
|/
* Merge pull request #242 from azmeuk/issue-240-multiple-file-inputmasterGael Pasgrimaud2022-01-194-6/+64
|\
| * Support for multiple file inputÉloi Rivard2022-01-164-6/+64
* | Merge pull request #241 from azmeuk/py310Gael Pasgrimaud2022-01-199-14/+14
|\ \ | |/ |/|
| * stop python3.6 supportÉloi Rivard2022-01-169-14/+14
|/
* Merge pull request #239 from sjscott84/clarify-forms-in-docsSteve Piercy2022-01-051-1/+2
|\
| * Update docs/forms.rstSteve Piercy2022-01-051-1/+1
| * Clarify use of forms property when more then one form in htmlSarah Scott2022-01-061-1/+2
|/
* Fixed #236: app.lxml support xml responses with encoding declarationGael Pasgrimaud2021-08-262-5/+30
* pep8Gael Pasgrimaud2021-08-261-1/+2
* bump to 3x in releasing.rstGael Pasgrimaud2021-08-191-5/+5
* Back to development: 3.0.1Gael Pasgrimaud2021-08-192-1/+7
* Preparing release 3.0.03.0.0Gael Pasgrimaud2021-08-192-2/+2
* changes: avoid pytest warningGael Pasgrimaud2021-08-191-0/+2
* Merge pull request #235 from andygarfield/patch-1Steve Piercy2021-07-281-1/+1
|\
| * Typo fixAndy Garfield2021-07-281-1/+1
|/
* Merge pull request #232 from bstaletic/masterGael Pasgrimaud2020-12-174-11/+8
|\
| * Remove all references to thte six packageBoris Staletic2020-12-174-11/+8
|/
* Merge pull request #231 from Pylons/github-actionsGael Pasgrimaud2020-11-188-68/+114
|\
| * Git on Windows will silently turn `\n` into `\r\n`, causing the test of this ...github-actionsSteve Piercy2020-11-181-1/+3
| * Git on Windows will silently turn `\n` into `\r\n`, causing the test of this ...Steve Piercy2020-11-131-0/+5
| * Add back macosSteve Piercy2020-11-131-0/+3
| * Install pytest-covSteve Piercy2020-11-133-14/+2
| * Remove coverage per platform, keep for separate build.Steve Piercy2020-11-132-2/+1
| * Attempt Windows builds by running coverage via pytestSteve Piercy2020-11-133-1/+8
| * Abandon attempts on macos and windows buildsSteve Piercy2020-11-121-9/+0
| * Formatting. Remove coverage erase.Steve Piercy2020-11-121-3/+5
| * Add back macos to matrixSteve Piercy2020-11-121-3/+3
| * Add back Windows to matrixSteve Piercy2020-11-121-5/+5
| * Run coverage against py39 firstSteve Piercy2020-11-121-1/+1
| * Try just building on Linux to isolate failureSteve Piercy2020-11-121-8/+8
| * On pushes only to master, buildSteve Piercy2020-11-121-2/+1
| * Simplify tox coverage envSteve Piercy2020-11-121-7/+5
| * - Add Python 3.9Steve Piercy2020-11-125-48/+100
|/
* Merge pull request #229 from icemac/clean-up-drop-py2Gael Pasgrimaud2020-11-103-5/+7
|\
| * Clean-up after dropping Python 2 support.Michael Howitz2020-11-103-5/+7
|/
* Merge pull request #228 from smithdc1/masterGael Pasgrimaud2020-11-0925-329/+179
|\
| * Updated travis, setup.py and changelog.rstDavid Smith2020-11-073-10/+2
| * Dropped support for Python 2.7 and 3.5David Smith2020-11-0722-319/+177
|/
* Merge pull request #227 from adamchainz/pytest_collect_warningGael Pasgrimaud2020-08-022-0/+6
|\
| * Prevent PytestCollectionWarning for TestAppAdam Johnson2020-07-282-0/+6
|/