37 Commits (8f59ee01be3d83d5513a9a3f654a237d77d80d9a)

Author SHA1 Message Date
Emily Morehouse 8f59ee01be
bpo-35224: PEP 572 Implementation (#10497) 7 years ago
Serhiy Storchaka 8ac658114d
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) 7 years ago
Serhiy Storchaka d08972fdb9
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447) 8 years ago
Albert-Jan Nijburg fc354f0785 bpo-25324: copy tok_name before changing it (#1608) 9 years ago
Yury Selivanov 7544508f02 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
Serhiy Storchaka 46ba6c8563 Issue #22831: Use "with" to avoid possible fd leaks. 11 years ago
Benjamin Peterson d51374ed78 PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which 12 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 13 years ago
Antoine Pitrou ea3eb88bca Issue #9260: A finer-grained import lock. 14 years ago
Meador Inge 3388060127 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 14 years ago
Éric Araujo ef2e14e675 Fix instructions on how to rebuild some modules 14 years ago
Éric Araujo e1886bfaf4 Fix instructions on how to rebuild some modules 14 years ago
Alexander Belopolsky b9d10d08c4 Issue #10386: Added __all__ to token module; this simplifies importing 15 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Christian Heimes 836baa53d8 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61064,61066-61080 via svnmerge from 18 years ago
Facundo Batista 4219da4bd0 Issue 2117. Update compiler module to handle class decorators. 18 years ago
Georg Brandl dde002899d Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. 19 years ago
Guido van Rossum c145ef3728 Use better idiom to sort keys. 19 years ago
Georg Brandl b79b78111c Fix token.py main code vs. dict views. 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Neal Norwitz c150536b5e PEP 3107 - Function Annotations thanks to Tony Lownds 19 years ago
Neal Norwitz 2eca440c8d Get rid of some more cases of backquotes. parsermodule.c doesn't compile 20 years ago
Anthony Baxter c2a5a63654 PEP-0318, @decorator-style. In Guido's words: 22 years ago
Michael W. Hudson adf1606161 Updates to track Grammar changes. The patch to token.py loosens the regexp to 24 years ago
Guido van Rossum 8f15bd8500 Remove redundant 'import string' (PyChecker). 25 years ago
Tim Peters a38d2608bc Regenerated token.py to account for new DOUBLESLASH and DOUBLESLASHEQUAL. 25 years ago
Eric S. Raymond 6e025bcde8 String method cleanup. 25 years ago
Eric S. Raymond b08b2d3166 String method conversion. 25 years ago
Thomas Wouters 34052622c9 Update for augmented assignment. 26 years ago
Guido van Rossum e7b146fb3b The third and final doc-string sweep by Ka-Ping Yee. 26 years ago
Guido van Rossum 45e2fbc2e7 Mass check-in after untabifying all files that need it. 28 years ago
Guido van Rossum 9694fcab53 Convert all remaining *simple* cases of regex usage to re usage. 29 years ago
Fred Drake e3dbc7e422 Reduced number of temporary names used at module scope. Use underscores in 29 years ago
Guido van Rossum 4747887880 New batch from Fred 30 years ago
Guido van Rossum 154a539460 Changes for new parser module (Fred Drake) 30 years ago
Guido van Rossum b31c7f732a * test_select.py: (some) tests for built-in select module 33 years ago