summaryrefslogtreecommitdiffstatshomepage
path: root/py/unicode.c
Commit message (Expand)AuthorAge
* py: Rename some unichar functions for consistency.Damien George2014-05-11
* objstr: Implement .lower() and .upper().Paul Sokolovsky2014-05-10
* Add license header to (almost) all files.Damien George2014-05-03
* py: Make form-feed character a space (following C isspace).Damien George2014-04-10
* Replace global "static" -> "STATIC", to allow "analysis builds". Part 2.Paul Sokolovsky2014-02-12
* Implement octal and hex escapes in strings.Paul Sokolovsky2014-01-22
* Put unicode functions in unicode.c, and tidy their names.Damien George2013-12-30