summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Communicator.cpp
Commit message (Collapse)AuthorAge
* 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.
* 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
|
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Extra C++ warning flags with clang and g++.Bernard Normier2018-10-26
| | | | Fixes 223.
* PyThread_get_thread_ident returns unsigned long in Python 3.7 and long in ↵Bernard Normier2018-09-21
| | | | older versions
* More fixes for Xcode 10Bernard Normier2018-09-21
|
* 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
* 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
|
* ICE-7716 - more scripting language fixesMark Spruiell2017-03-29
|
* ICE-7716 - Python fixesMark Spruiell2017-03-28
|
* - ICE-6845 - More dispatcher fixes for PythonMark Spruiell2017-03-08
| | | | | | - Deprecated the InitializationData.threadHook member - Added threadStart and threadStop members to InitializationData - InitializationData.batchRequestInterceptor can now be a callable
* ICE-6845 - add Python support for dispatcherMark Spruiell2017-03-07
|
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fixed ICE-7169 and ICE-7375 - add option to specify if batch requests ↵Benoit Foucher2017-02-06
| | | | | | | | flushed with the communicator/connection should be compressed
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |
* | Added support for non-ASCII characters and universal character namesBernard Normier2016-10-20
| | | | | | | | | | to stringified identities and proxies. This includes a new Ice.ToStringMode property.
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-03-01
|\|
| * Ice::identityToString/Ice::stringToIdentity php/ruby/python implementationsJose2016-03-01
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
| |
* | ICE-6897 - Python and Objective-C ValueFactoryJoe George2015-12-17
| | | | | | | | | | - ValueFactory's are now functions/lambdas in Python and blocks in Objective-C
* | ICE-6908 - Add ValueFactoryJoe George2015-12-08
|/ | | | | | ValueFactory is a replacement for ObjectFactory (which is still available if needed). It is an interface with only one operation and can has the "delegate" metadata.
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp