Jon Dufresne
|
9de46e416e
|
Use print() function instead of print statement throughout project
Forward compatible with newer Pythons.
|
2017-12-10 10:51:07 -08:00 |
|
Jon Dufresne
|
e335d6d223
|
Trim trailing whitespace from all files throughout project
Many editors automatically trim whitespace on save. By trimming all
files in one go, makes future diffs cleaner without extraneous
whitespace changes.
|
2017-12-01 21:42:14 -08:00 |
|
Federico Di Gregorio
|
1c16009985
|
Added support for NULL in arrays (closes: #154)
|
2007-01-19 14:08:06 +00:00 |
|
Federico Di Gregorio
|
07be5df881
|
Fix for #93.
|
2006-06-11 05:09:59 +00:00 |
|
Federico Di Gregorio
|
75e7273d85
|
Solid tokenization code.
|
2005-03-23 17:17:48 +00:00 |
|
Federico Di Gregorio
|
cb9cec57c0
|
Array support for all basic types.
|
2005-03-23 11:02:13 +00:00 |
|
Federico Di Gregorio
|
19cb161d27
|
Array tokenization seems working.
|
2005-03-23 10:32:30 +00:00 |
|
Federico Di Gregorio
|
cddb1a15d4
|
Array quoting (not completely working.)
|
2005-03-23 00:43:36 +00:00 |
|