summaryrefslogtreecommitdiff
path: root/python/modules
Commit message (Collapse)AuthorAge
* 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.
* 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
|
* Fixed typo.Austin Henriksen2019-10-30
|
* Fixed Python bug related to invalid return parameters, fixes #550Benoit Foucher2019-09-25
|
* Fixes for python custom sequence mapping (#444)Jose2019-07-16
| | | | | | | | * Fixes for python mappings * Additional fixes for Python custom sequence mapping. * Fix CHANGELOG TOC
* Fixed IcePy/macOS build errors caused by warningsBenoit Foucher2019-07-15
|
* Fixed Ruby crash (and similar issues in other mappings), fixes #432Benoit Foucher2019-07-11
|
* Enable -Wconversion with clang - Close #363Jose2019-06-21
|
* Add ice_isFixed - Close #356Jose2019-06-21
|
* 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
|
* 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
|
* 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.
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* Fixed IcePy compilation issue with GCC 8.2 on Debian/sid and -O3Benoit Foucher2018-10-17
|
* 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
| |
* | Allow to build Python 3.7 with Visual Studio 2017Jose2018-09-13
| |
* | Eliminate catch(const char*) #48Jose2018-07-26
|/
* Added sanity checks for ACM timeout value (ICE-8749)Benoit Foucher2018-03-20
|
* Use PY_FORMAT_SIZE_T with PyErr_FormatJose2018-03-07
|
* Update copyright year to 2018Jose2018-02-14
|
* ICE-8293 - Reduce casting in Python extensionMark Spruiell2018-02-12
| | | | | | ICE-8661 - Connection.getAdapter returns bogus value in Python ICE-8662 - Review Python type checking ICE-8663 - Accept None for callbacks
* Ensure Ice::Connection::setAdapter fails if the adapter is deactivated ↵Benoit Foucher2018-02-12
| | | | (ICE-8659)
* Added support for ice_fixed, ice_getTimeout, ice_getCompress methods ↵Benoit Foucher2018-01-31
| | | | (ICE-7996 & ICE-7976)
* Added missing ICE_NOEXPECT to IcePy/IceRuby/IcePHPBenoit Foucher2018-01-24
|
* ICE-8496 - Python crash on exitMark Spruiell2017-10-31
|
* ICE-8457 - Ruby and Python string fixesMark Spruiell2017-10-26
|
* Ported build system improvements from Freeze repositoryBenoit Foucher2017-08-16
|
* ICE-8279 - Operation.cpp/Connection.cpp warnings when building PyPI wheel on ↵Jose2017-07-12
| | | | Windows
* Fix for ICE-8245 - Python Ice/exceptions hangBenoit Foucher2017-07-11
|
* Windows UWP build instructions updatesJose2017-06-21
|
* Update mcpp NuGet packages to last versionJose2017-06-14
|
* Update mcpp/lmdb NuGet packagesJose2017-06-13
|
* Fixed ICE-7974 - Python AMI batch oneway requests now return a completed ↵Benoit Foucher2017-06-08
| | | | future object
* Remove excessive empty linesJoe George2017-06-07
|
* Additional fix for ICE-7884 - TwowayOnlyExceptionBenoit Foucher2017-06-01
|
* Fixed ICE-7941 - scheduleCallback now provides the connection to the ↵Benoit Foucher2017-06-01
| | | | dispatcher work item, fixed naming of AsyncResult private methods
* Replaced virtual public by public virtualBernard Normier2017-05-19
|
* Fixed ICE-7800 - moved python/ruby/php ldflags at the endBenoit Foucher2017-05-11
|
* ICE-7275 - Raise NotImplementedError in generated Python skeletonsMark Spruiell2017-05-04
| | | | ICE-7763 - Add support for marshaled-result in Python