[Python-Dev] Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Sat Oct 8 06:34:33 CEST 2005


Patch / Bug Summary
___________________

Patches :  341 open ( +4) /  2953 closed ( +6) /  3294 total (+10)
Bugs    :  884 open (-28) /  5321 closed (+43) /  6205 total (+15)
RFE     :  196 open ( +1) /   187 closed ( +0) /   383 total ( +1)

New / Reopened Patches
______________________

Make fcntl work properly on AMD64  (2005-09-30)
       http://python.org/sf/1309352  opened by  Brad Hards

A wait4() implementation  (2005-09-30)
       http://python.org/sf/1309579  opened by  chads

httplib error handling and HTTP/0.9 fix  (2005-10-04)
       http://python.org/sf/1312980  opened by  Yusuke Shinyama

Speedup PyUnicode_DecodeCharmap  (2005-10-05)
       http://python.org/sf/1313939  opened by  Walter Dörwald

os.makedirs - robust against partial path  (2005-10-05)
       http://python.org/sf/1314067  opened by  Jim Jewett

ensure lock is released if exception is raised  (2005-10-06)
       http://python.org/sf/1314396  opened by  Eric Blossom

ToolTip.py: fix main() function  (2005-10-06)
       http://python.org/sf/1315161  opened by  sebastien blanchet

Py_INCREF/Py_DECREF with magic constant demo  (2005-10-07)
       http://python.org/sf/1316653  opened by  Adam Olsen

Patches Closed
______________

pyexpat.c: Two line fix for decoding crash  (2005-09-29)
       http://python.org/sf/1309009  closed by  nnorwitz

patch IDLE to allow running anonymous code in editor window  (2005-05-13)
       http://python.org/sf/1201522  closed by  kbk

BSD-style wait4 implementation  (2004-07-29)
       http://python.org/sf/1000267  closed by  nnorwitz

Patch for (Doc) bug #1219273  (2005-06-25)
       http://python.org/sf/1227568  closed by  nnorwitz

Greatly enhanced webbrowser.py  (2003-06-13)
       http://python.org/sf/754022  closed by  birkenfeld

Patch for [ 1163563 ] Sub threads execute in restricted mode  (05/17/05)
       http://python.org/sf/1203393  closed by  sf-robot

New / Reopened Bugs
___________________

linechache module returns wrong results  (2005-09-30)
       http://python.org/sf/1309567  opened by  Thomas Heller

2.4.2 make problems  (2005-10-03)
       http://python.org/sf/1311579  opened by  Paul Mothersdill

broken link in sets page  (2005-10-03)
CLOSED http://python.org/sf/1311674  opened by  Fernando Canizo

python.exe 2.4.2 compiled with VS2005 crashes  (2005-10-03)
       http://python.org/sf/1311784  opened by  Peter Klotz

Python breakdown in windows (uses apsw)  (2005-10-03)
CLOSED http://python.org/sf/1311993  opened by  Benjamin Hinrichs

mac_roman codec missing "apple" codepoint  (2005-10-04)
       http://python.org/sf/1313051  opened by  Tony Nelson

urlparse "caches" parses regardless of encoding  (2005-10-04)
       http://python.org/sf/1313119  opened by  Ken Kinder

bisect C replacement doesn't accept named args  (2005-10-04)
CLOSED http://python.org/sf/1313496  opened by  Drew Perttula

Compile fails for configure "--without-threads"  (2005-10-05)
CLOSED http://python.org/sf/1313974  opened by  seidl

Issue in unicode args in logging   (2005-10-05)
CLOSED http://python.org/sf/1314107  reopened by  tungwaiyip

Issue in unicode args in logging   (2005-10-05)
CLOSED http://python.org/sf/1314107  opened by  Wai Yip Tung

crash in longobject (invalid memory access)  (2005-10-05)
CLOSED http://python.org/sf/1314182  opened by  Jon Nelson

logging run into deadlock in some error handling situation  (2005-10-05)
CLOSED http://python.org/sf/1314519  opened by  Wai Yip Tung

Trailing slash redirection for SimpleHTTPServer  (2005-10-05)
       http://python.org/sf/1314572  opened by  Josiah Carlson

inspect.getsourcelines() broken  (2005-10-07)
       http://python.org/sf/1315961  opened by  Walter Dörwald

gzip.GzipFile.seek missing second argument  (2005-10-07)
       http://python.org/sf/1316069  opened by  Neil Schemenauer

