| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-103763: Implement PEP 695 (#103764) | Jelle Zijlstra | 2023-05-16 | 1 | -1/+2 |
|
|
* | bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) | Brandt Bucher | 2021-02-26 | 1 | -1/+3 |
|
|
* | Delete remaining references to Grammar/Grammar from docs (#21624) | Guido van Rossum | 2020-07-26 | 1 | -1/+1 |
|
|
* | Include soft keywords in keyword.py (GH-20877) | Pablo Galindo | 2020-06-15 | 1 | -1/+6 |
|
|
* | bpo-40939: Remove PEG parser easter egg (__new_parser__) (#20802) | Lysandros Nikolaou | 2020-06-11 | 1 | -1/+0 |
|
|
* | bpo-40939: Generate keyword.py using the new parser (GH-20800) | Lysandros Nikolaou | 2020-06-11 | 1 | -4/+6 |
|
|
* | bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p... | Pablo Galindo | 2019-03-25 | 1 | -86/+43 |
|
|
* | bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) | Guido van Rossum | 2019-03-07 | 1 | -2/+4 |
|
|
* | bpo-30406: Make async and await proper keywords (#1669) | Jelle Zijlstra | 2017-10-06 | 1 | -0/+2 |
|
|
* | 17830: preserve line endings of original file when updating keywords. | R David Murray | 2013-04-25 | 1 | -10/+12 |
|
|
* | modernize some modules' code by using with statement around open() | Giampaolo Rodola' | 2013-02-12 | 1 | -3/+2 |
|
|
* | Fix instructions on how to rebuild some modules | Éric Araujo | 2011-11-29 | 1 | -1/+1 |
|
|
* | Use a context manager for some file objects. | Florent Xicluna | 2010-09-03 | 1 | -12/+10 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -3/+1 |
|
|
* | Merged revisions 56020-56124 via svnmerge from | Guido van Rossum | 2007-06-30 | 1 | -0/+3 |
|
|
* | regenerated to reflect the addition of 'nonlocal' and removal of 'print' | Jack Diederich | 2007-02-28 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+0 |
|
|
* | Regenerate. | Thomas Wouters | 2006-02-28 | 1 | -0/+2 |
|
|
* | Replace str.find()!=1 with the more readable "in" operator. | Raymond Hettinger | 2004-05-04 | 1 | -1/+1 |
|
|
* | SF patch #852140: keyword.py - use __contains__ and bool | Raymond Hettinger | 2003-12-02 | 1 | -5/+1 |
|
|
* | Patrick K. O'Brien notices that kwlist was missing from __all__. | Raymond Hettinger | 2002-10-30 | 1 | -1/+1 |
|
|
* | Updated keyword.py for "yield". | Tim Peters | 2001-06-19 | 1 | -0/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -3/+3 |
|
|
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+2 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -9/+10 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -4/+4 |
|
|
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -9/+9 |
|
|
* | Regenerated; __assert__ becomes assert. | Guido van Rossum | 1997-07-23 | 1 | -1/+1 |
|
|
* | Ping's new version -- more efficient at finding the keywords. | Guido van Rossum | 1997-03-20 | 1 | -37/+13 |
|
|
* | Added __assert__. | Guido van Rossum | 1997-03-20 | 1 | -0/+1 |
|
|
* | Ka-Ping Yee's version is better: | Guido van Rossum | 1997-03-20 | 1 | -37/+116 |
|
|
* | Simple module to publish list of Python keywords. | Guido van Rossum | 1997-03-20 | 1 | -0/+37 |
|
|