Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for augmented assignment. | Thomas Wouters | 2000-08-24 | 1 | -51/+52 |
| | |||||
* | Update to reflect the recent Grammar changes. | Fred Drake | 2000-08-17 | 1 | -40/+42 |
| | |||||
* | Updated this module after the recent grammar changes | Andrew M. Kuchling | 2000-08-12 | 1 | -11/+15 |
| | |||||
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -3/+3 |
| | | | | | | | | The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac. | ||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -2/+2 |
| | |||||
* | Remove outdated comments. | Guido van Rossum | 1997-10-22 | 1 | -7/+1 |
| | |||||
* | Reduced number of temporary names used at module scope. Use underscores in | Fred Drake | 1997-10-06 | 1 | -5/+3 |
| | | | | front of temporary names in the module namespace. | ||||
* | New symbols due to assert statement. | Guido van Rossum | 1997-04-02 | 1 | -32/+33 |
| | |||||
* | New batch from Fred | Guido van Rossum | 1996-08-21 | 1 | -28/+56 |
| | |||||
* | Changes for new parser module (Fred Drake) | Guido van Rossum | 1996-07-21 | 1 | -32/+37 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -43/+43 |
| | |||||
* | * test_select.py: (some) tests for built-in select module | Guido van Rossum | 1993-11-11 | 1 | -0/+60 |
* 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 |