1. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  2. c4f281e Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead by Victor Stinner · 13 years ago
  3. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  4. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  5. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  6. 9e2e990 Fix build error in _curses module when not using libncursesw. by Nadeem Vawda · 13 years ago
  7. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  8. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  9. 635edd1 - Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice. by Matthias Klose · 14 years ago
  10. 26486ea Recorded merge of revisions 81213 via svnmerge from by Victor Stinner · 14 years ago
  11. e047cfa Issue #8677: Make curses module PY_SSIZE_T_CLEAN. by Mark Dickinson · 14 years ago
  12. 2b14676 Merged revisions 81073 via svnmerge from by Andrew M. Kuchling · 14 years ago
  13. d6d058f Merged revisions 81072 via svnmerge from by Andrew M. Kuchling · 14 years ago
  14. abc79cd Merged revisions 81049 via svnmerge from by Andrew M. Kuchling · 14 years ago
  15. 41ff399 Merged revisions 79395 via svnmerge from by Victor Stinner · 14 years ago
  16. 2614cda Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from by Benjamin Peterson · 14 years ago
  17. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  18. ad0ef57 Merged revisions 78900 via svnmerge from by Ezio Melotti · 14 years ago
  19. fbacb06 Merged revisions 78318 via svnmerge from by Andrew M. Kuchling · 14 years ago
  20. 7e2ef57 Merged revisions 75066 via svnmerge from by Benjamin Peterson · 15 years ago
  21. cf7128c Merged revisions 74051-74052 via svnmerge from by Alexandre Vassalotti · 15 years ago
  22. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  23. a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 15 years ago
  24. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  25. 7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. by Matthias Klose · 16 years ago
  26. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  27. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  29. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  30. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  31. 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
  32. 2380ac7 Merged revisions 59843-59863 via svnmerge from by Christian Heimes · 17 years ago
  33. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  34. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  35. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  36. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  37. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 17 years ago
  38. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  39. 150b7d7 Remove curses temp file consistently. by Guido van Rossum · 17 years ago
  40. 9af3ae4 Return unicode for a key name from a wide character by Neal Norwitz · 17 years ago
  41. 6c95da3 ccMake test_curses pass. Can't guarantee I caught every spot. by Guido van Rossum · 17 years ago
  42. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  43. 6374bb5 Shut up compiler warnings. by Guido van Rossum · 17 years ago
  44. da5b8f2 Rip out the file object's implementation. by Guido van Rossum · 17 years ago
  45. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  46. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  47. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  48. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  49. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  50. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  51. 15e6274 Revert backwards-incompatible const changes. by Martin v. Löwis · 18 years ago
  52. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  53. 88bbd73 SF bug #1400822, Extended version of _curses over{lay,write} does not work by Neal Norwitz · 19 years ago
  54. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  55. b5e7ff4 Fix check for error condition by Andrew M. Kuchling · 19 years ago
  56. 52a14c3 [Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr() to size of allocated buffer by Andrew M. Kuchling · 19 years ago
  57. 7d6cc5b Fix a leak of a reference on None. by Michael W. Hudson · 20 years ago
  58. 69f31eb [Patch #739124] Add use_default_colors() to curses module by Andrew M. Kuchling · 21 years ago
  59. 2100798 Always call tparm with 10 arguments. It seems it's not varargs i by Michael W. Hudson · 22 years ago
  60. 7e23f00 [Patch #633635 from David M. Cooke] by Andrew M. Kuchling · 22 years ago
  61. 3adefcc Use personal e-mail address by Andrew M. Kuchling · 22 years ago
  62. c9d07df Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. by Martin v. Löwis · 22 years ago
  63. 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
  64. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  65. 67fb0c3 I think this fixes by Michael W. Hudson · 22 years ago
  66. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
  67. 8f51460 Change some spaces to tabs. I don't *think* that was me, but it by Michael W. Hudson · 23 years ago
  68. f242812 Fix for by Michael W. Hudson · 23 years ago
  69. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  70. 43f2dc6 Limit string size on one-character-strings. Fixes #480384. by Martin v. Löwis · 23 years ago
  71. 00ff10c Patch in bug report #477700: Fix memory leaks in gdbm & curses. by Martin v. Löwis · 23 years ago
  72. eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
  73. 16e65a0 Add two forgotten 'break' statements by Andrew M. Kuchling · 23 years ago
  74. 1c07b4b Test for __sun instead of __sun__, since SUNWspro only defines the latter; by Martin v. Löwis · 23 years ago
  75. 4a596e3 [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should by Andrew M. Kuchling · 23 years ago
  76. 0368bc4 Remove warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  77. 5a76c44 Fix bug #417212: "curses.newwin can return pads" by changing the Python by Andrew M. Kuchling · 23 years ago
  78. bfdf4ec Properly use &&. Closes bug #434988. by Martin v. Löwis · 23 years ago
  79. 858ca0f Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED. by Guido van Rossum · 23 years ago
  80. 2d339f9 Patch #103485 from Donn Cave: patches to make the module compile on AIX and by Andrew M. Kuchling · 23 years ago
  81. e1c4352 Rename 'lines' variable to 'nlines' to avoid conflict with a macro defined by Andrew M. Kuchling · 23 years ago
  82. 399b8af Bug #130117: add a prototype required to compile cleanly on IRIX by Andrew M. Kuchling · 23 years ago
  83. 6915c4d Support building this as a DLL under Cygwin. by Guido van Rossum · 24 years ago
  84. caefb37 Add the curses constants ERR and OK to the module at TG's suggestion by Andrew M. Kuchling · 24 years ago
  85. 3255268 Export C API from this module. by Andrew M. Kuchling · 24 years ago
  86. 9de6ffa Another patch from Thomas Gellekum: add .overlay() and .overwrite() by Andrew M. Kuchling · 24 years ago
  87. 2824d7f Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org> by Andrew M. Kuchling · 24 years ago
  88. 26cc66f Patch #102412 from mwh: Add support for the setupterm() function, to by Andrew M. Kuchling · 24 years ago
  89. f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 24 years ago
  90. e7d3616 Patch from Randall Hopper to fix PR #116172, "curses module fails to by Andrew M. Kuchling · 24 years ago
  91. 51ee09b Don't call Py_FatalError in module initialization by Jeremy Hylton · 24 years ago
  92. a98e92b Add alias for old function name -- removing it broke Alexei Gilchrist's cfm by Andrew M. Kuchling · 24 years ago
  93. fb6bbf5 Added list of missing functions as a comment by Andrew M. Kuchling · 24 years ago
  94. 8353f62 Comment out a debugging print (spotted by Michael Deegan) by Andrew M. Kuchling · 24 years ago
  95. 70e89c1 Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities by Andrew M. Kuchling · 24 years ago
  96. bf68026 Modified version of patch #100963 from Mark Favas: has_key() is an by Andrew M. Kuchling · 24 years ago
  97. 4463acb Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: by Andrew M. Kuchling · 24 years ago
  98. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  99. ad9b1f8 Patch from Peter Schneider-Kamp: convert curses module to ANSI prototypes, by Andrew M. Kuchling · 24 years ago
  100. 589c35b Python 2.0 is not supposed to use string exceptions in the standard library by Fred Drake · 24 years ago