- 14 Sep, 2002 15 commits
-
-
Kurt B. Kaiser authored
Removed Files: AutoIndent.py IdleConf.py MultiScrolledLists.py Separator.py config-unix.txt config-win.txt config.txt eventparse.py keydefs.py
-
Kurt B. Kaiser authored
config-keys.def AutoIndent merged 21Jul
-
Kurt B. Kaiser authored
configHandler.py AutoIndent merged 21Jul
-
Kurt B. Kaiser authored
config-extensions.def AutoIndent merged 21Jul
-
Kurt B. Kaiser authored
configDialog.py AutoIndent merged 21Jul
-
Kurt B. Kaiser authored
ToolTip.py cleanup 05Aug
-
Kurt B. Kaiser authored
ReplaceDialog (missed a change Py Idle 04Apr2002, Booleans, pick up later) track Py Idle: GvR drops 1.5.2 re support 24 Jul
-
Kurt B. Kaiser authored
PyShell.py don't track Py Idle patch 543222 - disable script bindings in shell since it was done differently in MAIN Remove "binding comments" 05 Aug 1.13.2.2 to 1.13.2.3
-
Kurt B. Kaiser authored
ParenMatch.py Remove last dependencies to old config backend 06Aug
-
Kurt B. Kaiser authored
EditorWindow.py don't track Py Idle patch 543222 - disable script bindings in shell since it was done differently in MAIN Remove "binding comments" 05 Aug 1.23.2.3 to 1.23.2.4 Remove last dependencies to old config backend 06Aug to 1.23.2.5
-
Kurt B. Kaiser authored
EditorWindow.py AutoIndent merged 21Jul Comment out debug messages 21Jul
-
Fred Drake authored
-
Guido van Rossum authored
-
Kurt B. Kaiser authored
CallTips track Py Idle loewis: Use ascii_letters to avoid UnicodeErrors 06Aug
-
Kurt B. Kaiser authored
AutoIndent merged 21Jul cleanup and remove references to config backend 06Aug
-
- 13 Sep, 2002 5 commits
-
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
the usability of the output of the Xenofarm builds.
-
Neal Norwitz authored
-
Guido van Rossum authored
More whitespace cleanup.
-
Neal Norwitz authored
When --enable-unicode=ucs4, need to cast Py_UNICODE to a char
-
- 12 Sep, 2002 20 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
I modified the patch to make it a non-fatal error if IDLE isn't built.
-
Jack Jansen authored
-
Kurt B. Kaiser authored
Modified Files: INSTALL.txt
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Jack Jansen authored
-
-
Jack Jansen authored
-
Fred Drake authored
accomodate the fact that they are more general now that they are for the os.path module and not just posixpath. This and the previous patch should be combined and applied to the 2.2-maint branch.
-
Skip Montanaro authored
-
Fred Drake authored
the test should be skipped if that's the case.
-
Fred Drake authored
The original expected value is actually wrong, but we'll pick up the real fix and test when we refresh the xml package from PyXML before 2.3a1.
-
Guido van Rossum authored
Two of these were real bugs.
-
Guido van Rossum authored
This module raises "SystemError: module dl requires sizeof(int) == sizeof(long) == sizeof(char*)" when compiled on 64-bit platforms.
-
Walter Dörwald authored
The file itself still mentions Python 1.5.1, so it might need further updates.
-
Fred Drake authored
Note that there is no str.joinfields(), use str.join() instead.
-
Michael W. Hudson authored
-
Guido van Rossum authored
attribute to the (stringized) message number (if this attribute is settable). This is useful so users of this class can report the correct message number (e.g. when classifying spam). Also added a blank line before the first method of each class.
-