- 17 Nov, 2012 1 commit
-
-
Jim Fulton authored
Add Python 3 trove classifier to setup.py so that Python 3 wall of shame...
-
- 16 Nov, 2012 1 commit
-
-
Marc Abramowitz authored
-
- 08 Oct, 2012 2 commits
-
-
Hanno Schlichting authored
I don't have any Windows VM anymore, so I didn't run the tests there. But the diff looks good and the tests continue to pass on my Mac. So I'll merge this as-is.
-
Jim Fulton authored
-
- 07 Oct, 2012 1 commit
-
-
Jim Fulton authored
-
- 06 Oct, 2012 1 commit
-
-
Jim Fulton authored
-
- 09 Sep, 2012 2 commits
-
-
Jim Fulton authored
should pass a full environment. The rest of the buildout code already does this.
-
Jim Fulton authored
-
- 07 Sep, 2012 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
3.3
-
- 04 Sep, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 03 Sep, 2012 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
option, -Wno-unused-result, which appears no where in buildout or distribute code. Ignore it.
-
Jim Fulton authored
-
Jim Fulton authored
Python 3.3, so we have to normalize data when computing package hashes.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Sort dict-based data for consistent output.
-
Jim Fulton authored
-
- 02 Sep, 2012 1 commit
-
-
Jim Fulton authored
removed failed attempt at isolation via -S
-
- 26 Aug, 2012 1 commit
-
-
Jim Fulton authored
-
- 25 Aug, 2012 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 21 Aug, 2012 11 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Support multiple Pythons in the same working tree
-
Marius Gedminas authored
-
Hanno Schlichting authored
fixed dev.py on windows
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Marius Gedminas authored
This way you can run the tests against several python versions by doing make PYTHON_VER=2.6 build test make PYTHON_VER=2.7 build test make PYTHON_VER=3.2 build test repeatedly, without having to re-download and recompile the respective clean Python interpreters.
-
Adam Groszer authored
removing debugger, adding comments
-
Adam Groszer authored
-
Hanno Schlichting authored
Fix nondeterministic buildout.txt test failure
-
Marius Gedminas authored
If the test happened to write to mkdir.py twice in the same second, Python's import cache wouldn't notice that the .pyc file is stale and would execute old code.
-
- 20 Aug, 2012 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-