- 27 Dec, 2000 4 commits
-
-
Guido van Rossum authored
"most recent call last").
-
Barry Warsaw authored
but only in "import foo as bar" statements (including optional preceding `from' clause).
-
Tim Peters authored
https://sourceforge.net/bugs/?func=detailbug&bug_id=126863&group_id=5470 "getopt long option handling broken". Tossed the excruciating logic in long_has_args in favor of something obviously correct.
-
- 26 Dec, 2000 5 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 25 Dec, 2000 1 commit
-
-
Fred Drake authored
-
- 23 Dec, 2000 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
information from the Expat library that is not part of its public API. Do not print this information as the format of the string may (and will) change as Expat evolves. Add additional tests to make sure the ParserCreate() function raises the right exceptions on illegal parameters.
-
Fred Drake authored
warning for that module, so suppress just that one warning.
-
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 2 commits
-
-
Andrew M. Kuchling authored
incorrect % characters; characters outside the printable range are replaced with '?'
-
Jack Jansen authored
-