COMMITS
/ Python/ast.c 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
July 18, 2007
G
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum committed
July 11, 2007
G
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
June 12, 2007
G
Minimal changes to make the "freeze" tool work again.
Guido van Rossum committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 6, 2007
G
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum 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 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
G
Remove support for u"..." literals.
Guido van Rossum committed
May 4, 2007
G
More coding by random modification.
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
April 23, 2007
N
Allow decorators and return annotations to be used together (fixes SF#1697248)
Nick Coghlan committed
April 17, 2007
G
Make it compile with C89.
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed
March 19, 2007
G
"from ... import x" should not be a syntax error... make
Georg Brandl committed
March 18, 2007
G
Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis.
Georg Brandl committed
G
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum committed
February 27, 2007
J
Provisional implementation of PEP 3104.
Jeremy Hylton committed
February 26, 2007
N
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz committed
February 23, 2007
T
Bytes literal.
Thomas Wouters committed
February 9, 2007
G
Essential changes for print function changes.
Guido van Rossum committed
January 10, 2007
G
Some more changes related to the new except syntax and semantics,
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