aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/base.py
Commit message (Expand)AuthorAgeFilesLines
* Add coding style check, reformat.Aldo Cortesi2015-05-301-17/+21
* Strike times token on copyAldo Cortesi2015-05-171-1/+1
* websockets: lINTEGER to specify payload lengthAldo Cortesi2015-05-171-1/+16
* Introduce and enfoce uniqueness constraints for language componentsAldo Cortesi2015-05-171-0/+9
* websockets: client and server flavors, key and mask specificationAldo Cortesi2015-05-161-0/+2
* websockets: mask specificationAldo Cortesi2015-05-161-0/+55
* websockets: specification of fin, mask, rsv1-3 bits.Aldo Cortesi2015-05-041-1/+28
* websockets: code specificationAldo Cortesi2015-05-031-2/+40
* Lower-case rather than upper-case to canonicalize namesAldo Cortesi2015-05-031-2/+2
* PreValue -> ValueAldo Cortesi2015-05-031-1/+1
* Clarify token/component split through namingAldo Cortesi2015-05-031-50/+29
* Remove bundled pyparsing, install as external packageAldo Cortesi2015-05-031-5/+7
* base.PathodSpec -> http.PathodResponseAldo Cortesi2015-05-031-33/+0
* Language: minor refactoring and whitespaceAldo Cortesi2015-05-031-4/+8
* Split out language messages and actionsAldo Cortesi2015-05-031-216/+20
* Revamp header components in languageAldo Cortesi2015-05-021-77/+15
* language: create and use Integer and PreValue genericsAldo Cortesi2015-05-021-38/+15
* Refactor language to move specific tokens into protocol moduleAldo Cortesi2015-05-021-45/+18
* test coverage: generators and websockets to 100%Aldo Cortesi2015-05-021-8/+0
* Split language test suite: generatorsAldo Cortesi2015-05-021-16/+0
* Massive refactoring to split up language implementation.Aldo Cortesi2015-05-021-0/+751