Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.7.14
/
Demo
tag
18c01a36a531efe0bb101dffb208c5b3f26cda8e
tagger
Benjamin Peterson <benjamin@python.org>
Sat Sep 16 17:40:54 2017
object
84471935ed2f62b8c5758fd544c7d37076fe0fa5
Python 2.7.14
6120484
bpo-27593: Updates Windows build to use information from git (#262) (#448)
by Steve Dower
· 8 years ago
a850ef6
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 9 years ago
b362f75
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
8d496ad
Issue #27171: Fix typos in documentation, code comments, and tests
by Martin Panter
· 9 years ago
b44c452
Issue #27125: Fix various errors like “will [be] inherited”
by Martin Panter
· 9 years ago
b1d867f
Issue #27076: Doc, comment and test function name spelling fixes
by Martin Panter
· 9 years ago
4f23cab
Corrections for a/an in code comments and documentation
by Martin Panter
· 9 years ago
9a118f1
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
cc49aa1
Issue #6639: Module-level turtle functions no longer raise TclError after
by Serhiy Storchaka
· 10 years ago
91f04dd
nuke ancient script with dubious license (closes #12987)
by Benjamin Peterson
· 11 years ago
1375538
De-'colour'ize stdlib except for idlelib.configDialog.
by Terry Jan Reedy
· 11 years ago
d85a9ef
Issue #22051: remove unneeded reload that allowed bad code.
by Terry Jan Reedy
· 11 years ago
87355a7
Modernize turtledemo with conditional expressions; remove duplicate line.
by Terry Jan Reedy
· 11 years ago
98e6fa6
Issue #22061: remove call of useless function slated for removal.
by Terry Jan Reedy
· 11 years ago
8ac01bf
Issue #22053: Make help work, after previous patch for this issue disabled it
by Terry Jan Reedy
· 11 years ago
cbe6d24
Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning.
by Terry Jan Reedy
· 11 years ago
e2fbf4f
Issue #21597: Turtledemo text pane can now be widened to view or copy complete
by Terry Jan Reedy
· 11 years ago
f7f746a
Issue #21882: In turtle demos, remove module scope gui and sys calls by
by Terry Jan Reedy
· 11 years ago
3fecd48
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
by Terry Jan Reedy
· 11 years ago
ed6820d
Issue #21824: Turtledemo 2.7 help menu entries now display help text instead
by Terry Jan Reedy
· 11 years ago
122df1e
Issue #21823: Catch turtle.Terminator exceptions in turtledemo.
by Terry Jan Reedy
· 11 years ago
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
f52d574
Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py.
by Serhiy Storchaka
· 12 years ago
1e87da1
Remove duplication.
by Ezio Melotti
· 14 years ago
1381a31
#12677: correct turtle orientation in doc
by Sandro Tosi
· 14 years ago
faa9ad2
Add updated .hgeol file and fix newlines in the 2.7 branch.
by Georg Brandl
· 14 years ago
4de6b06
Merged revisions 85429 via svnmerge from
by Benjamin Peterson
· 15 years ago
406f7a9
Merged revisions 82594,82599 via svnmerge from
by Georg Brandl
· 15 years ago
2037913
Update Demo/parser directory; backport unparse fixes from py3k.
by Mark Dickinson
· 15 years ago
0187be0
unparse.py: fix mispaced parentheses in chained comparisons
by Mark Dickinson
· 15 years ago
b83a1ff
Fix typo in test_unparse.py.
by Mark Dickinson
· 15 years ago
623b979
Fix some shallow bugs in Demo/parser/unparse.py, and add tests:
by Mark Dickinson
· 15 years ago
de0aeaa
#5753: update demo.c to use PySys_SetArgvEx(), and add a comment
by Andrew M. Kuchling
· 15 years ago
a0b0c6f
Edit comments for current Python; bump version number of Python
by Andrew M. Kuchling
· 15 years ago
84a8d8f
#8616: add new turtle demo "nim".
by Georg Brandl
· 15 years ago
574a857
#8616: update module name
by Georg Brandl
· 15 years ago
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
9545a23
In a number of places code still revers
by Ronald Oussoren
· 15 years ago
9cf41d0
normalize shebang lines to #!/usr/bin/env python
by Benjamin Peterson
· 15 years ago
cd0ace3
remove svn:executable from scripts without a shebang line
by Benjamin Peterson
· 15 years ago
f1ca811
Fix a demo.
by Georg Brandl
· 16 years ago
32855b6
Overhaul of Demo/xml.
by Georg Brandl
· 16 years ago
b3f9d66
Remove ftpstats script, the daemon whose log files it reads is long gone.
by Georg Brandl
· 16 years ago
393c823
Update lpwatch script.
by Georg Brandl
· 16 years ago
8ec30e8
Fix variable.
by Georg Brandl
· 16 years ago
ce662d0
Use getopt in script.py demo.
by Georg Brandl
· 16 years ago
9bb7965
Set missing executable property on scripts
by Mark Dickinson
· 16 years ago
ab6d373
Fix 'primes 0 1'
by Mark Dickinson
· 16 years ago
4271eca
Update primes script.
by Georg Brandl
· 16 years ago
6e62c56
Remove useless script "mkrcs" and update README.
by Georg Brandl
· 16 years ago
86d38e9
Update markov demo.
by Georg Brandl
· 16 years ago
30fd2bb
Update morse script, avoid globals, use iterators.
by Georg Brandl
· 16 years ago
723fb3a
Modernize all around (dont ask me how useful that script is nowadays...)
by Georg Brandl
· 16 years ago
ffc87d5
Style fixes.
by Georg Brandl
· 16 years ago
a0bcc27
Modernize factorisation demo (mostly augassign.)
by Georg Brandl
· 16 years ago
3d072c9
Show use of range() step argument nicely.
by Georg Brandl
· 16 years ago
0b798a9
Remove outdated comment and fix a few style issues.
by Georg Brandl
· 16 years ago
75b32c9
remove script which uses long gone module
by Benjamin Peterson
· 16 years ago
69f81a8
Remove unneeded "L" suffixes.
by Georg Brandl
· 16 years ago
18cb949
Bring old demo up-to-date.
by Georg Brandl
· 16 years ago
ddfb6cd
Applying patches backported from 3.1, by Gregor Lingl.
by R. David Murray
· 16 years ago
1666f19
Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program.
by R. David Murray
· 16 years ago
388637d
Remove last remnants of the ipaddr package.
by Amaury Forgeot d'Arc
· 16 years ago
6493d78
Issue 5379 - applies patch supplied by philipp hagemeister to fix
by Gregory P. Smith
· 16 years ago
3e4caeb
Issue #5341: Fix a variety of spelling errors.
by Mark Dickinson
· 16 years ago
4eae078
Demos for ttk added.
by Guilherme Polo
· 17 years ago
e563aa4
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
by Martin v. Löwis
· 17 years ago
d9a9c10
Update uses of string exceptions
by Andrew M. Kuchling
· 17 years ago
0bef158
Fix SyntaxError
by Andrew M. Kuchling
· 17 years ago
c997f17
Subclass exception
by Andrew M. Kuchling
· 17 years ago
dda0ce7
Remove semicolon
by Andrew M. Kuchling
· 17 years ago
2a9b9cb
#687648 from Robert Schuppenies: use classic division.
by Andrew M. Kuchling
· 17 years ago
e91fcbd
#687648 from Robert Schuppenies: use classic division. From me: remove two stray semicolons
by Andrew M. Kuchling
· 17 years ago
8bd9a2f
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section
by Andrew M. Kuchling
· 17 years ago
c2dc269
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing
by Andrew M. Kuchling
· 17 years ago
949f71b
#687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.)
by Andrew M. Kuchling
· 17 years ago
7c972f9
get unparse to at least unparse its self
by Benjamin Peterson
· 17 years ago
8692c79
correct version
by Benjamin Peterson
· 17 years ago
74bbc79
Replace all map(None, a) with list(a).
by Georg Brandl
· 17 years ago
8718459
Patch #1513695: New turtle module, with demos.
by Martin v. Löwis
· 17 years ago
2ee0e8e
Revert the renaming of repr to reprlib.
by Brett Cannon
· 17 years ago
50a1acb
Changed references to the reprlib module to use its new name.
by Alexandre Vassalotti
· 17 years ago
5b63acd
#2503 make singletons compared with "is" not == or !=
by Benjamin Peterson
· 17 years ago
c76ea27
Use os.closerange().
by Georg Brandl
· 17 years ago
900b783
Remove reference to Rational
by Mark Dickinson
· 18 years ago
d7b0033
Add rational.Rational as an implementation of numbers.Rational with infinite
by Jeffrey Yasskin
· 18 years ago
c756d00
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
by Christian Heimes
· 18 years ago
41f0392
A thread-less variant of brownian.py, submitted by Michele Simoniato.
by Guido van Rossum
· 18 years ago
25e4461
Remove references to stdwin which was removed long ago.
by Neal Norwitz
· 18 years ago
35c7bb2
Whitespace normalization.
by Tim Peters
· 18 years ago
124df83
Patch #1683328: fixes and enhancements for "unparse" demo.
by Georg Brandl
· 18 years ago
2756278
Patch #1552024: add decorator support to unparse.py demo script.
by Georg Brandl
· 19 years ago
215f13d
Normalized a few cases of whitespace in function declarations.
by Martin Blais
· 19 years ago
9fef9b1
Add more whitespace; use a better socket name
by Andrew M. Kuchling
· 19 years ago
46df918
Remove dangling reference
by Andrew M. Kuchling
· 19 years ago
84b9cbc
Remove xmlrpc/ directory
by Andrew M. Kuchling
· 19 years ago
65ff561
Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module.
by Andrew M. Kuchling
· 19 years ago
7b1ddca
This demo requires Medusa (not just asyncore); remove it
by Andrew M. Kuchling
· 19 years ago
0b4e554
Use functions; modernize code
by Andrew M. Kuchling
· 19 years ago
3550613
Put code in a main() function; loosen up the spacing to match current code style
by Andrew M. Kuchling
· 19 years ago
Next »