Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
77b338be20f29712c0774e7c2d36d7afb541e4b6
/
Objects
/
codeobject.c
7b82b40
Merged revisions 72487-72488,72879 via svnmerge from
by Alexandre Vassalotti
· 15 years ago
8c1a50a
#6502: add missing comma in docstring.
by Georg Brandl
· 15 years ago
e94c679
Issue #1717: rename tp_compare to tp_reserved. I'll change the
by Mark Dickinson
· 16 years ago
4cc0f24
Rename PyUnicode_AsString -> _PyUnicode_AsString and
by Marc-André Lemburg
· 16 years ago
72b710a
Renamed PyString to PyBytes
by Christian Heimes
· 16 years ago
a1e7e13
#1939: update code object docstring.
by Georg Brandl
· 17 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 17 years ago
d2093f7
Fix a refleak for `filename', introduced in rev. 58466.
by Georg Brandl
· 17 years ago
00bc0e0
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
by Guido van Rossum
· 17 years ago
41103bf
Ensure that code object names (co_name) are unicode.
by Neal Norwitz
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
5b22213
Make identifiers str (not str8) objects throughout.
by Martin v. Löwis
· 17 years ago
933daed
Use PyUnicode_FromFormat() directly.
by Walter Dörwald
· 17 years ago
1ab8330
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
by Walter Dörwald
· 17 years ago
4f72a78
Jiwon Seo's PEP 3102 implementation.
by Guido van Rossum
· 18 years ago
f1624cd
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
by Guido van Rossum
· 18 years ago
b6bb0c7
Implement == and != comparisons for code objects by value.
by Guido van Rossum
· 18 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 19 years ago