aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_language_base.py
Commit message (Expand)AuthorAgeFilesLines
* Factor logger out of pathoc, use it in pathod as well.Aldo Cortesi2015-05-301-1/+1
* Add coding style check, reformat.Aldo Cortesi2015-05-301-3/+1
* Strike times token on copyAldo Cortesi2015-05-171-0/+6
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-171-0/+11
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+5
* websockets: mask specificationAldo Cortesi2015-05-161-1/+25
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-041-0/+21
* websockets: code specificationAldo Cortesi2015-05-031-0/+27
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-1/+1
* PreValue -> ValueAldo Cortesi2015-05-031-1/+1
* Clarify token/component split through namingAldo Cortesi2015-05-031-53/+37
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-3/+5
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-26/+0
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-1/+2
* Split out language messages and actionsAldo Cortesi2015-05-031-122/+1
* Revamp header components in languageAldo Cortesi2015-05-021-60/+16
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-28/+13
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-0/+474