| Compact function was doing too much things... |
|
More...
|
about 14 years ago
|
| Fixed bug on __getitem__ (infinite loop because pop() use it already) |
|
More...
|
about 14 years ago
|
| I always forget to remove the prints for testing... :-P |
|
More...
|
about 14 years ago
|
| Improved cache system |
|
More...
|
about 14 years ago
|
| Fixed regression thanks to idea from functools.lru_cache() |
|
More...
|
about 14 years ago
|
| Merge branch 'master' into antiorm |
|
More...
|
about 14 years ago
|
| Merge pull request #68 from piranna/master |
|
More...
|
about 14 years ago
|
| Fixed comments by Andi |
|
More...
|
about 14 years ago
|
| Added limit to cache |
|
More...
|
about 14 years ago
|
| Fixed comments by Andi |
|
More...
|
about 14 years ago
|
| Merge branch 'master' of github.com:andialbrecht/sqlparse |
|
More...
|
about 14 years ago
|
| Added compact filter and tests |
|
More...
|
about 14 years ago
|
| Added tests for functions |
|
More...
|
about 14 years ago
|
| Added functions from AntiORM |
|
More...
|
about 14 years ago
|
| Added memoize_generator and use it on IncludeStatement |
|
More...
|
about 14 years ago
|
| Option to embeb exception on recursion limit |
|
More...
|
about 14 years ago
|
| Raise exception on INCLUDE loading failure |
|
More...
|
about 14 years ago
|
| Raise an exception on max recursion limit reached |
|
More...
|
about 14 years ago
|
| Optimized IncludeStatement |
|
More...
|
about 14 years ago
|
| Merge pull request #67 from piranna/master |
|
More...
|
about 14 years ago
|
| Removed debug code |
|
More...
|
about 14 years ago
|
| Some little optimizations |
|
More...
|
about 14 years ago
|
| Removed TokenFilter and using duck-typing instead (more pythonic) |
|
More...
|
about 14 years ago
|
| Unified Filter and TokenFilter (they were equal |
|
More...
|
about 14 years ago
|
| Finished homogeneization |
|
More...
|
about 14 years ago
|
| Clean-up and optimizations |
|
More...
|
about 14 years ago
|
| Removed Pep8 warnings |
|
More...
|
about 14 years ago
|
| Put common code from Python and PHP output filters in OutputFilter |
|
More...
|
about 14 years ago
|
| Merge pull request #65 from piranna/master |
|
More...
|
about 14 years ago
|
| Re-use of parsestream() for parse() (they are almost equal) |
|
More...
|
about 14 years ago
|