summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations
Commit message (Collapse)AuthorAge
* Switch to using python3 by defaultJoe George2021-02-10
|
* Fix Incorrect generated code for class implements interfaceJose2019-06-06
| | | | Close #406
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Memoryview (#271)Jose2018-11-08
| | | | | | | Enhance support for buffer objects in Python Close #208
* Remove debug statementJose2018-09-03
|
* Fixes to allow run JavaScript and Python tests with workersJose2018-08-14
|
* Python test suite updatesJose2018-08-06
|
* Update copyright year to 2018Jose2018-02-14
|
* Fixed missing supportsCompress method implementation from python ↵Benoit Foucher2018-02-13
| | | | Ice/operations AMD server
* Fixed UWP cross operation test failureBenoit Foucher2018-02-13
|
* C++ & python test fixesMark Spruiell2017-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
|
* Fix (ICE-7923) - suppress deprecation warningsJose2017-05-26
|
* ICE-7525 - Add Python coroutine testMark Spruiell2017-05-19
|
* ICE-7275 - Raise NotImplementedError in generated Python skeletonsMark Spruiell2017-05-04
| | | | ICE-7763 - Add support for marshaled-result in Python
* Removed optional semicolons after bracesBernard Normier2017-05-04
|
* Remove unnecessary tabsJoe George2017-05-03
|
* Remove trailing whitespaceJoe George2017-05-02
|
* Removed xxxAMD.ice files, as they were no longer needed (ICE-7729)Bernard Normier2017-04-20
|
* Fix (ICE-7684) - use Disp prefix only for class with operations skeletonsJose2017-03-20
|
* ICE-7674 - Python batch request interceptor bugMark Spruiell2017-03-16
|
* Forgot to commit fix for Ice/operations testBenoit Foucher2017-03-06
|
* Merge remote-tracking branch 'origin/3.6'Benoit Foucher2017-03-06
|\
| * Fixed ICE-7639 - Java generated code bugBenoit Foucher2017-03-06
| |
* | ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Merge remote-tracking branch 'origin/3.6'Joe George2017-02-13
|\|
| * ICE-7506 - Update copyright to 2017Joe George2017-02-13
| |
* | Fix (ICE-7562) - Eliminate class-with-operation deprecated warningsJose2017-02-10
| |
* | ICE-7560 - more AMI test fixes, renaming ConnectionClose enumeratorsMark Spruiell2017-02-09
| |
* | Fixed ICE-7531 - ValueFactoryManager segfaultBenoit Foucher2017-02-06
| |
* | 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
* | merging IceBridge into masterMark Spruiell2017-01-30
| |
* | Fixed ICE-7493 - Support for java try-with and Python with statements for ↵Benoit Foucher2017-01-30
| | | | | | | | the Ice.Communicator
* | Python: Ice.Value implementationJose2017-01-26
| |
* | Fixed ICE-7496 - Ice/binding too slow, speed up of tests on WindowsBenoit Foucher2017-01-26
| |
* | First cut of ICE-6920 - Remove try/catch block around communicator destroyBenoit Foucher2017-01-25
| |
* | renaming sent_synchronously to is_sent_synchronouslyMark Spruiell2017-01-19
| |
* | Renamed optional invocation context parameter in Python, Ruby and PHPBernard Normier2017-01-09
| | | | | | | | | | new name: context old name: _ctx Fixed macOS build
* | ICE-7138 - new Python AMI mapping based on futures and modified AMD mappingMark Spruiell2016-12-09
| |
* | Refactored test scriptsBenoit Foucher2016-11-25
| |
* | Refactored string literal generation and updated identityToString formatBernard Normier2016-10-25
| |
* | C# mapping changesBenoit Foucher2016-08-16
| | | | | | | | | | | | | | | | - user exceptions are no longer checked on the server side (ICE-6980) - support for ["marshaled-result"] metadata - AMD operations now return a Task - improved dispatch interceptors - PropertiesAdminI::setProperties impl. now invokes callbacks synchronously
* | Deprecate Communicator::stringToIdentity and identityToStringBernard Normier2016-07-27
| |
* | Merge remote-tracking branch 'origin/3.6'Jose2016-07-26
|\|
| * String literal fixes for compativility with Python3Jose2016-07-26
| |
* | Merge branch '3.6'Jose2016-03-10
|\|