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
-
385 contributions in the last year
Contribution activity
December 2019
Created a pull request in python/cpython that received 6 comments
- [3.8] Fix idlelib README typo. (GH-17770)
- [3.7] Fix idlelib README typo. (GH-17770)
- [3.8] bpo-34118: memoryview, range, and tuple are classes (GH-17761)
- [3.7] bpo-34118: memoryview, range, and tuple are classes (GH-17761)
- bpo-39136: Fixed typos
- [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.