Georg Brandl
|
21b832e8c1
|
#11392: you can trust the computer, but you have to know what it does.
|
2011-03-06 10:53:55 +01:00 |
Alexander Belopolsky
|
ab016d21a6
|
Merged revisions 85930 via svnmerge from
http://svn.python.org/projects/python/branches/py3k
........
r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
Issue 7061: Explained 'gon'
........
|
2010-11-05 01:56:24 +00:00 |
Georg Brandl
|
0930228aee
|
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911: doc copyedits.
........
|
2010-10-06 09:32:48 +00:00 |
Ezio Melotti
|
062d2b52f3
|
#7388: "python".capitalize() in the Doc
|
2009-12-19 22:41:49 +00:00 |
Mark Dickinson
|
6b87f117ca
|
Fix some documentation examples involving the repr of a float.
|
2009-11-24 14:27:02 +00:00 |
Georg Brandl
|
1a22e87a30
|
#7271: fix typo.
|
2009-11-07 08:26:07 +00:00 |
R. David Murray
|
5c3d40e0f3
|
Add a couple of missing function alias declarations to the turtle docs.
|
2009-06-25 14:21:06 +00:00 |
R. David Murray
|
b01c6e53ed
|
Make the turtle.rst doctests pass. I have a feeling there should be
more cleanup, but I don't know now to kill turtles. Especially
unexpected ones... ;)
|
2009-04-30 12:42:32 +00:00 |
Georg Brandl
|
95089bc9bf
|
Fix rewrapping accident.
|
2009-04-23 08:49:39 +00:00 |
Benjamin Peterson
|
5c9914899b
|
tupel -> tuple
|
2009-04-14 21:23:09 +00:00 |
Georg Brandl
|
e83a4adba7
|
#5486: typos.
|
2009-03-13 19:03:58 +00:00 |
Andrew M. Kuchling
|
847c43a22d
|
Note that first coord. is left alone
|
2009-01-13 13:40:54 +00:00 |
Benjamin Peterson
|
5a0c864045
|
small logic correction
|
2009-01-13 01:49:10 +00:00 |
Georg Brandl
|
c62ef8b4d9
|
Remove trailing whitespace.
|
2009-01-03 20:55:06 +00:00 |
Martin v. Löwis
|
e563aa4383
|
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
true singleton object.
Reviewed by Gregor Lingl.
|
2008-09-29 22:09:07 +00:00 |
Martin v. Löwis
|
060cd1e1ea
|
Add turtle into the module index.
|
2008-07-13 20:31:49 +00:00 |
Benjamin Peterson
|
90f36730e2
|
fix various doc typos #3320
|
2008-07-12 20:16:19 +00:00 |
Georg Brandl
|
a2b34b87a9
|
Complete revision of new turtle module's docs.
|
2008-06-04 11:17:26 +00:00 |
Martin v. Löwis
|
8718459f0f
|
Patch #1513695: New turtle module, with demos.
|
2008-06-04 06:29:55 +00:00 |
Georg Brandl
|
6634bf2919
|
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
|
2008-05-20 07:13:37 +00:00 |
Georg Brandl
|
c21cd7e7ec
|
Doc changes for the big Tkinter rename.
|
2008-05-16 17:37:53 +00:00 |
Georg Brandl
|
6dfe956bfc
|
Remove another unnecessary Unicode character.
|
2007-12-16 15:59:19 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |