- 14 Jun, 2003 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
M PyShell.py R boolcheck.py M run.py
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
M HISTORY.txt M NEWS.txt
-
Greg Ward authored
-
Guido van Rossum authored
-
- 13 Jun, 2003 17 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
called. Added announcement in Misc/NEWS for thread.interrupt_main and mention of dummy_thread's change.
-
Kurt B. Kaiser authored
Modified Files: run.py Removed Files: interruptmodule.c
-
Kurt B. Kaiser authored
-
Barry Warsaw authored
SF #753617. Back port candidate (but low priority).
-
Guido van Rossum authored
for SF bug 742860 (the next item).
-
Guido van Rossum authored
-
Guido van Rossum authored
751998.
-
Guido van Rossum authored
from setup.py.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
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 authored
-
Jack Jansen authored
the object, not the module).
-
Jack Jansen authored
-
Jack Jansen authored
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 authored
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 Jun, 2003 14 commits
-
-
Brett Cannon authored
path for the file in the temp directory for the platform.
-
Thomas Heller authored
The problem was that subcommands were not reinitialized. Bugfix candidate, will backport myself.
-
Skip Montanaro authored
the wiki instead.
-
Brett Cannon authored
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 authored
-
Kurt B. Kaiser authored
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 authored
-
Kurt B. Kaiser authored
2. Change title on About dialog. Modified Files: Bindings.py EditorWindow.py
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
-