- 16 Ara, 2002 3 kayıt (commit)
-
-
Jack Jansen yazdı
extension modules.
-
Gustavo Niemeyer yazdı
[#636769] Fix for major rexec bugs * Lib/rexec.py (FileBase): Added 'xreadlines' and '__iter__' to allowed file methods. (FileWrapper.__init__): Removed unnecessary self.f variable, which gave direct access to the file object. (RExec): Added 'xreadlines' and '_weakref' to allowed modules. (RExec.r_open): Convert string subclasses to a real string classes before doing comparisons with mode parameter. * Lib/ihooks.py (BasicModuleImporter.import_module/reload/unload): Convert the module name to a real string before working with it. (ModuleImporter.import_module/import_it/reload): Convert the module name to a real strings before working with it. * Misc/NEWS Document the change.
-
Kurt B. Kaiser yazdı
M PyShell.py Idlefork SF Bug 440383 - IDLE goes into beep loop Fix loop in EditorWindow.newline_and_indent_event() and in addition fix submission of >>> prompt to PyParse.Parser Eliminate extra attribute EditorWindow.auto_indent
-
- 15 Ara, 2002 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
way to get various alias creation routines as methods of FSSpec or FSRef objects (which is the logical thing, from a Python POV). Also started on the code that will contain all the macfs functionality, so macfs can becode a Python module, to be used mainly for backward compatibility.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
- 14 Ara, 2002 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
Replaced British spelling of 'behaviour' with 'behavior'. Noted the new optional argument in math.log(x [,base]).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
M IOBinding.py M PyShell.py * Could not remove last set of saved breakpoints from a file * Starting with empty edit window, could not load a file * Multiple adjacent breakpoints were saved as one breakpoint * Storing breakpoints whenever a file is closed can get them out of synch with the saved version of a file. Only store them when the file is saved. * Add comment on current limitations on file editing in the presence of breakpoints. * Replace get_current_breaks() with update_breakpoints(), add an update to PyShellEditorWindow.breakpoints, which is the master breakpoint data structure, and which is used to reload the subprocess debugger. * Revert Debugger.Debugger.load_breakpoints() to use editwin.breakpoints. It is easier to debug the debugger if the breakpoint list in IDLE is identical to the list in the subprocess debugger and is transferred when the subprocess debugger is restarted, because this list can be easily queried. * Cleanup some linespacing and comments in IOBinding.py
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
- 13 Ara, 2002 26 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Tweaked GetArgv() dialog to look better on OSX.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
PyMapping_Check() doesn't guarantee that PyMapping_Size() won't raise an exception, nor that keys and values are lists. Also folded some long lines and did a little whitespace normalization. Probably a 2.2 backport candidate.
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
(unfortunately: especially the grail demo was hiarious) still missing.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Just van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
outdated things.
-
Jack Jansen yazdı
is implemented.
-
Jack Jansen yazdı
tree. Removed them, anyone really desparate to recover them can get them from the CVS repository.
-
Jack Jansen yazdı
that version doesn't need these workarounds.
-
Jack Jansen yazdı
-
Andrew M. Kuchling yazdı
Fix markup errors Rewrite a sentence
-
Just van Rossum yazdı
-