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
/
Lib
/
test
/
test_bytes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement extended slicing in bytes objects.
Thomas Wouters
2006-12-19
1
-0/+31
*
Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop'
Thomas Wouters
2006-08-23
1
-0/+3
*
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
-4/+4
*
Comment out debug print.
Guido van Rossum
2006-05-26
1
-1/+1
*
Adding bytes.join() -- a class methods that concatenates an iterable of bytes.
Guido van Rossum
2006-05-05
1
-0/+24
*
Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes.
Guido van Rossum
2006-04-27
1
-2/+49
*
Added much functionality to the bytes type.
Guido van Rossum
2006-04-24
1
-32/+232
*
Fix a leak and a buglet discovered by Thomas.
Guido van Rossum
2006-04-23
1
-16/+48
*
Fix test_main function so test_bytes can be run by regrtest.py.
Thomas Wouters
2006-04-23
1
-1/+1
*
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum
2006-04-22
1
-0/+109