- 14 Sep, 2002 10 commits
-
-
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 22 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.
-
Guido van Rossum authored
routines. I got some errors "dictionary changed size during iteration" when running ZEO tests on machine while doing heavy forground work in another window, and thinking about it, I believe that it should be okay if readable() or writable() modifies the map. I also finally made all the spacing conform to the Python style guide: no space between a function/method name and the following left parenthesis (fixed lots of occurrences), spaces around assignment operators (fixed a few, always of the form "map=..."), and a blank line between the class statement and the first method definition (a few).
-
Barry Warsaw authored
-
- 11 Sep, 2002 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
the work of the XML-SIG in the main body of the text. Modify the markup in a few places to avoid wrapping lines in bad places, and just general cleanliness.
-