Commits
User selector
Commit History
Commits on Aug 13, 2009
Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from
Show description for 23987dfcommitted
georg.brandl
Commits on Feb 2, 2009
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Show description for 5bd700ecommitted
mark.dickinson
Commits on Aug 7, 2008
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Show description for d1b5f45committed
marc-andre.lemburg
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 1a9b26acommitted
christian.heimes
Commits on Jan 26, 2008
#1939: update code object docstring.
Show description for 61b32b5committed
georg.brandl
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for 7a707c9committed
guido.van.rossum
Commits on Oct 24, 2007
Fix a refleak for `filename', introduced in rev. 58466.
Show description for 1e3f9abcommitted
georg.brandl
Commits on Oct 15, 2007
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Show description for d916dd1committed
guido.van.rossum
Commits on Aug 24, 2007
Ensure that code object names (co_name) are unicode.
Show description for 71450ffcommitted
neal.norwitz
Commits on Jul 21, 2007
Merged revisions 56467-56482 via svnmerge from
Show description for 16ae010committed
martin.v.loewis
Commits on Jun 10, 2007
Make identifiers str (not str8) objects throughout.
Show description for eecbf8ccommitted
martin.v.loewis
Commits on Jun 6, 2007
Use PyUnicode_FromFormat() directly.
Show description for 30d96e5committed
walter.doerwald
Commits on May 18, 2007
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Show description for 17ff1afcommitted
walter.doerwald
Commits on Oct 27, 2006
Jiwon Seo's PEP 3102 implementation.
Show description for b26fe73committed
guido.van.rossum
Commits on Aug 24, 2006
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Show description for 75e3dfecommitted
guido.van.rossumImplement == and != comparisons for code objects by value.
Show description for 234dafdcommitted
guido.van.rossumRestructure comparison dramatically. There is no longer a default
Show description for 913cc3acommitted
guido.van.rossum
Commits on Feb 15, 2006
Merge ssize_t branch.
Show description for 899f0f5committed
martin.v.loewis
Commits on Oct 20, 2005
Merge ast-branch to head
Show description for 93cb0c6committed
jhylton
Loading