Commit Graph

3042 Commits

Author SHA1 Message Date
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 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 973fdb32de [entropy.db] fix retrieveSize, should return int() 2009-10-05 14:22:49 +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 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
Fabio Erculiani f4a8901512 [unittest] import fixes 2009-10-05 14:02:45 +02:00
Fabio Erculiani b991b04920 [unittest] more Python 3.x porting work 2009-10-05 10:07:15 +02:00
Fabio Erculiani 030dacf1de [entropy.tools] fix regression 2009-10-05 09:57:50 +02:00
Fabio Erculiani a8361cefe9 [entropy.const] fix regression 2009-10-05 09:57:40 +02:00
Fabio Erculiani 0d1681f576 [unittest] more Python 3.x compatibility 2009-10-05 09:53:55 +02:00
Fabio Erculiani bca795b8a2 [unittest] more Python 3.x compatibility 2009-10-05 09:53:34 +02:00
Fabio Erculiani d48ffe4ee1 [entropy.spm] Python 3.x compatibility 2009-10-05 09:53:27 +02:00
Fabio Erculiani 5533167648 [entropy.services] more Python 3.x compatibility 2009-10-05 09:53:15 +02:00
Fabio Erculiani eca2ab5a5a [entropy.const] new function const_israwstring 2009-10-05 09:52:44 +02:00
Fabio Erculiani 9ab294914c [entropy.services] Python 3.x fixes 2009-10-05 09:24:15 +02:00
Fabio Erculiani 82cfe7ef1d [entropy.server] Python 3.x fixes 2009-10-05 09:24:06 +02:00
Fabio Erculiani 5bc6010d17 [entropy.client] Python 3.x fixes 2009-10-05 09:23:44 +02:00
Fabio Erculiani 2ddc5625f2 [entropy.services.skel] try to cope with syntax changes in Python 3.x (keeping 2.x compat) and deal with unicode bullshit 2009-10-05 09:21:46 +02:00
Fabio Erculiani 564a619178 [entropy.const] regression fixes 2009-10-05 09:14:46 +02:00
Fabio Erculiani 6ea1b90875 [entropy.client.interfaces.dep] ease sorted() 2009-10-05 07:35:41 +02:00
Fabio Erculiani 84cc99e1c9 [entropy.tools] make module Python 3.x compatible 2009-10-05 07:31:21 +02:00
Fabio Erculiani 6411168c79 [entropy.i18n] add Python 3.x support 2009-10-05 07:31:00 +02:00
Fabio Erculiani 4546d680e6 [entropy.tools] since cmp() is removed from Python 3, we need to get back to bubble sorting 2009-10-04 22:38:15 +02:00
Fabio Erculiani b48662a36b [entropy.tools] make module Python 3.x aware 2009-10-04 19:01:35 +02:00
Fabio Erculiani 9d2b9d8a56 [entropy.exceptions] make module Python 3.x aware 2009-10-04 19:01:12 +02:00
Fabio Erculiani b51a59533a [entropy.const] add const_get_stringtype function and improve const_convert_to_unicode 2009-10-04 19:00:45 +02:00
Fabio Erculiani 7493e806b6 [entropy.db] fix bogus code 2009-10-04 18:36:29 +02:00
Fabio Erculiani b615f7d5f9 [entropy.const] cosmethical change 2009-10-04 18:36:18 +02:00
Fabio Erculiani e7d79be11f [entropy.tools] fix print_exception 2009-10-04 18:32:23 +02:00
Fabio Erculiani b83d604727 [entropy.db] make module more Python 3.x aware 2009-10-04 18:30:15 +02:00
Fabio Erculiani 2816574be2 [entropy.const] improve const_convert_to_unicode and add const_convert_to_rawstring 2009-10-04 18:23:27 +02:00
Fabio Erculiani 720c78d724 [unittest] add new UT, package installation and removal 2009-10-04 18:01:51 +02:00