- 02 Aug, 2011 19 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Ezio Melotti authored
-
Sandro Tosi authored
-
Jason R. Coombs authored
-
Senthil Kumaran authored
Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen.
-
Senthil Kumaran authored
Reported by Popa Claudiu and Patch by Santoso Wijaya.
-
Senthil Kumaran authored
Reported by Popa Claudiu and Patch by Santoso Wijaya.
-
Nadeem Vawda authored
Also, add an entry for the script in Tools/scripts/README.
-
Eli Bendersky authored
Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget
-
- 01 Aug, 2011 13 commits
-
-
Stefan Krah authored
-
-
Nadeem Vawda authored
This will be particularly useful to Windows users. run_tests.py originally written by Brett Cannon.
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 31 Jul, 2011 8 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Éric Araujo authored
This prevents tests from failing when run from a Python installed in a read-only directory. The code is a bit uglier; shutil.copytree calls copystat on directories behind our back, so I had to add an os.walk with os.chmod (*and* os.path.join!) calls. shutil, I am disappoint. This changeset is dedicated to the hundreds of neurons that were lost while I was debugging this on an otherwise fine afternoon.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
This prevents tests from failing when run from a Python installed in a read-only directory.
-
Nadeem Vawda authored
Code extracted from Victor Stinner's patch for issue #12567.
-
Nadeem Vawda authored
-