COMMITS
/ Objects/codeobject.c June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 6, 2007
W
Use PyUnicode_FromFormat() directly.
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
August 24, 2006
G
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Guido van Rossum committed
G
Implement == and != comparisons for code objects by value.
Guido van Rossum committed
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters 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
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed