summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
...
* | Issue #18722: Remove uses of the "register" keyword in C code.Antoine Pitrou2013-08-131-2/+2
| |
* | Issue #16067: Merge with 3.3Martin v. Löwis2013-08-031-1/+4
|\ \ | |/
| * Issue #16067: Add description into MSI file to replace installer's temporary ↵Martin v. Löwis2013-08-031-1/+4
| | | | | | | | name.
* | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. Löwis2013-08-011-0/+4
| | | | | | | | when extensions are registered. Patch by Paul Moore.
* | Add UUID for 3.4.Martin v. Löwis2013-08-011-0/+1
| |
* | Merge with 3.3Terry Jan Reedy2013-07-221-5/+6
|\ \ | |/
| * Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-5/+6
| |
* | Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-1/+1
|\ \ | |/
| * Issue #18448: Fix a typo in Tools/demo/eiffel.py.Serhiy Storchaka2013-07-161-1/+1
| |
* | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-34/+18
|\ \ | |/ | | | | | | Useed context managers for file I/O. Removed out-of-dated code and misleading comments.
| * Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-34/+18
| | | | | | | | | | Useed context managers for file I/O. Removed out-of-dated code and misleading comments.
* | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-14/+14
|\ \ | |/ | | | | Févry Thibault.
| * Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-14/+14
| | | | | | | | Févry Thibault.
* | Issue #17177: update checkpyc to stop using impBrett Cannon2013-06-151-4/+4
| |
* | Issue #15239: Make mkstringprep.py work again on Python 3.Serhiy Storchaka2013-06-091-17/+23
|\ \ | |/
| * Issue #15239: Make mkstringprep.py work again on Python 3.Serhiy Storchaka2013-06-091-17/+23
| |
* | Fix some bugs in Tools/scripts/abitype.py.Serhiy Storchaka2013-05-171-3/+3
|\ \ | |/
| * Fix some bugs in Tools/scripts/abitype.py.Serhiy Storchaka2013-05-171-3/+3
| |
* | merge with 3.3Georg Brandl2013-05-121-4/+4
|\ \ | |/
| * Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-4/+4
| |
* | #17833: merge with 3.3David Malcolm2013-05-061-1/+1
|\ \ | |/
| * #17833: fix test_gdb failures seen on PPC64 Linux in test_threads ↵David Malcolm2013-05-061-1/+1
| | | | | | | | (test.test_gdb.PyBtTests)
* | Issue #17801: fix shebang line of gprof2html.pyNed Deily2013-04-201-1/+1
|\ \ | |/
| * Issue #17801: fix shebang line of gprof2html.pyNed Deily2013-04-201-1/+1
| |
* | python-gdb.py: Replace invalid Unicode character with U+FFFD to be able toVictor Stinner2013-04-111-1/+3
| | | | | | | | | | | | display invalid strings. Such strings can be found while Python is creating a new string, in a text decoder for example, when Python is compiled in debug mode.
* | Issue #17516: use comment syntax for comments, instead of multiline stringVictor Stinner2013-03-261-1/+1
| |
* | #17425: merge 3.3Martin v. Löwis2013-03-241-4/+4
|\ \ | |/
| * Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-241-4/+4
| |
* | unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-6/+6
| | | | | | | | Patch from Sven Brauch.
* | Merge with 3.3: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-112-2/+2
|\ \ | |/ | | | | Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
| * Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-112-2/+2
| |\ | | | | | | | | | Mac/*, and Tool/* found by Serhiy Storchaka and Matthew Barnett
| | * 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 uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
|\ \ \ | |/ / | | | | | | writes and escapes non-ascii characters.
| * | Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
| |\ \ | | |/ | | | | | | writes and escapes non-ascii characters.
| | * Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
| | | | | | | | | | | | writes and escapes non-ascii characters.
* | | Merge typo fixes from 3.3.Ezio Melotti2013-01-273-3/+3
|\ \ \ | |/ /
| * | Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-273-3/+3
| | |
* | | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-252-9/+9
| | | | | | | | | | | | | | | Drop SDK version configuration for Tk compilation, to not bind it to W2k anymore. Binding it to XP would conflict with Tk's own binding of tkMenu to W2k.
* | | - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+5
|\ \ \ | |/ /
| * | - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+5
| |\ \ | | |/
| | * - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+5
| | |
* | | Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-111-12/+20
|\ \ \ | |/ /
| * | Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-111-12/+20
| |\ \ | | |/
| | * Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-111-12/+20
| | |
* | | Merge patchcheck changes with 3.3Ezio Melotti2013-01-111-1/+2
|\ \ \ | |/ /
| * | Merge patchcheck changes with 3.2Ezio Melotti2013-01-111-1/+2
| |\ \ | | |/
| | * 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 #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 #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.