summaryrefslogtreecommitdiffstats
path: root/Objects/codeobject.c
Commit message (Expand)AuthorAgeFilesLines
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-2/+2
* Remove unused label.Georg Brandl2010-10-151-4/+0
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-151-13/+0
* Issue #9630: Redecode filenames when setting the filesystem encodingVictor Stinner2010-09-291-0/+17
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-453/+453
* code_repr(): use %U to format the filenameVictor Stinner2010-05-071-8/+12
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-181-1/+4
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-133/+56
* #6502: add missing comma in docstring.Georg Brandl2009-07-181-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Renamed PyString to PyBytesChristian Heimes2008-05-261-5/+5
* #1939: update code object docstring.Georg Brandl2008-01-261-2/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-5/+7
* Fix a refleak for `filename', introduced in rev. 58466.Georg Brandl2007-10-241-4/+0
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-151-11/+8
* Ensure that code object names (co_name) are unicode.Neal Norwitz2007-08-241-5/+10
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+1
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-8/+8
* Use PyUnicode_FromFormat() directly.Walter Dörwald2007-06-061-5/+3
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-1/+1
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-5/+20
* Fix a bunch of compiler warnings. In at least one case these were serious bugs!Guido van Rossum2006-08-241-7/+7
* Implement == and != comparisons for code objects by value.Guido van Rossum2006-08-241-39/+55
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+11
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+133
* Merge ssize_t branch.Martin v. Löwis2006-02-151-3/+3
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+453