summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop obsolete USE-flag 'doc', wrt bug #448722. Thanks to Diego Elio Pettenò ↵Sergey Popov2012-12-271-2/+2
| | | | | | for discovering this issue (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
* Drop obsolete USE-flag 'doc', wrt bug #448722. Thanks to Diego Elio Pettenò ↵Sergey Popov2012-12-272-11/+9
| | | | | | for discovering this issue (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
* Improve pyqt4_use_enable() as suggested by Arfrever.Davide Pesavento2012-12-271-15/+15
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* Improve pyqt4_use_enable() as suggested by Arfrever.Davide Pesavento2012-12-272-4/+6
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* dev-python/pivy: Cleaned depsJustin Lecher2012-12-261-17/+7
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
* dev-python/pivy: Cleaned depsJustin Lecher2012-12-263-7/+11
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
* Fixed compilation with ~media-libs/taglib-1.8 (bug #440740)Lars Wendler2012-12-261-9/+16
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
* Fixed compilation with ~media-libs/taglib-1.8 (bug #440740)Lars Wendler2012-12-263-3/+40
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
* Cosmetics.Davide Pesavento2012-12-261-15/+15
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* Cosmetics.Davide Pesavento2012-12-262-7/+8
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* oldDavide Pesavento2012-12-261-16/+14
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* oldDavide Pesavento2012-12-262-108/+4
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* oldDavide Pesavento2012-12-261-16/+14
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* oldDavide Pesavento2012-12-262-211/+4
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* EAPI=5 to be able to use slot operators in sip dependency. Sync USE flags ↵Davide Pesavento2012-12-261-15/+16
| | | | | | with pyside: rename assistant to help, add script and scripttools (bug 431460 by Arfrever). (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* EAPI=5 to be able to use slot operators in sip dependency. Sync USE flags ↵Davide Pesavento2012-12-263-1/+221
| | | | | | with pyside: rename assistant to help, add script and scripttools (bug 431460 by Arfrever). (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
* Stable for ia64, wrt bug #447910Agostino Sarubbo2012-12-251-16/+2
| | | | (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
* Stable for ia64, wrt bug #447910Agostino Sarubbo2012-12-252-3/+6
| | | | (Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
* Drop masked for removal packagePacho Ramos2012-12-254-261/+0
|
* 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)
* Drop masked for removal packagePacho Ramos2012-12-254-90/+0
|
* Drop masked for removal packagePacho Ramos2012-12-254-84/+0
|
* Drop masked for removal packagePacho Ramos2012-12-254-116/+0
|
* Version bump. Convert to distutils-r1.Mike Gilbert2012-12-251-3/+13
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Version bump. Convert to distutils-r1.Mike Gilbert2012-12-252-11/+21
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Migrate to distutils-r1. Restrict python2.5 as reported by dol-sen.Michał Górny2012-12-241-1/+14
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
* Migrate to distutils-r1. Restrict python2.5 as reported by dol-sen.Michał Górny2012-12-242-1/+38
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
* Add pypy2_0 to PYTHON_COMPAT, since it appears to work.Zac Medico2012-12-241-5/+5
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
* Add pypy2_0 to PYTHON_COMPAT, since it appears to work.Zac Medico2012-12-242-3/+6
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
* marked x86 per bug 447910Jeff Horelick2012-12-231-2/+16
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
* marked x86 per bug 447910Jeff Horelick2012-12-232-3/+6
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 23E9E900)
* arm stable, bug #446496Markus Meier2012-12-231-2/+12
| | | | (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
* arm stable, bug #446496Markus Meier2012-12-232-3/+6
| | | | (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
* arm stable, bug #446496Markus Meier2012-12-231-5/+5
| | | | (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
* arm stable, bug #446496Markus Meier2012-12-232-3/+6
| | | | (Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
* Stable for ppc64, wrt bug #447910Agostino Sarubbo2012-12-231-2/+2
| | | | (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
* Stable for ppc64, wrt bug #447910Agostino Sarubbo2012-12-232-3/+6
| | | | (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
* Version bump.Tim Harder2012-12-231-8/+11
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump.Tim Harder2012-12-233-1/+121
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump.Tim Harder2012-12-231-6/+10
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump.Tim Harder2012-12-232-1/+55
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump. Migrate to distutils-r1.Tim Harder2012-12-231-1/+17
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump. Migrate to distutils-r1.Tim Harder2012-12-232-1/+33
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Add pypy{1_9,2_0} to PYTHON_COMPAT, since they appear to work.Zac Medico2012-12-221-5/+5
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
* Add pypy{1_9,2_0} to PYTHON_COMPAT, since they appear to work.Zac Medico2012-12-222-4/+4
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
* Migrate to distutils-r1.Michał Górny2012-12-221-1/+14
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
* Migrate to distutils-r1.Michał Górny2012-12-222-1/+33
| | | | (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
* Stable for ppc, wrt bug #447910Agostino Sarubbo2012-12-221-2/+2
| | | | (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
* Stable for ppc, wrt bug #447910Agostino Sarubbo2012-12-222-3/+6
| | | | (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)