1. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  2. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  3. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  4. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  5. 47f003d Coverity-found bug: don't use temp->next *before* checking it for NULL. Also by Thomas Wouters · 19 years ago
  6. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  7. 5e3d862 Bug #1400115, Fix segfault when calling curses.panel.userptr() by Neal Norwitz · 19 years ago
  8. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  9. 01b2694 Fix whitespace by Neal Norwitz · 22 years ago
  10. 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 22 years ago
  11. cf6bfe4 Oh look, another one. by Michael W. Hudson · 23 years ago
  12. c0e1671 Patch #477752: Drop old-style getargs from curses. by Martin v. Löwis · 23 years ago
  13. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  14. a38d916 Cast argument to set_panel_userptr to void*. Fixes bug #417240. by Martin v. Löwis · 23 years ago
  15. 2174f80 init_curses_panel(): Be more consistent with indentation and blank lines. by Fred Drake · 24 years ago
  16. a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 24 years ago
  17. ae89af9 Minor patch from Thomas Gellekum: by Andrew M. Kuchling · 24 years ago
  18. 4e36d58 Shortened / wrapped some long lines. by Fred Drake · 24 years ago
  19. d7d2e19 Add correction caught by Thomas Gellekum (and sitting in my e-mail) by Andrew M. Kuchling · 24 years ago
  20. 7b59ed2 Patch #102813: add a wrapper for the panel library included with ncurses. by Andrew M. Kuchling · 24 years ago