index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
reactor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+10
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-15
/
+65
*
reactor: Fix typo
D4SK
2023-03-14
1
-2
/
+2
*
reactor: Fix typo
D4SK
2023-03-14
1
-2
/
+2
*
reactor: Add support for waiting on fds becoming writable
Kevin O'Connor
2022-07-06
1
-24
/
+75
*
klippy: Add Python2 module wrappers and use Python3 module naming
Kevin O'Connor
2021-10-04
1
-1
/
+1
*
reactor: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
reactor: Record time of recent gc collection sweeps
Kevin O'Connor
2020-09-17
1
-6
/
+10
*
reactor: Add support for explicit Python garbage collection
Kevin O'Connor
2020-09-16
1
-14
/
+36
*
reactor: Terminate any greenlets on finalize() call
Kevin O'Connor
2020-09-16
1
-1
/
+12
*
reactor: Add explicit finalize() method to clean up reactor state
Kevin O'Connor
2020-09-16
1
-5
/
+5
*
reactor: Use "import Queue as queue" for improved Python3 compatibility
Kevin O'Connor
2020-06-15
1
-3
/
+3
*
reactor: Support multiple waiting timers on a single completion
Kevin O'Connor
2020-02-19
1
-5
/
+6
*
reactor: Add support for "completions"
Kevin O'Connor
2019-07-10
1
-9
/
+46
*
reactor: Fix some corner cases with self._next_timer handling
Kevin O'Connor
2019-06-19
1
-16
/
+21
*
reactor: Be explicit on which handlers are timer_handler vs file_handler
Kevin O'Connor
2019-06-09
1
-27
/
+27
*
reactor: Add support for mutexes
Kevin O'Connor
2019-06-09
1
-1
/
+33
*
reactor: support for delayed callbacks
Janar Sööt
2019-01-07
1
-5
/
+5
*
reactor: Add ability to register callbacks
Kevin O'Connor
2018-06-30
1
-6
/
+58
*
reactor: Fix bug causing end() to not always work
Kevin O'Connor
2017-04-13
1
-4
/
+2
*
reactor: Support pause() command even when the reactor is not running
Kevin O'Connor
2017-04-01
1
-1
/
+9
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-11
/
+13
*
reactor: Reload eventtime if a greenlet is reactivated
Kevin O'Connor
2017-01-10
1
-2
/
+5
*
reactor: Add support for greenlets
Kevin O'Connor
2016-11-29
1
-5
/
+53
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+142