index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demo
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ftpstats script, the daemon whose log files it reads is long gone.
Georg Brandl
2009-10-11
2
-146/+0
*
Update lpwatch script.
Georg Brandl
2009-10-11
3
-52/+44
*
Fix variable.
Georg Brandl
2009-10-11
1
-1/+1
*
Use getopt in script.py demo.
Georg Brandl
2009-10-11
1
-8/+17
*
Set missing executable property on scripts
Mark Dickinson
2009-10-11
2
-0/+0
*
Fix 'primes 0 1'
Mark Dickinson
2009-10-11
1
-1/+1
*
Update primes script.
Georg Brandl
2009-10-11
2
-15/+18
*
Remove useless script "mkrcs" and update README.
Georg Brandl
2009-10-11
2
-64/+3
*
Update markov demo.
Georg Brandl
2009-10-11
2
-31/+35
*
Update morse script, avoid globals, use iterators.
Georg Brandl
2009-10-11
1
-44/+33
*
Modernize all around (dont ask me how useful that script is nowadays...)
Georg Brandl
2009-10-10
1
-71/+67
*
Style fixes.
Georg Brandl
2009-10-10
1
-6/+6
*
Modernize factorisation demo (mostly augassign.)
Georg Brandl
2009-10-10
1
-17/+19
*
Show use of range() step argument nicely.
Georg Brandl
2009-10-10
1
-5/+11
*
Remove outdated comment and fix a few style issues.
Georg Brandl
2009-10-10
1
-19/+16
*
remove script which uses long gone module
Benjamin Peterson
2009-10-10
1
-2/+0
*
Remove unneeded "L" suffixes.
Georg Brandl
2009-10-10
1
-5/+4
*
Bring old demo up-to-date.
Georg Brandl
2009-10-10
1
-32/+31
*
Update uses of string exceptions
Andrew M. Kuchling
2008-09-13
1
-3/+1
*
Remove semicolon
Andrew M. Kuchling
2008-09-13
1
-1/+1
*
#687648 from Robert Schuppenies: use classic division.
Andrew M. Kuchling
2008-09-13
6
-12/+12
*
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
Neal Norwitz
2006-03-16
4
-11/+11
*
Add 'if __name__ == "__main__":' to files already as a usable as a module.
Johannes Gijsbers
2004-09-11
13
-18/+29
*
Remove mpzpi demo
Andrew M. Kuchling
2004-08-31
2
-35/+0
*
Whitespace normalization. Ran reindent.py over the entire source tree.
Tim Peters
2004-07-18
15
-1127/+1127
*
Fix comment typo
Andrew M. Kuchling
2004-07-17
1
-1/+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
10
-37/+36
*
Revert previous change which didn't make sense the next day :-)
Raymond Hettinger
2003-12-10
1
-16/+18
*
Update to use python ints and int/long unification.
Raymond Hettinger
2003-12-10
1
-18/+16
*
Patch #748849: Update to current tools and demos.
Martin v. Löwis
2003-06-07
1
-0/+5
*
add find-uname.py
Skip Montanaro
2003-01-01
1
-0/+1
*
Search for Unicode character names using regular expressions.
Skip Montanaro
2003-01-01
1
-0/+40
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-16/+8
*
Deleting merge zombie.
Guido van Rossum
2001-07-17
1
-480/+0
*
Updated to use new Python features
Moshe Zadka
2001-02-20
1
-86/+86
*
Fixed to use new Python features and use more commonly accepted style
Moshe Zadka
2001-02-20
1
-18/+18
*
Changed to use the fact that str(long) doesn't produce a trailing L
Moshe Zadka
2001-02-20
1
-16/+16
*
A solution to the classic N queens problem.
Guido van Rossum
2000-11-16
1
-0/+85
*
Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion!
Guido van Rossum
1999-06-09
1
-1/+1
*
100 bottles of beer on the wall example.
Guido van Rossum
1998-12-21
1
-0/+14
*
nannified
Guido van Rossum
1998-09-14
2
-83/+84
*
whrandom -> random
Guido van Rossum
1998-05-20
1
-2/+2
*
Fix the way the version number is gotten out of the RCS revision.
Guido van Rossum
1997-12-09
1
-1/+2
*
/usr/local/bin/python -> /usr/bin/env python
Guido van Rossum
1996-11-27
17
-17/+17
*
moved lots of stuff to Tools/scripts
Guido van Rossum
1995-03-02
1
-33/+2
*
Invent Message-ID header if none is present
Guido van Rossum
1995-01-12
1
-0/+10
*
sys.stderr(...) should be sys.stderr.write(), of course
Guido van Rossum
1995-01-04
1
-1/+1
*
Get rid of freeze (now its own directory).
Guido van Rossum
1994-10-03
3
-1/+185
*
Added mboxconvert.py
Guido van Rossum
1994-09-05
2
-0/+114
*
Add test for mpz module
Guido van Rossum
1994-08-19
2
-0/+35
[next]