Commit Graph

79 Commits (master)

Author SHA1 Message Date
mattsb42-aws ab24d2cb85 disable Python 3.3 tests in Travis CI pending https://github.com/awslabs/base64io-python/issues/4 2018-06-07 12:32:49 -07:00
mattsb42-aws 72e7087e30 fix travis 3.7 python name 2018-06-07 12:32:49 -07:00
mattsb42-aws 6d6ecd3a34 appveyor does not yet have 3.7 2018-06-07 12:32:49 -07:00
mattsb42-aws 3f39ca3bb2 __exit__ should return False to correctly not swallow exceptions https://www.python.org/dev/peps/pep-0343/#specification-the-with-statement 2018-06-05 16:42:10 -07:00
mattsb42-aws 6739e2da5f read() should accept and pass on only ints: we will still accept None but will normalize it and pass it on. Also, read(0) should actually return 0 bytes 2018-06-05 16:42:10 -07:00
mattsb42-aws 03d5cc2be8 fix mypy signatures 2018-06-05 16:42:10 -07:00
David Koenig b614e0cd4c
Merge pull request #3 from mattsb42-aws/clean
Minor cleanup
2018-05-16 09:37:23 -07:00
mattsb42-aws 9ca0871976 clean up import formatting in test 2018-05-16 09:02:43 -07:00
mattsb42-aws ea7902d60c clean up trailing whitespace in readme 2018-05-16 08:59:16 -07:00
Matt Bullock 7cf523084f
Merge pull request #2 from juneb/readme
Quick edit of the new readme
2018-05-16 08:34:51 -07:00
June Blender a033d1de60 Revised per comments, incl. capitalizing Base64 2018-05-15 14:21:08 -07:00
June Blender 07b01311b6 Edit 2018-04-12 12:40:10 -07:00
Matt Bullock ae3dc25c60
Merge pull request #1 from mattsb42-aws/dev
Initial port
2018-04-12 10:36:50 -07:00
mattsb42-aws 976fd1e79e * add read sizes of 6 and 7 to build_test_cases
* add partial encode tests
2018-03-26 19:13:52 -07:00
mattsb42-aws 14b369dc7d add pypi-parker config 2018-03-23 14:20:46 -07:00
mattsb42-aws bc3603b21b introductory changelog text 2018-03-23 14:20:24 -07:00
mattsb42-aws d37214a847 adding use case blurb to readme 2018-03-12 20:16:59 -07:00
mattsb42-aws b9febd88b9 adding tests 2018-03-12 20:12:23 -07:00
mattsb42-aws 4b1f01f43b port of code 2018-03-12 20:12:12 -07:00
mattsb42-aws 9faa3399a0 adding Sphinx config and docs index 2018-03-12 20:11:58 -07:00
mattsb42-aws 2baf25fe3f initial package setup and structure 2018-03-12 20:11:36 -07:00
mattsb42-aws 1f500ad849 fleshing out readme 2018-03-12 20:10:24 -07:00
Henri Yandell 325784c8ab Updating initial README.md from template 2018-03-12 09:39:03 -07:00
Henri Yandell 052ea2cb5f Creating initial file from template 2018-03-12 09:39:02 -07:00
Henri Yandell 0c7c86f7f4 Creating initial file from template 2018-03-12 09:39:01 -07:00
Henri Yandell 5b2576ead6 Creating initial file from template 2018-03-12 09:39:00 -07:00
Henri Yandell 8a5c34fc1b Creating initial file from template 2018-03-12 09:38:59 -07:00
Henri Yandell 4c01ec2719 Creating initial file from template 2018-03-12 09:38:58 -07:00
Henri Yandell 561c0b507d
Initial commit 2018-03-12 09:38:56 -07:00