Griatch
|
87d1254b2c
|
Changed contrib/procpool's PROC_MODIFIED_OBJS list to sit in src.utils.idmapper.base as well as be a WeakValueDictionary instead of a normal list. This removes unnecessary reference counts to objects.
|
2014-05-14 20:07:59 +02:00 |
|
Griatch
|
1ae17bcbe4
|
PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned.
|
2013-11-14 19:31:17 +01:00 |
|
Griatch
|
80a6745a1e
|
Made Attribute value queries also work with database objects by overloading the Attribute manager methods in question. Added procpool support for the new serializer functions and cleaned up some things.
|
2013-04-14 16:36:44 +02:00 |
|
Griatch
|
b83adba9c3
|
Some more documentation and cleanup of the procpool contrib.
|
2012-09-22 21:38:29 +02:00 |
|
Griatch
|
102705902f
|
Fixed some more things in the moved procpool.
|
2012-09-22 21:14:17 +02:00 |
|
Griatch
|
93d95377ce
|
Shifting ProcPool out of src and into a contrib, using the service plugin system.
|
2012-09-22 20:40:30 +02:00 |
|