- 20 Tem, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
Reported by Nadim Ghaznavi <nadim@ghaznavi.com>.
-
- 19 Tem, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
had it right! Reported by Tim Hochberg <tim.hochberg@ieee.org>.
-
- 15 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Tem, 1999 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
""" It fixes a memory corruption error resulting from BadPickleGet exceptions in load_get, load_binget and load_long_binget. This was initially reported on c.l.py as a problem with Cookie.py; see the thread titled "python core dump (SIGBUS) on Solaris" for more details. If PyDict_GetItem(self->memo, py_key) call failed, then py_key was being Py_DECREF'd out of existence before call was made to PyErr_SetObject(BadPickleGet, py_key). The bug can be duplicated as follows: import cPickle cPickle.loads('garyp') This raises a BadPickleGet exception whose value is a freed object. A core dump will soon follow. """ Jim Fulton approves of the patch.
-
Guido van Rossum yazdı
when n == 0... So divide by a->ob_size instead which was already tested for 0.
-
- 12 Tem, 1999 8 kayıt (commit)
-
-
Guido van Rossum yazdı
dump core.
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
for gotonext() pushing self.pos past the end of the string. This can happen if the message has a To field like "To: :" and you call msg.getaddrlist('to').
-
Fred Drake yazdı
number, not the Python release. Removed VERSION since it is not used.
-
Fred Drake yazdı
-
Fred Drake yazdı
a pointer from the "Process Parameters" section. Based on comments from Aahz Maruch, Tim Peters, and GvR.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 10 Tem, 1999 5 kayıt (commit)
-
-
Guido van Rossum yazdı
color) rather than green. Suggested by Sam Schulenburg.
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
module distributions that contain platform-specific files.
-
Greg Ward yazdı
Added DistutilsPlatformError.
-
- 09 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The text is condensed from the library manual.
-
- 08 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
done by _PyImport_Init(), comes to late to affect the import of exceptions.py by _PyBuiltin_Init_2(). Move _PyImport_Init() up few lines.
-
- 07 Tem, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Use the lowercase versions of the method names in the example, since that's what's documented (Greg Stein's suggestion). Add a blank line after the import line for clarity.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 06 Tem, 1999 5 kayıt (commit)
-
-
Barry Warsaw yazdı
dynamically imported when Pynche is running via askcolor out of a package. If the ImportError occurs, try again, prepending the package name and digging out the module.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 05 Tem, 1999 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 02 Tem, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
Rearrange & comment on others.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
time finding the bindings.
-
Guido van Rossum yazdı
different values in the environ dict with the same key (although he couldn't explain exactly how this came to be). Since getenv() uses the first one, Python should do too. (Some doubts about case sensitivity, but for now this at least seems the right thing to do regardless of platform.)
-
- 01 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
In splithost, accept empty host part in URLs. This is required for file URLs that can have an empty host part. For such URLs, we should not return the initial 2 slashes as part of the file name.
-