- 15 Eyl, 2002 2 kayıt (commit)
-
-
Neil Schemenauer yazdı
might use __attribute__ in other ways (e.g. CodeWarrior).
-
Guido van Rossum yazdı
Using the suggestion there: add_module() forces __builtin__ back; this fixes r_exec, r_eval, r_execfile. The interactive console had to be fixed separately, because it doesn't use r_exec, but relies on the 'locals' dict having the right __builtins__. Fixed this by subclassing InteractiveConsole and overriding runcode(), which does the exec. This changes the banner output slightly: instead of starting with *** RESTRICTED ***, a subtler (RestrictedConsole) is printed before the first >>> prompt. Also import readline (if it exists) when the interactive console is used, for more convenient input editing and history. This does not mean that rexec is now considered safe! But for those willing to take the risk, it's safer than before. (Note that a safety analysis of the code module would be wise if you plan to use the interactive console for real -- I've only ever used it to play with restricted mode.) This should be backported to 2.2 and 2.1.
-
- 14 Eyl, 2002 19 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
2.2.2 candidate.
-
Kurt B. Kaiser yazdı
completed
-
Kurt B. Kaiser yazdı
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 yazdı
config-keys.def AutoIndent merged 21Jul
-
Kurt B. Kaiser yazdı
configHandler.py AutoIndent merged 21Jul
-
Kurt B. Kaiser yazdı
config-extensions.def AutoIndent merged 21Jul
-
Kurt B. Kaiser yazdı
configDialog.py AutoIndent merged 21Jul
-
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 14 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.
-