- 29 Tem, 2002 2 kayıt (commit)
-
-
Mark Hammond yazdı
also adds 'extern' to PyAPI_DATA rather than at each declaration, as discussed with Tim and Guido.
-
Thomas Heller yazdı
-
- 28 Tem, 2002 19 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Guido van Rossum yazdı
there.
-
Martin v. Löwis yazdı
-
Neal Norwitz yazdı
'%g' % '1' '%d' % '1' Add a test for these conditions Fix the test so that if not exception is raise, this is a failure
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Committed to 2.2 branch.
-
Neal Norwitz yazdı
Explicitly use METH_OLDARGS
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Kurt B. Kaiser yazdı
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 Tem, 2002 3 kayıt (commit)
-
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
Piers Lauder yazdı
-
- 26 Tem, 2002 5 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Kurt B. Kaiser yazdı
Idle client and localhost origin of connection is verified by client. M PyShell.py M rpc.py M run.py
-
- 25 Tem, 2002 11 kayıt (commit)
-
-
Fred Drake yazdı
readers are not given the wrong impression that they should be using those on a regualar basis. This closes SF bug #585598.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Fred Drake yazdı
Makefile. - Update the Python version number so we're using the library built from the current working sources.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
* 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 yazdı
Fixes SF bug #575773. Bug fix candidate.
-
Jeremy Hylton yazdı
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 yazdı
-