summaryrefslogtreecommitdiff
path: root/py
Commit message (Collapse)AuthorAge
...
* misc. python cleanupMark Spruiell2012-04-25
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* python 3 supportMark Spruiell2012-04-24
|
* ICE-2286 - no -h in demosJose2012-04-11
|
* ICE-4322 - Use "#pragma once" in Slice filesJose2012-02-21
|
* ICE-4701 - AsyncResult::getCommunicator returns nullMark Spruiell2012-01-06
|
* test for ICE-4708 Regression generated code for default-valueJose2011-12-30
|
* ICE-4718: IceGrid python server activation hang when Ice.Trace.Network != 0Jose2011-12-14
|
* ICE-4734 - generate constructors for empty exceptions in JavaMark Spruiell2011-11-09
|
* bug 5146 - Python deadlock in Connection::closeMark Spruiell2011-06-09
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* 4894 - Busy loop in Glacier2::ApplicationJose2011-05-06
|
* bug 4976 - add test for Normal modeMark Spruiell2011-05-04
|
* bug 4976 - inconsistent operation mode for pseudo opsMark Spruiell2011-05-04
|
* 4851 - slice2cpp bug for string literalsJose2011-04-13
|
* 5009 - appName incosistenceJose2011-04-12
| | | | Also improve properties test
* Bug 4720 - Improved AsyncResult to allow throwing local exception is request ↵Benoit Foucher2011-04-07
| | | | failed with local exception
* VC100 Python fixesJose2011-03-24
|
* 5030 - Patch for slice2cs with scoped constantsJose2011-03-14
|
* bug 4794 - allow default values to refer to constantsMark Spruiell2010-07-23
|
* bug 4797 - compile error with floating-point default valueMark Spruiell2010-07-20
|
* Added test for None keywordBenoit Foucher2010-06-30
|
* bug 4760 - Glacier2 helper classes should cache the client categoryMark Spruiell2010-05-28
|
* bug 4752 - allow underscores in Slice identifiersMark Spruiell2010-05-24
|
* bug 4733 - fixing bugs in AMD exceptionsMark Spruiell2010-05-21
|
* bug 4739 - fixing equals() method for structuresMark Spruiell2010-05-15
|
* changing Ice version to 3.4.1Mark Spruiell2010-05-14
|
* bug 4680 - improve IceStorm/clock demo docsMark Spruiell2010-05-13
|
* bug 4736 - exit status bug in Python Ice.ApplicationMark Spruiell2010-05-06
|
* bug 4708 - Python communicator leakMark Spruiell2010-03-25
|
* bug 4071 - revert renaming of createStringConverterMark Spruiell2010-02-24
|
* Bug 4691 - IcePy,so not "fat"Dwayne Boone2010-02-20
|
* Bug 4678 - timout test failuresDwayne Boone2010-02-19
|
* Fixed version for a few DLLsDwayne Boone2010-02-17
|
* bug 4633 - ICE_CONFIG fixesMark Spruiell2010-02-15
|
* bug 4337 - bug in Python generated codeMark Spruiell2010-02-08
|
* bug 4650 - Slice default valuesMark Spruiell2010-02-05
|
* Updated version to 3.4.0Dwayne Boone2010-01-20
|
* Fixed bug 4605 - fixed Glacier2 client configuration filesBenoit Foucher2010-01-13
|
* Fixed bug 4596 -- test/Ice/operations cross language tests failingBenoit Foucher2010-01-10
|
* fixing bug in py/test/Ice/ami/Server.pyMark Spruiell2010-01-07
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* adding support for lambdas and functions to Python AMIMark Spruiell2010-01-06
|
* 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)
* Another fix for bug 4514 - fixed python and rubyBenoit Foucher2009-12-21
|
* Fixes for 4471 - more Ice stream fixesBenoit Foucher2009-12-15
|
* edits to INSTALL filesMark Spruiell2009-12-14
|
* change default Python location to C:\Python26Mark Spruiell2009-12-14
|
* Renaming demo/book/freeze_filesystem to evictor_filesystem.Mark Spruiell2009-12-12
| | | | Adding demo/book/map_filesystem.