summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* #18803: merge with 3.3.Ezio Melotti2013-08-2613-15/+15
|\
| * #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-2613-15/+15
* | Issue #18772: fix the gdb plugin after the set implementation changesAntoine Pitrou2013-08-241-21/+19
* | #18445: update Tools/scripts/README.Andrew Kuchling2013-08-181-61/+65
* | #18445: change permissions on some scripts to executableAndrew Kuchling2013-08-184-0/+0
* | 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
* | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. Löwis2013-08-011-0/+4
* | Add UUID for 3.4.Martin v. Löwis2013-08-011-0/+1
* | Merge with 3.3Terry Jan Reedy2013-07-211-5/+6
|\ \ | |/
| * Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-211-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
|\ \ | |/
| * Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py.Serhiy Storchaka2013-07-161-34/+18
* | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-14/+14
|\ \ | |/
| * Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch bySerhiy Storchaka2013-07-151-14/+14
* | 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 (test.test_...David Malcolm2013-05-061-1/+1
* | 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
* | 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
* | Merge with 3.3: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-112-2/+2
|\ \ | |/
| * Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-112-2/+2
| |\
| | * Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-112-2/+2
* | | Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
|\ \ \ | |/ /
| * | Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
| |\ \ | | |/
| | * Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
* | | 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
* | | - 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
|\ \ \ | |/ /