index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_curses_panel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coverity-found bug: don't use temp->next *before* checking it for NULL. Also
Thomas Wouters
2006-03-07
1
-2
/
+4
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Bug #1400115, Fix segfault when calling curses.panel.userptr()
Neal Norwitz
2006-01-09
1
-0
/
+5
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1
/
+1
*
Fix whitespace
Neal Norwitz
2002-03-31
1
-2
/
+1
*
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz
2002-03-25
1
-12
/
+7
*
Oh look, another one.
Michael W. Hudson
2002-01-30
1
-1
/
+1
*
Patch #477752: Drop old-style getargs from curses.
Martin v. Löwis
2002-01-17
1
-41
/
+23
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1
/
+1
*
Cast argument to set_panel_userptr to void*. Fixes bug #417240.
Martin v. Löwis
2001-10-13
1
-1
/
+1
*
init_curses_panel(): Be more consistent with indentation and blank lines.
Fred Drake
2001-01-27
1
-5
/
+3
*
SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin
Guido van Rossum
2001-01-22
1
-2
/
+5
*
Minor patch from Thomas Gellekum:
Andrew M. Kuchling
2001-01-19
1
-8
/
+3
*
Shortened / wrapped some long lines.
Fred Drake
2000-12-23
1
-8
/
+11
*
Add correction caught by Thomas Gellekum (and sitting in my e-mail)
Andrew M. Kuchling
2000-12-22
1
-1
/
+2
*
Patch #102813: add a wrapper for the panel library included with ncurses.
Andrew M. Kuchling
2000-12-22
1
-0
/
+495