97 Commits (6bcd00afa9dde18c1bbeb0a4d2fb376bac9dfd2c)

Author SHA1 Message Date
Georg Brandl 7fafbc95c0 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. 15 years ago
Georg Brandl 4cf83f4d12 Remove some of the old demos. (Put a few somewhere else.) 15 years ago
Georg Brandl 6faacd3bba Update README, remove obsolete script. 16 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Benjamin Peterson f6489f941c Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 17 years ago
Georg Brandl 22fff43633 Merged revisions 74609,74627,74634,74645,74651,74738,74840,75016,75316-75317,75323-75324,75326,75328,75330,75338,75340-75341,75343,75352-75353,75355,75357,75359 via svnmerge from 17 years ago
Georg Brandl 97b0837587 Merged revisions 75356 via svnmerge from 17 years ago
Georg Brandl b3f9d66ca3 Remove ftpstats script, the daemon whose log files it reads is long gone. 17 years ago
Georg Brandl ec8aab6e4c Merged revisions 75354 via svnmerge from 17 years ago
Georg Brandl 393c823245 Update lpwatch script. 17 years ago
Georg Brandl 41706b3293 Merged revisions 75350 via svnmerge from 17 years ago
Georg Brandl 8ec30e835f Fix variable. 17 years ago
Georg Brandl ce662d0467 Use getopt in script.py demo. 17 years ago
Mark Dickinson b243ed2663 Merged revisions 75348 via svnmerge from 17 years ago
Mark Dickinson 9bb796597d Set missing executable property on scripts 17 years ago
Mark Dickinson 0caa5766a3 Merged revisions 75346 via svnmerge from 17 years ago
Mark Dickinson ab6d373aa0 Fix 'primes 0 1' 17 years ago
Georg Brandl edbc50cd0e Merged revisions 75344 via svnmerge from 17 years ago
Georg Brandl 4271ecaf72 Update primes script. 17 years ago
Georg Brandl 5f8814dabd Merged revisions 75342 via svnmerge from 17 years ago
Georg Brandl 6e62c56416 Remove useless script "mkrcs" and update README. 17 years ago
Georg Brandl be0ee2b2fd Fix README description. 17 years ago
Georg Brandl 2cbd09ca7e Merged revisions 75339 via svnmerge from 17 years ago
Georg Brandl 86d38e9ecc Update markov demo. 17 years ago
Georg Brandl e63514b0e3 Merged revisions 75337 via svnmerge from 17 years ago
Georg Brandl 30fd2bb884 Update morse script, avoid globals, use iterators. 17 years ago
Georg Brandl 7291cf8304 Merged revisions 75329 via svnmerge from 17 years ago
Georg Brandl 723fb3adc8 Modernize all around (dont ask me how useful that script is nowadays...) 17 years ago
Georg Brandl 583350f104 Merged revisions 75327 via svnmerge from 17 years ago
Georg Brandl ffc87d5c8c Style fixes. 17 years ago
Georg Brandl 8bef554cf7 Merged revisions 75325 via svnmerge from 17 years ago
Georg Brandl a0bcc27e65 Modernize factorisation demo (mostly augassign.) 17 years ago
Georg Brandl 4630c09351 Merged revisions 75322 via svnmerge from 17 years ago
Georg Brandl 2a354cd8cd Recorded merge of revisions 75321 via svnmerge from 17 years ago
Georg Brandl 3d072c9587 Show use of range() step argument nicely. 17 years ago
Georg Brandl 0b798a9d4d Remove outdated comment and fix a few style issues. 17 years ago
Benjamin Peterson 75b32c9c76 remove script which uses long gone module 17 years ago
Georg Brandl 38c34ef5de Merged revisions 75315 via svnmerge from 17 years ago
Georg Brandl 28ae0c34ad Merged revisions 75313 via svnmerge from 17 years ago
Georg Brandl 69f81a8b68 Remove unneeded "L" suffixes. 17 years ago
Georg Brandl 18cb949807 Bring old demo up-to-date. 17 years ago
Benjamin Peterson d7b032841a Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from 18 years ago
Andrew M. Kuchling d9a9c1066c Update uses of string exceptions 18 years ago
Andrew M. Kuchling dda0ce7285 Remove semicolon 18 years ago
Andrew M. Kuchling 2a9b9cbea0 #687648 from Robert Schuppenies: use classic division. 18 years ago
Barry Warsaw 820c120059 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of 18 years ago
Georg Brandl d11b68ab08 Fix more exception slicing. 18 years ago
Collin Winter 4902e69e40 More raise statement normalization. 19 years ago
Neal Norwitz 016880229a Kill execfile(), use exec() instead 19 years ago
Skip Montanaro 1e8ce58f5d remove most uses of list(somedict.keys()) in Demo scripts 19 years ago