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
-
364 contributions in the last year
Contribution activity
January 2020
Created a pull request in python/cpython that received 10 comments
bpo-39152: add missing ttk.Scale.configure return value
tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name or a list thereof for all options. Based on patch Giovanni Lombardo.
+9
β11
β’
10
comments
- bpo-39411: pyclbr rewrite on AST
- [3.7] bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
- [3.8] bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
- bpo-32989: IDLE - fix bad editor call of pyparse method
- bpo-17005: Add a topological sort algorithm
- bpo-31485: Fix Misc.unbind behaviour when funcid is given
- [3.7] Minor formatting improvements and fixes to idle.rst (GH-17165)
- [3.7] Minor formatting improvements and fixes to idle.rst (GH-17165)
- [3.8] Minor formatting improvements and fixes to idle.rst (GH-17165)
- [3.7] bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
- [3.8] bpo-39152: add missing ttk.Scale.configure return value (GH-17815)
- [issue39165][bpo-39165][Lib/re] implement findalliter() and findfirst()