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
*
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw
2008-06-12
1
-1/+1
*
Fix more exception slicing.
Georg Brandl
2008-01-06
1
-2/+2
*
More raise statement normalization.
Collin Winter
2007-08-30
1
-4/+4
*
Kill execfile(), use exec() instead
Neal Norwitz
2007-08-12
2
-3/+4
*
remove most uses of list(somedict.keys()) in Demo scripts
Skip Montanaro
2007-08-06
3
-8/+4
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
2
-149/+107
*
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...
Collin Winter
2007-07-17
19
-166/+168
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
6
-16/+16
*
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz
2006-08-29
3
-4/+4
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
4
-11/+11
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
1
-0/+5
*
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
*
Added pathfix
Guido van Rossum
1994-08-19
1
-0/+1
*
newslist.py: Added search for .newslistrc.py;
Guido van Rossum
1994-08-19
1
-0/+7
*
Quentin's latest version
Guido van Rossum
1994-05-27
1
-70/+119
*
Initial revision
Guido van Rossum
1994-05-27
2
-0/+368
*
Added pindent.py
Guido van Rossum
1994-05-15
1
-0/+1
*
Added ifdef.py
Guido van Rossum
1994-05-09
1
-0/+1
*
Jaap V's changes plus a few of my own -- now it seems to work.
Guido van Rossum
1994-04-14
1
-17/+43
*
correct spelling error
Guido van Rossum
1994-02-07
1
-1/+1
*
Initial revision
Guido van Rossum
1994-02-07
1
-0/+106
*
added unbirthday.py
Guido van Rossum
1994-02-07
1
-0/+1
*
remove references to /ufs/guido/bin/sgi/python
Guido van Rossum
1994-01-07
4
-4/+1
[next]