summaryrefslogtreecommitdiffstats
path: root/Tools/msi/common_en-US.wxl_template
stat options
Period:
Authors:

Commits per author per week (path 'Tools/msi/common_en-US.wxl_template')

AuthorW35 2024W36 2024W37 2024W38 2024Total
Total00000
td>Guilherme Polo2009-01-2815-0/+1194 * Remove __long__ methods from UserString and from Demo/ classes.Mark Dickinson2009-01-112-9/+0 * fix a lot of Tkinter importsBenjamin Peterson2009-01-0476-542/+542 * Add script forgotten in r67464.Martin v. Löwis2008-12-011-0/+10 * Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-011-1/+9 * fix the socketserver demo code for py3kBenjamin Peterson2008-11-082-2/+3 * Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-301-1/+7 * Issue #3717: Fix Demo/embed/demo.c.Martin v. Löwis2008-10-171-14/+29 * Issue #4072: Restore build_py_2to3. Add a distutils demo forMartin v. Löwis2008-10-154-0/+27 * Merged revisions 66686 via svnmerge fromMartin v. Löwis2008-09-291-2/+2 * Bug #3884: Make the turtle module toplevel again.Martin v. Löwis2008-09-2118-18/+18 * Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-1320-54/+67 * Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-2/+2 * correct versionBenjamin Peterson2008-08-181-1/+1 * Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1 * Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-1022-0/+2020 * remove imputil demoBenjamin Peterson2008-06-051-248/+0 * Remove __metaclass__ remains.Georg Brandl2008-05-272-6/+6 * The commands module has been removed. The getoutput() and getstatusoutput()Brett Cannon2008-05-262-4/+4 * Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-2/+2 * Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-257-10/+10 * Rename the repr module to reprlib.Alexandre Vassalotti2008-05-162-2/+2 * Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-316-11/+11 * Merged revisions 61003-61033 via svnmerge fromChristian Heimes2008-02-241-5/+1 * Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-111-1/+0 * Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-306/+0 * Fix more exception slicing.Georg Brandl2008-01-062-3/+3 * Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1 * #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-023-9/+9 * Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-1/+1 * Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-0/+55 * Add -i option. Don't exit when the command fails. Redirect stderr to stdout.Guido van Rossum2007-11-121-12/+34 * Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-212-11/+0 * More raise statement normalization.Collin Winter2007-08-301-4/+4 * Fix a lingering string exception.Collin Winter2007-08-301-1/+1 * Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-3/+4 * remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-0617-46/+31 * Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-052-149/+107 * Make the last two curses demos work again -- they were using floatGuido van Rossum2007-07-242-28/+28 * Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-17