summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Issue #19474: Argument Clinic now always specifies a default value forLarry Hastings2013-11-201-5/+37
* Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip).Martin v. Löwis2013-11-191-5/+24
* Argument Clinic: rename "self" to "module" for module-level functions.Larry Hastings2013-11-181-10/+16
* Close #19406: Initial implementation of ensurepipNick Coghlan2013-11-111-0/+32
* #1097797: add the original mapping fileAndrew Kuchling2013-11-111-0/+258
* Fix some PEP8-formatting problems in the generated codeAndrew Kuchling2013-11-111-9/+9
* Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.Larry Hastings2013-10-272-6/+33
* Two small, quick bugfixes for Argument Clinic.Larry Hastings2013-10-231-2/+2
* Issue #16612: Add "Argument Clinic", a compile-time preprocessorLarry Hastings2013-10-192-0/+3176
* upgrade unicode db to 6.3.0 (closes #19221)Benjamin Peterson2013-10-101-2/+2
* Merge 3.3Martin v. Löwis2013-09-301-11/+26
|\
| * Issue #19106: Touch generated files to be 1s newer than their youngest source.Martin v. Löwis2013-09-301-11/+26
* | merge 3.3Benjamin Peterson2013-09-271-0/+1
|\ \ | |/
| * let this work with system Python 2.5Benjamin Peterson2013-09-271-0/+1
* | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-3/+3
|\ \ | |/
| * Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py scriptSerhiy Storchaka2013-09-161-3/+3
* | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts writeSerhiy Storchaka2013-09-051-1/+1
* | Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-1/+1
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-1/+1
* | #18803: merge with 3.3.Ezio Melotti2013-08-2513-15/+15
|\ \ | |/
| * #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-2513-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-191-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-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
|\ \ | |/
| * 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