rdb
|
73a27fa281
task: Get rid of unnecessary __makeTaskList
|
4 tahun lalu |
rdb
|
cdf5b16ddd
task: Add AsyncFuture::shield() ability, part of #1136
|
4 tahun lalu |
rdb
|
613441060b
Merge branch 'release/1.10.x'
|
4 tahun lalu |
rdb
|
d043df7d4e
task: Add delay= argument to taskMgr.add()
|
4 tahun lalu |
rdb
|
be9dde1eee
direct: add .pylintrc, perform major code cleanup pass
|
5 tahun lalu |
rdb
|
707ea089cb
Merge remote-tracking branch 'origin/release/1.10.x'
|
5 tahun lalu |
rdb
|
dae9e31223
direct: fix various uses of types.MethodType in Python 3 (from #1000)
|
5 tahun lalu |
rdb
|
d799a09002
cleanup: Remove support for EOL versions of Python
|
5 tahun lalu |
rdb
|
918d268b80
Merge branch 'release/1.10.x'
|
5 tahun lalu |
Derzsi Dániel
|
eccfce4606
task: Fix memory leak related to Python 3 signal API changes
|
5 tahun lalu |
rdb
|
a72be90f17
Merge branch 'release/1.10.x'
|
6 tahun lalu |
rdb
|
f149fb4ab0
direct: big formatting changes for the benefit of API reference
|
6 tahun lalu |
rdb
|
ffeb8937bf
task: fix unnecessary use of PythonUtil.Queue class
|
6 tahun lalu |
Christopher Snow
|
b06b5791ca
Task: Couple two clauses which execute the same logic.
|
6 tahun lalu |
rdb
|
ed5e5386b9
AsyncFuture improvements, incl. support for gathering futures
|
8 tahun lalu |
rdb
|
2e20a0f16e
Implement awaitable thread-safe future for async operations
|
8 tahun lalu |
rdb
|
0c0f9adab9
Support coroutines and async/await in the task manager and loader
|
8 tahun lalu |
rdb
|
f1f4951fb5
Merge remote-tracking branch 'origin/release/1.9.x'
|
9 tahun lalu |
rdb
|
f363088cb2
Fix exception when creating intervals before ShowBase is started
|
9 tahun lalu |
Mitchell Stokes
|
74d588696c
Fix Python3 support
|
9 tahun lalu |
David Rose
|
28cbe13d85
task names can be unicode strings too, better to check against basestring
|
9 tahun lalu |
rdb
|
23bf9ea5c7
The direct tree is now valid Python 2 *and* 3
|
9 tahun lalu |
rdb
|
54fa31ba17
StandardError -> Exception, other 2to3 changes, threaded 2to3
|
9 tahun lalu |
rdb
|
0d03207d1b
Dramatically reduce size of frozen/compiled code by pruning/masking unnecessary imports/code
|
9 tahun lalu |
rdb
|
e0e2d6d222
Ignore run() in emscripten
|
9 tahun lalu |
rdb
|
03c8d4c009
Fix use of many builtins
|
10 tahun lalu |
rdb
|
dafe48a6bc
Begin to add snake_case/property interfaces to important direct classes
|
10 tahun lalu |
rdb
|
0a9f9887f9
Merge branch 'release/1.9.x'
|
10 tahun lalu |
rdb
|
2d6c2c5c6d
Remove dependency on tkpanels and tkwidgets modules when building .p3d package
|
10 tahun lalu |
rdb
|
31dbcae262
Deprecate many extension methods, make extension methods imported via modules instead of dumped into core.py, move _core.pyd and _direct.pyd back to core.pyd, direct.pyd respectively, move MAIN_DIR set-up code to module init time
|
10 tahun lalu |