| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct license link (fixes #288). | Andi Albrecht | 2016-09-14 | 1 | -1/+1 |
| | | |||||
| * | Decode bytes to unicode in Lexer.get_tokens(). | Oleg Broytman | 2016-08-31 | 1 | -14/+2 |
| | | | | | | | | Raise TypeError if the input is neither bytes in a known encoding nor unicode nor a file-like object (file, StringIO). Remove function u(). Add bytes_type to compat. Add tests for non-ascii. | ||||
| * | Move file_types list to compat module. | Andi Albrecht | 2016-08-10 | 1 | -0/+5 |
| | | |||||
| * | Update init and misc files | Victor Uriarte | 2016-06-06 | 1 | -1/+1 |
| | | |||||
| * | Add unicode-str compatible cls decorator | Victor Uriarte | 2016-06-04 | 1 | -0/+10 |
| | | |||||
| * | Add or Update copyright year to files | Victor Uriarte | 2016-06-04 | 1 | -0/+7 |
| | | |||||
| * | Replace iter(range(len(...))) with enumerate | Victor Uriarte | 2016-06-02 | 1 | -2/+0 |
| | | |||||
| * | Bid Adieu to metaclass | Victor Uriarte | 2016-05-29 | 1 | -15/+1 |
| | | | | | | | | | | | The singleton pattern isn't applicable since only one language is being implemented. Simplify Lexer initialization. Fix compat func `u` on Py3. Signature didn't match Py2. Feature isn't used yet. | ||||
| * | Update compat and utils | Victor Uriarte | 2016-05-10 | 1 | -6/+17 |
| | | |||||
| * | Use compat module for single Python 2/3 code base. | Andi Albrecht | 2015-10-26 | 1 | -2/+2 |
| | | | | | This change includes minor fixes and code cleanup too. | ||||
| * | Add compatibility module from v0.2.0 branch. | Andi Albrecht | 2015-10-26 | 1 | -0/+42 |
