summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAge
* Make fixes for c++98 dependenciesJoe George2021-03-01
|
* Fix python build deps on WindowsJoe George2021-02-21
|
* Switch to using python3 by defaultJoe George2021-02-10
|
* Remove checksum support (#607)Austin Henriksen2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed checksum sources from swift mapping project file. * Removed checksum tests from Python. * Removed checksum from Python mapping. * Removed checksum tests from PHP mapping. * Removed checksum support from PHP mapping. * Removed checksum sources from MATLAB project file. * Removed checksum option from slice2x manpages. * Removed checksum sources from JavaScript mapping. * Removed checksum tests from Java mapping. * Removed outdated checksum metadata from Java mapping. * Removed checksum support from Java mapping. * Removed checksum tests from csharp. * Removed checksum support from csharp mapping. * Removed checksum tests from cpp * Removed checksum support from IceBox. * Removed checksum support from IceStorm. * Removed Slice checksum support from IceGrid. * Fixed broken filters file for Slice VS project. * Removed checksum support from cpp mapping. * Removed checksum support from Slice definitions. * Removed checksum support from cpp98 mapping.
* Remove IcePatch2 (#602)Bernard Normier2021-02-01
| | | | Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
* Add getPythonVersion to PythonMapping.ConfigJose2021-01-19
|
* Check the python version of the interpreter running the testsJose2021-01-19
|
* Fix typoJose2021-01-12
|
* Fix C# marshal/unmarshal of optional data members (#1232)Jose2021-01-08
| | | See #889
* Fixed asyncio/test.py to only run the test with Python 3.7Benoit Foucher2021-01-08
|
* Fixed Ice.wrap_future cancellation bug and added asyncio test (#1229)Benoit Foucher2021-01-07
|
* Fixed invalid Python 3.9 macroBenoit Foucher2020-11-10
|
* Fixed iOS test controller Xcode project for Xcode 12 and Python 3.9 fixBenoit Foucher2020-11-10
|
* Add class cycle detection during unmarshaling (#946)Joe George2020-07-07
| | | | | | | | | Add support for detection of class cycles during unmarshaling in languages which do no have garbage collection: C++, Swift, and Objective-C. A `MarshalException` is thrown when a cycle is detected. The property `Ice.AcceptClassCycles` can be set to a value greater than `0` to change this behavior.
* Copy python dependencies to the extension directory - Close #926 (#927)Jose2020-06-25
|
* Add __main__ logic to slice2py.py (Fixes #893)Joe George2020-06-10
|
* Remove extra empty lineJose2020-04-23
|
* Disable IceSSL with python/Ice/blobject - Close #810Jose2020-04-21
|
* Fix #635 - Python 3.8 build failureJoe George2019-11-18
| | | | Allow undefined symbols when linking
* Fixed typo.Austin Henriksen2019-10-30
|
* Minor fixes to documentation filesBenoit Foucher2019-10-11
|
* Allow to set python build flags without using python-configJose2019-10-04
|
* Inrease timeouts in Ice/acm test - Close #558Jose2019-09-29
|
* Fixed Python bug related to invalid return parameters, fixes #550Benoit Foucher2019-09-25
|
* Fix for invocation timeout sporadic test failure, fixes #547Benoit Foucher2019-09-24
|
* Fixes for endpoint to string conversion - Close #517 (#519)Jose2019-09-10
|
* Fixed Ice/acm test waitForClose timingBenoit Foucher2019-09-04
|
* Simplifed collocation test in Ice/location test, fixes #506Benoit Foucher2019-09-04
|
* Fixes for slice2py forward declarations - Close #490Jose2019-09-03
|
* Fixed Ice/timeout test to ensure the client doesn't hang in case of test failureBenoit Foucher2019-08-22
|
* Additional fixes for Ice/optional Swift cross testingJose2019-08-08
|
* Fixes for C++ & Swift generated code - Close #458Jose2019-07-31
|
* Fixed whitespacesBenoit Foucher2019-07-22
|
* Minor python fixesJose2019-07-16
|
* Remove unused class Ice.BatchRequest in Ice for PythonJose2019-07-16
|
* Fixes for python custom sequence mapping (#444)Jose2019-07-16
| | | | | | | | * Fixes for python mappings * Additional fixes for Python custom sequence mapping. * Fix CHANGELOG TOC
* Create install dir with MKDIRBernard Normier2019-07-15
|
* Fixed IcePy/macOS build errors caused by warningsBenoit Foucher2019-07-15
|
* Port to AIX with g++, xlC_r and xlclang++ (#434)Bernard Normier2019-07-15
|
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Remove forward declarations limitation - Close #97Jose2019-07-09
|
* Fix checkedCast with facet and MATLAB - Close #394Jose2019-06-24
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* GCC 8 Build fixes for Python, PHP and RubyJose2019-01-11
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Fix computation of python-config. Fixes #303Joe George2018-11-21
|