rdb
|
707ea089cb
Merge remote-tracking branch 'origin/release/1.10.x'
|
5 gadi atpakaļ |
rdb
|
dae9e31223
direct: fix various uses of types.MethodType in Python 3 (from #1000)
|
5 gadi atpakaļ |
rdb
|
d799a09002
cleanup: Remove support for EOL versions of Python
|
5 gadi atpakaļ |
rdb
|
918d268b80
Merge branch 'release/1.10.x'
|
5 gadi atpakaļ |
Derzsi Dániel
|
eccfce4606
task: Fix memory leak related to Python 3 signal API changes
|
5 gadi atpakaļ |
rdb
|
a72be90f17
Merge branch 'release/1.10.x'
|
6 gadi atpakaļ |
rdb
|
f149fb4ab0
direct: big formatting changes for the benefit of API reference
|
6 gadi atpakaļ |
rdb
|
ffeb8937bf
task: fix unnecessary use of PythonUtil.Queue class
|
6 gadi atpakaļ |
Christopher Snow
|
b06b5791ca
Task: Couple two clauses which execute the same logic.
|
6 gadi atpakaļ |
rdb
|
ed5e5386b9
AsyncFuture improvements, incl. support for gathering futures
|
8 gadi atpakaļ |
rdb
|
2e20a0f16e
Implement awaitable thread-safe future for async operations
|
8 gadi atpakaļ |
rdb
|
0c0f9adab9
Support coroutines and async/await in the task manager and loader
|
8 gadi atpakaļ |
rdb
|
f1f4951fb5
Merge remote-tracking branch 'origin/release/1.9.x'
|
9 gadi atpakaļ |
rdb
|
f363088cb2
Fix exception when creating intervals before ShowBase is started
|
9 gadi atpakaļ |
Mitchell Stokes
|
74d588696c
Fix Python3 support
|
9 gadi atpakaļ |
David Rose
|
28cbe13d85
task names can be unicode strings too, better to check against basestring
|
9 gadi atpakaļ |
rdb
|
23bf9ea5c7
The direct tree is now valid Python 2 *and* 3
|
9 gadi atpakaļ |
rdb
|
54fa31ba17
StandardError -> Exception, other 2to3 changes, threaded 2to3
|
9 gadi atpakaļ |
rdb
|
0d03207d1b
Dramatically reduce size of frozen/compiled code by pruning/masking unnecessary imports/code
|
9 gadi atpakaļ |
rdb
|
e0e2d6d222
Ignore run() in emscripten
|
9 gadi atpakaļ |
rdb
|
03c8d4c009
Fix use of many builtins
|
10 gadi atpakaļ |
rdb
|
dafe48a6bc
Begin to add snake_case/property interfaces to important direct classes
|
10 gadi atpakaļ |
rdb
|
0a9f9887f9
Merge branch 'release/1.9.x'
|
10 gadi atpakaļ |
rdb
|
2d6c2c5c6d
Remove dependency on tkpanels and tkwidgets modules when building .p3d package
|
10 gadi atpakaļ |
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 gadi atpakaļ |
rdb
|
d9342043b0
Deprecate pandac.PandaModules and genPyCode, move extensions to panda3d/, clean up imports and deprecated behaviour
|
10 gadi atpakaļ |
rdb
|
f87785d2c0
Allow using Panda without 'signal' module in platforms that do not have one (eg. JavaScript)
|
10 gadi atpakaļ |
rdb
|
0aa0f34c74
Lots of work to make the rtdist work with the new library building system
|
11 gadi atpakaļ |
rdb
|
f8acde64f7
taskMgr.destroy() should imply stop()
|
11 gadi atpakaļ |
rdb
|
c729775265
The 'new' module has been deprecated since 2.6 and removed in Python 3, let's not use it (use 'types' module instead)
|
12 gadi atpakaļ |