[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)

Kurt B. Kaiser kbk at shore.net
Sun Jan 16 20:24:37 CET 2005


Patch / Bug Summary


Patches : 272 open ( +5) / 2737 closed (+10) / 3009 total (+15) Bugs : 793 open ( -5) / 4777 closed (+29) / 5570 total (+24) RFE : 165 open ( +0) / 141 closed ( +1) / 306 total ( +1)

New / Reopened Patches


Enhance tracebacks and stack traces with vars (2005-01-08) http://python.org/sf/1098732 opened by Skip Montanaro

Single-line option to pygettext.py (2005-01-09) http://python.org/sf/1098749 opened by Martin Blais

improved smtp connect debugging (2005-01-11) CLOSED http://python.org/sf/1100140 opened by Wummel

Log gc times when DEBUG_STATS set (2005-01-11) http://python.org/sf/1100294 opened by Skip Montanaro

deepcopying listlike and dictlike objects (2005-01-12) http://python.org/sf/1100562 opened by Björn Lindqvist

ast-branch: fix for coredump from new import grammar (2005-01-11) http://python.org/sf/1100563 opened by logistix

datetime.strptime constructor added (2005-01-12) http://python.org/sf/1100942 opened by Josh

Feed style codec API (2005-01-12) http://python.org/sf/1101097 opened by Walter Dörwald

Patch for potential buffer overrun in tokenizer.c (2005-01-13) http://python.org/sf/1101726 opened by Greg Chapman

ast-branch: hacks so asdl_c.py generates compilable code (2005-01-14) http://python.org/sf/1102710 opened by logistix

Fix for 926423: socket timeouts + Ctrl-C don't play nice (2005-01-15) http://python.org/sf/1102879 opened by Irmen de Jong

Boxing up PyDECREF correctly (2005-01-15) CLOSED http://python.org/sf/1103046 opened by Norbert Nemec

AF_NETLINK sockets basic support (2005-01-15) http://python.org/sf/1103116 opened by Philippe Biondi

Adding the missing socket.recvall() method (2005-01-16) http://python.org/sf/1103213 opened by Irmen de Jong

tarfile.py: fix for bug #1100429 (2005-01-16) http://python.org/sf/1103407 opened by Lars Gustäbel

Patches Closed


pydoc data descriptor unification (2004-04-17) http://python.org/sf/936774 closed by jlgijsbers

xml.dom missing API docs (bugs 1010196, 1013525) (2004-10-21) http://python.org/sf/1051321 closed by jlgijsbers

Fix for bug 1017546 (2004-08-27) http://python.org/sf/1017550 closed by jlgijsbers

fixes urllib2 digest to allow arbitrary methods (2005-01-04) http://python.org/sf/1095362 closed by jlgijsbers

Bug fix 548176: urlparse('http://foo?blah') errs (2003-03-30) http://python.org/sf/712317 closed by jlgijsbers

bug fix 702858: deepcopying reflexive objects (2003-03-22) http://python.org/sf/707900 closed by jlgijsbers

minor codeop fixes (2003-05-15) http://python.org/sf/737999 closed by jlgijsbers

SimpleHTTPServer reports wrong content-length for text files (2003-11-10) http://python.org/sf/839496 closed by jlgijsbers

improved smtp connect debugging (2005-01-11) http://python.org/sf/1100140 closed by jlgijsbers

Boxing up PyDECREF correctly (2005-01-15) http://python.org/sf/1103046 closed by rhettinger

New / Reopened Bugs


socket.setdefaulttimeout() breaks smtplib.starttls() (2005-01-08) http://python.org/sf/1098618 opened by Matthew Cowles

set objects cannot be marshalled (2005-01-09) CLOSED http://python.org/sf/1098985 opened by Gregory H. Ball

codec readline() splits lines apart (2005-01-09) CLOSED http://python.org/sf/1098990 opened by Irmen de Jong

Optik OptionParse important undocumented option (2005-01-10) http://python.org/sf/1099324 opened by ncouture

refman doesn't know about universal newlines (2005-01-10) http://python.org/sf/1099363 opened by Jack Jansen

raw_input() displays wrong unicode prompt (2005-01-10) http://python.org/sf/1099364 opened by Petr Prikryl

tempfile files not types.FileType (2005-01-10) CLOSED http://python.org/sf/1099516 opened by Frans van Nieuwenhoven

copy.deepcopy barfs when copying a class derived from dict (2005-01-10) http://python.org/sf/1099746 opened by Doug Winter

Cross-site scripting on BaseHTTPServer (2005-01-11) http://python.org/sf/1100201 opened by Paul Johnston

Scripts started with CGIHTTPServer: missing cgi environment (2005-01-11) http://python.org/sf/1100235 opened by pacote

Frame does not receive configure event on move (2005-01-11) http://python.org/sf/1100366 opened by Anand Kameswaran

Wrong "type()" syntax in docs (2005-01-11) http://python.org/sf/1100368 opened by Facundo Batista

