| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (G... | Pablo Galindo | 2020-05-01 | 1 | -0/+6 |
|
|
* | bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) | Miss Islington (bot) | 2019-06-13 | 1 | -0/+3 |
|
|
* | bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148) | Matthias Bussonnier | 2019-05-21 | 1 | -0/+1 |
|
|
* | bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) | Guido van Rossum | 2019-03-07 | 1 | -0/+1 |
|
|
* | bpo-35766: Merge typed_ast back into CPython (GH-11645) | Guido van Rossum | 2019-01-31 | 1 | -2/+3 |
|
|
* | bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) | Serhiy Storchaka | 2018-09-18 | 1 | -0/+1 |
|
|
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 | 1 | -1/+2 |
|
|
* | bpo-32372: Move __debug__ optimization to the AST level. (#4925) | Serhiy Storchaka | 2017-12-25 | 1 | -1/+1 |
|
|
* | bpo-29469: Move constant folding to AST optimizer (GH-2858) | INADA Naoki | 2017-12-14 | 1 | -0/+2 |
|
|
* | bpo-22257: Small changes for PEP 432. (#1728) | Eric Snow | 2017-05-23 | 1 | -0/+17 |
|
|
* | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -0/+1 |
|
|
* | Issue #19722: Added opcode.stack_effect(), which accurately | Larry Hastings | 2013-11-23 | 1 | -0/+3 |
|
|
* | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -1/+14 |
|
|
* | Move code related to compile from Python.h to compile.h | Victor Stinner | 2011-09-28 | 1 | -2/+12 |
|
|
* | Issue #9738: Ooops, fix typos in my previous commit (r87506) | Victor Stinner | 2010-12-27 | 1 | -1/+1 |
|
|
* | Issue #9738: Document encodings of AST, compiler, parser and PyRun functions | Victor Stinner | 2010-12-27 | 1 | -2/+6 |
|
|
* | Add an "optimize" parameter to compile() to control the optimization level, a... | Georg Brandl | 2010-12-04 | 1 | -2/+3 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+2 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+1 |
|
|
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -2/+0 |
|
|
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+1 |
|
|
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 | 1 | -0/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
|
|
* | Move #include to outside "extern C {}", before Tim figures out it'll break | Thomas Wouters | 2006-02-28 | 1 | -2/+3 |
|
|
* | Include code.h more sanely. | Thomas Wouters | 2006-02-28 | 1 | -3/+2 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -0/+1 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -0/+1 |
|
|
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -1/+1 |
|
|
* | use PyAPI_FUNC instead of DL_IMPORT. are we going to deprecate the old non-P... | Neal Norwitz | 2005-10-23 | 1 | -2/+2 |
|
|
* | Fix a bunch of imports to use code.h instead of compile.h. | Jeremy Hylton | 2005-10-21 | 1 | -5/+0 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -58/+13 |
|
|
* | This is my patch #876198 plus a NEWS entry and a header frob. | Michael W. Hudson | 2004-02-12 | 1 | -5/+0 |
|
|
* | Small function call optimization and special build option for call stats. | Jeremy Hylton | 2003-02-05 | 1 | -0/+6 |
|
|
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 1 | -3/+3 |
|
|
* | Excise DL_EXPORT from Include. | Mark Hammond | 2002-08-12 | 1 | -6/+6 |
|
|
* | Removed more hair in support of future-generator stmts. | Tim Peters | 2002-04-12 | 1 | -1/+1 |
|
|
* | Add helper macro to get the number of free variables for a PyCodeObject. | Jeremy Hylton | 2001-12-13 | 1 | -0/+1 |
|
|
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 1 | -9/+1 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+6 |
|
|
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -0/+8 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 1 | -0/+3 |
|
|
* | Enable nested scopes by default. | Guido van Rossum | 2001-07-12 | 1 | -1/+1 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -0/+1 |
|
|
* | If a code object is compiled with nested scopes, define the CO_NESTED flag. | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
|
|
* | Useful future statement support for the interactive interpreter | Jeremy Hylton | 2001-03-01 | 1 | -0/+2 |
|
|
* | Presumed correct compiler pass for future statements | Jeremy Hylton | 2001-02-28 | 1 | -1/+1 |
|
|
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 1 | -3/+13 |
|
|
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 1 | -0/+3 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -1/+4 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|