index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
codeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1/+1
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-1/+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-5/+5
*
#1939: update code object docstring.
Georg Brandl
2008-01-26
1
-2/+3
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-5/+7
*
Fix a refleak for `filename', introduced in rev. 58466.
Georg Brandl
2007-10-24
1
-4/+0
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
1
-11/+8
*
Ensure that code object names (co_name) are unicode.
Neal Norwitz
2007-08-24
1
-5/+10
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2/+1
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-8/+8
*
Use PyUnicode_FromFormat() directly.
Walter Dörwald
2007-06-06
1
-5/+3
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1/+1
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-5/+20
*
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Guido van Rossum
2006-08-24
1
-7/+7
*
Implement == and != comparisons for code objects by value.
Guido van Rossum
2006-08-24
1
-39/+55
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-4/+11
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+133
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-3/+3
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+453