| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add \exception markup | George Yoshida | 2006-05-13 | 1 | -1/+1 |
| | | |||||
| * | fix typo. \var vs \variable | Gregory P. Smith | 2005-06-11 | 1 | -1/+1 |
| | | |||||
| * | Add untokenize() function to allow full round-trip tokenization. | Raymond Hettinger | 2005-06-10 | 1 | -0/+52 |
| | | | | | | | Should significantly enhance the utility of the module by supporting the creation of tools that modify the token stream and writeback the modified result. | ||||
| * | Turns out Neil didn't intend for *all* of his gen-branch work to get | Tim Peters | 2001-06-29 | 1 | -10/+27 |
| | | | | | | | | | | | | | | | | | | | | | committed. tokenize.py: I like these changes, and have tested them extensively without even realizing it, so I just updated the docstring and the docs. tabnanny.py: Also liked this, but did a little code fiddling. I should really rewrite this to *exploit* generators, but that's near the bottom of my effort/benefit scale so doubt I'll get to it anytime soon (it would be most useful as a non-trivial example of ideal use of generators; but test_generators.py has already grown plenty of food-for-thought examples). inspect.py: I'm sure Ping intended for this to continue running even under 1.5.2, so I reverted this to the last pre-gen-branch version. The "bugfix" I checked in in-between was actually repairing a bug *introduced* by the conversion to generators, so it's OK that the reverted version doesn't reflect that checkin. | ||||
| * | Explain the difference between NL and NEWLINE. | Ka-Ping Yee | 2001-03-23 | 1 | -1/+4 |
| | | |||||
| * | added description of NL token | Skip Montanaro | 2001-02-28 | 1 | -1/+4 |
| | | |||||
| * | Fix a couple of grammatical errors reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
| * | Documentation for pyclbr and tokenize modules. | Fred Drake | 1999-02-18 | 1 | -0/+44 |
