summaryrefslogtreecommitdiff
path: root/py/test/Ice/servantLocator/TestI.py
Commit message (Collapse)AuthorAge
* py -> pythonMatthew Newhook2015-03-21
| | | | | | rb -> ruby objc -> objective-c cs -> csharp
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Revert "ICE-5606 renamed ServantLocator::deactivate to destroy"Dwayne Boone2014-08-22
| | | | This reverts commit 710af6e9ea945157ef8b92112167aeda01b6d383.
* ICE-5606 renamed ServantLocator::deactivate to destroyDwayne Boone2014-08-22
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* bug 4733 - fixing bugs in AMD exceptionsMark Spruiell2010-05-21
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Bug 2564 - ObjectAdapter::removeServantLocatorJose2009-07-02
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* http://bugzilla/bugzilla/show_bug.cgi?id=2819Matthew Newhook2008-03-18
|
* Updated copyrightDwayne Boone2008-01-23
|
* Python changes for bug2522Mark Spruiell2007-11-08
|
* - Fixing bug 2522 for Python. This involved adding the C++ classMark Spruiell2007-11-05
| | | | | | | | | | UserExceptionWriter so that the Python extension can wrap a native Python user exception into something that the C++ run time can marshal. Also ported the changes to the servantLocator test. - Implementing UserExceptionWriter in Java and C#. - Consolidating the source files for the C# streaming API.
* Updated copyrightDwayne Boone2007-02-13
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* - Fixed bug where the request failed exceptions could get slicedBenoit Foucher2007-01-10
- Python unknown local/user exceptions are now translated as is (the backtrace isn't added anymore) - Added servant locator test