summaryrefslogtreecommitdiff
path: root/py/python
Commit message (Collapse)AuthorAge
...
* bug 4976 - inconsistent operation mode for pseudo opsMark Spruiell2011-05-04
|
* 5009 - appName incosistenceJose2011-04-12
| | | | Also improve properties test
* bug 4760 - Glacier2 helper classes should cache the client categoryMark Spruiell2010-05-28
|
* bug 4736 - exit status bug in Python Ice.ApplicationMark Spruiell2010-05-06
|
* bug 4633 - ICE_CONFIG fixesMark Spruiell2010-02-15
|
* bug 4337 - bug in Python generated codeMark Spruiell2010-02-08
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Merged Mark's pythonami branchBenoit Foucher2010-01-06
|
* - Fixed bug 4521: it's now possible to build the tests & demos againstBenoit Foucher2009-12-31
| | | | | | | | | | | | | | | C:\Program Files\ZeroC\Ice-3.4b. To support this, new .depend.mak files were added. - Fixed nmake install to support installing Ice in C:\Program Files. - Fixed bug 4569: test/IceUtil/inputUtil VC6 compilation failure. - Updated all dependencies. - Fixed C# slice2cs compiler options for all C# demo makefiles (no need for --ice or extra -I options) - Fixed nmake install for 64 bits build of Ice for Python (we now correctly install IcePy in the x64 subdir). - Demos and tests builds will now look for Ice in C:\Program Files\ZeroC\Ice-3.4b by default is ICE_HOME isn't set (or C:\Program Files (x86)\ZeroC\Ice-3.4b)
* Fixed demos to use Ice.DispatcherBenoit Foucher2009-12-03
|
* bug 2589:Mark Spruiell2009-11-04
| | | | | | - Fixing Python implementation of cloneWithPrefix - Implementing cloneWithPrefix in Ruby & PHP - Miscellaneous minor fixes
* Bug 3137 - add proxyToPropertyDwayne Boone2009-10-26
|
* Port latest Endpoint/ConnectionInfo changes to python/rubyDwayne Boone2009-10-23
| | | | | | Added Ice/info test to python/ruby Modified allTest to not run info test for compress or ipv6 Added Endpoint comparison methods to python/ruby
* Added support for EndpointInfo and ConnectionInfo to python.Dwayne Boone2009-10-16
| | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition.
* Fixed py and rb to compile again with Enpoint changesDwayne Boone2009-10-14
|
* Bug 4294 - fix slice dependenciesDwayne Boone2009-10-07
|
* Fixes related to 3772:Mark Spruiell2009-10-02
| | | | | | | | * install target in py/python/Makefile* * typos in Glacier2/Application.cpp * add restart command to C++/Python callback clients * bug fixes in Glacier2.py * minor fix in C# Glacier2.Application
* 3772. Recovering from Glacier2 / Ice router session failure.Jose2009-10-02
|
* bug 4229 - generate Python docstringsMark Spruiell2009-09-03
|
* adding missing rules in py/python/Makefile.makMark Spruiell2009-08-21
|
* Revert fix for bug 3696Dwayne Boone2009-08-17
|
* Bug 2564 - ObjectAdapter::removeServantLocatorJose2009-07-02
|
* Bug 3964 - improve endpoint infoDwayne Boone2009-05-27
|
* Bug 3696 - new Application:main instancesDwayne Boone2009-05-13
|
* Bug 3878 - remove some deprecated featuresDwayne Boone2009-05-11
|
* bug 3961 - change Application classes to use process loggerDwayne Boone2009-04-20
|
* bug 3190 - remove Glacier2/SessionF.iceMark Spruiell2009-04-08
|
* Bug 2511 - add default servantsDwayne Boone2009-03-26
|
* bug 3676 - bug in default value for structsMark Spruiell2009-01-27
|
* Fix 3660 - IcePy and setldopenflagsJose2009-01-22
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Bug 3377 - fixed getImplicitContext in IcePyDwayne Boone2008-11-03
|
* http://bugzilla/bugzilla/show_bug.cgi?id=3265Matthew Newhook2008-06-17
| | | | | | - Simplified the python implementation of Ice.getSliceDir - Added ruby implementation of Ice.getSliceDir - Adjusted demos & tests to use Ice.getSliceDir appropriately.
* cygwin python is no longer required under Windows to run the expect scripts.Matthew Newhook2008-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Numerous cleanups and bug fixes to the expect scripts. The following bugs have been fixed: http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3091 - under windows a timeout does not kill the spawned servers. http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3167 - cleanup IceBox expect scripts. http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3131 - demoscript environment setup. http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3130 - config/DemoUtil.py should be in demoscript. Squashed commit of the following: commit c82e5b70dab99b69caf4044341f6453e0a2b8192 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Wed Jun 11 14:42:34 2008 +0800 fix bug with multicast demo script. commit c6e61dddf2fc73088e5ecacd096c01fc30c5477a Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Jun 11 14:14:52 2008 +0800 guess the build mode if not set on the command line under Windows. commit 6e797cdca50d6a30493f56e978da4b6f8a08e70d Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 10 17:16:49 2008 +0800 use dirname, not split. commit 862fb56fac680d42037d251c54938ed294596690 Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 10 17:07:24 2008 +0800 simplify environment setup. commit d647b35588019ab841c5fe076950e7c19dcbf22c Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 10 16:38:40 2008 +0800 use iceHome not sourcedist in the environment setup. commit 18a82ad794517406f80add4071f46848220bae27 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Tue Jun 10 16:00:49 2008 +0800 fix another hasInterruptSupport problem. commit 18b276f2c5dcf8a2c38c79e7dc8e8b5f20ce884e Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Tue Jun 10 15:28:08 2008 +0800 Fix printing of the environment. commit 42d5f59dbd2db1811abdd759387e53081858edb0 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Tue Jun 10 14:12:19 2008 +0800 remove -u from iceca. Put another workaround in the makecerts script. commit 1bfcc656f25ec3f4f49b5c534bd1c50d50801a4c Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jun 9 12:19:31 2008 +0800 New method to find the top level directory. commit 1c771768e29b7ff9d141b39f8e03b6790564b4ea Author: Matthew Newhook <matthew@zeroc.com> Date: Mon Jun 9 11:28:25 2008 +0800 Print environment variables in a more sane manner. Don't add cs/bin to the PATH & java/lib to CLASSPATH if not using a source dist. commit a477ceac74b04f297cb342bc7229e2a3a70695e1 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 16:32:09 2008 +0800 fix various problems when testing with the demo dist. commit 9bdb41f02130a5716a52ea0ae161fd88697277e5 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 13:35:41 2008 +0800 Stop copying obsolete DemoUtil.py. commit d1b4eabc643d0ea04374640ef3f3a2452aaa19bd Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Fri Jun 6 13:20:59 2008 +0800 fix win32 problem. commit f92d9bf033e253cb8e3ee8dbce1583c7a695ad9f Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 13:08:27 2008 +0800 more cleanups. commit 8ecea1446b8a64afdf029f4e722d473c58149f84 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 12:45:58 2008 +0800 get rid of the processCmdLine. commit a868ebcd7f868d7b9340f8df6d47ab87d43d37d3 Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 12:38:16 2008 +0800 fix preamble. commit 148f2922a794fa0ef696e8b4ba51749d4b15cb2c Author: Matthew Newhook <matthew@zeroc.com> Date: Fri Jun 6 12:30:07 2008 +0800 fixed some errors in the scripts. commit 3b9fb9a6b755fe3d84864cdd6853b2a59588a089 Author: Matthew Newhook <matthew@centosvm4.matthew.zeroc.com> Date: Thu Jun 5 14:47:39 2008 +0800 python 2.3 support. commit 56956b0a56dd2de5753db060bdadfdb4ddb242a8 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 14:05:51 2008 +0800 change setenv to addenv. Use hasInterruptSupport in Except. commit e2907ffd17bc59eaa9d5dd74fb74dbb7ac9addba Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 13:02:24 2008 +0800 minor cleanup and optimizations. commit 97fbc27302ee1f74572b634e3b7d4efe6654540f Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 12:52:57 2008 +0800 fix top level allDemos. commit 04630047daffafe524e3aed7833dd48e82b90bf2 Author: Matthew Newhook <matthew@zeroc.com> Date: Thu Jun 5 12:39:57 2008 +0800 Align scripts with the testsuite. commit 2909a30d682cb6f9cb192f21bf652c3b8037371d Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Thu Jun 5 10:55:13 2008 +0800 Some Win32 fixes. commit bc760c357a33a11f3f645169c291c69e1f16fb43 Author: Matthew Newhook <matthew@zeroc.com> Date: Wed Jun 4 18:03:12 2008 +0800 lots of cleanups. commit c69fbac2457b5a14cc8a48beae3381652f50f599 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Tue Jun 3 16:54:45 2008 +0800 fix some python problems. commit 326a95af7c720c0c740975c11251feb2f9b4762b Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 3 16:16:13 2008 +0800 use python -u for iceca. commit 990c03c6d314c7d95137a69ebce03425e0eff56c Author: Matthew Newhook <matthew@zeroc.com> Date: Tue Jun 3 14:47:00 2008 +0800 first set of unix changes. commit aa02eaec6c5d44d526b3236908a53c855754217c Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Tue Jun 3 14:46:51 2008 +0800 Get rid of \r in the input stream. Fix scripts accordingly. Fix signal handling under windows. commit 558015fb4131980f1f4b3fa23c3ddf366d186d20 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Mon Jun 2 16:38:21 2008 +0800 fix signal handling. commit cadfb7bcabb4c68317fc77c9076607dfb2201e2b Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Fri May 30 17:40:38 2008 +0800 working on a fix for hanging. commit 9b9ffa736d1540c8bfdaa3693df3022e6377cdec Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Thu May 29 17:53:11 2008 +0800 Removed dependence on cygwin. commit cce2d732036585fe8e34f92d6b75ae9c27465622 Author: U-MARCH4\matthew <matthew@march4.(none)> Date: Thu May 29 16:17:42 2008 +0800 windows expect script changes.
* bug 3191 - py/python/Makefile.mak brokenMark Spruiell2008-05-15
|
* bug 3178 - disable parallel builds in py/python/MakefileMark Spruiell2008-05-14
|
* bug 3178 - IceGrid/Locator.ice not generated in pythonMark Spruiell2008-05-14
|
* Fixed incorrect file permissions.Michi Henning2008-05-11
|
* bug 3139 - python failure in converting Ice.Identity to stringMark Spruiell2008-05-09
|
* bug 2762 - ctrl-c ignored in pythonMark Spruiell2008-05-09
|
* bug 3069 - Ice.getSliceDir broken in PythonMark Spruiell2008-05-06
|
* bug 3006 - providing Ice version in various mappingsMark Spruiell2008-04-19
|
* Bug 2911 - convert *.mak to dosDwayne Boone2008-03-24
|
* bug fix in Ice.pyMark Spruiell2008-03-21
|
* http://bugzilla/bugzilla/show_bug.cgi?id=2819Matthew Newhook2008-03-18
|
* Python ICE_HOME fixes, incl. bug 2750Mark Spruiell2008-03-12
|
* removing debug statements in Python Ice.ApplicationMark Spruiell2008-03-12
|
* updating Python Ice.Application to set process loggerMark Spruiell2008-03-12
|
* Bug 2582Dwayne Boone2008-02-12
|
* bug 2264 - remove deprecated APIsMark Spruiell2008-01-31
|