- 14 Haz, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Haz, 2003 17 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
called. Added announcement in Misc/NEWS for thread.interrupt_main and mention of dummy_thread's change.
-
Kurt B. Kaiser yazdı
Modified Files: run.py Removed Files: interruptmodule.c
-
Kurt B. Kaiser yazdı
-
Barry Warsaw yazdı
SF #753617. Back port candidate (but low priority).
-
Guido van Rossum yazdı
for SF bug 742860 (the next item).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
751998.
-
Guido van Rossum yazdı
from setup.py.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Copying a new-style class that had a reference to itself didn't work. (The same thing worked fine for old-style classes.)
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the object, not the module).
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the toplevel package. This already worked for elements, but now for properties too. Fixes #753925. - Even better, the toplevel class (such as Finder.Finder) now inherits the element and property dictionaries of its application class and has the necessary glue to allow you to say f = Finder.Finder() f.get(f.name)
-
Raymond Hettinger yazdı
The docs were fine but the "int=int" in the function call was both ugly and confusing. Moved it inside the body of the function definition.
-
- 12 Haz, 2003 19 kayıt (commit)
-
-
Brett Cannon yazdı
path for the file in the temp directory for the platform.
-
Thomas Heller yazdı
The problem was that subcommands were not reinitialized. Bugfix candidate, will backport myself.
-
Skip Montanaro yazdı
the wiki instead.
-
Brett Cannon yazdı
code use proper functions to get paths. Changed the name of tar file that is searched for to be absolute (i.e., not use os.extsep) since filename is locked in based on name of file in CVS (testtar.tar). Closes bug #731403 .
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
1. Add additional buttons for Python Copyright and Credits 2. Use the Python LICENSE file instead of the old IDLE LICENSE.txt 3. Add additional buttons for IDLE's README and NEWS 4. Implement a method to read text from a _Printer object 5. Rename the Ok button to Close 6. Clean up to conform to Python code formatting standards textView.py: 1. Change background to white on all platforms 2. Increase height of frame 3. Add an optional parameter to textViewer to allow inserting text into the viewer instead of reading a file. 4. Rename the Ok button to Close Modified Files: aboutDialog.py textView.py
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
2. Change title on About dialog. Modified Files: Bindings.py EditorWindow.py
-
Raymond Hettinger yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
-
Raymond Hettinger yazdı
Eliminates the eval() step in the csv module resulting in better security, more clarity, and a little speed. The idea is to make successive attempts to coerce the string to a python type: int(s), long(s), float(s), etc. As a by-product, eliminates a bare 'except' statement.
-
Skip Montanaro yazdı
-
- 11 Haz, 2003 3 kayıt (commit)
-
-
Brett Cannon yazdı
it expects based on what inspect classifies it as. Closes bug #729103 .
-
Brett Cannon yazdı
-
Andrew MacIntyre yazdı
-