Donat Zenichev
551ff86c70
MT#57393 python: fix the `Missing parentheses in call to 'print'
...
It's been noticed that the compiler reports us:
`Missing parentheses in call to 'print'. Did you mean print(...)?`
Affected files:
- apps/dsm/mods/mod_py/python_inc.py
- apps/dsm/mods/mod_py/python_lib.py
- apps/ivr/python_inc.py
- apps/ivr/python_lib.py
- apps/py_sems/python_inc.py
- apps/py_sems/python_lib.py
Change-Id: I501d69b5681e6cd570b6c3a7c552d268d531d289
3 years ago
Victor Seva
ff47897962
Imported Upstream version 1.6.0~20140516~eaa616
12 years ago
Stefan Sayer
014a26b268
no -Xlinker and --export-dynamic on solaris, too
16 years ago
Stefan Sayer
c626e300fe
removed unnecessary link dep on libutil
16 years ago
Stefan Sayer
7dcb7e2abb
added OpenSSL linking exception to license
16 years ago
Stefan Sayer
a8de04af62
moved DSM module docs to doc directory
16 years ago
Stefan Sayer
21265b0fc3
DSM: pass DSMSession along & save a dynamic_cast
16 years ago
Stefan Sayer
8237f5e515
adapted to new core logging API
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1878 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Raphael Coeffic
a0dfd71af5
- splits the exclude_modules in three variables (exclude_core_module, exclude_apps_modules,exclude_dsm_modules).
...
- exclude_dsm_modules is set in apps/dsm/mods/Makefile, the two others are set in Makefile.defs.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1741 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
d1719302ab
fixed _XOPEN_SOURCE redefined compiler warnings by changing include order (Python.h as first one)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1668 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
101d7f9f97
added a session.select(name) function to access select of a session.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1653 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
b3f86b0342
python exception handling
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1562 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
97c0229406
went one step further with macrotisation of DSM modules
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1542 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
4d50687bb5
- Fixed installation of python binary objects.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1530 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
df4e8487e2
make locals stay across several calls to py()
...
add information and code about python memory debugging
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1424 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
4bad67c5b7
add plugin-path to PYTHONPATH before initializing python
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1414 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
cfc198a159
fixing some leaks. Patch from and thanks to Christian Schubert at iptego.com
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1376 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
1935d6d2c8
add note about preloading
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1375 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
d29973deef
* simplified code
...
* does not crash any more (TM): threads are initialized
* needs preload
* still leaks ~1k/call
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1374 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
385f7c841c
documentation and some bfix
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1368 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
18ebdc0358
mod_py : module with py(...) action and condition
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1367 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago