summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bump. All tests pass fine now (on amd64 at least).Amadeusz Piotr Żołnowski2012-12-251-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pyro 4.17 - Fixed possible IndentationError problem with sending modules in Flame - Can now deal with exceptions that can’t be serialized: they’re raised as generic PyroError instead, with appropriate message - Added new config item FLAME_ENABLED, to enable/disable the use of Pyro Flame on the server. Default is false (disabled). - Moved futures from core to new futures module. Code using Pyro4.Future will still work. - Added python version info to configuration dump - Made it more clear in the manual that you need to have the same major Python version on both sides Pyro 4.16 - New implementation for the threadpool server: job queue with self-adjusting number of workers. The workaround that was in place (fixed pool size) has been removed. - Minor api doc fix: corrected reference of Pyro4 package members Pyro 4.15 - Minimum threadpool size increased to 20 (from 4) to give a bit more breathing room while the threadpool scaling still needs to be fixed - Binding a proxy will no longer release an existing connection first, instead it will just do nothing if the proxy has already been bound to its uri - Resolved a race condition related to releasing and binding a proxy, improved unit test - Documentation contains new homepage link - No longer gives a warning about version incompatibility on Jython 2.5 - Optimize bytecode flag no longer added in setup script when using jython, this used to crash the setup.py install process on jython - Fixed a gc issue due to a circular dependency - IronPython: improved suggesting a free port number in socketutil.findProbablyUnusedPort - IronPython: threadpoolserver no longer attempts to join the worker threads because not all threads seemed to actually exit on IronPython, thereby hanging the process when shutting down a daemon. - Added a paragraph to tips&tricks about MSG_WAITALL - socket.MSG_WAITALL is no longer deleted by importing Pyro on systems that have a broken MSG_WAITALL (Windows). You’ll have to check for this yourself now, but I wanted to get rid of this side effect of importing Pyro. (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Version bump. All tests pass fine now (on amd64 at least).Amadeusz Piotr Żołnowski2012-12-252-1/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pyro 4.17 - Fixed possible IndentationError problem with sending modules in Flame - Can now deal with exceptions that can’t be serialized: they’re raised as generic PyroError instead, with appropriate message - Added new config item FLAME_ENABLED, to enable/disable the use of Pyro Flame on the server. Default is false (disabled). - Moved futures from core to new futures module. Code using Pyro4.Future will still work. - Added python version info to configuration dump - Made it more clear in the manual that you need to have the same major Python version on both sides Pyro 4.16 - New implementation for the threadpool server: job queue with self-adjusting number of workers. The workaround that was in place (fixed pool size) has been removed. - Minor api doc fix: corrected reference of Pyro4 package members Pyro 4.15 - Minimum threadpool size increased to 20 (from 4) to give a bit more breathing room while the threadpool scaling still needs to be fixed - Binding a proxy will no longer release an existing connection first, instead it will just do nothing if the proxy has already been bound to its uri - Resolved a race condition related to releasing and binding a proxy, improved unit test - Documentation contains new homepage link - No longer gives a warning about version incompatibility on Jython 2.5 - Optimize bytecode flag no longer added in setup script when using jython, this used to crash the setup.py install process on jython - Fixed a gc issue due to a circular dependency - IronPython: improved suggesting a free port number in socketutil.findProbablyUnusedPort - IronPython: threadpoolserver no longer attempts to join the worker threads because not all threads seemed to actually exit on IronPython, thereby hanging the process when shutting down a daemon. - Added a paragraph to tips&tricks about MSG_WAITALL - socket.MSG_WAITALL is no longer deleted by importing Pyro on systems that have a broken MSG_WAITALL (Windows). You’ll have to check for this yourself now, but I wanted to get rid of this side effect of importing Pyro. (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Change manifest for new hashes.Jeff Horelick2012-07-051-20/+10
| | | | (Portage version: 2.2.0_alpha115/cvs/Linux i686, unsigned Manifest commit)
* x86 stable wrt bug #419025Paweł Hajdan2012-06-081-2/+12
| | | | (Portage version: 2.1.10.49/cvs/Linux i686, signed Manifest commit with key 30427902)
* x86 stable wrt bug #419025Paweł Hajdan2012-06-082-3/+6
| | | | (Portage version: 2.1.10.49/cvs/Linux i686)
* Marking pyro-4.11 ppc for bug 419025Brent Baude2012-06-071-22/+2
| | | | (Portage version: 2.1.10.49/cvs/Linux ppc64, unsigned Manifest commit)
* Marking pyro-4.11 ppc for bug 419025Brent Baude2012-06-072-3/+6
| | | | (Portage version: 2.1.10.49/cvs/Linux ppc64)
* Stable on amd64 wrt bug #419025Markos Chandras2012-06-021-10/+16
| | | | (Portage version: 2.1.10.64/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
* Stable on amd64 wrt bug #419025Markos Chandras2012-06-022-3/+6
| | | | (Portage version: 2.1.10.64/cvs/Linux x86_64)
* Removed the test restriction; see comment 3 in the bug #416809.Amadeusz Piotr Żołnowski2012-06-021-9/+9
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Removed the test restriction; see comment 3 in the bug #416809.Amadeusz Piotr Żołnowski2012-06-022-3/+5
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64)
* The 4.13 has bug which is workarounded in the 4.14, therefore removing theAmadeusz Piotr Żołnowski2012-06-011-10/+8
| | | | | | older version. (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* The 4.13 has bug which is workarounded in the 4.14, therefore removing theAmadeusz Piotr Żołnowski2012-06-012-87/+6
| | | | | | older version. (Portage version: 2.1.10.63/cvs/Linux x86_64)
* Version bump wrt bug #416809.Amadeusz Piotr Żołnowski2012-06-011-8/+10
| | | | | | | | | | This version comes with several bug fixes and one workaround for threadpool scaling problem. I have restricted the test for this version because it fails anyway because of the latest problem which is not fully solved: FAIL: testPoolGrowth (PyroTests.test_threadpool.ThreadpoolTests) (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Version bump wrt bug #416809.Amadeusz Piotr Żołnowski2012-06-012-1/+105
| | | | | | | | | | This version comes with several bug fixes and one workaround for threadpool scaling problem. I have restricted the test for this version because it fails anyway because of the latest problem which is not fully solved: FAIL: testPoolGrowth (PyroTests.test_threadpool.ThreadpoolTests) (Portage version: 2.1.10.63/cvs/Linux x86_64)
* Restored pyro-4.11, because this is the only candidate for the stabilization ↵Amadeusz Piotr Żołnowski2012-06-011-8/+10
| | | | | | in the slot 4. (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Restored pyro-4.11, because this is the only candidate for the stabilization ↵Amadeusz Piotr Żołnowski2012-06-012-1/+93
| | | | | | in the slot 4. (Portage version: 2.1.10.63/cvs/Linux x86_64)
* Removed oldest stable version in the slot 4.Amadeusz Piotr Żołnowski2012-06-011-10/+8
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Removed oldest stable version in the slot 4.Amadeusz Piotr Żołnowski2012-06-012-86/+4
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64)
* Removed old versions in the slot 4 with exception to the stable one.Amadeusz Piotr Żołnowski2012-06-011-12/+8
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Removed old versions in the slot 4 with exception to the stable one.Amadeusz Piotr Żołnowski2012-06-013-173/+5
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64)
* Removed old versions in the slot 3.Amadeusz Piotr Żołnowski2012-06-011-5/+15
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Removed old versions in the slot 3.Amadeusz Piotr Żołnowski2012-06-013-85/+5
| | | | (Portage version: 2.1.10.63/cvs/Linux x86_64)
* Marking pyro-3.16 ppc for bug 416255Brent Baude2012-05-291-12/+2
| | | | (Portage version: 2.1.10.49/cvs/Linux ppc64, unsigned Manifest commit)
* Marking pyro-3.16 ppc for bug 416255Brent Baude2012-05-292-3/+6
| | | | (Portage version: 2.1.10.49/cvs/Linux ppc64)
* x86 stable wrt bug #416255Paweł Hajdan2012-05-211-9/+5
| | | | (Portage version: 2.1.10.49/cvs/Linux i686, signed Manifest commit with key 30427902)
* x86 stable wrt bug #416255Paweł Hajdan2012-05-212-3/+6
| | | | (Portage version: 2.1.10.49/cvs/Linux i686)
* Stable for amd64, wrt bug #416255Agostino Sarubbo2012-05-201-11/+11
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64, signed Manifest commit with key 7CD2DC5D)
* Stable for amd64, wrt bug #416255Agostino Sarubbo2012-05-202-3/+6
| | | | (Portage version: 2.1.10.49/cvs/Linux x86_64)
* ChangeLog fix.Amadeusz Piotr Żołnowski2012-05-161-8/+8
| | | | (Portage version: 2.1.10.60/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* ChangeLog fix.Amadeusz Piotr Żołnowski2012-05-161-4/+11
| | | | (Portage version: 2.1.10.60/cvs/Linux x86_64)
* Version bump.Amadeusz Piotr Żołnowski2012-05-161-2/+18
| | | | | | | | | | | NEWS ~~~~ - connecting a proxy socket now also honors a timeout set by proxy._setTimeout() - fix setNoInherit on 64-bits Python on Windows (see http://tech.oyster.com/cherrypy-ctypes-and-being-explicit/) (Portage version: 2.1.10.60/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* Version bump.Amadeusz Piotr Żołnowski2012-05-163-1/+55
| | | | | | | | | | | NEWS ~~~~ - connecting a proxy socket now also honors a timeout set by proxy._setTimeout() - fix setNoInherit on 64-bits Python on Windows (see http://tech.oyster.com/cherrypy-ctypes-and-being-explicit/) (Portage version: 2.1.10.60/cvs/Linux x86_64)
* BumpPatrick Lauer2012-04-191-11/+3
| | | | (Portage version: 2.2.0_alpha100/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2012-04-192-1/+92
| | | | (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
* Fix broken Manifest entry for metadata.xml.Zac Medico2012-03-311-1/+11
| | | | (Portage version: 2.2.0_alpha96/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xAE5719A3)
* Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.Paweł Hajdan2012-03-311-1/+4
|
* BumpPatrick Lauer2012-03-091-1/+3
| | | | (Portage version: 2.2.0_alpha90/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2012-03-092-1/+92
| | | | (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
* Marking pyro-4.8 ppc for bug 400335Brent Baude2012-02-271-12/+2
| | | | (Portage version: 2.1.10.11/cvs/Linux ppc64, unsigned Manifest commit)
* Marking pyro-4.8 ppc for bug 400335Brent Baude2012-02-272-3/+6
| | | | (Portage version: 2.1.10.11/cvs/Linux ppc64)
* x86 stable wrt bug #400335Paweł Hajdan2012-02-241-9/+5
| | | | (Portage version: 2.1.10.44/cvs/Linux i686, signed Manifest commit with key 30427902)
* x86 stable wrt bug #400335Paweł Hajdan2012-02-242-3/+6
| | | | (Portage version: 2.1.10.44/cvs/Linux i686)
* Stable for amd64, wrt bug #400335Agostino Sarubbo2012-02-171-2/+16
| | | | (Portage version: 2.1.10.44/cvs/Linux x86_64, signed Manifest commit with key 7CD2DC5D)
* Stable for amd64, wrt bug #400335Agostino Sarubbo2012-02-172-4/+7
| | | | (Portage version: 2.1.10.44/cvs/Linux x86_64)
* Bump for #401975Patrick Lauer2012-02-081-15/+3
| | | | (Portage version: 2.2.0_alpha85/cvs/Linux x86_64, unsigned Manifest commit)
* Bump for #401975Patrick Lauer2012-02-082-2/+93
| | | | (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
* dev-python/pyro: Updated Pyro4 homepage URI-s.Amadeusz Piotr Żołnowski2011-11-281-8/+12
| | | | (Portage version: 2.1.10.39/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)
* dev-python/pyro: Updated Pyro4 homepage URI-s.Amadeusz Piotr Żołnowski2011-11-283-5/+9
| | | | (Portage version: 2.1.10.39/cvs/Linux x86_64)
* Version bump requested by aidecoe.Mike Gilbert2011-09-241-5/+7
| | | | (Portage version: 2.2.0_alpha59/cvs/Linux x86_64, signed Manifest commit with key EA4843A4)