aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_http.py
Commit message (Collapse)AuthorAgeFilesLines
* Add coding style check, reformat.Aldo Cortesi2015-05-301-3/+5
|
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+8
|
* websockets: code specificationAldo Cortesi2015-05-031-17/+11
|
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-9/+9
| | | | Marginally less finicky
* Clarify token/component split through namingAldo Cortesi2015-05-031-1/+1
| | | | Tokens are now Tok*
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-1/+1
| | | | Adapt ValueLiteral parsing to suit
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-1/+29
|
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-2/+2
|
* Revamp header components in languageAldo Cortesi2015-05-021-0/+62
|
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-4/+4
| | | | This patch makes progress on language/http.py
* language: extract http testsAldo Cortesi2015-05-021-0/+260