- 14 Jun, 2003 20 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
follow-up to #621891.
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
Remove deprecated tempfile usage
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #754447.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
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 3 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.
-