TarFile iteration can break (on Windows) if file has links (2005-01-11) http://python.org/sf/1100429 opened by Greg Chapman

Python Interpreter shell is crashed (2005-01-12) http://python.org/sf/1100673 opened by abhishek

test_fcntl fails on netbsd2 (2005-01-12) http://python.org/sf/1101233 opened by Mike Howard

test_shutil fails on NetBSD 2.0 (2005-01-12) CLOSED http://python.org/sf/1101236 opened by Mike Howard

dict subclass breaks cPickle noload() (2005-01-13) http://python.org/sf/1101399 opened by Neil Schemenauer

popen3 on windows loses environment variables (2005-01-13) http://python.org/sf/1101667 opened by June Kim

popen4/cygwin ssh hangs (2005-01-13) http://python.org/sf/1101756 opened by Ph.E

% operator bug (2005-01-14) CLOSED http://python.org/sf/1102141 opened by ChrisF

rfc822 Deprecated since release 2.3? (2005-01-14) http://python.org/sf/1102469 opened by Wai Yip Tung

pickle files should be opened in binary mode (2005-01-15) http://python.org/sf/1102649 opened by John Machin

Incorrect RFC 2231 decoding (2005-01-15) http://python.org/sf/1102973 opened by Barry A. Warsaw

raw_input problem with readline and UTF8 (2005-01-15) http://python.org/sf/1103023 opened by Casey Crabb

send/recv SEGMENT_SIZE should be used more in socketmodule (2005-01-16) http://python.org/sf/1103350 opened by Irmen de Jong

Bugs Closed


typo in "Python Tutorial": 1. Whetting your appetite (2005-01-08) http://python.org/sf/1098497 closed by jlgijsbers

xml.dom documentation omits hasAttribute, hasAttributeNS (2004-08-16) http://python.org/sf/1010196 closed by jlgijsbers

xml.dom documentation omits createDocument, ...DocumentType (2004-08-21) http://python.org/sf/1013525 closed by jlgijsbers

Documentation of DOMImplmentation lacking (2004-07-15) http://python.org/sf/991805 closed by jlgijsbers

wrong documentation for popen2 (2004-01-29) http://python.org/sf/886619 closed by jlgijsbers

test_inspect.py fails to clean up upon failure (2004-08-27) http://python.org/sf/1017546 closed by jlgijsbers

weird/buggy inspect.getsource behavious (2003-07-11) http://python.org/sf/769569 closed by jlgijsbers

SimpleHTTPServer sends wrong Content-Length header (2005-01-07) http://python.org/sf/1097597 closed by jlgijsbers

urllib2: improper capitalization of headers (2004-07-19) http://python.org/sf/994101 closed by jlgijsbers

urlparse doesn't handle host?bla (2002-04-24) http://python.org/sf/548176 closed by jlgijsbers

set objects cannot be marshalled (2005-01-09) http://python.org/sf/1098985 closed by rhettinger

codec readline() splits lines apart (2005-01-09) http://python.org/sf/1098990 closed by doerwalter

tempfile files not types.FileType (2005-01-10) http://python.org/sf/1099516 closed by rhettinger

for lin in file: file.tell() tells wrong (2002-11-29) http://python.org/sf/645594 closed by facundobatista

Py_Main() does not perform to spec (2003-01-21) http://python.org/sf/672035 closed by facundobatista

Incorrect permissions set in lib-dynload. (2003-02-04) http://python.org/sf/680379 closed by facundobatista

Apple-installed Python fails to build extensions (2005-01-04) http://python.org/sf/1095822 closed by jackjansen

test_shutil fails on NetBSD 2.0 (2005-01-12) http://python.org/sf/1101236 closed by jlgijsbers

CSV reader does not parse Mac line endings (2003-08-16) http://python.org/sf/789519 closed by andrewmcnamara

Bugs in _csv module - lineterminator (2004-11-24) http://python.org/sf/1072404 closed by andrewmcnamara

% operator bug (2005-01-14) http://python.org/sf/1102141 closed by rhettinger

test_atexit fails in directories with spaces (2003-03-18) http://python.org/sf/705792 closed by facundobatista

SEEK_{SET,CUR,END} missing in 2.2.2 (2003-03-29) http://python.org/sf/711830 closed by loewis

CGIHTTPServer cannot manage cgi in sub directories (2003-07-28) http://python.org/sf/778804 closed by facundobatista

double symlinking corrupts sys.path[0] (2003-08-24) http://python.org/sf/794291 closed by facundobatista

popen3 under threads reports different stderr results (2003-12-09) http://python.org/sf/856706 closed by facundobatista

Signals discard one level of exception handling (2003-07-15) http://python.org/sf/771429 closed by facundobatista

build does not respect --prefix (2002-10-27) http://python.org/sf/629345 closed by facundobatista

urllib2 proxyhandle won't work. (2001-11-30) http://python.org/sf/487471 closed by facundobatista

RFE Closed


popen does not like filenames with spaces (2003-07-20) http://python.org/sf/774546 closed by rhettinger



More information about the Python-Dev mailing list