Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Py3: Use global next() instead of iterator method | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | ||||||
* | Fix sequencing in Pathoc websocket termination test | Aldo Cortesi | 2016-06-06 | 1 | -3/+4 | |
| | ||||||
* | Make more of the pathod test suite use synchronisation | Aldo Cortesi | 2016-06-06 | 1 | -39/+11 | |
| | ||||||
* | Merge pull request #1211 from cortesi/pathod | Aldo Cortesi | 2016-06-06 | 4 | -192/+48 | |
|\ | | | | | WIP: Radical webectomy of pathod | |||||
| * | Remove last vestiges of noapi and noweb from pathod | Aldo Cortesi | 2016-06-05 | 3 | -18/+5 | |
| | | | | | | | | Also hide HTTP2 freeze bug by making explain configurable in the tests | |||||
| * | First-order removal of pathod API and app | Aldo Cortesi | 2016-06-05 | 3 | -174/+43 | |
| | | ||||||
* | | Use BytesIO instead of StringIO | Shadab Zafar | 2016-06-06 | 1 | -2/+2 | |
| | | ||||||
* | | Py3: Use byte literals for comparison | Shadab Zafar | 2016-06-06 | 1 | -1/+1 | |
| | | ||||||
* | | Py3: Use global next() function instead of iterator method | Shadab Zafar | 2016-06-06 | 1 | -7/+7 | |
|/ | ||||||
* | Fix test that may fail due to binary header data | Aldo Cortesi | 2016-06-05 | 3 | -5/+4 | |
| | | | | | | | | This is just inherently not a determinisitc test. We don't use the log HTTP interface any more, so it can just go. A more radical "solution" is inbound shortly. Fixes #1207 | |||||
* | Py3: Write bytes to file | Shadab Zafar | 2016-06-04 | 1 | -3/+3 | |
| | ||||||
* | Fix function name typo | Shadab Zafar | 2016-06-04 | 1 | -1/+1 | |
| | ||||||
* | Py3: Convert all data to bytes in pathod.language.writer test | Shadab Zafar | 2016-06-04 | 1 | -28/+28 | |
| | ||||||
* | Py3: Use global next() instead of iterator method | Shadab Zafar | 2016-06-04 | 1 | -3/+3 | |
| | ||||||
* | Make tcp.Client.connect return a context manager that closes the connection | Aldo Cortesi | 2016-06-03 | 1 | -18/+18 | |
| | ||||||
* | Implement a service connection handler counter, use it in Pathod test suite | Aldo Cortesi | 2016-06-03 | 1 | -0/+1 | |
| | | | | Lots of failures, but that's a good thing. | |||||
* | Merge remote-tracking branch 'upstream/master' into testsuite | Aldo Cortesi | 2016-06-03 | 1 | -5/+8 | |
|\ | ||||||
| * | Merge remote-tracking branch 'duffer/pathod-lang-generators' | Maximilian Hils | 2016-06-02 | 1 | -5/+8 | |
| |\ | ||||||
| | * | Py3: Return bytes from FileGenerator | Shadab Zafar | 2016-06-02 | 1 | -4/+6 | |
| | | | | | | | | | | | | and use __getitem__ instead of __getslice__ | |||||
| | * | Py3: Return bytes from RandomGenerator | Shadab Zafar | 2016-06-02 | 1 | -1/+2 | |
| | | | | | | | | | | | | and use __getitem__ rather than __getslice__ | |||||
* | | | Satisfy linting gods | Aldo Cortesi | 2016-06-02 | 1 | -1/+2 | |
| | | | ||||||
* | | | Silence requests warnings | Aldo Cortesi | 2016-06-02 | 1 | -0/+3 | |
| | | | | | | | | | | | | Once we convert the rest of the suite to pathoc, this can go. | |||||
* | | | Reimplement test retrievals on pathoc and ditch requests | Aldo Cortesi | 2016-06-02 | 3 | -11/+27 | |
| | | | | | | | | | | | | | | | Requests uses urllib3, which has a connection pool that's not easy to disable (https://github.com/shazow/urllib3/issues/383). | |||||
* | | | pathod.test shouldn't use the API at all | Aldo Cortesi | 2016-06-02 | 1 | -4/+5 | |
| | | | ||||||
* | | | Since we have locks over the logs, use direct access rather than API ↵ | Aldo Cortesi | 2016-06-02 | 2 | -5/+4 | |
| | | | | | | | | | | | | requests to get to them | |||||
* | | | Honesty in testing | Aldo Cortesi | 2016-06-02 | 1 | -5/+0 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | - Don't skip tests that fail - Don't omit console from coverage I'm working on the pathod races, and can't seem to reproduce the failures locally. Also, let's not kid ourselves about the console coverage - it should be tracked. To improve it, we should measure it. Regressions in coverage of the module should be flagged by CI. | |||||
* / | Consolidate some functions to strutils.bytes_to_escaped_str | Aldo Cortesi | 2016-06-02 | 1 | -11/+0 | |
|/ | ||||||
* | Py3: Use byte literals for comparison | Shadab Zafar | 2016-05-31 | 1 | -12/+12 | |
| | ||||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 1 | -7/+0 | |
| | | | | implementations | |||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 3 | -8/+8 | |
| | ||||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 4 | -14/+16 | |
| | | | | Use this to check: flake8 --count mitmproxy netlib pathod examples test | |||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 4 | -6/+9 | |
| | ||||||
* | fix Python 2 tests | Maximilian Hils | 2016-05-28 | 1 | -2/+2 | |
| | ||||||
* | Py3: Use cStringIO from six.moves | Shadab Zafar | 2016-05-28 | 1 | -3/+3 | |
| | ||||||
* | Go Python 3 by default with the bytes conversion | Shadab Zafar | 2016-05-26 | 1 | -2/+4 | |
| | ||||||
* | Remove inner_repr, fixup escape_unprintables | Shadab Zafar | 2016-05-26 | 1 | -8/+4 | |
| | ||||||
* | Py3: Handle bytes case in inner_repr | Shadab Zafar | 2016-05-26 | 1 | -0/+1 | |
| | ||||||
* | bytes_to_escaped_str: always escape single quotes | Maximilian Hils | 2016-05-25 | 1 | -1/+1 | |
| | ||||||
* | We don't need 3 slightly different implementations of Data | Aldo Cortesi | 2016-05-21 | 1 | -1/+1 | |
| | ||||||
* | tests: silence flaky pathod test | Maximilian Hils | 2016-05-20 | 1 | -0/+1 | |
| | ||||||
* | tests: properly skip pathod tests | Maximilian Hils | 2016-05-18 | 2 | -4/+4 | |
| | ||||||
* | tests: xfail -> skip | Maximilian Hils | 2016-05-18 | 1 | -3/+3 | |
| | ||||||
* | fix naming which caused overwriting of functions | Thomas Kriechbaumer | 2016-05-15 | 1 | -1/+1 | |
| | ||||||
* | silence flaky pathod test | Maximilian Hils | 2016-04-21 | 1 | -0/+1 | |
| | ||||||
* | py3++: cStringIO | Maximilian Hils | 2016-03-20 | 9 | -55/+48 | |
| | ||||||
* | suppress pathoc test timeouts on windows | Maximilian Hils | 2016-02-27 | 1 | -0/+2 | |
| | ||||||
* | fix all libpathod->pathod references | Thomas Kriechbaumer | 2016-02-16 | 16 | -22/+22 | |
| | ||||||
* | temporarily silence flaky tests | Maximilian Hils | 2016-02-16 | 1 | -0/+3 | |
| | ||||||
* | update README.rst, minor fixes | Maximilian Hils | 2016-02-15 | 1 | -0/+2 | |
| | ||||||
* | fix ALPN checks | Maximilian Hils | 2016-02-15 | 2 | -2/+2 | |
| |