COMMITS
/ Python/ast.c June 17, 2010
M
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
October 28, 2009
B
in wide builds, avoid storing high unicode characters from source code with surrogates
Benjamin Peterson committed
October 18, 2009
S
October 3, 2009
B
Merged revisions 75223 via svnmerge from
Benjamin Peterson committed
September 27, 2009
B
star_expr now always has two nodes
Benjamin Peterson committed
B
fix an ambiguity in the grammar from the implementation of extended unpacking
Benjamin Peterson committed
September 11, 2009
B
Merged revisions 74464 via svnmerge from
Benjamin Peterson committed
June 28, 2009
B
In most cases, the parser will protect True, False, and None from being assign to.
Benjamin Peterson committed
June 11, 2009
May 25, 2009
G
Merged revisions 72924 via svnmerge from
Georg Brandl committed
May 3, 2009
M
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson committed
January 18, 2009
B
Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from
Benjamin Peterson committed
December 5, 2008
M
Merged revisions 67590 via svnmerge from
Mark Dickinson committed
November 25, 2008
B
check the return value of NEW_IDENTIFIER in some more places
Benjamin Peterson committed
T
Make ast.c compile on Windows again.
Thomas Heller committed
B
Merged revisions 67373 via svnmerge from
Benjamin Peterson committed
November 21, 2008
B
Merged revisions 67320 via svnmerge from
Benjamin Peterson committed
November 8, 2008
B
Merged revisions 67171 via svnmerge from
Benjamin Peterson committed
October 17, 2008
B
Latin-1 source code was not being properly decoded when passed through
Brett Cannon committed
August 19, 2008
B
allow keyword args after *args in a function call
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 17, 2008
J
Fix uninitialized memory read for cases like def(f, *): pass
Jeremy Hylton committed
July 1, 2008
B
Merged revisions 64622 via svnmerge from
Benjamin Peterson committed
June 18, 2008
A
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 4, 2008
April 5, 2008
B
Reverted r62128 on Guido's orders
Benjamin Peterson committed
April 3, 2008
B
#2541 Allow unicode escapes in raw strings
Benjamin Peterson committed
March 31, 2008
N
Merged revisions 62047 via svnmerge from
Neal Norwitz committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
March 19, 2008
March 16, 2008
February 23, 2008
January 3, 2008
C
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
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 9, 2007
A
Issue #1573, second attempt:
Amaury Forgeot d'Arc committed
December 8, 2007
C
Fixed #1573: Improper use of the keyword-only syntax makes the parser crash
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 26, 2007
G
Merged revisions 59107-59186 via svnmerge from
Guido van Rossum committed
November 22, 2007
A
PyString_AsString is permissive and accepts unicode strings.
Amaury Forgeot d'Arc committed
November 12, 2007
G
Minimal change that disables (AFAICT) the interpolation of \u and \U inside
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
August 31, 2007
C
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter committed
August 15, 2007
M
Implement PEP 3131. Add isidentifier to str.
Martin v. Löwis committed
August 11, 2007
M
Remove obsolete ifdef.
Martin v. Löwis committed
August 9, 2007
G
Merged revisions 56782-56847 via svnmerge from
Guido van Rossum committed
July 29, 2007
M
Implement PEP 3120.
Martin v. Löwis committed