index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Objects
/
codeobject.c
Commit message (
Expand
)
Author
Age
*
Reuse PyUnicode_Copy() in validate_and_copy_tuple()
Victor Stinner
2011-10-11
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
*
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-10
*
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson
2011-06-25
*
Remove arbitrary string length limits
Victor Stinner
2011-01-05
*
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
*
Remove unused label.
Georg Brandl
2010-10-15
*
Use locale encoding if Py_FileSystemDefaultEncoding is not set
Victor Stinner
2010-10-15
*
Issue #9630: Redecode filenames when setting the filesystem encoding
Victor Stinner
2010-09-29
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
code_repr(): use %U to format the filename
Victor Stinner
2010-05-07
*
Merged revisions 79060 via svnmerge from
Collin Winter
2010-03-18
*
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti
2009-07-21
*
#6502: add missing comma in docstring.
Georg Brandl
2009-07-18
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
*
#1939: update code object docstring.
Georg Brandl
2008-01-26
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Fix a refleak for `filename', introduced in rev. 58466.
Georg Brandl
2007-10-24
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
*
Ensure that code object names (co_name) are unicode.
Neal Norwitz
2007-08-24
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
*
Use PyUnicode_FromFormat() directly.
Walter Dörwald
2007-06-06
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
*
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Guido van Rossum
2006-08-24
*
Implement == and != comparisons for code objects by value.
Guido van Rossum
2006-08-24
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20