Commit Graph

4587 Commits

Author SHA1 Message Date
Fabio Erculiani 8fc87f2b3e [entropy.xpak] improve Python 3.x support 2009-10-08 21:14:58 +02:00
Fabio Erculiani 8224415a0a [equo] fix small output glitch 2009-10-08 21:14:38 +02:00
Fabio Erculiani 967b7b3468 [unittest] add more tests (thanks Python 3.x, huh) 2009-10-08 21:13:38 +02:00
Fabio Erculiani 460f94e8e1 [unittest] add another nice fuxxxored package for testing 2009-10-07 23:30:08 +02:00
Fabio Erculiani 0f0647d96c [entropy.services] some Python 3.x fixes 2009-10-07 23:26:08 +02:00
Fabio Erculiani 503a646360 [entropy.core.settings] improve non-ASCII file handling in every situation (non UTF-8 locales included) 2009-10-07 23:01:27 +02:00
Fabio Erculiani 57806d208f [entropy.output] improve print functions compatibility between Python releases 2009-10-07 23:00:50 +02:00
Fabio Erculiani a7cc1f53b2 [entropy.const] more Python 3.x/2.x compat work 2009-10-07 15:00:24 +02:00
Fabio Erculiani 556a34dc90 [entropy.services.ugc] more Python 3.x fixes ftw 2009-10-06 21:08:19 +02:00
Fabio Erculiani 16d2ecb385 [entropy.services] replace exception classes pointing to None 2009-10-06 21:00:25 +02:00
Fabio Erculiani e12726ab11 [entropy.exceptions] add DumbException class (never raised, just placeholder) 2009-10-06 21:00:08 +02:00
Fabio Erculiani b016de6917 [entropy*] remove u' unicode string immediates prefix 2009-10-06 20:55:30 +02:00
Fabio Erculiani 9075dc47fa [entropy] replace built-in cmp() with const_cmp 2009-10-06 20:50:32 +02:00
Fabio Erculiani 153606ae46 [entropy.const] add const_cmp, compat function 2009-10-06 20:50:19 +02:00
Fabio Erculiani 322cc49782 [entropy.client/entropy.server] two small bugfixes 2009-10-06 20:07:25 +02:00
Fabio Erculiani 6bfcd5b392 [unittest] trivial fixes 2009-10-06 19:46:40 +02:00
Fabio Erculiani e231d4a510 [entropy*] fix improper usage of == '' and == "" 2009-10-06 19:45:26 +02:00
Fabio Erculiani 2faa745af0 [entropy.tools] some other Python 3.x fixes 2009-10-06 19:18:20 +02:00
Fabio Erculiani b2fdfe72fb [entropy.misc] fix EmailSender with Python 3.x 2009-10-06 19:00:50 +02:00
Fabio Erculiani a9b91a8cef [unittest] fix i18n test under Python 3.x 2009-10-06 18:57:49 +02:00
Fabio Erculiani 4d4280ce07 [unittest] fix db tests 2009-10-06 18:56:40 +02:00
Fabio Erculiani 7061660517 [entropy.spm/entropy.db] better handle Python 3.x bullshit 2009-10-06 18:56:09 +02:00
Fabio Erculiani b4dfa48e75 [entropy.const] in string types conversion, also handle buffer objects 2009-10-06 18:55:19 +02:00
Fabio Erculiani d3d39e2ecc [entropy.spm] make Portage metadata extractor Python 3.x compatible 2009-10-06 10:22:48 +02:00
Fabio Erculiani 179d497a4a [entropy.tools] make istext Python 3.x compatible 2009-10-06 10:22:11 +02:00
Fabio Erculiani f90e2eb51b [entropy.xpak] make module Python 2.x/3.x compat 2009-10-06 10:21:59 +02:00
Fabio Erculiani 6f66790287 [entropy.client.interfaces.package] some Python 3.x support bits here and there 2009-10-06 09:18:13 +02:00
Fabio Erculiani 1483332d61 [entropy.tools] slightly change Python 3.x support strategy 2009-10-06 09:17:48 +02:00
Fabio Erculiani 40fca8ab0e [entropy.tools] more Python 3.x/2.x compatibility work 2009-10-06 09:01:52 +02:00
Fabio Erculiani 13af73c263 [entropy.transceivers] code cleanup, fix Python 3.x support 2009-10-06 09:01:21 +02:00
Fabio Erculiani 0b6c627493 [entropy.tools] make locate_edb working with Python 3.x 2009-10-05 21:32:57 +02:00
Fabio Erculiani ce80e0d200 [entropy.misc/entropy.transceivers] use const_isfileobj 2009-10-05 21:32:36 +02:00
Fabio Erculiani b756ffb7ed [entropy.const] add const_isfileobj function 2009-10-05 21:32:13 +02:00
Fabio Erculiani 23c20d4235 [equo] when caching fails, show a traceback at least 2009-10-05 19:54:27 +02:00
Fabio Erculiani 3cab2bf6df [entropy.client.misc] add Python 3.x temp workaround 2009-10-05 19:54:08 +02:00
Fabio Erculiani bdfc77ff71 [entropy.tools] improve code quality of some functions 2009-10-05 19:53:53 +02:00
Fabio Erculiani ac92384abb [entropy.core] Singleton: make Singleton class Python 3.x compatibile 2009-10-05 19:43:01 +02:00
Fabio Erculiani 9a00f5b208 [unittest] add singleton test 2009-10-05 19:42:31 +02:00
Fabio Erculiani 1a74fe7c83 [entropy.tools] remove statvfs module usage 2009-10-05 14:46:05 +02:00
Fabio Erculiani 7a1e779977 [equo] retrieveSize now returns int 2009-10-05 14:23:01 +02:00
Fabio Erculiani 973fdb32de [entropy.db] fix retrieveSize, should return int() 2009-10-05 14:22:49 +02:00
Fabio Erculiani 971d511295 [equo] bytes_into_human wants int type 2009-10-05 14:20:12 +02:00
Fabio Erculiani d3a26cc57b [entropy.*] more Python 3.x fixes (backward compat with 2.x) 2009-10-05 14:16:18 +02:00
Fabio Erculiani 0e6536587a [equo] more Python 3.x fixes (backward compat with 2.x) 2009-10-05 14:16:05 +02:00
Fabio Erculiani 33c005e668 [entropy] fix common idioms 2009-10-05 14:08:34 +02:00
Fabio Erculiani e452421c7f [entropy] fix whitespace after comma 2009-10-05 14:05:32 +02:00
Fabio Erculiani e8a78712ae [entropy.core] SystemSettings dict-like, drop has_key method (removed in Python 3.x) 2009-10-05 14:04:14 +02:00
Fabio Erculiani 04c23250c2 [entropy.db] do not use buffer() directly (Python 3.x has memoryview()) 2009-10-05 14:03:50 +02:00
Fabio Erculiani 2b8e5d366e [entropy.client.interfaces.trigger] fix external script file execution 2009-10-05 14:03:27 +02:00
Fabio Erculiani 1293c84a7c [entropy.const] add const_get_buffer function 2009-10-05 14:03:08 +02:00