summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-4/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Issue #7582: Use ISO timestamp in diff.pyAlexander Belopolsky2012-06-221-4/+12
|
* Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+11
|
* Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-181-1/+5
| | | | | that it can be imported when threads are disabled. (followup to issue #12098)
* Better control when dumping import stateNick Coghlan2012-04-291-12/+10
|
* Start a shared utility script for poking around at the import internalsNick Coghlan2012-04-251-0/+39
|
* #14508: make gprof2html script runnable under python3R David Murray2012-04-111-5/+7
|\ | | | | | | | | | | | | | | | | | | Not that I haven't tested it to make sure it works, just that it can run against an empty source file. Initial patch by Popa.Claudiu. Here we also add a test (which uses mock, which is why I didn't check it in on 3.2).
| * #14508: make gprof2html script runnable under python3R David Murray2012-04-111-5/+7
| | | | | | | | | | | | | | Not that I haven't tested it to make sure it works, just that it can run against an empty source file. Initial patch by Popa.Claudiu.
* | Merge #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-5/+5
|\ \ | |/ | | | | Initial patch by Popa Claudiu.
| * #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-5/+5
| | | | | | | | Initial patch by Popa Claudiu.
* | Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-056-84/+89
|\ \ | |/ | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.
| * #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-056-84/+89
| | | | | | | | | | | | This patch changes a few of the scripts to have __name__=='__main__' clauses so that they are importable without running. Also fixes the syntax errors revealed by the tests.
* | merge 3.2Matthias Klose2012-03-141-2/+2
|\ \ | |/
* | Modify patchcheck.py to check for changes to configure.in.Ross Lagerwall2012-03-111-0/+19
| | | | | | | | | | It now reports if configure and pyconfig.h.in weren't regenerated but configure.in was changed.
* | Merge: #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+12
|\ \ | |/ | | | | Patch by Francisco Martín Brugué
| * Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+12
| | | | | | | | Patch by Francisco Martín Brugué
* | enable hash randomization by defaultBenjamin Peterson2012-02-211-1/+0
| |
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+1
|\ \ | |/
* | Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default':Antoine Pitrou2011-10-011-1/+1
| | | | | | | | Issue #12804: Prevent "make test" from using network resources.
* | Issue #12804: Prevent "make test" from using network resources.Nadeem Vawda2011-08-211-1/+1
| |
* | Use -n for tests under WindowsAntoine Pitrou2011-08-161-0/+2
| |
* | Merge 3.2Éric Araujo2011-08-121-6/+6
|\ \ | |/
| * Update crlf and lfcr scripts for 3.x bytes semantics (#12032).Éric Araujo2011-08-122-12/+12
| | | | | | | | | | Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested.
* | Merge 3.2Éric Araujo2011-08-121-2/+3
|\ \ | |/
| * patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-121-2/+3
| | | | | | | | | | | | The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
* | Corrected attribute docstring per pep-257 (reference #10639)Jason R. Coombs2011-08-021-1/+1
| |
* | Clean up description of Tools/scripts/run_tests.py.Nadeem Vawda2011-08-022-5/+6
| | | | | | | | Also, add an entry for the script in Tools/scripts/README.
* | Issue #11651: Move options for running tests into a Python script.Nadeem Vawda2011-08-011-0/+45
| | | | | | | | | | | | This will be particularly useful to Windows users. run_tests.py originally written by Brett Cannon.
* | Small cleanupÉric Araujo2011-07-311-9/+4
| |
* | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-7/+13
|\ \ | |/
| * Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
| |
* | Merge fix for reindent.pyJason R. Coombs2011-07-291-2/+2
|\ \
| * | Issue #10639: spec_newline wasn't defined globally unless main() was called; ↵Jason R. Coombs2011-07-291-2/+2
| | | | | | | | | | | | now spec_newline is set at module import/execution
* | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-2915-9/+22
|\ \ \ | |/ / |/| / | |/
| * Branch merge.Éric Araujo2011-07-2615-9/+22
| |\ | | | | | | | | | I moved the NEWS entry for the reindent fix to the right release section.
| | * Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-2615-1/+6
| | |
| | * Fix string exception and a few style issues in mailerdaemon scriptÉric Araujo2011-07-261-8/+16
| | |
* | | Issue #10639: reindent.py tool now accepts a --newline option to specify the ↵Jason R. Coombs2011-07-261-4/+12
| | | | | | | | | | | | newline to be used in the output of converted files.
* | | Merge with 3.2 Issue #10639: reindent.py should not convert newlines.Jason R. Coombs2011-07-261-3/+12
|\ \ \ | |/ / | | | | | | reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
| * | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-3/+12
| |/ | | | | | | reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
* | general cleaning upBenjamin Peterson2011-06-271-11/+3
| |
* | remove svn supportBenjamin Peterson2011-06-271-3/+0
| |
* | Branch mergeÉric Araujo2011-05-252-3/+3
|\ \
| * | Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34)Éric Araujo2011-05-052-3/+3
| |/
* | initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+4
| |
* | Close #12032: Fix scripts/crlf.py for Python 3Victor Stinner2011-05-081-6/+6
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| |
| * Merged revisions 88147 via svnmerge fromAntoine Pitrou2011-01-231-2/+3
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88147 | antoine.pitrou | 2011-01-23 18:12:25 +0100 (dim., 23 janv. 2011) | 3 lines Issue #10987: Fix the recursion limit handling in the _pickle module. ........
| * Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge fromGeorg Brandl2010-11-264-56/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. ........ r85731 | georg.brandl | 2010-10-19 23:07:16 +0200 (Di, 19 Okt 2010) | 1 line Be consistent in the spelling of thread-safe(ty). ........ r85735 | georg.brandl | 2010-10-20 08:50:19 +0200 (Mi, 20 Okt 2010) | 1 line Fix r85728: use "" to mean the system default locale, which should work on more systems. ........ r85766 | georg.brandl | 2010-10-21 09:40:03 +0200 (Do, 21 Okt 2010) | 1 line #10159: sort completion matches before comparing to dir() result. ........ r85767 | georg.brandl | 2010-10-21 14:49:28 +0200 (Do, 21 Okt 2010) | 1 line #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. ........ r85768 | georg.brandl | 2010-10-21 14:59:14 +0200 (Do, 21 Okt 2010) | 1 line #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output. ........ r85769 | georg.brandl | 2010-10-21 15:01:23 +0200 (Do, 21 Okt 2010) | 1 line Fix missing import. ........ r85770 | georg.brandl | 2010-10-21 15:29:10 +0200 (Do, 21 Okt 2010) | 1 line #3077: fix h2py substitution of character literals. ........ r85771 | georg.brandl | 2010-10-21 15:34:51 +0200 (Do, 21 Okt 2010) | 1 line #1203650: allow larger list of files in windows makefile for freeze. ........ r85773 | georg.brandl | 2010-10-21 15:45:52 +0200 (Do, 21 Okt 2010) | 1 line #4829: better error message for invalid file mode ........ r85777 | georg.brandl | 2010-10-21 17:44:51 +0200 (Do, 21 Okt 2010) | 1 line Add .hgeol file for the Mercurial EOL extension. ........