Georg Brandl
|
21f2ec6aa4
|
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.
|
2013-10-29 08:10:36 +01:00 |
Ezio Melotti
|
1fef1eb6e9
|
Add a link to the demo dir.
|
2013-02-28 17:55:17 +02:00 |
Ezio Melotti
|
ed3f5900d4
|
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
|
2012-09-14 06:48:32 +03:00 |
Sandro Tosi
|
c67975beea
|
it's 'rather than'; reported by James Bateman on docs@
|
2011-08-12 19:31:15 +02:00 |
Senthil Kumaran
|
6f18b98782
|
Fix closes issue10403 - Let's not use members anymore.
|
2011-07-04 12:50:02 -07:00 |
Ezio Melotti
|
4601530137
|
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
|
2011-06-26 13:34:56 +03:00 |
Ezio Melotti
|
14989cf4d1
|
#11363: clean up curses doc.
|
2011-06-26 13:33:46 +03:00 |
R David Murray
|
491eb6a17e
|
#6771: fix docs: curses.wrapper is exposed as a function, not a module
Patch by July Tikhonov.
|
2011-06-18 19:31:22 -04:00 |
Georg Brandl
|
6076c1b40a
|
#11292: add missing A_REVERSE to curses attribute table.
|
2011-03-06 11:08:35 +01:00 |
Georg Brandl
|
76d6d4a010
|
#7156: document curses as Unix-only.
|
2009-10-22 15:52:15 +00:00 |
Georg Brandl
|
ceb32af23f
|
Fix markup.
|
2009-10-22 07:56:02 +00:00 |
Georg Brandl
|
0968fd679b
|
Fix punctuation.
|
2009-10-22 07:05:48 +00:00 |
Georg Brandl
|
d7d4fd7336
|
builtin -> built-in.
|
2009-07-26 14:37:28 +00:00 |
Georg Brandl
|
9fa61bb37d
|
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
|
2009-07-26 14:19:57 +00:00 |
Georg Brandl
|
2fcf389e10
|
#6295: clarify blocking behavior of getch().
|
2009-06-17 09:36:21 +00:00 |
Benjamin Peterson
|
c7b05920d6
|
reformat some documentation of classes so methods and attributes are under the class directive
|
2008-04-25 01:29:10 +00:00 |
Georg Brandl
|
1cf0522f26
|
Convert external links to internal links. Fixes #2010.
|
2008-02-05 12:01:24 +00:00 |
Andrew M. Kuchling
|
f8f4eb69ce
|
Polish sentence
|
2008-01-19 13:33:20 +00:00 |
Georg Brandl
|
a7d70fd438
|
Amend curses docs by info how to write non-ascii characters.
Thanks to Jeroen Ruigrok van der Werven.
|
2008-01-19 10:16:09 +00:00 |
Georg Brandl
|
b19be571e0
|
Some cleanup in the docs.
|
2007-12-29 10:57:00 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |