| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Added StripWhitespace filter | Jesús Leganés Combarro "Piranna" | 2012-02-14 | 1 | -0/+20 | |
| |/ | ||||||
| * | Changed get_case() to use a mode stateful variable | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -15/+25 | |
| * | Changed get_identifiers() to be a generator | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 3 | -5/+6 | |
| * | Removed useless default return None (they are by default in Python) | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -9/+12 | |
| * | Changed get_sublists() to a generator | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -1/+4 | |
| * | Removed TokenList.__str__() (it was the same that its parent one) | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -3/+0 | |
| * | Change all internal use of to_unicode() to __unicode__() and marked former on... | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 5 | -24/+27 | |
| * | Added test for Issue 57 | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 2 | -0/+19 | |
| * | Solved sisue 57: StatementFilter doesn't process correctly on recursive state... | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 1 | -2/+3 | |
| * | Added comments | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 1 | -10/+16 | |
| * | Added docstrings | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 1 | -2/+10 | |
| * | Fixed lexer to accept negative numbers (fixes issue56). | Kevin Jing Qiu | 2012-01-10 | 2 | -5/+11 | |
| * | Add note about content-type header. | Andi Albrecht | 2011-12-21 | 1 | -1/+3 | |
| * | Fix URL in example. | Andi Albrecht | 2011-12-15 | 1 | -1/+1 | |
| * | Update API documentation and simplify usage of reindent option. | Andi Albrecht | 2011-12-15 | 2 | -4/+21 | |
| * | Switch to Python 2.7 runtime. | Andi Albrecht | 2011-12-06 | 2 | -12/+26 | |
| * | Remove some obsolete parts from lexer.py. | Andi Albrecht | 2011-09-29 | 1 | -10/+1 | |
| * | Allow CASE statements as identifiers (fixes issue46). | Andi Albrecht | 2011-09-29 | 2 | -1/+3 | |
| * | Detect alias for CASE statements (targets issue46). | Andi Albrecht | 2011-09-29 | 3 | -40/+45 | |
| * | Make keyword detection more restrict (fixes issue47). | Andi Albrecht | 2011-09-29 | 3 | -0/+6 | |
| * | Merged. | Andi Albrecht | 2011-09-27 | 11 | -19/+132 | |
| |\ | ||||||
| | * | Use default expiration time. | Andi Albrecht | 2011-09-06 | 1 | -1/+0 | |
| | * | Remove upload.py from app.yaml. | Andi Albrecht | 2011-09-06 | 1 | -2/+2 | |
| | * | Add comment why it's called legacy. | Andi Albrecht | 2011-09-06 | 1 | -0/+3 | |
| | * | Remove dummy URL. | Andi Albrecht | 2011-09-06 | 1 | -5/+0 | |
| | * | Merge. | Andi Albrecht | 2011-09-06 | 5 | -5/+118 | |
| | |\ | ||||||
| | | * | Remove a TODO, it's done. | Andi Albrecht | 2011-09-04 | 1 | -1/+0 | |
| | | * | Replace assertListEqual by assertEqual for backwards compatibility. | Andi Albrecht | 2011-09-04 | 1 | -7/+7 | |
| | | * | Move pipeline test to tests/ directory. | Andi Albrecht | 2011-09-04 | 2 | -72/+69 | |
| | | * | Converted test function of pipeline in standard UnitTest | Jesús Leganés Combarro "Piranna" | 2011-09-02 | 1 | -52/+65 | |
| | | * | Added pipeline support maintaining backward compatibility. | Jesús Leganés Combarro "Piranna" | 2011-08-18 | 3 | -1/+105 | |
| | | * | Merge with 67e8f639f13c44c1b030f517c97ac08b746b72ea | Jesús Leganés Combarro "Piranna" | 2011-08-16 | 2 | -0/+435 | |
| | | |\ | ||||||
| | | * | | Changed ColumnsSelect from yielding tokens to yielding column names (strings) | Jesús Leganés Combarro "Piranna" | 2011-08-13 | 1 | -3/+3 | |
| | * | | | Code cleanup. | Andi Albrecht | 2011-09-06 | 3 | -6/+9 | |
| | | |/ | |/| | ||||||
| * | | | Choose first token during identifier grouping when both names/symbols and fun... | Andi Albrecht | 2011-09-27 | 3 | -7/+33 | |
| |/ / | ||||||
| * | | Add googlecode_atom.py required by buildbot. | Andi Albrecht | 2011-08-13 | 1 | -0/+171 | |
| * | | Merge. | Andi Albrecht | 2011-08-13 | 3 | -3/+165 | |
| |\ \ | |/ | ||||||
| | * | Remove with statement to stay as compatible with older Python versions as pos... | Andi Albrecht | 2011-08-12 | 1 | -3/+3 | |
| | * | Remove duplicate "Contributors" line. | Andi Albrecht | 2011-08-12 | 1 | -2/+0 | |
| | * | Add Jesús Leganés Combarro to AUTHORS. | Andi Albrecht | 2011-08-12 | 1 | -0/+6 | |
| | * | Code cleanup. | Andi Albrecht | 2011-08-12 | 1 | -8/+11 | |
| | * | Merge | Andi Albrecht | 2011-08-12 | 1 | -3/+155 | |
| | |\ | ||||||
| | | * | Added Get_Comments, StripComments, IncludeStatement, ColumnsSelect and Limit ... | Jesús Leganés Combarro "Piranna" | 2011-08-11 | 1 | -3/+155 | |
| | * | | merge | Andi Albrecht | 2011-08-09 | 40 | -673/+400 | |
| | |\ \ | | |/ | ||||||
| | * | | Add link to post on mailing list with comments. | Andi Albrecht | 2011-08-09 | 1 | -0/+3 | |
| * | | | Add buildbot configuration. | Andi Albrecht | 2011-08-13 | 1 | -0/+264 | |
| | |/ |/| | ||||||
| * | | Silence UnicodeDecodeErrors, but try to collect some demo data. | Andi Albrecht | 2011-08-04 | 1 | -1/+12 | |
| * | | Decode uploaded files data. | Andi Albrecht | 2011-08-02 | 1 | -1/+1 | |
| * | | Don't write diffs when generating py3k version. | Andi Albrecht | 2011-07-30 | 1 | -5/+4 | |
| * | | This is 0.1.3 | Andi Albrecht | 2011-07-29 | 1 | -0/+1 | |
