summaryrefslogtreecommitdiff
path: root/tests/basics/bytes.py
AgeCommit message (Expand)Author
2024-05-28tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.Damien George
2018-02-19py/objstr: Protect against creating bytes(n) with n negative.Damien George
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2015-04-04tests: Add tests to exercise lexer; and some more complex number tests.Damien George
2015-03-14tests: Add some more tests for bytes, bignum, string and ujson.Damien George
2015-01-28tests: Add testcase for bytes() on values in range 128-255.Paul Sokolovsky
2014-09-23tests: Fix uctypes tests to run on 64bit arch; enable more native tests.Damien George
2014-08-11objstr: Make sure that bytes are indexed as bytes, not as unicode.Paul Sokolovsky
2014-03-22py: Make 'bytes' be a proper type, support standard constructor args.Paul Sokolovsky
2014-01-24Add basic implementation of bytes type, piggybacking on str.Paul Sokolovsky