- 07 Jun, 2003 6 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Gustavo Niemeyer authored
have to insert it in front of other classes, nor do dirty tricks like inserting a "dummy" HTTPHandler after a ProxyHandler when building an opener with proxy support.
-
Kurt B. Kaiser authored
2. Remove obsolete comment associated with Window menu updating M EditorWindow.py M GrepDialog.py
-
- 06 Jun, 2003 2 commits
-
-
Kurt B. Kaiser authored
Window menu updates. 2. Display Python Shell window in Window menu 3. Remove some dead code in FileList.py M EditorWindow.py M FileList.py M WindowList.py
-
Raymond Hettinger authored
Minor documentation fix.
-
- 05 Jun, 2003 4 commits
-
-
Kurt B. Kaiser authored
M PyShell.py M rpc.py M run.py
-
Guido van Rossum authored
selection as the default value. This is easier to use habitually.
-
Kurt B. Kaiser authored
Also improved error notification if Tabnanny detects a TokenError. M ScriptBinding
-
Kurt B. Kaiser authored
New Window should save in the directory of the Editor Window from which it was selected. M EditorWindow.py M FileList.py M IOBinding.py
-
- 04 Jun, 2003 1 commit
-
-
Skip Montanaro authored
-
- 03 Jun, 2003 2 commits
-
-
Jack Jansen authored
Fixes #747954.
-
Greg Ward authored
test_setparameters() to use it -- don't assume AFMT_S16_NE is always defined!
-
- 02 Jun, 2003 6 commits
-
-
Guido van Rossum authored
wait() should not call waitpid() again. Should be backported to 2.2.4.
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Guido van Rossum authored
build (assert(gc->gc.gc_refs != 0) in visit_decref()). Because OSSAudioError is a global, we must compensate (twice!) for PyModule_AddObject()'s "helpful" decref of the object it adds.
-
Kurt B. Kaiser authored
Not implemented and not needed.
-
Kurt B. Kaiser authored
M PyShell.py M run.py
-
- 01 Jun, 2003 6 commits
-
-
Jack Jansen authored
prefixes, any file that is skipped during a per-user install that matches this set is *not* an error; Systemwide-only is a boolean that says the package cannot be installer per-user.
-
Jack Jansen authored
shortdescription() so the code to split off the first line of the description isn't all over the place.
-
Jack Jansen authored
-
Neil Schemenauer authored
gives a small speedup).
-
Kurt B. Kaiser authored
Modified Files: NEWS.txt README.txt TODO.txt
-
Kurt B. Kaiser authored
abnormal exit situations cleanly, especially stuck user threads. Future plan is to intercept the user's atexit functions and run them under IDLE's control.
-
- 31 May, 2003 8 commits
-
-
Kurt B. Kaiser authored
Excecution environment and residual shell has cwd set to the directory of the module being run. M ScriptBinding.py
-
Jack Jansen authored
-
Martin v. Löwis authored
for the library path.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
explanation of int in terms of string.atoi. Explain sum in terms of reduce.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
The fast_function() inlining optimization only applies when there are zero keyword arguments.
-
- 30 May, 2003 3 commits
-
-
Neil Schemenauer authored
reported by Kurt B. Kaiser.
-
Tim Peters authored
-
Kurt B. Kaiser authored
Modified Files: CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py
-
- 29 May, 2003 2 commits
-
-
Greg Ward authored
-
Jack Jansen authored
- Added support for multi-line descriptions. Doesn't look nice yet in Package Manager.
-