- 18 Apr, 2013 5 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
Fixes a bug with multiple import lines. We want to insert ourselves after the *first* found import line, not the last one... Also simplified an if/else for when there's no import statement at all.
-
Reinout van Rees authored
This exposes a bug.
-
Reinout van Rees authored
Fixes #102 Distutils scripts can contain quite a lot of code. Up till now, only a encoding hint was detected and placed at the top above our 'import sys' and 'sys.path=' stuff. Now we look for the first non-__future__ import line and place our sys.path statement above that line. This makes sure the encoding hint, the module docstring and the future imports are all above our code, as should be. There might be corner cases, but at least this fixes a couple of common problems.
-
Reinout van Rees authored
-
- 04 Apr, 2013 1 commit
-
-
David Glick authored
-
- 02 Apr, 2013 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 28 Mar, 2013 1 commit
-
-
Jim Fulton authored
change entries.
-
- 24 Mar, 2013 2 commits
-
-
Jim Fulton authored
Fixed several tiny typos.
-
pombredanne authored
-
- 23 Mar, 2013 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
This is weird, platform.python_version_tuple() returns a tuple of ints on Python 2.6 on windows.
-
- 20 Mar, 2013 1 commit
-
-
Jim Fulton authored
added conditional section documentation
-
- 19 Mar, 2013 1 commit
-
-
Jim Fulton authored
Fixed the conditional-section example and added a test for it. Added some more details about option overridding.
-
- 17 Mar, 2013 12 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
exist in that branch). I don't really expect people to use conditional sections with parse, but behavior should be consistent.
-
Jim Fulton authored
-
Jim Fulton authored
Updating the master version to dev: should we increment the version while in dev?
-
Jim Fulton authored
-
pombredanne authored
-
Jim Fulton authored
Jim meta recipes
-
Jim Fulton authored
Empty "eggs=" interpreter fix. Fixes #79
-
Jim Fulton authored
Removed buildout.dumppickedversions from the warning. Partial fix for #70
-
Jim Fulton authored
Warn when using an outdated bootstrap that gives you setuptools, fixes 82
-
Jim Fulton authored
zc.recipe.egg:develop docs fix path -> setup
-
- 16 Mar, 2013 3 commits
-
-
Jim Fulton authored
Fix for #73: proper sys.exit code when restarting buildout
-
Jim Fulton authored
Fixing docstring incorrect reference to obsolete command line options
-
Jim Fulton authored
Add support to ignore sections conditionally based on a Python expression.
-
- 11 Mar, 2013 2 commits
-
-
pombredanne authored
-
pombredanne authored
-
- 04 Mar, 2013 2 commits
-
-
Marius Gedminas authored
Fixes https://github.com/buildout/buildout/issues/94
-
Marius Gedminas authored
-
- 03 Mar, 2013 2 commits
-
-
Jim Fulton authored
Add bin/buildout --version
-
pombredanne authored
-
- 26 Feb, 2013 1 commit
-
-
Reinout van Rees authored
-