Updates for numpy uint types

Closed Bitbucket Importer requested to merge bitbucket/declined-pr-17 into branch/default

Created originally on Bitbucket by jterrace (Jeff Terrace)

Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.

Fixed typo in W_UnsignedIntegerBox

Updated dtype tests to check for proper overflows on int types

Exposed uint8, uint16, uint32

Wrote tests for uint8, uint16, uint32, and uint64 but the uint64 test is set to be skipped because it's broken. Did not expose uint64 since the tests weren't passing.

Merge request reports