summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAge
...
* Added missing exceptions to convertLocalException in Python.Austin Henriksen2018-11-20
|
* Fixed Python segfault that could occur because of KeyboardInterrupt, fixes #107Benoit Foucher2018-11-20
|
* Better fix for python build failreJose2018-11-16
|
* Fix build failures with Python 3.7.0Jose2018-11-16
|
* More bidir tests. Fixes #51.Bernard Normier2018-11-13
|
* Do not use "false" in python testsJose2018-11-08
| | | | Close #270
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Increase Visual Studio warning level to Level4Bernard Normier2018-11-01
| | | | Fixes #223.
* Updated to Python 3.7Bernard Normier2018-11-01
|
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Do not use time.clock() with Python >= 3.3 as it is deprecatedJose2018-10-26
|
* Do not use imp.new_module deprecated since Python 3.4Jose2018-10-26
| | | | Close #260
* Upgrade default Python version for Windows builds to 3.7Jose2018-10-26
|
* Fixed slice2matlab generated code type for dictionary data membersJose2018-10-23
| | | | Close #256
* Added support for --cpp-path to test driverBenoit Foucher2018-10-18
|
* Fixed IcePy compilation issue with GCC 8.2 on Debian/sid and -O3Benoit Foucher2018-10-17
|
* Fix whitespacesBenoit Foucher2018-10-01
|
* Fix python Ice/info test failureJose2018-09-26
|
* Fix python Ice/info test failureJose2018-09-26
| | | | Close #215
* Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-21
|\
| * PyThread_get_thread_ident returns unsigned long in Python 3.7 and long in ↵Bernard Normier2018-09-21
| | | | | | | | older versions
* | Merge branch '3.7.1-xcode10' into 3.7Bernard Normier2018-09-21
|\|
| * More fixes for Xcode 10Bernard Normier2018-09-21
| |
* | Test using Value as operation parameterJose2018-09-20
| | | | | | | | | | | | | | | | | | Fix a bug in slice2java that generate bogus code or using Value as an Slice operation parameter Fix a bug in JavaScript mapping that cause a run-time error when invoking an operation that defines Value as an input parameter
* | Test using Value type as a class data memberJose2018-09-13
| | | | | | | | See #203
* | Allow to build Python 3.7 with Visual Studio 2017Jose2018-09-13
| |
* | Remove debug statementJose2018-09-03
| |
* | Fixed whitespacesBenoit Foucher2018-08-28
| |
* | Fix sockect exception in python binding test when running with workersJose2018-08-15
| |
* | Fix python Slice/escape test failure running with workersJose2018-08-15
| |
* | Fixes to allow run JavaScript and Python tests with workersJose2018-08-14
| |
* | Update PHP tests to use TestHelper classJose2018-08-08
| |
* | Python test suite updatesJose2018-08-06
| |
* | Eliminate catch(const char*) #48Jose2018-07-26
| |
* | Add support cs:namespace metadataJose2018-06-28
| | | | | | | | | | | | | | Add support to map Slice modules to different namespaces using cs:namespace metadata Fixes #122 slice2cs generates invalid namespace qualification
* | Test fixes and improvements for Android testing reliabilityBenoit Foucher2018-06-21
| |
* | Port Ice/scope test to scripting languagesJose2018-06-19
| |
* | Better fix to allow parent directory with spaces (for bug #95)Benoit Foucher2018-06-05
| |
* | Allow spaces in ice repository parent directory (fixes #95)Benoit Foucher2018-06-05
| |
* | Timeout test and Android driver fixesBenoit Foucher2018-05-29
| |
* | Missing dependency for Glacier2 testsJose2018-05-03
| |
* | Build C++ dependencies when build Ice for PythonJose2018-05-03
|/
* Fix typoJose2018-04-09
|
* IcePy failures on SLES12Jose2018-04-09
| | | | See ICE-8810
* Use the extension suffix given by python-configJose2018-04-06
|
* Only filter python ldflags on Ubuntu and Debian platformsJose2018-04-06
|
* Warnings build python debian packages:Jose2018-04-05
| | | | | | | - ICE-8789 debian packaging says linking IcePy with dl/util it is not necessary - ICE-8791 dh_python2 warning about linking with pyhon2.7
* Init file for Ice/Py3 moduleJose2018-04-05
|
* Use Py3 package name for Python3 codeJose2018-04-05
|
* Move Ice/IceFuture.py -> to Ice/Future/WrapFuture.pyJose2018-04-05
| | | | | | | | Using an Ice submodule for this file allow us to exclude it from python < 3.5 pip packages, python bytecode compile will fail with python < 3.5 for this file and break pip package. See ICE-8794