Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 697
    • Issues 697
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • pypypypy
  • Merge requests
  • !16

Adds full fromstring support and exposes uint types

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Bitbucket Importer requested to merge bitbucket/declined-pr-16 into branch/default Dec 10, 2011
  • Overview 4
  • Commits 0
  • Pipelines 0
  • Changes -

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.

  1. Fixed typo in W_UnsignedIntegerBox
  2. Updated dtype tests to check for proper overflows on int types
  3. Exposed uint8, uint16, uint32
  4. 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.
  5. Updated fromstring() function to support the full range of parameters
  6. Added lots of tests for fromstring
  7. Added str/w_str to the numpypy FakeSpace
  8. Fixed dtype coerce functions to handle strings so that numpy.int32('3') works properly (and also used in fromstring). Added tests for it.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bitbucket/declined-pr-16