- 09 Jun, 2003 6 commits
-
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
reorganise modules, so that most standard extensions are built into the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
-
Andrew McNamara authored
-
Kurt B. Kaiser authored
M IOBinding.py
-
- 08 Jun, 2003 8 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Simplified test for visible changes * Improved variable names and line spacing * Replaced dict(a=3) style with Py2.2 compatable {'a':3}
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Raymond Hettinger authored
Documentation update and NEWS item are forthcoming.
-
Neal Norwitz authored
-
- 07 Jun, 2003 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.2.
-
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 2 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.
-