[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)
Kurt B. Kaiser kbk at shore.net
Mon Aug 22 20:37:54 CEST 2005
- Previous message: [Python-Dev] Admin access using svn+ssh
- Next message: [Python-Dev] Revised PEP 349: Allow str() to return unicode strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patch / Bug Summary
Patches : 352 open ( +0) / 2898 closed ( +2) / 3250 total ( +2) Bugs : 926 open (+13) / 5177 closed (+15) / 6103 total (+28) RFE : 190 open ( -1) / 179 closed ( +1) / 369 total ( +0)
New / Reopened Patches
fix smtplib when local host isn't resolvable in dns (2005-08-12) http://python.org/sf/1257988 opened by Arkadiusz Miskiewicz
tarfile: fix for bug #1257255 (2005-08-17) http://python.org/sf/1262036 opened by Lars Gustäbel
Patches Closed
sha256 module (2004-04-14) http://python.org/sf/935454 closed by greg
sha and md5 modules should use OpenSSL when possible (2005-02-12) http://python.org/sf/1121611 closed by greg
New / Reopened Bugs
Significant memory leak with PyImport_ReloadModule (2005-08-11) http://python.org/sf/1256669 opened by Ben Held
slice object uses -1 as exclusive end-bound (2005-08-11) http://python.org/sf/1256786 opened by Bryan G. Olson
tarfile local name is local, should be abspath (2005-08-12) http://python.org/sf/1257255 opened by Martin Blais
Encodings iso8859_1 and latin_1 are redundant (2005-08-12) http://python.org/sf/1257525 opened by liturgist
Solaris 8 declares gethostname(). (2005-08-12) http://python.org/sf/1257687 opened by Hans Deragon
error message incorrectly claims Visual C++ is required (2005-08-12) http://python.org/sf/1257728 opened by Zooko O'Whielacronx
Make set.remove() behave more like Set.remove() (2005-08-12) CLOSED http://python.org/sf/1257731 opened by Raymond Hettinger
tkapp read-only attributes (2005-08-12) http://python.org/sf/1257772 opened by peeb
gen_send_ex: Assertion `f->f_back ! (2005-08-12) CLOSED http://python.org/sf/1257960 opened by Neil Schemenauer
http auth documentation/implementation conflict (2005-08-13) http://python.org/sf/1258485 opened by Matthias Klose
"it's" vs. "its" typo in Language Reference (2005-08-14) CLOSED http://python.org/sf/1258922 opened by Wolfgang Petzold
Makefile ignores $CPPFLAGS (2005-08-14) http://python.org/sf/1258986 opened by Dirk Pirschel
Tix CheckList 'radio' option cannot be changed (2005-08-14) http://python.org/sf/1259434 opened by Raymond Maple
subprocess: more general (non-buffering) communication (2005-08-15) http://python.org/sf/1260171 opened by Ian Bicking
new is class method (2005-08-16) http://python.org/sf/1261229 opened by Mike Orr
import dynamic library bug? (2005-08-16) http://python.org/sf/1261390 opened by broadwin
Tutorial doesn't cover * and ** function calls (2005-08-16) http://python.org/sf/1261659 opened by Brett Cannon
precompiled code and nameError. (2005-08-17) http://python.org/sf/1261714 opened by Vladimir Menshakov
minidom.py alternate newl support is broken (2005-08-17) http://python.org/sf/1262320 opened by John Whitley
fcntl.ioctl have a bit problem. (2005-08-18) http://python.org/sf/1262856 opened by Raise L. Sail
typo on "SimpleXMLRPCServer Objects" (2005-08-18) CLOSED http://python.org/sf/1263086 opened by Chad Whitacre
type() and isinstance() do not call getattribute (2005-08-19) http://python.org/sf/1263635 opened by Per Vognsen
IDLE on Mac (2005-08-18) http://python.org/sf/1263656 opened by Bruce Sherwood
PyArg_ParseTupleAndKeywords doesn't handle I format correctl (2005-08-19) CLOSED http://python.org/sf/1264168 opened by John Finlay
PEP 8 uses wrong raise syntax (2005-08-20) CLOSED http://python.org/sf/1264666 opened by Steven Bethard
sequence slicing documentation incomplete (2005-08-20) http://python.org/sf/1265100 opened by Steven Bethard
lexists() is not exported from os.path (2005-08-22) CLOSED http://python.org/sf/1266283 opened by Martin Blais
Mistakes in decimal.Context.subtract documentation (2005-08-22) http://python.org/sf/1266296 opened by Jim Sizelove
Bugs Closed
smtplib and email.py (2005-08-03) http://python.org/sf/1251528 closed by rhettinger
float('-inf') (2005-08-09) http://python.org/sf/1255395 closed by tjreedy
Make set.remove() behave more like Set.remove() (2005-08-12) http://python.org/sf/1257731 closed by rhettinger
gen_send_ex: Assertion `f->f_back ! (2005-08-12) http://python.org/sf/1257960 closed by pje
IOError after normal write (2005-08-04) http://python.org/sf/1252149 closed by tim_one
IOError after normal write (2005-08-04) http://python.org/sf/1252149 deleted by patrick_gerken
"it's" vs. "its" typo in Language Reference (2005-08-14) http://python.org/sf/1258922 closed by birkenfeld
hotshot.stats.load (2004-02-19) http://python.org/sf/900092 closed by bwarsaw
typo on "SimpleXMLRPCServer Objects" (2005-08-18) http://python.org/sf/1263086 closed by doerwalter
PyArg_ParseTupleAndKeywords doesn't handle I format correctl (2005-08-19) http://python.org/sf/1264168 closed by birkenfeld
PEP 8 uses wrong raise syntax (2005-08-20) http://python.org/sf/1264666 closed by goodger
list(obj) can swallow KeyboardInterrupt (2005-07-21) http://python.org/sf/1242657 closed by rhettinger
container methods raise KeyError not IndexError (2005-08-01) http://python.org/sf/1249837 closed by rhettinger
zip incorrectly and incompletely documented (2005-02-12) http://python.org/sf/1121416 closed by rhettinger
bz2 RuntimeError when decompressing file (2005-04-27) http://python.org/sf/1191043 closed by birkenfeld
lexists() is not exported from os.path (2005-08-22) http://python.org/sf/1266283 closed by birkenfeld
RFE Closed
md5 and sha1 modules should use openssl implementation (2004-06-30) http://python.org/sf/983069 closed by greg
- Previous message: [Python-Dev] Admin access using svn+ssh
- Next message: [Python-Dev] Revised PEP 349: Allow str() to return unicode strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]