An error occurred fetching the project authors.
- 14 Feb, 2013 3 commits
-
-
Reinout van Rees authored
os.umask is a bit weird in that it *does* return the current umask, but it has a required argument that it immediately sets as the new umask... Weird. Distribute solves that by assigning a dummy value and re-setting the umask to the original value. The matching test verifies that it actually works. Note that I use python 2.6+'s octal notation: 0o755. Buildout 2 doesn't support python 2.5 anymore, iirc, so that's fine.
-
Reinout van Rees authored
Note: includes if/else for windows. Uses http://docs.python.org/2/library/os#os.access
-
Reinout van Rees authored
-
- 13 Feb, 2013 4 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
A directory hacked inside the distutils `EGG-INFO/scripts` metadata directory (which can apparently happen in python 3.3 with a `__pycache__` directory) breaks the current distutils script detection code. Refs #64
-
- 31 Jan, 2013 1 commit
-
-
Reinout van Rees authored
-
- 17 Jan, 2013 1 commit
-
-
Jim Fulton authored
specific to the way I was developing on mac.
-
- 13 Jan, 2013 1 commit
-
-
Jim Fulton authored
-
- 30 Nov, 2012 1 commit
-
-
Jim Fulton authored
>=2.0dev in addition to being simple versions.
-
- 17 Nov, 2012 1 commit
-
-
Jim Fulton authored
-
- 04 Sep, 2012 1 commit
-
-
Jim Fulton authored
-
- 03 Sep, 2012 1 commit
-
-
Jim Fulton authored
-
- 21 Aug, 2012 1 commit
-
-
Hanno Schlichting authored
-
- 22 Jul, 2012 1 commit
-
-
Jim Fulton authored
-
- 11 Jun, 2012 1 commit
-
-
Jim Fulton authored
-
- 13 May, 2012 1 commit
-
-
Jim Fulton authored
Date: Tue Sep 27 21:20:50 2011 +0000 Fixed https://bugs.launchpad.net/bugs/697913 : Buildout doesn't honor exit code from scripts. Cherry-picked from svntrunk.
-
- 28 Apr, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Apr, 2012 1 commit
-
-
Jim Fulton authored
-
- 03 Aug, 2010 1 commit
-
-
Gary Poster authored
-
- 11 Nov, 2009 1 commit
-
-
Reinout van Rees authored
Merged -r105475:105584 svn+ssh://reinout@svn.zope.org/repos/main/zc.buildout/branches/reinout_distribute_upgrade_check This is the fix for an infinite recursion when updating Distribute. Solved by using the available setuptools/distribute for easy_installing the Distribute tgz instead of searching for it, which tries to install, which searches...
-
- 04 Sep, 2009 4 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
- 02 Sep, 2009 1 commit
-
-
Reinout van Rees authored
-
- 28 Aug, 2009 3 commits
-
-
Jim Fulton authored
The standard Python -m option didn't work for custom interpreters.
-
Jim Fulton authored
Scripts run using generated interpreters didn't have __file__ set correctly.
-
Jim Fulton authored
Scripts generated with relative-paths eanbled couldn't be symbolocally linked to other locations and still work.
-
- 22 Jun, 2009 1 commit
-
-
Jim Fulton authored
could be inserted into sys.path if a relative path was used to run the generated script.
-
- 18 Jun, 2009 1 commit
-
-
Andreas Jung authored
-
- 18 Mar, 2009 1 commit
-
-
Jim Fulton authored
-
- 17 Mar, 2009 1 commit
-
-
Jim Fulton authored
in scripts when both the script and the eggs have a common base directory.
-
- 05 Feb, 2009 1 commit
-
-
Shane Hathaway authored
be generated for all required eggs in addition to the eggs named specifically. The implementation is short and simple, but testing it required changes in a lot of places.
-
- 14 Aug, 2008 2 commits
-
-
Chris Withers authored
-
Chris Withers authored
-
- 18 Jul, 2008 1 commit
-
-
Jim Fulton authored
-
- 13 Jan, 2008 1 commit
-
-
Jim Fulton authored
leading to test failures. The change also caused buildout to fail with Python 2.3, which lacks a set builtin.
-