1. 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  2. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  3. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  4. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  5. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  6. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  7. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  8. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  9. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  10. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 8 years ago
  11. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  12. 569f364 Issue #18408: Fix PyInit__curses_panel(), handle import_curses() failure by Victor Stinner · 11 years ago
  13. b640491 Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules by Victor Stinner · 11 years ago
  14. 9290dd1 #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userptr again by Andrew Kuchling · 11 years ago
  15. 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 11 years ago
  16. bc07cb8 Issue #14936: curses_panel was converted to PEP 3121 and PEP 384 API. by Martin v. Löwis · 12 years ago
  17. c838ec1 Issue #14936: curses_panel was converted to PEP 3121 API. by Martin v. Löwis · 12 years ago
  18. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  19. a761227 Merged revisions 78635 via svnmerge from by Victor Stinner · 14 years ago
  20. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  21. 1f900f1 #3247: get rid of Py_FindMethod by Amaury Forgeot d'Arc · 16 years ago
  22. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  23. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  24. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  25. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  26. 47f003d Coverity-found bug: don't use temp->next *before* checking it for NULL. Also by Thomas Wouters · 18 years ago
  27. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  28. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 18 years ago
  29. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  30. 01b2694 Fix whitespace by Neal Norwitz · 22 years ago
  31. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  32. cf6bfe4 Oh look, another one. by Michael W. Hudson · 22 years ago
  33. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 22 years ago
  34. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 22 years ago
  35. a38d916 Cast argument to set_panel_userptr to void*. Fixes bug #417240. by Martin v. Löwis · 23 years ago
  36. 2174f80 init_curses_panel(): Be more consistent with indentation and blank lines. by Fred Drake · 23 years ago
  37. a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 23 years ago
  38. ae89af9 Minor patch from Thomas Gellekum: by Andrew M. Kuchling · 23 years ago
  39. 4e36d58 Shortened / wrapped some long lines. by Fred Drake · 23 years ago
  40. d7d2e19 Add correction caught by Thomas Gellekum (and sitting in my e-mail) by Andrew M. Kuchling · 23 years ago
  41. 7b59ed2 Patch #102813: add a wrapper for the panel library included with ncurses. by Andrew M. Kuchling · 23 years ago