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
*
Issue #3571: test_bytes mistakingly closed stdin
Antoine Pitrou
2008-08-16
1
-1/+2
*
#2538: bytes objects can only provide read-only buffers
Antoine Pitrou
2008-08-02
1
-0/+5
*
Merged revisions 65041 via svnmerge from
Georg Brandl
2008-07-16
1
-15/+23
*
Add test case for r63810.
Georg Brandl
2008-05-30
1
-0/+5
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-8/+8
*
Enabled fromhex('') test for bytes
Christian Heimes
2008-01-30
1
-3/+1
*
Removed unused import
Christian Heimes
2008-01-30
1
-1/+0
*
Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests
Christian Heimes
2008-01-30
1
-436/+470
*
Fixed #1969: split and rsplit in bytearray are inconsistent
Christian Heimes
2008-01-30
1
-1/+10
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-11/+11
*
Issue #1283: Allow any iterable of integers to be passed to
Alexandre Vassalotti
2007-12-04
1
-0/+18
*
Removed some leftovers from the str8 days
Christian Heimes
2007-11-22
1
-3/+0
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
1
-158/+158
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-203/+258
*
Patch 1171 by mfenniak -- allow subclassing of bytes.
Guido van Rossum
2007-11-03
1
-2/+81
*
Sort the method lists for str8 and bytes so differences are more apparent.
Guido van Rossum
2007-10-26
1
-12/+10
*
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl
2007-10-24
1
-31/+31
*
Patch 1280, by Alexandre Vassalotti.
Guido van Rossum
2007-10-19
1
-1/+1
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
1
-10/+38
*
Patch #1049 by Thomas Lee.
Guido van Rossum
2007-10-09
1
-5/+7
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-8/+8
*
Bug # 1125 (my code).
Guido van Rossum
2007-09-10
1
-4/+50
*
Make it an error to compare a bytes object and a Unicode object.
Jeremy Hylton
2007-08-29
1
-5/+5
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-63/+44
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-39/+43
*
Fix core dump in an endcase of b.strip() that I missed.
Guido van Rossum
2007-08-08
1
-0/+1
*
Getting rid of cPickle. Mmm, feels good!
Guido van Rossum
2007-07-20
1
-7/+5
*
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum
2007-07-11
1
-1/+1
*
Merged revisions 56125-56153 via svnmerge from
Guido van Rossum
2007-07-03
1
-3/+3
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-0/+6
*
Fix tset_bytes.py.
Guido van Rossum
2007-05-24
1
-4/+4
*
I don't know how come bytes.join() was a class method, but that's clearly
Guido van Rossum
2007-05-09
1
-5/+6
*
Given that ord() of a bytes object of length 1 is defined, it should
Guido van Rossum
2007-05-08
1
-0/+5
*
repr(b"\0") should return b"\x00", not the (unusual) b"\0".
Guido van Rossum
2007-05-08
1
-2/+3
*
Make all of test_bytes pass (except pickling, which is too badly busted).
Guido van Rossum
2007-05-04
1
-38/+38
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-14/+14
*
Support name and mode attributes on all file types.
Guido van Rossum
2007-04-13
1
-8/+1
*
Disallow u"..." + b"..." and b"..." + u"...".
Guido van Rossum
2007-04-13
1
-1/+1
*
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum
2007-04-13
1
-11/+43
*
An example of action-at-a-distance: fix the problems I had in test_io.py
Guido van Rossum
2007-04-11
1
-2/+10
*
Bytes should never equal unicode.
Guido van Rossum
2007-04-09
1
-0/+21
*
For Make Benefit Glorious Nation of Backwards Compatibility,
Guido van Rossum
2007-04-09
1
-0/+15
*
Addendum of patch #1669633: additional tests for bytes methods.
Georg Brandl
2007-03-06
1
-0/+31
*
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz
2007-02-27
1
-22/+168
*
Implement bytes.fromhex(), with tests.
Georg Brandl
2007-02-27
1
-0/+15
*
Make bytes_repr return a string containing a b"" literal.
Georg Brandl
2007-02-24
1
-3/+5
*
Bytes literal.
Thomas Wouters
2007-02-23
1
-1/+13
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
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
[next]