summaryrefslogtreecommitdiff
path: root/Demo
Commit message (Expand)AuthorAgeFilesLines
* 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-17132-1081/+1071
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-062-5/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-2/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-51/+50
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-1028-61/+61
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+3
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-282-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-063-12/+2
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-297-11/+11
* Merge the rest of the trunk.Thomas Wouters2006-06-0816-408/+266
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2113-46/+294
* Remove apply()Neal Norwitz2006-03-1721-42/+37