- 28 Dec, 2012 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 25 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
-
- 18 Dec, 2012 6 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
- 09 Dec, 2012 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-
- 08 Dec, 2012 3 commits
-
-
Éric Araujo authored
There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it.
-
Éric Araujo authored
-
Éric Araujo authored
These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
-
- 23 Oct, 2012 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 10 Oct, 2012 1 commit
-
-
Jesus Cea authored
-
- 29 Sep, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 23 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 09 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 25 Aug, 2012 1 commit
-
-
Georg Brandl authored
-
- 11 Aug, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 28 Jul, 2012 1 commit
-
-
Ned Deily authored
-
- 27 Jul, 2012 1 commit
-
-
Richard Oudkerk authored
-
- 22 Jul, 2012 1 commit
-
-
Ned Deily authored
may differ between sysconfig and distutils.sysconfig due to compiler customizations on OS X. For now, move those vars into a separate test and skip if the customization has taken place in distutils. The long-term solution is to eliminate having two sysconfig modules.
-
- 21 Jul, 2012 1 commit
-
-
Ned Deily authored
tailoring for universal builds by factoring out common OS X-specific customizations from sysconfig, distutils.sysconfig, distutils.util, and distutils.unixccompiler into a new module _osx_support that can eventually also be used by packaging.
-
- 16 Jul, 2012 3 commits
-
-
Vinay Sajip authored
Closes #15367: Corrected computation of include locations for source builds on Windows. Thanks to Richard Oudkerk for the bug report and patch.
-
Vinay Sajip authored
Closes #15366: Corrected computation of include location for source builds. Thanks to Richard Oudkerk for the bug report and patch.
-
Ned Deily authored
- fix test_distutils and test_sysconfig test failures by aligning sysconfig and distutils.sysconfig tailoring of configure variables (as in 2.7)
-
- 10 Jul, 2012 1 commit
-
-
Martin v. Löwis authored
-
- 03 Jul, 2012 2 commits
-
-
Éric Araujo authored
There was a window between the write and the chmod where the user’s password would be exposed, depending on default permissions. Philip Jenvey’s patch fixes it.
-
Éric Araujo authored
These files are created by some NFS clients a file is edited and removed concurrently (see added link in doc for more info). If such a file is removed between distutils calls listdir and copy, it will get confused. Other special files are ignored in sdist (namely VCS directories), but this has to be filtered out earlier.
-
- 30 Jun, 2012 1 commit
-
-
doko@ubuntu.com authored
for host compiler.
-
- 28 Jun, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-