Christopher Head
|
51267a4b12
|
Add tkinter Event class (#4200)
|
2020-06-08 12:46:16 -07:00 |
|
Christopher Head
|
948c1a63e6
|
Relax asyncio.TimerHandle.__init__ args parameter (#4193)
Just like the Handle class, the TimerHandle class can take any sequence
here, not just a list.
|
2020-06-06 18:33:23 -07:00 |
|
Christopher Head
|
7931635b52
|
Add sys.{get,set}_asyncgen_hooks (#4195)
|
2020-06-06 15:44:48 -07:00 |
|
Christopher Head
|
5b36051f77
|
tkinter: fix variable parameter to wait_variable (#4194)
The tkinter `wait_variable` function can be called with either the name
of a variable (a `str`) or an actual variable object (a `Variable`).
|
2020-06-06 14:41:42 -07:00 |
|