- 11 Eki, 2002 19 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Fix Konqueror so it can start when calling open(). The assert needed to be on the raw URL, not openURL 'url...' Will backport.
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
and divmod() function for complex numbers. Closes SF Bug 621708: Unclear deprecation.
-
Guido van Rossum yazdı
Will backport.
-
Guido van Rossum yazdı
macros. The 'op' argument is then the result from PyObject_MALLOC, and that can of course be NULL. In that case, PyObject_Init[Var] would raise a SystemError with "NULL object passed to PyObject_Init[Var]". But there's nothing the caller of the macro can do about this. So PyObject_Init[Var] should call just PyErr_NoMemory. Will backport.
-
Tim Peters yazdı
correctly. So field3.py is a Python program that can. This injects another manual step into the Python release process for Windows; so it goes.
-
Tim Peters yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
If the request object has a header, it should override the default header provided by the OpenerDirector.
-
Fred Drake yazdı
getrefcount(), maxunicode, and version_info.
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
Bug fix candidate.
-
Jeremy Hylton yazdı
-
Michael W. Hudson yazdı
Only runs when sys.maxint == 2**32 - 1; different things go wrong on a 64-bit box.
-
Guido van Rossum yazdı
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
'%2147483647d' % -123 segfaults. This was because an integer overflow in a comparison caused the string resize to be skipped. After fixing the overflow, this could call _PyString_Resize() with a negative size, so I (1) test for that and raise MemoryError instead; (2) also added a test for negative newsize to _PyString_Resize(), raising SystemError as for all bad arguments. An identical bug existed in unicodeobject.c, of course. Will backport to 2.2.2.
-
- 10 Eki, 2002 19 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
case.
-
Barry Warsaw yazdı
case.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
default get_body_encoding() cannot be SHORTEST.
-
Barry Warsaw yazdı
sensitive. Coerce the argument to lower case.
-
Barry Warsaw yazdı
Coerce the argument to lower case. Also, since body encodings can't be SHORTEST, default the CHARSETS failobj's second item to BASE64.
-
Guido van Rossum yazdı
Immediate benefit: when you use "make -t" to avoid a global recompile after a trivial header file touchup, Make will no longer create files named all, oldsharedmods, and sharedmods. (Not sure if I tracked down all such targets. Not sure if I care.)
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Kurt B. Kaiser yazdı
refactor a bit and clean up. M PyShell.py Cosmetic changes, delete blank lines, add # on some blank lines. M rpc.py Add more debugging capability M run.py Add support for getting calltip from subprocess Move import statements
-
- 09 Eki, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
Make the regex case insensitive for some web sites which use Realm.
-
Fred Drake yazdı
Adjusted some markup to make the descriptions more consistent.
-