summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17425: Build against openssl 0.9.8y on Windows.Martin v. Loewis2013-03-221-2/+2
|
* Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-112-2/+2
| | | | found by Serhiy Storchaka and Matthew Barnett
* Issue #17156: pygettext.py now correctly escapes non-ascii characters.Serhiy Storchaka2013-02-091-6/+5
|
* - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+6
|
* Issue #15539: Fix backup file creation in pindent.py on WindowsSerhiy Storchaka2013-01-111-12/+22
|
* Add a note about checking refleaks to patchcheck.Ezio Melotti2013-01-111-1/+2
|
* Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.Serhiy Storchaka2013-01-111-104/+60
| | | | | | | Now pindent.py works with a "with" statement. pindent.py no longer produces improper indentation. pindent.py now works with continued lines broken after "class" or "def" keywords and with continuations at the start of line. Added regression tests for pindent.py. Modernized pindent.py.
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| | | | Patch by Serhiy Storchaka.
* #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. ↵Ezio Melotti2012-11-091-3/+3
| | | | Patch by Serhiy Storchaka.
* Avoid SyntaxError in script using print functionÉric Araujo2012-07-021-0/+2
|
* Issue #15170: Quote the variable that expands to the current directory.Stefan Krah2012-06-301-1/+1
|
* Regrtest option "-n" doesn't exist in 2.7.Antoine Pitrou2012-06-272-2/+2
|
* Allow passing extra testing options to the buildbot test scriptsAntoine Pitrou2012-06-272-2/+2
|
* Issue #15170: Try the HOST_PYTHON hack for 2.7.Stefan Krah2012-06-251-0/+1
|
* Stop refetching OpenSSL.Martin v. Löwis2012-05-181-1/+1
|
* Force recheckout of openssl.Martin v. Löwis2012-05-151-1/+1
|
* Upgrade openssl to 0.9.8x.Martin v. Löwis2012-05-151-2/+2
|
* Upgrade to bzip2 1.0.6.Martin v. Löwis2012-05-141-4/+4
|
* Add 2.7.3rc2 uuidMartin v. Löwis2012-03-181-0/+1
|
* Add 2.7.3 and 2.7.4 UUIDsMartin v. Löwis2012-02-251-0/+4
|
* Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+16
| | | | Patch by Francisco Martín Brugué
* Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-211-2/+2
|
* Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-211-1/+1
|
* Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-8/+26
| | | | | | | | | | | | | traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
* Fix a missing encoding argument when opening a text file in some of ↵Antoine Pitrou2011-10-081-1/+1
| | | | | | iobench's subtests. (found by Georg)
* patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-191-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.
* Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
|
* Branch mergeÉric Araujo2011-07-2913-0/+5
|\
| * Fix missing or shebangs and executable bits for scripts (#10318)Éric Araujo2011-07-2913-0/+5
| |
* | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-271-3/+14
|/ | | | Backport of changeset 070dc6e359fb, reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
* Minimal changes to make byext.py script work with Python 3 syntax.Guido van Rossum2011-06-281-13/+10
|
* Stop adding txt files twice.Martin v. Löwis2011-06-051-2/+0
|
* Add 2.7.2 UUIDsMartin v. Löwis2011-06-051-0/+2
|
* Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-241-0/+2
|
* Denote 3.3.0 as the last supported Windows 2000 release.Brian Curtin2011-05-031-1/+1
| | | | This corresponds with change b9390aa12855 to PEP-11.
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-1/+1
|
* In the Windows clean script for buildbots, also clear the build dirAntoine Pitrou2011-03-262-1/+7
| | | | (so that stale test files, which can be very large, get wiped out)
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
|
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-152-3/+3
|
* Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-0511-146/+146
|
* Merged revisions ↵R. David Murray2011-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86542 | r.david.murray | 2010-11-19 22:48:58 -0500 (Fri, 19 Nov 2010) | 2 lines Make test class name unique so that both test classes run. ........ r87136 | r.david.murray | 2010-12-08 17:53:00 -0500 (Wed, 08 Dec 2010) | 6 lines Have script_helper._assert_python strip refcount strings from stderr. This makes the output of the function and those that depend on it independent of whether or not they are being run under a debug build. ........ r87216 | r.david.murray | 2010-12-13 17:50:30 -0500 (Mon, 13 Dec 2010) | 2 lines #10698: fix typo in example. ........ r87221 | r.david.murray | 2010-12-13 19:55:46 -0500 (Mon, 13 Dec 2010) | 4 lines #10699: fix docstring for tzset: it does not take a parameter Thanks to Garrett Cooper for the fix. ........ r87228 | r.david.murray | 2010-12-13 21:25:43 -0500 (Mon, 13 Dec 2010) | 2 lines Turn on regrtest -W (rerun immediately) option for Windows, too. ........ r87256 | r.david.murray | 2010-12-14 21:19:14 -0500 (Tue, 14 Dec 2010) | 2 lines #10705: document what the values of debuglevel are and mean. ........ r87337 | r.david.murray | 2010-12-17 11:11:40 -0500 (Fri, 17 Dec 2010) | 2 lines #10559: provide instructions for accessing sys.argv when first mentioned. ........ r87338 | r.david.murray | 2010-12-17 11:29:07 -0500 (Fri, 17 Dec 2010) | 2 lines #10454: clarify the compileall docs and help messages. [changes to compileall.py were not backported, only the doc changes] ........ r87372 | r.david.murray | 2010-12-18 11:39:06 -0500 (Sat, 18 Dec 2010) | 2 lines #10728: the default for printing help is sys.stdout, not stderr. ........ r87516 | r.david.murray | 2010-12-27 15:09:32 -0500 (Mon, 27 Dec 2010) | 5 lines #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs I've only tested regular runs and -j runs. If I've broken anything else I'm sure I'll hear about it sooner or later. ........ r87571 | r.david.murray | 2010-12-29 14:06:48 -0500 (Wed, 29 Dec 2010) | 2 lines Fix same typo in docs. ........ r88164 | r.david.murray | 2011-01-24 14:34:58 -0500 (Mon, 24 Jan 2011) | 12 lines #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. Original patch by Michal Nowikowski, with some additions and wording fixes by me. I changed the wording from 'Performs a stat system call' to 'Performs the equivalent of a stat system call', since on Windows there are no stat/lstat system calls involved. I also extended Michal's breakout of the attributes into a list to the other paragraphs, and rearranged the order of the paragraphs in the 'stat' docs to make it flow better and put it in what I think is a more logical/useful order. ........
* Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge fromGeorg Brandl2010-11-263-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ 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. ........ r85823 | georg.brandl | 2010-10-24 16:32:45 +0200 (So, 24 Okt 2010) | 1 line Fix style. ........ r85825 | georg.brandl | 2010-10-24 17:16:02 +0200 (So, 24 Okt 2010) | 1 line Add documentation about the default warnings filters. ........
* Merged revisions 85766-85767 via svnmerge fromGeorg Brandl2010-11-263-58/+111
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ 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. ........
* Merged revisions 85253,85452-85454 via svnmerge fromGeorg Brandl2010-11-261-3/+4
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85253 | georg.brandl | 2010-10-06 10:52:48 +0200 (Mi, 06 Okt 2010) | 1 line Copyedit of os.symlink() docs. ........ r85452 | georg.brandl | 2010-10-14 08:43:22 +0200 (Do, 14 Okt 2010) | 1 line #10046: small correction to atexit docs. ........ r85453 | georg.brandl | 2010-10-14 08:46:08 +0200 (Do, 14 Okt 2010) | 1 line #6825: small correction to split() docs. ........ r85454 | georg.brandl | 2010-10-14 08:48:47 +0200 (Do, 14 Okt 2010) | 1 line Mention 2to3. ........
* Backport the distutils part of r83399 to fix #7645.Brian Curtin2010-11-221-0/+2
|
* Merged revisions 84487 via svnmerge fromMartin v. Löwis2010-11-141-1/+16
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84487 | martin.v.loewis | 2010-09-04 16:38:09 +0200 (Sa, 04 Sep 2010) | 3 lines Issue #1303434: Include PDBs in release. Patch by James Lee and Daniel Stutzbach. ........
* Add 2.7.1 UUIDs.Martin v. Löwis2010-10-251-0/+3
|
* Sorry, I committed into wrong branch. So reverted it.Hirokazu Yamamoto2010-09-281-2/+1
|
* Run test_ttk_guionly in verbose mode.Hirokazu Yamamoto2010-09-281-1/+2
|
* Merged revisions 84635-84636 via svnmerge fromAntoine Pitrou2010-09-081-27/+38
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84635 | antoine.pitrou | 2010-09-08 22:57:48 +0200 (mer., 08 sept. 2010) | 5 lines Issue #9188: The gdb extension now handles correctly narrow (UCS2) as well as wide (UCS4) unicode builds for both the host interpreter (embedded inside gdb) and the interpreter under test. ........ r84636 | antoine.pitrou | 2010-09-08 23:07:40 +0200 (mer., 08 sept. 2010) | 4 lines Add a safety limit to the number of unicode characters we fetch (followup to r84635, suggested by Dave Malcolm). ........