- 28 May, 2012 2 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
- 27 May, 2012 1 commit
-
-
Vinay Sajip authored
-
- 26 May, 2012 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 13 May, 2012 1 commit
-
-
Brian Curtin authored
-
- 01 May, 2012 1 commit
-
-
Georg Brandl authored
-
- 11 Apr, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 10 Apr, 2012 1 commit
-
-
Georg Brandl authored
-
- 06 Apr, 2012 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Apr, 2012 1 commit
-
-
Georg Brandl authored
-
- 18 Mar, 2012 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 15 Mar, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 07 Mar, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 05 Mar, 2012 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Ralf Schmitt.
-
- 04 Mar, 2012 1 commit
-
-
Georg Brandl authored
-
- 26 Feb, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 25 Feb, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
These regex changes fix a number of issues for distutils on Windows: - #6884: impossible to include a file starting with 'build' - #9691 and #14004: sdist includes too many files - #13193: test_filelist failures This commit replaces the incorrect changes done in 0a94e2f807c7 and 90b30d62caf2 to fix #13193; we were too eager to fix the test failures and I did not study the code enough before greenlighting patches. This time we have unit tests from the problems reported by users to be sure we have the right fix. Thanks to Nadeem Vawda for his help.
-
- 24 Feb, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 23 Feb, 2012 4 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Feb, 2012 4 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 12 Feb, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
The code used to call os.path.join to build a regex but without escaping the backslash, which lead to test failures on Windows. Antoine Pitrou fixed it in 0a94e2f807c7 by enhancing the code to accept both / and \, with proper escaping, but in my opinion this goes against the distutils feature freeze, hence this change.
-