summaryrefslogtreecommitdiffstats
path: root/package/python3
Commit message (Collapse)AuthorAgeFilesLines
* python3: Fix pyc-only related runtime exceptionsDaniel Nelson2013-01-282-0/+67
| | | | | | | | | | | | | | Python3 changes the pyc lookup strategy, ignoring the __pycache__ directory if the .py file is missing. Change install location to enable use of .pyc without their parent .py See http://www.python.org/dev/peps/pep-3147 [Peter: add patch header] Signed-off-by: Daniel Nelson <daniel@sigpwr.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> (untested) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python3: Handle properly the pyc and py files on the targetMaxime Ripard2013-01-201-0/+22
| | | | | | | | Fixes #5690 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python3: Point /usr/bin/python to python3 if python is not selectedMaxime Ripard2013-01-201-0/+7
| | | | | | | | Fixes #5702 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python3: uses fork(), only available on MMU platformsMaxime Ripard2013-01-121-0/+2
| | | | | Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add python3 packageMaxime Ripard2012-11-0814-0/+947
[Peter: s/python/python3/] Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>