| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20186: Converted the symtable module to Argument Clinic. | Serhiy Storchaka | 2017-02-04 | 1 | -11/+22 |
|
|
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -0/+1 |
|
|
* | remove the concept of an unoptimized function scope from the compiler, since ... | Benjamin Peterson | 2015-04-28 | 1 | -3/+0 |
|
|
* | merge 3.3 (#19393) | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
|\ |
|
| * | just return toplevel symbol table rather than all blocks (closes #19393) | Benjamin Peterson | 2013-10-26 | 1 | -1/+1 |
|
|
* | | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -4/+6 |
|
|
* | | Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() | Charles-Francois Natali | 2013-05-20 | 1 | -16/+16 |
|/ |
|
* | initialize more global type objects (closes #16369) | Benjamin Peterson | 2012-10-31 | 1 | -0/+3 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -70/+70 |
|
|
* | Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+0 |
|
|
* | Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from | Benjamin Peterson | 2008-08-17 | 1 | -0/+4 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -3/+20 |
|
|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -1/+1 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -2/+1 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -3/+5 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -1/+2 |
|
|
* | Allow more docstrings to be removed during compilation in some modules | Neal Norwitz | 2002-08-13 | 1 | -1/+2 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Fix [ #489673 ] memory leak in test_symtable: Free the st_future slot. | Jeremy Hylton | 2001-12-06 | 1 | -0/+1 |
|
|
* | Export three optimization (fast locals) flags | Jeremy Hylton | 2001-04-16 | 1 | -0/+4 |
|
|
* | add DEF_BOUND constant | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
|
|
* | Relax the rules for using 'from ... import *' and exec in the presence | Jeremy Hylton | 2001-02-09 | 1 | -1/+1 |
|
|
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 | 1 | -0/+72 |
|
|