index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
bytesobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-2/+2
*
Added all PyTypeObjects to the appropriate header files.
Christian Heimes
2007-11-29
1
-0/+1
*
Fix typo in comment
Neal Norwitz
2007-08-25
1
-1/+1
*
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz
2007-08-19
1
-0/+1
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
1
-0/+1
*
Fix merge breakage.
Martin v. Löwis
2007-07-21
1
-1/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-1/+1
*
Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE.
Guido van Rossum
2007-06-14
1
-2/+2
*
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum
2007-04-13
1
-0/+1
*
Optimizations for bytes reallocation.
Guido van Rossum
2006-05-05
1
-0/+1
*
Added much functionality to the bytes type.
Guido van Rossum
2006-04-24
1
-2/+3
*
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum
2006-04-22
1
-0/+47