Serhiy Storchaka
e0ed2d75c8
Issue #19936 : Added executable bits or shebang lines to Python scripts which
...
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.
2014-01-16 18:59:17 +02:00
Serhiy Storchaka
d551b28571
Issue #20027 : Fixed locale aliases for devanagari locales.
2013-12-26 21:20:46 +02:00
Benjamin Peterson
41432f527d
update Barry's email ( closes #19563 )
2013-12-22 19:45:12 -06:00
Martin v. Löwis
f532e7f733
Add 2.7.7 uuids.
2013-11-10 19:42:47 +01:00
Antoine Pitrou
358da5b9f8
Issue #19308 : fix the gdb plugin on gdbs linked with Python 3
2013-11-23 17:40:36 +01:00
Serhiy Storchaka
e4818f6937
Remove the use of non-existing re.ASCII.
...
(fixes a regression in 3d46ef0c62c5, issue #18873 )
2013-09-17 10:09:08 +03:00
Serhiy Storchaka
e787bce79c
Issue #18873 : IDLE, 2to3, and the findnocoding.py script now detect Python
...
source code encoding only in comment lines.
2013-09-17 00:00:46 +03:00
Ezio Melotti
6d0f0f299b
#18803 : fix more typos. Patch by Févry Thibault.
2013-08-26 01:31:30 +03:00
Martin v. Löwis
d5375dfb15
Issue #16067 : Add description into MSI file to replace installer's temporary name.
2013-08-03 20:24:00 +02:00
Martin v. Löwis
594e8eba13
Add 2.7.6 uuids.
2013-08-01 23:57:21 +02:00
Martin v. Löwis
9a32543ba6
Add 2.7.5 uuid
2013-08-01 23:55:26 +02:00
Terry Jan Reedy
68ad1d1372
Issue #18439 : Make patchcheck work on Windows for ACKS, NEWS.
2013-07-21 20:57:44 -04:00
Ned Deily
69f051c33c
Issue #17801 : fix shebang line of gprof2html.py
2013-04-20 14:07:05 -07:00
Martin v. Loewis
18613e6e7b
Issue #17425 : Build against openssl 0.9.8y on Windows.
2013-03-22 22:01:56 +01:00
Terry Jan Reedy
6bf9b85859
Issue #17047 : removed doubled words in Doc/*, Mac/*, and Tool/*
...
found by Serhiy Storchaka and Matthew Barnett
2013-03-11 17:09:58 -04:00
Serhiy Storchaka
15ea3ac67a
Issue #17156 : pygettext.py now correctly escapes non-ascii characters.
2013-02-09 22:36:22 +02:00
doko@python.org
4e63fbe04d
- Issue #17029 : Let h2py search the multiarch system include directory.
2013-01-25 13:08:27 +01:00
Serhiy Storchaka
dfae912d80
Issue #15539 : Fix backup file creation in pindent.py on Windows
2013-01-11 22:16:15 +02:00
Ezio Melotti
9e9cb2810e
Add a note about checking refleaks to patchcheck.
2013-01-11 14:07:47 +02:00
Serhiy Storchaka
8cd7f82024
Issue #15539 : Fix a number of bugs in Tools/scripts/pindent.py.
...
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.
2013-01-11 11:59:59 +02:00
Andrew Svetlov
4bb142b1b7
Issue #16714 : use 'raise' exceptions, don't 'throw'.
...
Patch by Serhiy Storchaka.
2012-12-18 21:27:37 +02:00
Ezio Melotti
dc118790de
#13301 : use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
2012-11-09 11:46:19 +01:00
Éric Araujo
0d983b5339
Avoid SyntaxError in script using print function
2012-07-02 17:45:10 -04:00
Stefan Krah
a14a06fe0e
Issue #15170 : Quote the variable that expands to the current directory.
2012-06-30 18:46:02 +02:00
Antoine Pitrou
8c368efa55
Regrtest option "-n" doesn't exist in 2.7.
2012-06-27 18:23:40 +02:00
Antoine Pitrou
3a121561b7
Allow passing extra testing options to the buildbot test scripts
2012-06-27 17:27:21 +02:00
Stefan Krah
ea1eda2a29
Issue #15170 : Try the HOST_PYTHON hack for 2.7.
2012-06-25 15:20:51 +02:00
Martin v. Löwis
64051d0916
Stop refetching OpenSSL.
2012-05-18 14:07:28 +02:00
Martin v. Löwis
580227a8a0
Force recheckout of openssl.
2012-05-15 19:55:33 +02:00
Martin v. Löwis
fd0afed503
Upgrade openssl to 0.9.8x.
2012-05-15 17:26:31 +02:00
Martin v. Löwis
e7f67b5b98
Upgrade to bzip2 1.0.6.
2012-05-14 14:19:09 +02:00
Martin v. Löwis
cdc60aac3d
Add 2.7.3rc2 uuid
2012-03-18 23:46:56 +01:00
Martin v. Löwis
3a34c5100d
Add 2.7.3 and 2.7.4 UUIDs
2012-02-25 10:37:41 +01:00
Nadeem Vawda
f00011aff4
Issue #14053 : Fix "make patchcheck" to work with MQ.
...
Patch by Francisco Martín Brugué
2012-02-22 11:40:09 +02:00
Martin v. Löwis
a1b2af8034
Issue #6807 : Run msisupport.mak earlier.
2012-02-21 18:12:02 +01:00
Martin v. Löwis
ef281bdddb
Issue #10580 : Minor grammar change in Windows installer.
2012-02-21 17:07:32 +01:00
Victor Stinner
99cff3f182
Issue #13628 : python-gdb.py is now able to retrieve more frames in the Python
...
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()
2011-12-19 13:59:58 +01:00
Antoine Pitrou
31b3763fa3
Fix a missing encoding argument when opening a text file in some of iobench's subtests.
...
(found by Georg)
2011-10-08 19:41:34 +02:00
Éric Araujo
a5afa4955d
patchcheck: don’t talk about the test suite when no code file were changed.
...
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.
2011-08-19 08:41:00 +02:00
Éric Araujo
35a7f5516d
Let “make patchcheck” work for out-of-dir builds ( #9860 )
2011-07-30 21:34:04 +02:00
Éric Araujo
fea8ac4772
Branch merge
2011-07-29 14:23:13 +02:00
Éric Araujo
0fb681ea50
Fix missing or shebangs and executable bits for scripts ( #10318 )
2011-07-29 12:06:13 +02:00
Jason R. Coombs
fee7745ebb
Fixes #10639 : reindent.py should not convert newlines
...
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.
2011-07-27 14:05:37 -04:00
Guido van Rossum
1ce5d181d7
Minimal changes to make byext.py script work with Python 3 syntax.
2011-06-28 10:33:38 -07:00
Martin v. Löwis
2231e1a01f
Stop adding txt files twice.
2011-06-05 10:44:18 +02:00
Martin v. Löwis
ebebd1c56f
Add 2.7.2 UUIDs
2011-06-05 10:43:45 +02:00
Victor Stinner
e2d9e26a10
Issue #12057 : Add cjkencodings directory to the Makefile and Tools/msi/msi.py
2011-05-25 01:19:57 +02:00
Brian Curtin
611cfd2cba
Denote 3.3.0 as the last supported Windows 2000 release.
...
This corresponds with change b9390aa12855 to PEP-11.
2011-05-03 13:36:34 -05:00
Jesus Cea
f93bb262eb
pybench prep_times calculation error ( closes #11895 )
2011-04-25 03:20:54 +02:00
Antoine Pitrou
41347fe011
In the Windows clean script for buildbots, also clear the build dir
...
(so that stale test files, which can be very large, get wiped out)
2011-03-26 22:08:21 +01:00