Segmentation fault with invalid "coding"  (2005-10-07)
       http://python.org/sf/1316162  opened by  Humberto Diógenes

Bugs Closed
___________

Datagram Socket Timeouts  (2005-09-29)
       http://python.org/sf/1308042  closed by  nnorwitz

Unsatisfied symbols: _PyGILState_NoteThreadState (code)  (2005-09-29)
       http://python.org/sf/1307978  closed by  mwh

subprocess.Popen locks on Cygwin  (2005-09-29)
       http://python.org/sf/1307798  closed by  jlt63

test_posix fails on cygwin  (2005-04-10)
       http://python.org/sf/1180147  closed by  jlt63

can't import thru cygwin symlink  (2005-04-08)
       http://python.org/sf/1179412  closed by  jlt63

popen4/cygwin ssh hangs  (2005-01-13)
       http://python.org/sf/1101756  closed by  jlt63

2.3.3 tests on cygwin  (2003-12-22)
       http://python.org/sf/864374  closed by  jlt63

Datagram Socket Timeouts  (2005-09-28)
       http://python.org/sf/1307357  closed by  nnorwitz

log() on a big number fails on powerpc64  (2005-07-26)
       http://python.org/sf/1245381  closed by  nnorwitz

__getnewargs__ is in pickle docs but not in code  (2005-09-30)
       http://python.org/sf/1309724  closed by  nnorwitz

Win registry problem  (2005-07-15)
       http://python.org/sf/1239120  closed by  birkenfeld

unknown encoding -> MemoryError  (2003-07-17)
       http://python.org/sf/772896  closed by  nnorwitz

'Expression' AST Node not documented  (2005-06-12)
       http://python.org/sf/1219273  closed by  nnorwitz

segfault if redirecting directory  (2004-01-30)
       http://python.org/sf/887946  closed by  nnorwitz

Acroread aborts printing PDF documentation  (2004-05-30)
       http://python.org/sf/963321  closed by  hgolden

Python hangs up on I/O operations on the latest FreeBSD 4.10  (2004-06-09)
       http://python.org/sf/969492  closed by  birkenfeld

empty raise after handled exception  (2004-06-15)
       http://python.org/sf/973103  closed by  nnorwitz

Unhelpful error message when mtime of a module is -1  (2004-06-21)
       http://python.org/sf/976608  closed by  nnorwitz

compile of code with incorrect encoding yields MemoryError  (2004-06-25)
       http://python.org/sf/979739  closed by  nnorwitz

os.access reports true for read-only directories  (2004-07-15)
       http://python.org/sf/991735  closed by  nnorwitz

seg fault when calling bsddb.hashopen()  (2004-07-19)
       http://python.org/sf/994100  closed by  montanaro

os.major() os.minor() example and description change  (2004-08-12)
       http://python.org/sf/1008310  closed by  nnorwitz

test_pep277 fails  (2004-09-16)
       http://python.org/sf/1029561  closed by  nnorwitz

broken link in sets page  (2005-10-03)
       http://python.org/sf/1311674  closed by  fdrake

Python breakdown in windows (uses apsw)  (2005-10-03)
       http://python.org/sf/1311993  closed by  birkenfeld

Missing sk_SK in windows_locale  (2005-07-13)
       http://python.org/sf/1237015  deleted by  luks

bisect C replacement doesn't accept named args  (2005-10-05)
       http://python.org/sf/1313496  closed by  rhettinger

Compile fails for configure "--without-threads"  (2005-10-06)
       http://python.org/sf/1313974  closed by  perky

Issue in unicode args in logging   (2005-10-05)
       http://python.org/sf/1314107  closed by  vsajip

Issue in unicode args in logging   (2005-10-05)
       http://python.org/sf/1314107  closed by  vsajip

crash in longobject (invalid memory access)  (2005-10-05)
       http://python.org/sf/1314182  closed by  tim_one

logging run into deadlock in some error handling situation  (2005-10-06)
       http://python.org/sf/1314519  closed by  vsajip

A command history for the idle interactive shell  (2005-09-23)
       http://python.org/sf/1302267  closed by  kbk

New / Reopened RFE
__________________

Add os.path.relpath  (2005-09-30)
       http://python.org/sf/1309676  opened by  Reinhold Birkenfeld



More information about the Python-Dev mailing list