- 23 Dec, 2000 4 commits
-
-
Andrew M. Kuchling authored
y coordinate), and change radius of second indicator to compensate Remove redundant setting of sradius
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Fred Drake authored
Removed warning on use of panel_userptr() in PyCursesPanel_userptr().
-
- 22 Dec, 2000 10 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
beyond what's in _curses_panel
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Original version written by Thomas Gellekum, reshaped into a separate module by AMK.
-
Andrew M. Kuchling authored
Remove several macros and #includes; py_curses.h contains them now.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
DECREF
-
- 21 Dec, 2000 5 commits
-
-
Fred Drake authored
CVS repository), provide the library version information.
-
Fred Drake authored
Wrapped some long lines.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
window methods
-
- 20 Dec, 2000 6 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
give minidom.py behaviour that complies with the DOM Level 1 REC, which says that when a node newChild is added to the tree, "if the newChild is already in the tree, it is first removed." pulldom.py is patched to use the public minidom interface instead of setting .parentNode itself. Possibly this reduces pulldom's efficiency; someone else will have to pronounce on that.
-
Andrew M. Kuchling authored
Simplifies ord()'s logic at the cost of some code duplication, removing a " `ord' might be used uninitialized in this function" warning
-
Andrew M. Kuchling authored
-
Fred Drake authored
in one place.
-
Andrew M. Kuchling authored
DISTUTILS_DEBUG set"
-
- 19 Dec, 2000 15 commits
-
-
Andrew M. Kuchling authored
incorrect % characters; characters outside the printable range are replaced with '?'
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Added hash() and compare() functions. Needed because multiple WinObj's can now refer to the same underlying WindowRef.
-
Jack Jansen authored
Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers).
-
Andrew M. Kuchling authored
using GNU libc's getline()
-
Guido van Rossum authored
warnings in this same module, to prevent getting a warning about importing regex (we *know* that it's obsolete :-).
-
Guido van Rossum authored
use of PyErr_Warn()! This module is a good guinea pig because it's been obsolete since 1.5.0 was released.
-
Guido van Rossum authored
so we can't use it. While I'm at it, got rid of string module use. (Found several new hard special cases for a hypothetical conversion tool: from string import join, find, rfind; and a local assignment "find=string.find".)
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
additional escape sequences defined for Unicode. This closes bug #117158.
-
Guido van Rossum authored
-
Guido van Rossum authored
-