- 14 Eyl, 2002 10 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
ToolTip.py cleanup 05Aug
-
Kurt B. Kaiser yazdı
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 yazdı
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 yazdı
ParenMatch.py Remove last dependencies to old config backend 06Aug
-
Kurt B. Kaiser yazdı
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 yazdı
EditorWindow.py AutoIndent merged 21Jul Comment out debug messages 21Jul
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
CallTips track Py Idle loewis: Use ascii_letters to avoid UnicodeErrors 06Aug
-
Kurt B. Kaiser yazdı
AutoIndent merged 21Jul cleanup and remove references to config backend 06Aug
-
- 13 Eyl, 2002 5 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
the usability of the output of the Xenofarm builds.
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
More whitespace cleanup.
-
Neal Norwitz yazdı
When --enable-unicode=ucs4, need to cast Py_UNICODE to a char
-
- 12 Eyl, 2002 22 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
I modified the patch to make it a non-fatal error if IDLE isn't built.
-
Jack Jansen yazdı
-
Kurt B. Kaiser yazdı
Modified Files: INSTALL.txt
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Jack Jansen yazdı
-
-
Jack Jansen yazdı
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
the test should be skipped if that's the case.
-
Fred Drake yazdı
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 yazdı
Two of these were real bugs.
-
Guido van Rossum yazdı
This module raises "SystemError: module dl requires sizeof(int) == sizeof(long) == sizeof(char*)" when compiled on 64-bit platforms.
-
Walter Dörwald yazdı
The file itself still mentions Python 1.5.1, so it might need further updates.
-
Fred Drake yazdı
Note that there is no str.joinfields(), use str.join() instead.
-
Michael W. Hudson yazdı
-
Guido van Rossum yazdı
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 yazdı
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 yazdı
-
- 11 Eyl, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
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.
-