Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up
Popular repositories
-
-
Forked from HypothesisWorks/hypothesis
Hypothesis is a powerful, flexible, and easy to use library for property-based testing.
Python
-
399 contributions in the last year
Contribution activity
December 2019
- [3.7] bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
- [3.8] bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
- bpo-38943: Fix IDLE autocomplete window not always appearing
- [3.7] bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
- [3.8] bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
- bpo-38944: Escape key now closes IDLE completion windows.
- bpo-38981: Rename re.error to re.ReCompileError for better readability.