- 29 Jul, 2002 6 commits
-
-
Jason Tishler authored
This patch fixes make install for Cygwin. Specifically, it reverts to the previous behavior: o install libpython$(VERSION)$(SO) in $(BINDIR) o install $(LDLIBRARY) in $(LIBPL) It also begins to remove Cygwin's dependency on $(DLLLIBRARY) which I hope to take advantage of when I attempt to make Cygwin as similar as possible to the other Unix platforms (in other patches). I tested this patch under Red Hat Linux 7.1 without any ill effects. BTW, I'm not the happiest using the following test for Cygwin: test "$(SO)" = .dll I'm willing to update the patch to use: case "$(MACHDEP)" in cygwin* instead, but IMO that will look uglier.
-
Michael W. Hudson authored
[ 587875 ] crash on deleting extended slice The array code got simpler, always a good thing!
-
Thomas Heller authored
PyErr_SetExcFromWindowsErr(), PyErr_SetExcFromWindowsErrWithFilename(). Similar to PyErr_SetFromWindowsErrWithFilename() and PyErr_SetFromWindowsErr(), but they allow to specify the exception type to raise. Available on Windows. See SF patch #576458.
-
Martin v. Löwis authored
of encodings. Skip modules that don't have a getregentry function.
-
Mark Hammond authored
also adds 'extern' to PyAPI_DATA rather than at each declaration, as discussed with Tim and Guido.
-
Thomas Heller authored
-
- 28 Jul, 2002 19 commits
-
-
Andrew M. Kuchling authored
-
Guido van Rossum authored
there.
-
Martin v. Löwis authored
-
Neal Norwitz authored
'%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 authored
-
Martin v. Löwis authored
-
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 7 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
-