- 28 Jul, 2002 13 commits
-
-
Martin v. Löwis authored
Committed to 2.2 branch.
-
Neal Norwitz authored
Explicitly use METH_OLDARGS
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz 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
to executing Run/F5 from an EditorWindow. M ScriptBinding.py : add call to clear_the_environment() M run.py : implemented Executive.clear_the_environment()
-
- 27 Jul, 2002 3 commits
-
-
Piers Lauder authored
-
Piers Lauder authored
-
Piers Lauder authored
-
- 26 Jul, 2002 5 commits
-
-
Skip Montanaro authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Kurt B. Kaiser authored
Idle client and localhost origin of connection is verified by client. M PyShell.py M rpc.py M run.py
-
- 25 Jul, 2002 12 commits
-
-
Fred Drake authored
readers are not given the wrong impression that they should be using those on a regualar basis. This closes SF bug #585598.
-
Fred Drake authored
-
Fred Drake authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Fred Drake authored
Makefile. - Update the Python version number so we're using the library built from the current working sources.
-
Skip Montanaro authored
-
Skip Montanaro authored
* globaltrace_lt - handle case where inspect.getmodulename doesn't return anything useful * localtrace_trace - handle case where inspect.getframeinfo doesn't return any context info I think both of the last two are caused by exec'd or eval'd code
-
Jeremy Hylton authored
Fixes SF bug #575773. Bug fix candidate.
-
Jeremy Hylton authored
Fixes SF bug #568322. The code should raise an OverflowError if the long is > 32 bits, even on platforms where sizeof(long) > 4.
-
Jeremy Hylton authored
-
Skip Montanaro authored
is slow things down unnecessarily and make tracing much more verbose. Something like def f(n): return [i for i in range(n) if i%2] should have at most two SET_LINENO instructions, not four. When tracing, the current line number should be printed once, not 2*n+1 times.
-
- 24 Jul, 2002 3 commits
-
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
defined and the default was "pre" instead of "sre". Give up on 1.5.2 compatibility, hardcode the sre solution. However, this XXX comment still applies, AFAIK: # XXX This code depends on internals of the regular expression # engine! There's no standard API to do a substitution when you # have already found the match. One should be added.
-
- 23 Jul, 2002 4 commits
-
-
Barry Warsaw authored
-
Tim Peters authored
package, and the loss of the test/data directory.
-
Barry Warsaw authored
-
Barry Warsaw authored
-