COMMITS
/ Modules/parsermodule.c March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 8, 2010
A
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
Alexander Belopolsky committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
July 4, 2010
M
Merged revisions 82555 via svnmerge from
Mark Dickinson committed
M
Issue #9130: Validate ellipsis tokens in relative imports.
Mark Dickinson committed
M
Merged revisions 82552-82553 via svnmerge from
Mark Dickinson committed
M
Issue #9130: Fix validation of relative imports in parser module.
Mark Dickinson committed
M
Merged revisions 82537 via svnmerge from
Mark Dickinson committed
M
Issue #9128: Fix validation of class decorators in parser module.
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
September 27, 2009
B
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson committed
May 25, 2009
G
Merged revisions 72924 via svnmerge from
Georg Brandl committed
May 14, 2009
A
Merged revisions 72645 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, stage 2: remove uses of tp_compare in Modules and most
Mark Dickinson committed
December 7, 2008
G
Merged revisions 67463,67572,67576,67628 via svnmerge from
Georg Brandl committed
November 30, 2008
November 3, 2008
B
Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from
Benjamin Peterson committed
October 31, 2008
B
Merged revisions 67066 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 23, 2008
G
Remove "ast" aliases from the parser module.
Georg Brandl committed
July 2, 2008
A
#3247 Get rid of Py_FindMethod; use tp_members instead.
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 11, 2008
A
Rename copy_reg module to copyreg.
Alexandre Vassalotti committed
May 3, 2008
A
Issue #1950: Fixed misusage of PyUnicode_AsString().
Alexandre Vassalotti committed
January 3, 2008
C
Merged revisions 59666-59679 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 15, 2007
G
Patch 1144 by David Binger, fix for parser module. With unittest.
Guido van Rossum committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 11, 2007
N
Fix refleaks
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
May 15, 2007
G
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
February 9, 2007
G
Essential changes for print function changes.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
September 6, 2006
G
Patch #1550786: ellipsis literal.
Georg Brandl committed
G
Patch #1550800: make exec a function.
Georg Brandl committed
August 29, 2006
N
Get parsermodule working again after adding set literals
Neal Norwitz committed
N
Get rid of some more cases of backquotes. parsermodule.c doesn't compile
Neal Norwitz committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 1, 2006
M
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis committed