summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Operation.cpp
Commit message (Collapse)AuthorAge
* ICE-8496 - Python crash on exitv3.7.0.1-pythonMark Spruiell2017-11-22
|
* 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
|
* Fixed ICE-7974 - Python AMI batch oneway requests now return a completed ↵Benoit Foucher2017-06-08
| | | | future object
* 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
|
* ICE-7275 - Raise NotImplementedError in generated Python skeletonsMark Spruiell2017-05-04
| | | | ICE-7763 - Add support for marshaled-result in Python
* - 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
* Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Merging 3.6 for ICE-7539Mark Spruiell2017-01-31
|\|
| * ICE-7359 - Fix usage of PyTuple_SET_ITEMMark Spruiell2017-01-31
| |
| * Fix ICE-7278Joe George2016-08-23
| | | | | | | | | | Fix Python issue where Ice::UnknownUserException would sometimes be raised in C++ extension instead of being passed to Python.
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build
* | Python code style fixesMark Spruiell2016-12-12
| |
* | Python build failures on OS XBenoit Foucher2016-12-12
| |
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |
* | Replaced non-public double underscores in C++Bernard Normier2016-11-12
| |
* | Revert "Replaced double and triple underscores in C++ by ice-prefixed names"Bernard Normier2016-11-05
| | | | | | | | This reverts commit 91fa99c34d1211d426b24bf68001fc27a87b3f00.
* | Replaced double and triple underscores in C++ by ice-prefixed namesBernard Normier2016-11-02
| |
* | 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.
* | disable user exception validation on server side for PythonMark Spruiell2016-08-31
| |
* | Fix ICE-7278Joe George2016-08-19
| | | | | | | | | | Fix Python issue where Ice::UnknownUserException would sometimes be raised in C++ extension instead of being passed to Python.
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | stream API fixes for scripting languagesMark Spruiell2016-05-11
| |
* | Merge remote-tracking branch 'origin/3.6'Benoit Foucher2016-03-31
|\|
| * Python VS2015 x64 build fixesJose2016-03-29
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2016-03-01
|\|
| * Update copyright headersJoe George2016-03-01
| |
* | minor fixes to stream classes; restoring test/Ice/streamMark Spruiell2016-02-09
| |
* | ICE-6861 - removing public stream APIMark Spruiell2016-01-19
|/
* ICE-6955 - refcount bug in Python blobject APIMark Spruiell2016-01-07
|
* py -> pythonMatthew Newhook2015-03-21
rb -> ruby objc -> objective-c cs -> csharp