- 13 Jul, 2012 1 commit
-
-
Antoine Pitrou authored
Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path.
-
- 12 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
- 11 Jul, 2012 4 commits
-
-
Antoine Pitrou authored
Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. Patch by Chris Jerdonek.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 09 Jul, 2012 5 commits
-
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Terry Jan Reedy authored
-
Senthil Kumaran authored
-
- 08 Jul, 2012 3 commits
-
-
Terry Jan Reedy authored
execfile().
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Patch contributed by Stephen Thorne.
-
- 07 Jul, 2012 1 commit
-
-
Florent Xicluna authored
-
- 06 Jul, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 05 Jul, 2012 2 commits
-
-
Antoine Pitrou authored
Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python".
-
Senthil Kumaran authored
Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp
-
- 03 Jul, 2012 1 commit
-
-
Jesus Cea authored
-
- 01 Jul, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Jun, 2012 2 commits
-
-
Stefan Krah authored
-
Antoine Pitrou authored
-
- 29 Jun, 2012 7 commits
-
-
Tim Golden authored
-
Senthil Kumaran authored
-
Antoine Pitrou authored
-
Tim Golden authored
the Ctrl-C signal handler on Windows
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Senthil Kumaran authored
-
- 28 Jun, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Serhiy Storchaka.
-
Antoine Pitrou authored
Patch by Jakub Wilk.
-
Petri Lehtinen authored
If messages were only added, a new file is no longer created and renamed over the old file when flush() is called on an mbox, MMDF or Babyl mailbox.
-
- 27 Jun, 2012 2 commits
-
-
Antoine Pitrou authored
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou authored
-
- 26 Jun, 2012 4 commits
-
-
Antoine Pitrou authored
Patch by Stefan Mihaila.
-
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.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-