index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
parsermodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
2015-08-05
1
-3/+6
*
allow test node after ** in calls (closes #24176)
Benjamin Peterson
2015-05-16
1
-1/+1
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-12/+103
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-124/+141
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-1/+1
*
(Merge 3.3) parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner
2014-01-02
1
-1/+1
|
\
|
*
parser: fix usage of Py_BuildValue() to build a parser error
Victor Stinner
2014-01-02
1
-1/+1
|
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-5/+19
|
|
\
*
|
|
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner
2013-08-26
1
-18/+31
*
|
|
Issue #18408: Fix typo in build_node_tree() of the parser module
Victor Stinner
2013-07-16
1
-1/+1
*
|
|
Issue #18408: parser module: fix error handling in node2tuple()
Victor Stinner
2013-07-11
1
-28/+52
*
|
|
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
Victor Stinner
2013-07-11
1
-4/+15
*
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-14
1
-5/+19
|
/
/
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-3/+3
|
\
\
|
|
/
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-3/+3
*
|
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-32/+16
|
\
\
|
|
/
|
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-5/+13
*
|
MERGE: Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-1/+12
|
\
\
|
|
/
|
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-1/+12
*
|
Issue #14741: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-5/+1
|
\
\
|
|
/
|
*
Issue #14741: Fix missing support for ellipsis in parser module.
Mark Dickinson
2012-05-07
1
-5/+1
*
|
Issue #14697: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-21/+79
|
\
\
|
|
/
|
*
Issue #14697: Fix missing parser module support for set displays and set comp...
Mark Dickinson
2012-05-07
1
-21/+79
*
|
Issue #14701: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-12/+11
|
\
\
|
|
/
|
*
Issue #14701: Add missing support for 'raise ... from' in parser module.
Mark Dickinson
2012-05-07
1
-12/+11
*
|
Issue #14696: Merge from 3.2
Mark Dickinson
2012-04-29
1
-5/+36
|
\
\
|
|
/
|
*
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
Mark Dickinson
2012-04-29
1
-5/+36
*
|
Issue #9154: Merge fix from 3.2.
Mark Dickinson
2012-04-29
1
-57/+71
|
\
\
|
|
/
|
*
Issue #9154: Fix parser module to understand function annotations.
Mark Dickinson
2012-04-29
1
-57/+71
*
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-27/+55
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
1
-3/+3
*
|
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis
2011-10-10
1
-3/+6
*
|
always clear parser error
Benjamin Peterson
2011-06-06
1
-1/+1
*
|
only clear the parser error if it's set (closes #12264)
Benjamin Peterson
2011-06-05
1
-2/+3
*
|
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-0/+1
|
/
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
|
*
Merged revisions 82555 via svnmerge from
Mark Dickinson
2010-07-04
1
-6/+6
|
*
Merged revisions 82552-82553 via svnmerge from
Mark Dickinson
2010-07-04
1
-3/+4
|
*
Merged revisions 82537 via svnmerge from
Mark Dickinson
2010-07-04
1
-8/+9
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
1
-107/+107
*
|
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...
Alexander Belopolsky
2010-12-08
1
-0/+13
*
|
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl
2010-11-30
1
-2/+0
*
|
Issue #9130: Validate ellipsis tokens in relative imports.
Mark Dickinson
2010-07-04
1
-6/+6
*
|
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson
2010-07-04
1
-3/+4
*
|
Issue #9128: Fix validation of class decorators in parser module.
Mark Dickinson
2010-07-04
1
-8/+9
*
|
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-102/+102
*
|
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson
2009-09-27
1
-29/+45
|
/
*
Merged revisions 72924 via svnmerge from
Georg Brandl
2009-05-25
1
-15/+18
[next]