aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/codeobject.c
Commit message (Expand)AuthorAge
* Reuse PyUnicode_Copy() in validate_and_copy_tuple()Victor Stinner2011-10-11
* Implement PEP 393.Martin v. Löwis2011-09-28
* Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.Brian Curtin2011-08-10
* map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-25
* Remove arbitrary string length limitsVictor Stinner2011-01-05
* Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-04
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-17
* Remove unused label.Georg Brandl2010-10-15
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-15
* Issue #9630: Redecode filenames when setting the filesystem encodingVictor Stinner2010-09-29
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-09
* code_repr(): use %U to format the filenameVictor Stinner2010-05-07
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-18
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-21
* #6502: add missing comma in docstring.Georg Brandl2009-07-18
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-02
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-07
* Renamed PyString to PyBytesChristian Heimes2008-05-26
* #1939: update code object docstring.Georg Brandl2008-01-26
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Fix a refleak for `filename', introduced in rev. 58466.Georg Brandl2007-10-24
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-15
* Ensure that code object names (co_name) are unicode.Neal Norwitz2007-08-24
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-21
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-10
* Use PyUnicode_FromFormat() directly.Walter Dörwald2007-06-06
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-18
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-27
* Fix a bunch of compiler warnings. In at least one case these were serious bugs!Guido van Rossum2006-08-24
* Implement == and != comparisons for code objects by value.Guido van Rossum2006-08-24
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Merge ssize_t branch.Martin v. Löwis2006-02-15
* Merge ast-branch to headJeremy Hylton2005-10-20