summaryrefslogtreecommitdiff
path: root/Demo
Commit message (Expand)AuthorAgeFilesLines
* #Issue 11424: merged fix from 2.6.Vinay Sajip2011-03-0766-1236/+2268
|\
| * Add updated .hgeol file and fix newlines in the 2.7 branch.Georg Brandl2011-03-051-227/+227
| * Merged revisions 85429 via svnmerge fromBenjamin Peterson2010-10-132-374/+0
| * Merged revisions 82594,82599 via svnmerge fromGeorg Brandl2010-07-271-21/+35
| * Update Demo/parser directory; backport unparse fixes from py3k.Mark Dickinson2010-06-305-170/+297
| * unparse.py: fix mispaced parentheses in chained comparisonsMark Dickinson2010-06-282-1/+5
| * Fix typo in test_unparse.py.Mark Dickinson2010-06-281-1/+1
| * Fix some shallow bugs in Demo/parser/unparse.py, and add tests:Mark Dickinson2010-06-282-6/+77
| * #5753: update demo.c to use PySys_SetArgvEx(), and add a commentAndrew M. Kuchling2010-06-111-3/+12
| * Edit comments for current Python; bump version number of PythonAndrew M. Kuchling2010-06-111-3/+3
| * #8616: add new turtle demo "nim".Georg Brandl2010-05-291-0/+227
| * #8616: update module nameGeorg Brandl2010-05-241-1/+1
| * Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-093-300/+300
| * In a number of places code still reversRonald Oussoren2010-05-051-26/+5
| * normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-1117-17/+17
| * remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-0846-0/+0
| * Fix a demo.Georg Brandl2009-10-251-10/+4
| * Overhaul of Demo/xml.Georg Brandl2009-10-113-39/+52
| * Remove ftpstats script, the daemon whose log files it reads is long gone.Georg Brandl2009-10-112-146/+0
| * Update lpwatch script.Georg Brandl2009-10-113-52/+44
| * Fix variable.Georg Brandl2009-10-111-1/+1
| * Use getopt in script.py demo.Georg Brandl2009-10-111-8/+17
| * Set missing executable property on scriptsMark Dickinson2009-10-112-0/+0
| * Fix 'primes 0 1'Mark Dickinson2009-10-111-1/+1
| * Update primes script.Georg Brandl2009-10-112-15/+18
| * Remove useless script "mkrcs" and update README.Georg Brandl2009-10-112-64/+3
| * Update markov demo.Georg Brandl2009-10-112-31/+35
| * Update morse script, avoid globals, use iterators.Georg Brandl2009-10-111-44/+33
| * Modernize all around (dont ask me how useful that script is nowadays...)Georg Brandl2009-10-101-71/+67
| * Style fixes.Georg Brandl2009-10-101-6/+6
| * Modernize factorisation demo (mostly augassign.)Georg Brandl2009-10-101-17/+19
| * Show use of range() step argument nicely.Georg Brandl2009-10-101-5/+11
| * Remove outdated comment and fix a few style issues.Georg Brandl2009-10-101-19/+16
| * remove script which uses long gone moduleBenjamin Peterson2009-10-101-2/+0
| * Remove unneeded "L" suffixes.Georg Brandl2009-10-101-5/+4
| * Bring old demo up-to-date.Georg Brandl2009-10-101-32/+31
| * Applying patches backported from 3.1, by Gregor Lingl.R. David Murray2009-09-281-0/+1
| * Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.R. David Murray2009-06-251-27/+23
| * Remove last remnants of the ipaddr package.Amaury Forgeot d'Arc2009-06-231-18/+11
| * Issue 5379 - applies patch supplied by philipp hagemeister to fixGregory P. Smith2009-05-032-77/+64
| * Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-212-7/+7
| * Demos for ttk added.Guilherme Polo2009-01-2815-0/+1195
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-093-300/+300
* | Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,...Georg Brandl2009-10-271-10/+4
* | Merged revisions 75115 via svnmerge fromR. David Murray2009-09-281-0/+1
* | Merged revisions 69846 via svnmerge fromJesus Cea2009-07-022-7/+7
* | Merged revisions 73557 via svnmerge fromR. David Murray2009-06-251-27/+23
|/
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-2/+2
* Update uses of string exceptionsAndrew M. Kuchling2008-09-134-9/+7
* Fix SyntaxErrorAndrew M. Kuchling2008-09-131-2/+2