[issue1799] Per user site-packages and setup.py install --user patch

2008-05-05 Thread Christian Heimes
Changes by Christian Heimes <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9158/trunk_usersite4.patch __ Tracker <[EMAIL PROTECTED]> __ _

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-15 Thread Christian Heimes
Christian Heimes added the comment: Future patches will be applied to the branch directly: http://svn.python.org/view/sandbox/trunk/pep370 __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión: -- nosy: +jcea __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file9153/trunk_usersite3.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file9131/trunk_usersite.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list m

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes
Changes by Christian Heimes: Added file: http://bugs.python.org/file9158/trunk_usersite4.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list ma

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Gregory P. Smith
Gregory P. Smith added the comment: nice. ping a mac developer for what to do with the darwin stuff that you commented out. It'd also be nice to have unit tests for the new behavior. Though i don't think we have many (any?) of that type of regression test right now. Such a test would need to

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-13 Thread Christian Heimes
Christian Heimes added the comment: The new patch adds the -s option, checks for getuid() == geteuid() and adds sys.flags (see #1816). Added file: http://bugs.python.org/file9153/trunk_usersite3.patch __ Tracker <[EMAIL PROTECTED]>

[issue1799] Per user site-packages and setup.py install --user patch

2008-01-11 Thread Christian Heimes
New submission from Christian Heimes: The patch adds a per user site-packages directory and a --user option for distutils' setup.py install. It also cleans up site.py a bit and makes addsitepackages() extensible. I'm going to write a mini PEP soonish. -- components: Distutils, Library (