Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | include test data in the windows installer, so tests don't fail (closes #19866) | Benjamin Peterson | 2014-05-18 | 1 | -0/+4 | |
| | ||||||
* | Issue #21476 Include idle icon files in Windows installer | Steve Dower | 2014-05-11 | 1 | -0/+1 | |
| | ||||||
* | Backport 4e9f1017355f from #3561. | Brian Curtin | 2014-05-10 | 1 | -3/+19 | |
| | | | | | This brings the option to install Python on the Windows Path. Committed per Benjamin Peterson's approval on python-dev. | |||||
* | Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows | Zachary Ware | 2014-04-22 | 3 | -16/+20 | |
| | | | | from 8.5.2 to 8.5.15. | |||||
* | Backed out changeset 81abb121dc65 | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 | |
| | ||||||
* | temporary change to get better debugging from windows bots | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 | |
| | ||||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 8 | -0/+0 | |
| | | | | | | 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. | |||||
* | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 | |
| | ||||||
* | update Barry's email (closes #19563) | Benjamin Peterson | 2013-12-23 | 1 | -1/+1 | |
| | ||||||
* | Add 2.7.7 uuids. | Martin v. Löwis | 2013-11-10 | 1 | -0/+2 | |
| | ||||||
* | Issue #19308: fix the gdb plugin on gdbs linked with Python 3 | Antoine Pitrou | 2013-11-23 | 1 | -28/+61 | |
| | ||||||
* | Remove the use of non-existing re.ASCII. | Serhiy Storchaka | 2013-09-17 | 1 | -1/+1 | |
| | | | | (fixes a regression in 3d46ef0c62c5, issue #18873) | |||||
* | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python | Serhiy Storchaka | 2013-09-16 | 1 | -3/+3 | |
| | | | | source code encoding only in comment lines. | |||||
* | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 11 | -13/+13 | |
| | ||||||
* | Issue #16067: Add description into MSI file to replace installer's temporary ↵ | Martin v. Löwis | 2013-08-03 | 1 | -1/+4 | |
| | | | | name. | |||||
* | Add 2.7.6 uuids. | Martin v. Löwis | 2013-08-01 | 1 | -0/+2 | |
| | ||||||
* | Add 2.7.5 uuid | Martin v. Löwis | 2013-08-01 | 1 | -0/+1 | |
| | ||||||
* | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. | Terry Jan Reedy | 2013-07-22 | 1 | -5/+6 | |
| | ||||||
* | Issue #17801: fix shebang line of gprof2html.py | Ned Deily | 2013-04-20 | 1 | -1/+1 | |
| | ||||||
* | Issue #17425: Build against openssl 0.9.8y on Windows. | Martin v. Loewis | 2013-03-22 | 1 | -2/+2 | |
| | ||||||
* | Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* | Terry Jan Reedy | 2013-03-11 | 2 | -2/+2 | |
| | | | | found by Serhiy Storchaka and Matthew Barnett | |||||
* | Issue #17156: pygettext.py now correctly escapes non-ascii characters. | Serhiy Storchaka | 2013-02-09 | 1 | -6/+5 | |
| | ||||||
* | - Issue #17029: Let h2py search the multiarch system include directory. | doko@python.org | 2013-01-25 | 1 | -0/+6 | |
| | ||||||
* | Issue #15539: Fix backup file creation in pindent.py on Windows | Serhiy Storchaka | 2013-01-11 | 1 | -12/+22 | |
| | ||||||
* | Add a note about checking refleaks to patchcheck. | Ezio Melotti | 2013-01-11 | 1 | -1/+2 | |
| | ||||||
* | Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. | Serhiy Storchaka | 2013-01-11 | 1 | -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 Svetlov | 2012-12-18 | 1 | -1/+1 | |
| | | | | Patch by Serhiy Storchaka. | |||||
* | #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. ↵ | Ezio Melotti | 2012-11-09 | 1 | -3/+3 | |
| | | | | Patch by Serhiy Storchaka. | |||||
* | Avoid SyntaxError in script using print function | Éric Araujo | 2012-07-02 | 1 | -0/+2 | |
| | ||||||
* | Issue #15170: Quote the variable that expands to the current directory. | Stefan Krah | 2012-06-30 | 1 | -1/+1 | |
| | ||||||
* | Regrtest option "-n" doesn't exist in 2.7. | Antoine Pitrou | 2012-06-27 | 2 | -2/+2 | |
| | ||||||
* | Allow passing extra testing options to the buildbot test scripts | Antoine Pitrou | 2012-06-27 | 2 | -2/+2 | |
| | ||||||
* | Issue #15170: Try the HOST_PYTHON hack for 2.7. | Stefan Krah | 2012-06-25 | 1 | -0/+1 | |
| | ||||||
* | Stop refetching OpenSSL. | Martin v. Löwis | 2012-05-18 | 1 | -1/+1 | |
| | ||||||
* | Force recheckout of openssl. | Martin v. Löwis | 2012-05-15 | 1 | -1/+1 | |
| | ||||||
* | Upgrade openssl to 0.9.8x. | Martin v. Löwis | 2012-05-15 | 1 | -2/+2 | |
| | ||||||
* | Upgrade to bzip2 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -4/+4 | |
| | ||||||
* | Add 2.7.3rc2 uuid | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 | |
| | ||||||
* | Add 2.7.3 and 2.7.4 UUIDs | Martin v. Löwis | 2012-02-25 | 1 | -0/+4 | |
| | ||||||
* | Issue #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 1 | -0/+16 | |
| | | | | Patch by Francisco Martín Brugué | |||||
* | Issue #6807: Run msisupport.mak earlier. | Martin v. Löwis | 2012-02-21 | 1 | -2/+2 | |
| | ||||||
* | Issue #10580: Minor grammar change in Windows installer. | Martin v. Löwis | 2012-02-21 | 1 | -1/+1 | |
| | ||||||
* | Issue #13628: python-gdb.py is now able to retrieve more frames in the Python | Victor Stinner | 2011-12-19 | 1 | -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 Pitrou | 2011-10-08 | 1 | -1/+1 | |
| | | | | | | iobench's subtests. (found by Georg) | |||||
* | patchcheck: don’t talk about the test suite when no code file were changed. | Éric Araujo | 2011-08-19 | 1 | -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 Araujo | 2011-07-30 | 1 | -7/+13 | |
| | ||||||
* | Branch merge | Éric Araujo | 2011-07-29 | 13 | -0/+5 | |
|\ | ||||||
| * | Fix missing or shebangs and executable bits for scripts (#10318) | Éric Araujo | 2011-07-29 | 13 | -0/+5 | |
| | | ||||||
* | | Fixes #10639: reindent.py should not convert newlines | Jason R. Coombs | 2011-07-27 | 1 | -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 Rossum | 2011-06-28 | 1 | -13/+10 | |
| |