summaryrefslogtreecommitdiff
path: root/Objects/codeobject.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-472/+472
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-2/+5
* Issue #6042:Jeffrey Yasskin2009-05-231-132/+8
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+46
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-22/+22
* Renamed PyString to PyBytesChristian Heimes2008-05-261-22/+22
* A little reformating of Py3k warningsBenjamin Peterson2008-04-271-2/+2
* Use PyErr_WarnPy3k throughoutBenjamin Peterson2008-04-271-4/+2
* Make Py3k warnings consistent w.r.t. punctuation; also respect theGeorg Brandl2008-03-251-3/+6
* Add py3k warnings for code and method inequality comparisons. This should res...Steven Bethard2008-03-181-1/+67
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+1
* Fix uninitialized memory read reported by Valgrind when running doctest.Neal Norwitz2006-07-121-0/+1
* Merge from rjones-funccall branch.Richard Jones2006-05-231-0/+3
* Refactor: Move code that uses co_lnotab from ceval to codeobjectJeremy Hylton2006-04-181-0/+133
* Merge ssize_t branch.Martin v. Löwis2006-02-151-3/+3
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+453