index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
codeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etc
Martin Panter
2016-04-15
1
-1
/
+1
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1
/
+138
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-1
/
+1
*
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
Victor Stinner
2013-10-10
1
-0
/
+5
*
Issue #15456: Fix code __sizeof__ after #12399 change.
Martin v. L?wis
2012-07-26
1
-1
/
+17
*
Make PyUnicode_Copy() private => _PyUnicode_Copy()
Victor Stinner
2011-12-12
1
-1
/
+1
*
Reuse PyUnicode_Copy() in validate_and_copy_tuple()
Victor Stinner
2011-10-11
1
-3
/
+1
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-6
/
+9
*
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-10
1
-2
/
+1
*
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson
2011-06-25
1
-29
/
+65
*
Remove arbitrary string length limits
Victor Stinner
2011-01-05
1
-2
/
+2
*
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
1
-2
/
+3
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-2
/
+2
*
Remove unused label.
Georg Brandl
2010-10-15
1
-4
/
+0
*
Use locale encoding if Py_FileSystemDefaultEncoding is not set
Victor Stinner
2010-10-15
1
-13
/
+0
*
Issue #9630: Redecode filenames when setting the filesystem encoding
Victor Stinner
2010-09-29
1
-0
/
+17
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-453
/
+453
*
code_repr(): use %U to format the filename
Victor Stinner
2010-05-07
1
-8
/
+12
*
Merged revisions 79060 via svnmerge from
Collin Winter
2010-03-18
1
-1
/
+4
*
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti
2009-07-21
1
-133
/
+56
*
#6502: add missing comma in docstring.
Georg Brandl
2009-07-18
1
-1
/
+1
*
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson
2009-02-02
1
-1
/
+1
*
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg
2008-08-07
1
-1
/
+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-5
/
+5
*
#1939: update code object docstring.
Georg Brandl
2008-01-26
1
-2
/
+3
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-5
/
+7
*
Fix a refleak for `filename', introduced in rev. 58466.
Georg Brandl
2007-10-24
1
-4
/
+0
*
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum
2007-10-15
1
-11
/
+8
*
Ensure that code object names (co_name) are unicode.
Neal Norwitz
2007-08-24
1
-5
/
+10
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-2
/
+1
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-8
/
+8
*
Use PyUnicode_FromFormat() directly.
Walter Dörwald
2007-06-06
1
-5
/
+3
*
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald
2007-05-18
1
-1
/
+1
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-5
/
+20
*
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Guido van Rossum
2006-08-24
1
-7
/
+7
*
Implement == and != comparisons for code objects by value.
Guido van Rossum
2006-08-24
1
-39
/
+55
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-4
/
+11
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0
/
+1
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0
/
+3
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0
/
+133
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-3
/
+3
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0
/
+453