1. ef5ce88 bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) by Jay Crotts · 6 years ago
  2. b838cc3 bpo-18699: Corrected documentation for window.chgat in curses module (#1430) by Chillar Anand · 7 years ago
  3. 300dd55 bpo-30872: Update the curses docs to Python 3. (#2620) by Serhiy Storchaka · 7 years ago
  4. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 7 years ago
  5. 93fc20b bpo-30376: Update outdated WindowObject references (#1630) by Berker Peksag · 7 years ago
  6. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 7 years ago
  7. 6450878 bpo-29856: Fix typo in curses documentation (GH-730) by Mariatta · 7 years ago
  8. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  9. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  10. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  11. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  12. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 10 years ago
  13. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  14. 4b231a7 Merge link addition from 3.2. by Ezio Melotti · 11 years ago
  15. c6641db Add a link to the demo dir. by Ezio Melotti · 11 years ago
  16. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  17. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  18. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 12 years ago
  19. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 12 years ago
  20. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  21. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  22. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  23. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  24. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 13 years ago
  25. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  26. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  27. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  28. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  29. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  30. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  31. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  32. f069100 Fix bad markup. by Georg Brandl · 13 years ago
  33. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  34. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 13 years ago
  35. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 13 years ago
  36. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  37. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 13 years ago
  38. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  39. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  40. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  41. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  42. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  43. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  44. e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 15 years ago
  45. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  46. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  47. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  48. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
  49. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  50. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  51. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  52. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 17 years ago
  53. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago