108 Commits (00f86f2202ca7dc78604b387ae61e269b90f0079)

Author SHA1 Message Date
Nick Coghlan 4c1be9e3d2 Remove lingering artifact of an initial PEP 380 Grammar change that was later reverted 15 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 15 years ago
Benjamin Peterson b3132bd9a5 input() in this sense is gone 15 years ago
Eli Bendersky 0e79b7e92c Clarify the existence of the <> operator in Grammar/Grammar with a comment, for issue 13239 15 years ago
Mark Dickinson 1c50d11708 Issue #2009: refactor varargslist and typedargslist productions to make them more friendly for third-party parsers. 16 years ago
Mark Dickinson 7e4a6ebd42 Kill gratuitous space. 16 years ago
Benjamin Peterson aefc1c7e48 untabify 16 years ago
Benjamin Peterson 4905e80c3d fix an ambiguity in the grammar from the implementation of extended unpacking 17 years ago
Benjamin Peterson 87c8d87b91 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 17 years ago
Georg Brandl 0c31562a91 Merged revisions 72924 via svnmerge from 17 years ago
Brett Cannon e3944a5e1e The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! 18 years ago
Benjamin Peterson 2d735bc098 allow keyword args after *args in a function call 18 years ago
Collin Winter 828f04ac3f Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 19 years ago
Guido van Rossum 992d4a3e6e Merged revisions 56154-56264 via svnmerge from 19 years ago
Guido van Rossum e7ba495627 Merged revisions 55631-55794 via svnmerge from 19 years ago
Guido van Rossum d59da4b432 Merged revisions 55407-55513 via svnmerge from 19 years ago
Guido van Rossum 1bc535dc78 Merged revisions 55328-55341 via svnmerge from 19 years ago
Guido van Rossum 0368b726a1 Merged revisions 55225-55227,55229-55269 via svnmerge from 19 years ago
Nick Coghlan 650f0d06d3 Hide list comp variables and support set comprehensions 20 years ago
Georg Brandl e66c8c7c12 "from ... import x" should not be a syntax error... make 20 years ago
Georg Brandl dde002899d Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. 20 years ago
Guido van Rossum 52cc1d838f Implement PEP 3115 -- new metaclass syntax and semantics. 20 years ago
Jeremy Hylton 81e9502df6 Provisional implementation of PEP 3104. 20 years ago
Guido van Rossum 452bf519a7 Essential changes for print function changes. 20 years ago
Guido van Rossum 16be03e4a2 Some more changes related to the new except syntax and semantics, 20 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 20 years ago
Neal Norwitz c150536b5e PEP 3107 - Function Annotations thanks to Tony Lownds 20 years ago
Guido van Rossum 4f72a78684 Jiwon Seo's PEP 3102 implementation. 20 years ago
Georg Brandl 52318d6215 Patch #1550786: ellipsis literal. 20 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Guido van Rossum 86e58e239e SF patch 1547796 by Georg Brandl -- set literals. 20 years ago
Brett Cannon cf588f6448 Remove support for backticks from the grammar and compiler. 20 years ago
Guido van Rossum b053cd8f40 Killed the <> operator. You must now use !=. 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 21 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 21 years ago
Thomas Wouters 8ae1295c5b Make 'as' an actual keyword when with's future statement is used. Not 21 years ago
Thomas Wouters f7f438ba3b SF patch #1438387, PEP 328: relative and absolute imports. 21 years ago
Guido van Rossum c2e20744b2 PEP 343 -- the with-statement. 21 years ago
Thomas Wouters dca3b9c797 PEP 308 implementation, including minor refdocs and some testcases. It 21 years ago
Neal Norwitz d074beb692 Implement change suggested by Jiwon Seo on python-dev. 21 years ago
Neal Norwitz 3c52c5a888 Wrap long lines in the grammar 21 years ago
Neal Norwitz f599f424a2 SF patch #1355913, PEP 341 - Unification of try/except and try/finally 21 years ago
Martin v. Löwis ab0f947a21 Remove .cvsignore files, as they live in svn:ignore 21 years ago
Neal Norwitz 37c0844b35 Fix SF bug #1167751, Argument genexp corner case 21 years ago
Phillip J. Eby 0d6615fd29 PEP 342 implementation. Per Guido's comments, the generator throw() 21 years ago
Brett Cannon 409d8f2ebd Allow classes to be defined with empty parentheses. This means that 22 years ago
Anthony Baxter 1a4ddaecc7 SF patch #1007189, multi-line imports, for instance: 22 years ago
Michael W. Hudson 0ccff074cd This is Mark Russell's patch: 22 years ago
Anthony Baxter c2a5a63654 PEP-0318, @decorator-style. In Guido's words: 22 years ago