Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
aa64c46ac9ff168d7730182d48665b0b51b4f69d
/
Objects
/
codeobject.c
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
001a395
Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT.
by Collin Winter
· 15 years ago
655d835
Issue #6042:
by Jeffrey Yasskin
· 16 years ago
1aa4700
PyCode_NewEmpty:
by Jeffrey Yasskin
· 16 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
f19a7b9
A little reformating of Py3k warnings
by Benjamin Peterson
· 17 years ago
9f4f481
Use PyErr_WarnPy3k throughout
by Benjamin Peterson
· 17 years ago
d5b635f
Make Py3k warnings consistent w.r.t. punctuation; also respect the
by Georg Brandl
· 17 years ago
6a644f9
Add py3k warnings for code and method inequality comparisons. This should resolve issue 2373. The codeobject.c and methodobject.c changes are both just backports of the Python 3 code.
by Steven Bethard
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 18 years ago
7e49c6e
Fix uninitialized memory read reported by Valgrind when running doctest.
by Neal Norwitz
· 19 years ago
7c88dcc
Merge from rjones-funccall branch.
by Richard Jones
· 19 years ago
a4ebc13
Refactor: Move code that uses co_lnotab from ceval to codeobject
by Jeremy Hylton
· 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
· 20 years ago