I'd say _the_ feature of QuickCheck is minimisation of the counter example.
It's a lot more fully featured than the alternatives. It still lacks a few features of quickcheck (coarbitrary for function generation, labelling of examples), but it does example minimization and a whole bunch of things even quickcheck doesn't.
Also, you have to make sure haskell's Ints and Python's Int are the same on your platform (one could be 32 bits and the other 64 bits).
[0] we did not prove anything, but just ran a bunch of tests, but you get the point.
Aren't they both infinite-resolution?
https://github.com/DRMacIver/hypothesis
http://hypothesis.readthedocs.org/en/master/
It's a QuickCheck inspired python testing library with some interesting new ideas.