Commit Graph

4487 Commits

Author SHA1 Message Date
Fabio Erculiani d760ac43c0 [entropy.misc] improve code, make it more Python 3.x ready 2009-10-03 21:55:25 +02:00
Fabio Erculiani e4b19d7607 [entropy.transceiver] improve code, make it more Python 3.x ready 2009-10-03 21:55:08 +02:00
Fabio Erculiani a87e999c88 [entropy.tools] improve code, make it more Python 3.x ready 2009-10-03 21:54:55 +02:00
Fabio Erculiani f8fbd7c4c4 [entropy.output] improve code, make it more Python 3.x ready 2009-10-03 21:54:41 +02:00
Fabio Erculiani f70b1fddc3 [entropy.db] improve code, make it more Python 3.x ready 2009-10-03 21:54:28 +02:00
Fabio Erculiani 2c564a13b6 [entropy.qa] improve code, make it more Python 3.x ready 2009-10-03 21:54:15 +02:00
Fabio Erculiani bf922c6c17 [entropy.spm] improve code, make it more Python 3.x ready 2009-10-03 21:53:58 +02:00
Fabio Erculiani f73fecea33 [entropy.xpak] improve code, make it more Python 3.x ready 2009-10-03 21:53:41 +02:00
Fabio Erculiani f2b9c045eb [entropy.server] improve code, make it more Python 3.x ready 2009-10-03 21:53:24 +02:00
Fabio Erculiani e82677839a [entropy.const] add helper function (unicode handling) 2009-10-03 21:52:48 +02:00
Fabio Erculiani 17ce7b38a0 [entropy.services] improve code, make it more Python 3.x ready 2009-10-03 21:52:13 +02:00
Fabio Erculiani 82afcd22c7 [entropy.client] improve code, make it more Python 3.x ready 2009-10-03 21:51:47 +02:00
Fabio Erculiani e126f38290 [equo] improve code, make it more Python 3.x ready 2009-10-03 21:50:31 +02:00
Fabio Erculiani 10578dbf7e [entropy.services] remove unicodism 2009-10-03 20:42:12 +02:00
Fabio Erculiani 49f258e040 [sulfur] remove unicodism 2009-10-03 20:41:41 +02:00
Fabio Erculiani 4152a88034 [equo] improve code quality in query module 2009-10-03 20:40:41 +02:00
Fabio Erculiani 4c498cec92 [equo] drop unicode() where possible 2009-10-03 20:40:13 +02:00
Fabio Erculiani c88b6a0b7a [equo] make equo show reinstalls as forced upgrades 2009-10-03 19:15:25 +02:00
Fabio Erculiani 487afa2ce8 [entropy.client] make get_package_action also check for digest 2009-10-03 19:05:51 +02:00
Fabio Erculiani 92d357b942 [equo] make _showPackageInfo using Entropy Client get_package_action method 2009-10-03 18:59:03 +02:00
Fabio Erculiani a4dce99e06 [entropy.client.interfaces.dep] when looking for repackaged pkgs, only consider pkg digest 2009-10-03 11:21:37 +02:00
Fabio Erculiani 7973f22c09 [entropy.client.interfaces.dep] also check for branch and digest in calculate_world_updates 2009-10-02 19:29:32 +02:00
Fabio Erculiani 8fedd189f9 [entropy.client.interfaces.dep] also pull in packages which version number matches the one installed but have been repackaged in reality 2009-10-02 19:16:47 +02:00
Fabio Erculiani 712dd17046 [entropy.output] fix small regression in askQuestion 2009-10-02 19:16:07 +02:00
Fabio Erculiani 42272520b4 [entropy.client.interfaces.dep] fix a ValueError exception issue 2009-10-02 18:48:20 +02:00
Fabio Erculiani b78f7ef42d [entropy.client] depresolver: prioritize system packages installation on depgraph 2009-10-01 21:09:59 +02:00
Fabio Erculiani 51c1fdb077 [entropy.db] add new method "getSystemPackages" 2009-10-01 19:23:50 +02:00
Fabio Erculiani 0272b2abc4 [entropy] more Python 2.6/3.x compat fixes 2009-10-01 18:59:03 +02:00
Fabio Erculiani 7270556303 [equo] remove unused import 2009-10-01 18:33:11 +02:00
Fabio Erculiani 0b751a8314 [entropy] fix getoutput function call (it's in subprocess in Python 3.x and in commands in 2.x) 2009-10-01 18:17:17 +02:00
Fabio Erculiani c14de9c8fb [entropy.spm] PortagePlugin: add gentoolkit to PATH only once 2009-10-01 18:11:24 +02:00
Fabio Erculiani 1572d9256f [entropy.client] do not execute branch migration script if it doesn't exist 2009-10-01 18:11:02 +02:00
Fabio Erculiani 8627f83c54 [entropy.server] add missing import 2009-10-01 15:30:48 +02:00
Fabio Erculiani 49a277db7b [entropy] fix urllib support for both Python 2.6 and 3.x 2009-09-30 22:13:17 +02:00
Fabio Erculiani 54c0d11d58 [entropy.tools] make get_remote_data compatible with both Python 2.6 and 3.x 2009-09-30 20:56:46 +02:00
Fabio Erculiani d1ff90291b [entropy.output/entropy.tools] fix Python 2.6 syntax 2009-09-30 20:44:19 +02:00
Fabio Erculiani 71825e9c76 [entropy] migrate codebase to Python 2.6 only syntax 2009-09-30 19:53:47 +02:00
Fabio Erculiani dba441b58d [sulfur] improve code and make Python 2.6 2to3 happy 2009-09-30 19:44:01 +02:00
Fabio Erculiani f9761e8776 [entropy.dump] port to Python 2.6 2009-09-30 19:43:50 +02:00
Fabio Erculiani 376495b6b2 [pylzma] remove pylzma from sources, not needed here 2009-09-30 19:35:08 +02:00
Fabio Erculiani 85e92ea500 [entropy] start to port to >=Python2.6/3, remove with statement import 2009-09-30 19:35:08 +02:00
Daniel Halens Rodríguez 96cd806d8f [translations] fix a typo in translators list 2009-09-29 12:26:41 +01:00
Fabio Erculiani eeb538a6a8 [entropy.client.interfaces.package] os.utime() is done by entropy.tools.movefile() 0.99.3.1 0.99.3.1-python2.5 2009-09-28 18:53:13 +02:00
Daniel Halens Rodríguez e04e7563ea [translations] update Russian translation 2009-09-28 00:34:02 +01:00
Daniel Halens Rodríguez 04aab5d070 [translations] update Spanish translation 2009-09-28 00:15:41 +01:00
Daniel Halens Rodríguez b898e14a9f [translations] update translators list and order it by locale 2009-09-28 00:11:05 +01:00
Daniel Halens Rodríguez 0317c54cde [translations] update French (Canada) translation 2009-09-27 23:58:53 +01:00
Daniel Halens Rodríguez 8363718cec [translations] update French translation 2009-09-27 23:58:19 +01:00
Fabio Erculiani 536c762bfb [todo] update TODO 2009-09-27 08:55:24 +02:00
Fabio Erculiani be6126ce5a [entropy.server] properly handle pkg revision setup ignoring self sepo 2009-09-27 08:52:32 +02:00