summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Functionally equivalent, clearer code, English comments.
* Remove last remnants of the ipaddr package.Amaury Forgeot d'Arc2009-06-231-18/+11
| | | | The changes in mcast.py come from the first version of the patch for issue5379.
* Issue 5379 - applies patch supplied by philipp hagemeister to fixGregory P. Smith2009-05-032-77/+64
| | | | many problems with the ancient mcast.py demo code.
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-212-7/+7
|
* Demos for ttk added.Guilherme Polo2009-01-2815-0/+1195
|
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-2/+2
| | | | | | true singleton object. Reviewed by Gregor Lingl.
* Update uses of string exceptionsAndrew M. Kuchling2008-09-134-9/+7
|
* Fix SyntaxErrorAndrew M. Kuchling2008-09-131-2/+2
|
* Subclass exceptionAndrew M. Kuchling2008-09-131-1/+2
|
* Remove semicolonAndrew M. Kuchling2008-09-131-1/+1
|
* #687648 from Robert Schuppenies: use classic division.Andrew M. Kuchling2008-09-1312-33/+33
|
* #687648 from Robert Schuppenies: use classic division. From me: remove two ↵Andrew M. Kuchling2008-09-131-2/+2
| | | | stray semicolons
* #687648 from Robert Schuppenies: use classic division. From me: don't use ↵Andrew M. Kuchling2008-09-131-5/+10
| | | | string exception; add __main__ section
* #687648 from Robert Schuppenies: use classic division. From me: don't use ↵Andrew M. Kuchling2008-09-131-3/+11
| | | | string exception; flush stdout after printing
* #687648 from Robert Schuppenies: use classic division. (RM Barry gave ↵Andrew M. Kuchling2008-09-132-28/+28
| | | | permission to update the demos.)
* get unparse to at least unparse its selfBenjamin Peterson2008-08-191-2/+2
|
* correct versionBenjamin Peterson2008-08-181-1/+1
|
* Replace all map(None, a) with list(a).Georg Brandl2008-07-181-1/+1
|
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-0421-0/+1895
|
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-232-2/+2
|
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-162-2/+2
|
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-296-11/+11
| | | | Thanks to Wummel for the patch
* Use os.closerange().Georg Brandl2008-02-231-5/+1
|
* Remove reference to RationalMark Dickinson2008-02-101-1/+0
|
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-151-310/+0
| | | | | | | | | | | | | precision. This has been discussed at http://bugs.python.org/issue1682. It's useful primarily for teaching, but it also demonstrates how to implement a member of the numeric tower, including fallbacks for mixed-mode arithmetic. I expect to write a couple more patches in this area: * Rational.from_decimal() * Rational.trim/approximate() (maybe with different names) * Maybe remove the parentheses from Rational.__str__() * Maybe rename one of the Rational classes * Maybe make Rational('3/2') work.
* Replaced import of the 'new' module with 'types' module and added a ↵Christian Heimes2007-11-271-1/+1
| | | | deprecation warning to the 'new' module.
* A thread-less variant of brownian.py, submitted by Michele Simoniato.Guido van Rossum2007-11-261-0/+55
|
* Remove references to stdwin which was removed long ago.Neal Norwitz2007-05-131-2/+0
|
* Whitespace normalization.Tim Peters2007-04-251-1/+1
|