Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -23/+23 |
| | |||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -10/+8 |
| | |||||
* | Reduced number of temporary names used at module scope. Use underscores in | Fred Drake | 1997-10-06 | 1 | -5/+4 |
| | | | | front of temporary names in the module namespace. | ||||
* | New batch from Fred | Guido van Rossum | 1996-08-21 | 1 | -4/+75 |
| | |||||
* | Changes for new parser module (Fred Drake) | Guido van Rossum | 1996-07-21 | 1 | -5/+15 |
| | |||||
* | * test_select.py: (some) tests for built-in select module | Guido van Rossum | 1993-11-11 | 1 | -0/+50 |
* test_grammar.py, testall.out: added test for funny things in string literals * token.py, symbol.py: definitions used with built-in parser module. * tokenize.py: added double-quote recognition |