1. 6b5e887 bpo-41634: Fix a typo in the curses documentation (GH-21958) by Miss Islington (bot) · 5 years ago
  2. 607ba9d bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677) by Miss Islington (bot) · 5 years ago
  3. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 6 years ago
  4. a26ace1 Doc: Fix link to window.getch in curses documentation (GH-16132) by Anthony Sottile · 6 years ago
  5. 142566c [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) by Serhiy Storchaka · 6 years ago
  6. e7b1136 Document a workaround for a curses bug (GH-13209) by Toshio Kuratomi · 6 years ago
  7. b232df9 bpo-31680: Add curses.ncurses_version. (GH-4217) by Serhiy Storchaka · 7 years ago
  8. ef5ce88 bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) by Jay Crotts · 7 years ago
  9. b838cc3 bpo-18699: Corrected documentation for window.chgat in curses module (#1430) by Chillar Anand · 8 years ago
  10. 300dd55 bpo-30872: Update the curses docs to Python 3. (#2620) by Serhiy Storchaka · 8 years ago
  11. 116dd5e bpo-30176: Add missing curses cell attributes constants (GH-1302) by Xiang Zhang · 8 years ago
  12. 93fc20b bpo-30376: Update outdated WindowObject references (#1630) by Berker Peksag · 8 years ago
  13. ab7886b bpo-30101: Add support for curses.A_ITALIC. (#1015) by Eijebong · 8 years ago
  14. 6450878 bpo-29856: Fix typo in curses documentation (GH-730) by Mariatta · 8 years ago
  15. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  16. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  17. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 9 years ago
  18. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 10 years ago
  19. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 11 years ago
  20. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 12 years ago
  21. 4b231a7 Merge link addition from 3.2. by Ezio Melotti · 12 years ago
  22. c6641db Add a link to the demo dir. by Ezio Melotti · 12 years ago
  23. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 13 years ago
  24. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  25. ce66a3e Fix a typo in the curses docs by Ross Lagerwall · 13 years ago
  26. 1d39cde Issue #15785: Modify window.get_wch() API of the curses module: return a by Victor Stinner · 13 years ago
  27. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 13 years ago
  28. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 13 years ago
  29. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  30. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  31. 0fdfceb Issue #12567: The curses module uses Unicode functions for Unicode arguments by Victor Stinner · 14 years ago
  32. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 14 years ago
  33. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  34. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 14 years ago
  35. b90770d merge with 3.2 by Sandro Tosi · 14 years ago
  36. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 14 years ago
  37. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 14 years ago
  38. 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 · 14 years ago
  39. f069100 Fix bad markup. by Georg Brandl · 14 years ago
  40. 4850d52 #11363: add missing functions from curses doc. Patch by Sandro Tosi. by Ezio Melotti · 14 years ago
  41. b6b7371 #11363: clean up curses doc. by Ezio Melotti · 14 years ago
  42. 409c32f #6771: fix docs: curses.wrapper is exposed as a function, not a module by R David Murray · 14 years ago
  43. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  44. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
  45. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 15 years ago
  46. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 16 years ago
  47. 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 · 16 years ago
  48. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 16 years ago
  49. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 16 years ago
  50. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 16 years ago
  51. e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 16 years ago
  52. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 16 years ago
  53. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 16 years ago
  54. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 17 years ago
  55. 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 · 18 years ago
  56. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 18 years ago
  57. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  58. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  59. 81ac1ce Address a few XXX comments, other fixes. by Georg Brandl · 18 years ago
  60. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago