- 28 Dec, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 18 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
- 09 Dec, 2012 3 commits
-
-
É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.
-
- 11 Aug, 2012 1 commit
-
-
Georg Brandl 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.
-
- 28 Jun, 2012 1 commit
-
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
- 26 Jun, 2012 1 commit
-
-
David Malcolm authored
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
- 28 May, 2012 1 commit
-
-
Nick Coghlan authored
-
- 11 Apr, 2012 1 commit
-
-
Georg Brandl authored
-
- 10 Apr, 2012 3 commits
-
-
Georg Brandl authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 09 Apr, 2012 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 06 Apr, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 18 Mar, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 17 Mar, 2012 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 15 Mar, 2012 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
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
Patch by Ralf Schmitt.
-
Éric Araujo authored
Patch by Ralf Schmitt.
-
- 26 Feb, 2012 3 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
- Actually check the contents of the file created by bdist_dumb. - Don’t use “RECORD” as filename for non-PEP 376 record file - Don’t start method name with “_test”, it looks like a disabled test method instead of an helper method - Fix some idioms (assertIn, addCleanup)
-
Éric Araujo authored
Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Untested backport of the fix committed and tested for 3.2.
-