summaryrefslogtreecommitdiff
path: root/python/modules
AgeCommit message (Collapse)Author
2012-12-20pyhashtext: make pure python hashtext available via old hashtext api alsoPetr Jelinek
2011-12-14added skytools.hashtext modulemartinko
imported from skytools-2.0 (written by marko)
2009-04-28cquoting: compat macros for MSC, minor cleanupsMarko Kreen
- MSC: macros for 'inline', 'strcasecmp' - Use stdbool.h instead custom enum for 'bool'.
2008-12-29Fix cquoting crash with Decimal() type.Marko Kreen
Seems there can be types which have buffer operations struct, but no function pointers. So check also for called functions.
2008-04-03dollar quotingMarko Kreen
2008-03-12slight comments cleanupMarko Kreen
2008-03-11unquote_ident() + unquote_literal()Marko Kreen
2008-02-28add commentMarko Kreen
2008-02-28bring new quoting & parsing code to headMarko Kreen