1. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  2. 96204f5 Add new tokens // and //=, in support of PEP 238. by Guido van Rossum · 23 years ago
  3. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  4. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  5. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  6. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  7. 28c62bb Provide a StopTokenizing exception for conveniently exiting the loop. by Ka-Ping Yee · 23 years ago
  8. 4f64c13 Better __credits__. by Ka-Ping Yee · 23 years ago
  9. 244c593 Add __author__ and __credits__ variables. by Ka-Ping Yee · 23 years ago
  10. 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 23 years ago
  11. b08b2d3 String method conversion. by Eric S. Raymond · 23 years ago
  12. 1ff08b1 Add tokenizer support and tests for u'', U"", uR'', Ur"", etc. by Ka-Ping Yee · 24 years ago
  13. b90f89a Whitespace normalization. by Tim Peters · 24 years ago
  14. de49583 Possible fix for Skip's bug 116136 (sre recursion limit hit in tokenize.py). by Tim Peters · 24 years ago
  15. e1519a1 Update for augmented assignment, tested & approved by Guido. by Thomas Wouters · 24 years ago
  16. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  17. a90c78b Differentiate between NEWLINE token (an official newline) and NL token by Guido van Rossum · 26 years ago
  18. fefc922 New, fixed version with proper r"..." and R"..." support from Ka-Ping. by Guido van Rossum · 27 years ago
  19. 3b63177 Redone (by Ka-Ping) using the new re module, and adding recognition by Guido van Rossum · 27 years ago
  20. 2b1566b Correct typo in last line (test program invocation). by Guido van Rossum · 27 years ago
  21. de65527 Ping's latest. Fixes triple quoted strings ending in odd by Guido van Rossum · 27 years ago
  22. 1aec323 Ka-Ping's muich improved version of March 26, 1997: by Guido van Rossum · 27 years ago
  23. b5dc5e3 Added support for imaginary constants (e.g. 0j, 1j, 1.0j). by Guido van Rossum · 27 years ago
  24. b51eaa1 Fixed doc string, added __version__, fixed 1 bug. by Guido van Rossum · 27 years ago
  25. fc6f533 Ka-Ping's version. by Guido van Rossum · 27 years ago
  26. b31c7f7 * test_select.py: (some) tests for built-in select module by Guido van Rossum · 31 years ago
  27. 10d10ff Change the order in which Floatnumber and Intnumber are tried by Guido van Rossum · 32 years ago
  28. 4d8e859 Initial revision by Guido van Rossum · 33 years ago