173 Commits (391af751f2a19476cfaa53ddc35fd53aaa582e9c)

Author SHA1 Message Date
Steve Dower d2bc389e55 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari 11 years ago
Larry Hastings 89964c48d1 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. 11 years ago
Serhiy Storchaka 1009bf18b3 Issue #23501: Argumen Clinic now generates code into separate files by default. 11 years ago
Serhiy Storchaka 20b39b27d9 Removed redundant casts to `char *`. 11 years ago
Larry Hastings 9147a9697a Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. 12 years ago
Larry Hastings 7726ac9163 #Issue 20456: Several improvements and bugfixes for Argument Clinic, 12 years ago
Larry Hastings 581ee3618c Issue #20326: Argument Clinic now uses a simple, unique signature to 12 years ago
Larry Hastings c20472640c Issue #20390: Small fixes and improvements for Argument Clinic. 12 years ago
Larry Hastings 5c66189e88 Issue #20189: Four additional builtin types (PyTypeObject, 12 years ago
Larry Hastings 462582651c Two minor Argument Clinic bugfixes: use the name of the class in the 12 years ago
Larry Hastings 2a727916c5 Issue #20226: Major improvements to Argument Clinic. 12 years ago
Larry Hastings 61272b77b0 Issue #19273: The marker comments Argument Clinic uses have been changed 12 years ago
Christian Heimes abbc8ca708 ncurses' winch and mvwinch return an unsigned long 12 years ago
Larry Hastings 44e2eaab54 Issue #19674: inspect.signature() now produces a correct signature 12 years ago
Larry Hastings abc716b058 Issue #19474: Argument Clinic now always specifies a default value for 12 years ago
Larry Hastings ed4a1c5703 Argument Clinic: rename "self" to "module" for module-level functions. 12 years ago
Victor Stinner bd303c165b Issue #19512, #19515: remove shared identifiers, move identifiers where they 12 years ago
Victor Stinner 090543736f Issue #19512: add some common identifiers to only create common strings once, 12 years ago
Serhiy Storchaka a412f763b3 Fix compilation of the curses module (broken by issue #16612). 12 years ago
Larry Hastings 3182680210 Issue #16612: Add "Argument Clinic", a compile-time preprocessor 12 years ago
Victor Stinner daf455554b Issue #18571: Implementation of the PEP 446: file descriptors and file handles 13 years ago
Christian Heimes a956e645c1 Fix possible NULL pointer dereference in PyCurses_Start_Color() 13 years ago
Victor Stinner 49fc8ece81 Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup() 13 years ago
Victor Stinner b64049183c Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules 13 years ago
Victor Stinner 640c35ce13 Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros 13 years ago
Benjamin Peterson 18b7191653 C89 declaration compliance 13 years ago
Victor Stinner bd2d30cf31 Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) 13 years ago
R David Murray a39c47aab0 #8862: Fix curses cleanup with getchar is interrupted by a signal. 13 years ago
R David Murray f5d7cc239e #8862: Fix curses cleanup with getchar is interrupted by a signal. 13 years ago
Ross Lagerwall 2dabaf63cf Issue #15876: Fix a refleak in the curses module 14 years ago
Victor Stinner 9f16e44a47 Close #14223: Fix window.addch(curses.ACS_HLINE) 14 years ago
Victor Stinner eaaf9e9249 Close #14223: Fix window.addch(curses.ACS_HLINE) 14 years ago
Victor Stinner 1d39cde50c Issue #15785: Modify window.get_wch() API of the curses module: return a 14 years ago
Victor Stinner ca2b64682e Issue #15785: Modify window.get_wch() API of the curses module: return a 14 years ago
Benjamin Peterson 5e5451940c fix compiler warnings 14 years ago
Victor Stinner 8f40860944 Close #14223: curses.addch() is no more limited to the range 0-255 when the 14 years ago
Ronald Oussoren 2a7fe03528 Add missing sentinel to PyCursesWindow_getsets 14 years ago
Victor Stinner 0fdfceb782 Issue #12567: The curses module uses Unicode functions for Unicode arguments 14 years ago
Victor Stinner b3bc7e764d Issue #10570: curses.putp() is now expecting a byte string, instead of a 14 years ago
Victor Stinner 2662133a05 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a 14 years ago
Martin v. Löwis 1c67dd9b15 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. 14 years ago
Martin v. Löwis bd928fef42 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
Victor Stinner c4f281eba3 Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead 14 years ago
Martin v. Löwis afe55bba33 Add API for static strings, primarily good for identifiers. 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Victor Stinner 71e44cb97f Issue #12567: Add curses.unget_wch() function 15 years ago
Nadeem Vawda 9e2e99097c Fix build error in _curses module when not using libncursesw. 15 years ago
Victor Stinner a7878b77dc Close #6755: Add get_wch() method to curses.window class 15 years ago
Jesus Cea 736e7fc0f6 Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 15 years ago
Matthias Klose 9b83dbe905 Merged revisions 83306 via svnmerge from 16 years ago