Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove six dependency. | Andi Albrecht | 2015-01-17 | 1 | -1/+2 |
* | Remove conditional for OrderedDict. | Andi Albrecht | 2015-01-17 | 1 | -48/+24 |
* | Improved sqlparse.utils.split_unquoted_newlines() | Michael Schuller | 2014-07-31 | 1 | -40/+38 |
* | Fix SerializerUnicode to split unquoted newlines | Michael Schuller | 2014-03-10 | 1 | -0/+43 |
* | Fixed bug on __getitem__ (infinite loop because pop() use it already) | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -2/+3 |
* | I always forget to remove the prints for testing... :-P | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -1/+0 |
* | Improved cache system | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -7/+55 |
* | Fixed regression thanks to idea from functools.lru_cache() | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -1/+2 |
* | Merge branch 'master' into antiorm | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -0/+1 |
* | Added limit to cache | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -2/+7 |
* | Added memoize_generator and use it on IncludeStatement | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -0/+41 |