summaryrefslogtreecommitdiffstats
path: root/Modules/parsermodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-5/+19
|\
* \ Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-3/+3
|\ \ | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-3/+3
* | Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-151-32/+16
|\ \ | |/
| * Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-151-5/+13
* | MERGE: Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-1/+12
|\ \ | |/
| * Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-1/+12
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-5/+1
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-5/+1
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-21/+79
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-21/+79
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-12/+11
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-12/+11
* | Issue #14696: Merge from 3.2Mark Dickinson2012-04-291-5/+36
|\ \ | |/
| * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-5/+36
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-291-57/+71
|\ \ | |/
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-57/+71
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-27/+55
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-3/+3
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-3/+6
* | always clear parser errorBenjamin Peterson2011-06-061-1/+1
* | only clear the parser error if it's set (closes #12264)Benjamin Peterson2011-06-051-2/+3
* | Issue #10785: Store the filename as Unicode in the Python parser.Victor Stinner2011-04-041-0/+1
|/
* #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Merged revisions 82555 via svnmerge fromMark Dickinson2010-07-041-6/+6
| * Merged revisions 82552-82553 via svnmerge fromMark Dickinson2010-07-041-3/+4
| * Merged revisions 82537 via svnmerge fromMark Dickinson2010-07-041-8/+9
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-107/+107
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-0/+13
* | Remove redundant includes of headers that are already included by Python.h.Georg Brandl2010-11-301-2/+0
* | Issue #9130: Validate ellipsis tokens in relative imports.Mark Dickinson2010-07-041-6/+6
* | Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-3/+4
* | Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-8/+9
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-102/+102
* | fix an ambiguity in the grammar from the implementation of extended unpackingBenjamin Peterson2009-09-271-29/+45
|/
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-15/+18
* Merged revisions 72645 via svnmerge fromAntoine Pitrou2009-05-141-2/+2
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-13/+59
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-071-23/+23
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+37
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-2/+2
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-7/+36
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-2/+2
* Remove "ast" aliases from the parser module.Georg Brandl2008-07-231-17/+5
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-021-30/+32
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-13/+26
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-1/+1
* Issue #1950: Fixed misusage of PyUnicode_AsString().Alexandre Vassalotti2008-05-031-8/+6