Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a 'cleanup' action to remove stale preferences | Michał Górny | 2017-12-03 | 1 | -0/+86 |
| | |||||
* | list: Mark uninstalled Pythons as such | Michał Górny | 2017-12-03 | 1 | -0/+3 |
| | | | | Bug: https://bugs.gentoo.org/639578 | ||||
* | Revert "Respect EROOT when spawning python-exec2c for interpreter list" | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | | | | This could break cross-compilation. | ||||
* | Fix typo in INTERPRETER_DIR var ref | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Respect EROOT when spawning python-exec2c for interpreter list | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Respect EPYTHON when looking for installed intepreters | Michał Górny | 2016-05-16 | 1 | -1/+1 |
| | |||||
* | Obtain supported implementations list from python-exec2c | Michał Górny | 2016-02-22 | 1 | -17/+9 |
| | |||||
* | list: Use a more readable (verbose) output format | Michał Górny | 2016-02-22 | 1 | -4/+4 |
| | |||||
* | set_man_symlink: fix variables | Michał Górny | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Support PyPy & Jython | Michał Górny | 2016-02-06 | 1 | -1/+8 |
| | |||||
* | post_update: Use only CPython for manpages, frameworks and python-docs | Michał Górny | 2016-02-06 | 1 | -4/+4 |
| | |||||
* | Add --cpython filter to filter out non-CPython preferences | Michał Górny | 2016-02-06 | 1 | -10/+26 |
| | |||||
* | edit: Run post_update after editing the file | Michał Górny | 2016-02-06 | 1 | -0/+2 |
| | |||||
* | Handle missing configuration file gracefully | Michał Górny | 2016-02-06 | 1 | -1/+6 |
| | |||||
* | update: Ignore Python 2 preference update requests | Michał Górny | 2016-02-06 | 1 | -1/+3 |
| | |||||
* | show: Fix --pref-only | Michał Górny | 2016-02-06 | 1 | -5/+5 |
| | |||||
* | Add edit action | Michał Górny | 2016-02-05 | 1 | -0/+12 |
| | |||||
* | Set open enough umask before writing updates | Michał Górny | 2016-02-05 | 1 | -0/+1 |
| | |||||
* | Rewrite to use python-exec.conf, and cleanup | Michał Górny | 2016-02-05 | 1 | -222/+243 |
| | | | | | | | Use the new preference list configuration format added in python-exec-2.3. While at it, clean up error handling and make the code a bit simpler. Replace the notion of 'main interpreter' with the most preferred installed interpreter. | ||||
* | Stop creating symlinks to interpreters and the wrapper | Michał Górny | 2015-11-12 | 1 | -49/+11 |
| | |||||
* | Store selected python[23] version in a file | Michał Górny | 2015-11-12 | 1 | -2/+10 |
| | | | | | | | Use /etc/env.d/python/python[23] file to store the active Python2/3 interpreter rather than /usr/bin/python[23] symlink target. This is simpler, more portable and allows us to replace symlinks with real wrappers. | ||||
* | manpage: Support .lz compression | Michał Górny | 2015-11-12 | 1 | -2/+2 |
| | |||||
* | Support Windows binaries via @EXEEXT@, bug 337601eselect-python-20140115 | mchiang | 2014-01-18 | 1 | -0/+412 |