summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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-0927-82/+185
|\
| * Fix some bugs in Tools/scripts/abitype.py.Serhiy Storchaka2013-05-171-3/+3
| |\
| * \ merge with 3.3Georg Brandl2013-05-1227-82/+185
| |\ \
| | * \ #17833: merge with 3.3David Malcolm2013-05-0627-82/+185
| | |\ \
| | | * \ 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-2425-80/+181
| | | |\ \ \
| | | | * | | 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-1125-74/+175
| | | | |\ \ \
| | | | | * \ \ 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
| | | | | |\ \ \ \
| | | | | * | | | | 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.doko2013-01-2523-65/+166
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-1123-65/+166
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge patchcheck changes with 3.3Ezio Melotti2013-01-1123-66/+167
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.Serhiy Storchaka2013-01-111-104/+60
| | | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | | Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-2416-40/+40
| | | | | | | | * | | | | | Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-231-2/+0
| | | | | | | | * | | | | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
| | | | | | | | * | | | | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-182-2/+2
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | | Issue #16421: allow to load multiple modules from the same shared object.Andrew Svetlov2012-12-141-0/+1
| | | | | | | | * | | | | | | create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-0/+3
| | | | | | | | * | | | | | | #13301: merge with 3.3.Ezio Melotti2012-11-096-23/+122
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ Issue #5765: Merge from 3.3Nick Coghlan2012-11-056-23/+122
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ Issue #16340: Merged fix from 3.3.Vinay Sajip2012-10-281-1/+1
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | #16245: add a script to generate the html.entities.html5 dict.Ezio Melotti2012-10-231-0/+105
| | | | | | | | | | * | | | | | | | Add _sha3.pyd to list of extension modules for MSIChristian Heimes2012-10-221-1/+2
| | | | | | | | | | * | | | | | | | Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.Antoine Pitrou2012-10-174-22/+15
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ merge 3.3Benjamin Peterson2012-10-092-6/+6
| | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-051-1/+1
| | | | | | | | | | | * | | | | | | | | #16135: Removal of OS/2 support (C code and Docs)Jesus Cea2012-10-051-1/+1
| | | | | | | | | | | * | | | | | | | | more yield fromPhilip Jenvey2012-10-011-19/+12
| | | | | | | | | | | * | | | | | | | | upgrade to UCD 6.2Benjamin Peterson2012-09-291-1/+1
* | | | | | | | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-121-4/+4
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | #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 #17425: Build with openssl 1.0.1d on Windows.Martin v. L?wis2013-03-241-4/+4
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-1145-646/+3246
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-0945-646/+3246
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-273-3/+3
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | - Issue #17029: Let h2py search the multiarch system include directory.doko2013-01-251-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-1143-644/+3244
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Merge patchcheck changes with 3.2Ezio Melotti2013-01-1143-644/+3244
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | |
| | | | * | | | | | | | | Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.Serhiy Storchaka2013-01-1143-644/+3244
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ | | | | | |/| | | | | | |
| | | | | * | | | | | | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-1843-644/+3244
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / | | | | | | |/| | | | | |
| | | | | | * | | | | | | #13301: merge with 3.2.Ezio Melotti2012-11-091-3/+3
| | | | | | |\ \ \ \ \ \ \ | | | | | | | |_|/ / / / / | | | | | | |/| | | | | |