WMOkiishi
|
f7f3179a89
Move test code from across `direct` to proper test modules
|
2 years ago |
rdb
|
7cd4ca07ed
task: Check sys.platform instead of PandaSystem for emscripten tag
|
2 years ago |
rdb
|
37b5c9ad9e
direct: More code style changes
|
2 years ago |
rdb
|
8b1126ba3e
direct: General cleanup of Python code
|
2 years ago |
Timothy Paustian
|
50de135641
task: Fix re-adding task object removing extraArgs (#1132)
|
2 years ago |
WMOkiishi
|
c7c70bc32a
direct: Cut down on usage of `import *` (#1454)
|
2 years ago |
rdb
|
683c54938c
task: Don't capture SIGINT on Android
|
3 years ago |
rdb
|
f8df5cac32
Merge branch 'release/1.10.x'
|
4 years ago |
rdb
|
2aac58b5ab
task: Restore previous interrupt handler after `taskMgr.step()`
|
4 years ago |
rdb
|
73a27fa281
task: Get rid of unnecessary __makeTaskList
|
4 years ago |
rdb
|
cdf5b16ddd
task: Add AsyncFuture::shield() ability, part of #1136
|
4 years ago |
rdb
|
613441060b
Merge branch 'release/1.10.x'
|
4 years ago |
rdb
|
d043df7d4e
task: Add delay= argument to taskMgr.add()
|
4 years ago |
rdb
|
be9dde1eee
direct: add .pylintrc, perform major code cleanup pass
|
5 years ago |
rdb
|
707ea089cb
Merge remote-tracking branch 'origin/release/1.10.x'
|
5 years ago |
rdb
|
dae9e31223
direct: fix various uses of types.MethodType in Python 3 (from #1000)
|
5 years ago |
rdb
|
d799a09002
cleanup: Remove support for EOL versions of Python
|
5 years ago |
rdb
|
918d268b80
Merge branch 'release/1.10.x'
|
5 years ago |
Derzsi Dániel
|
eccfce4606
task: Fix memory leak related to Python 3 signal API changes
|
5 years ago |
rdb
|
a72be90f17
Merge branch 'release/1.10.x'
|
6 years ago |
rdb
|
f149fb4ab0
direct: big formatting changes for the benefit of API reference
|
6 years ago |
rdb
|
ffeb8937bf
task: fix unnecessary use of PythonUtil.Queue class
|
6 years ago |
Christopher Snow
|
b06b5791ca
Task: Couple two clauses which execute the same logic.
|
6 years ago |
rdb
|
ed5e5386b9
AsyncFuture improvements, incl. support for gathering futures
|
8 years ago |
rdb
|
2e20a0f16e
Implement awaitable thread-safe future for async operations
|
8 years ago |
rdb
|
0c0f9adab9
Support coroutines and async/await in the task manager and loader
|
8 years ago |
rdb
|
f1f4951fb5
Merge remote-tracking branch 'origin/release/1.9.x'
|
9 years ago |
rdb
|
f363088cb2
Fix exception when creating intervals before ShowBase is started
|
9 years ago |
Mitchell Stokes
|
74d588696c
Fix Python3 support
|
9 years ago |
David Rose
|
28cbe13d85
task names can be unicode strings too, better to check against basestring
|
9 years ago |