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
-
374 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
- [3.8] bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
- [3.7] bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)
- bpo-31485: Fix Misc.unbind behaviour when funcid is given
- [3.7] bpo-32989: IDLE - remove unneeded parameter (GH-18138)
- [3.8] bpo-32989: IDLE - remove unneeded parameter (GH-18138)
- [3.8] bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
- [3.7] bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
- bpo-39050: The Help button in IDLE's config menu does not work
- 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
- [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()