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
/
Objects
/
bytesobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum
2007-04-13
1
-59/+165
*
Clean up trailing whitespace.
Guido van Rossum
2007-04-12
1
-18/+18
*
Real pickling for bytes.
Guido van Rossum
2007-04-11
1
-1/+14
*
Bytes should never equal unicode.
Guido van Rossum
2007-04-09
1
-1/+6
*
For Make Benefit Glorious Nation of Backwards Compatibility,
Guido van Rossum
2007-04-09
1
-10/+33
*
Fix off-by-one bug in memmove() call in bytes_insert().
Guido van Rossum
2007-02-27
1
-1/+1
*
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz
2007-02-27
1
-1/+1556
*
Remove a few stray tabs from bytesobject.c.
Georg Brandl
2007-02-27
1
-30/+30
*
Implement bytes.fromhex(), with tests.
Georg Brandl
2007-02-27
1
-10/+76
*
Make bytes_repr return a string containing a b"" literal.
Georg Brandl
2007-02-24
1
-54/+52
*
Implement extended slicing in bytes objects.
Thomas Wouters
2006-12-19
1
-16/+217
*
Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop'
Thomas Wouters
2006-08-23
1
-0/+2
*
Make bytesobject raise ValueError instead of TypeError again (thanks, Nick)
Thomas Wouters
2006-08-22
1
-4/+4
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-5/+4
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
1
-8/+1
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-3/+4
*
Adding bytes.join() -- a class methods that concatenates an iterable of bytes.
Guido van Rossum
2006-05-05
1
-2/+65
*
Optimizations for bytes reallocation.
Guido van Rossum
2006-05-05
1
-11/+53
*
Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes.
Guido van Rossum
2006-04-27
1
-5/+94
*
Added much functionality to the bytes type.
Guido van Rossum
2006-04-24
1
-168/+462
*
Fix a leak and a buglet discovered by Thomas.
Guido van Rossum
2006-04-23
1
-1/+2
*
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum
2006-04-22
1
-0/+373