[Python-Dev] Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Wed Feb 16 06:32:36 CET 2005


Patch / Bug Summary
___________________

Patches :  298 open (+14) /  2754 closed ( +6) /  3052 total (+20)
Bugs    :  823 open (+19) /  4829 closed (+17) /  5652 total (+36)
RFE     :  168 open ( +1) /   144 closed ( +2) /   312 total ( +3)

New / Reopened Patches
______________________

date.strptime and time.strptime as well  (2005-02-04)
       http://python.org/sf/1116362  opened by  Josh

NameError in cookielib domain check  (2005-02-04)
CLOSED http://python.org/sf/1116583  opened by  Chad Miller

Minor improvement on 1116583  (2005-02-06)
       http://python.org/sf/1117114  opened by  John J Lee

cookielib and cookies with special names  (2005-02-06)
       http://python.org/sf/1117339  opened by  John J Lee

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
       http://python.org/sf/1117398  opened by  John J Lee

cookielib.LWPCookieJar incorrectly loads value-less cookies  (2005-02-06)
       http://python.org/sf/1117454  opened by  John J Lee

urllib2 .getheaders attribute error  (2005-02-07)
       http://python.org/sf/1117588  opened by  Wummel

replace md5 impl. with one having a more free license  (2005-02-07)
CLOSED http://python.org/sf/1117961  opened by  Matthias Klose

unknown locale: lt_LT (patch)  (2005-02-08)
       http://python.org/sf/1118341  opened by  Nerijus Baliunas

Fix crash in xmlprase_GetInputContext in pyexpat.c  (2005-02-08)
       http://python.org/sf/1118602  opened by  Mathieu Fenniak

enable time + timedelta  (2005-02-08)
       http://python.org/sf/1118748  opened by  Josh

fix for a bug in Header.__unicode__()  (2005-02-09)
CLOSED http://python.org/sf/1119016  opened by  Björn Lindqvist

python -c readlink()s and stat()s '-c'  (2005-02-09)
       http://python.org/sf/1119423  opened by  Brian Foley

patches to compile for AIX 4.1.x  (2005-02-09)
       http://python.org/sf/1119626  opened by  Stuart D. Gathman

better datetime support for xmlrpclib  (2005-02-10)
       http://python.org/sf/1120353  opened by  Fred L. Drake, Jr.

ZipFile.open - read-only file-like obj for files in archive  (2005-02-11)
       http://python.org/sf/1121142  opened by  Alan McIntyre

Reference count bug fix  (2005-02-12)
       http://python.org/sf/1121234  opened by  Michiel de Hoon

sha and md5 modules should use OpenSSL when possible  (2005-02-12)
       http://python.org/sf/1121611  opened by  Gregory P. Smith

Python memory allocator: Free memory  (2005-02-15)
       http://python.org/sf/1123430  opened by  Evan Jones

Patches Closed
______________

Add SSL certificate validation  (2005-02-03)
       http://python.org/sf/1115631  closed by  noonian

NameError in cookielib domain check  (2005-02-04)
       http://python.org/sf/1116583  closed by  rhettinger

replace md5 impl. with one having a more free license  (2005-02-07)
       http://python.org/sf/1117961  closed by  loewis

fix for a bug in Header.__unicode__()  (2005-02-09)
       http://python.org/sf/1119016  closed by  sonderblade

time.tzset() not built on Solaris  (2005-01-04)
       http://python.org/sf/1096244  closed by  bcannon

OSATerminology extension fix  (2004-06-25)
       http://python.org/sf/979784  closed by  jackjansen

New / Reopened Bugs
___________________

xmlrpclib: wrong decoding in '_stringify'  (2005-02-04)
CLOSED http://python.org/sf/1115989  opened by  Dieter Maurer

Prefix search is filesystem-centric  (2005-02-04)
       http://python.org/sf/1116520  opened by  Steve Holden

Wrong match with regex, non-greedy problem  (2005-02-05)
CLOSED http://python.org/sf/1116571  opened by  rengel

Solaris 10 fails to compile complexobject.c  (2005-02-04)
       http://python.org/sf/1116722  opened by  Case Van Horsen

Dictionary Evaluation Issue  (2005-02-05)
       http://python.org/sf/1117048  opened by  WalterBrunswick

Typo in list.sort() documentation  (2005-02-06)
CLOSED http://python.org/sf/1117063  opened by  Viktor Ferenczi

sgmllib.SGMLParser  (2005-02-06)
CLOSED http://python.org/sf/1117302  opened by  Paul Birnie

SimpleHTTPServer and mimetypes: almost together  (2005-02-06)
       http://python.org/sf/1117556  opened by  Matthew L Daniel

os.path.exists returns false negatives in MAC environments.  (2005-02-07)
       http://python.org/sf/1117601  opened by  Stephen Bennett

profiler: Bad return and Bad call errors with exceptions  (2005-02-06)
       http://python.org/sf/1117670  opened by  Matthew Mueller

"in" operator bug ?  (2005-02-07)
CLOSED http://python.org/sf/1117757  opened by  Andrea Bolzonella

BSDDB openhash   (2005-02-07)
       http://python.org/sf/1117761  opened by  Andrea Bolzonella

lists coupled  (2005-02-07)
CLOSED http://python.org/sf/1118101  opened by  chopf

Error in representation of complex numbers(again)  (2005-02-09)
       http://python.org/sf/1118729  opened by  George Yoshida

builtin file() vanishes  (2005-02-08)
CLOSED http://python.org/sf/1118977  opened by  Barry Alan Scott

Docs for set() omit constructor  (2005-02-09)
CLOSED http://python.org/sf/1119282  opened by  Kent Johnson

curses.initscr - initscr exit w/o env(TERM) set  (2005-02-09)
       http://python.org/sf/1119331  opened by  Jacob Lilly

xrange() builtin accepts keyword arg silently  (2005-02-09)
       http://python.org/sf/1119418  opened by  Martin Blais

Python Programming FAQ should be updated for Python 2.4  (2005-02-09)
       http://python.org/sf/1119439  opened by  Michael Hoffman

ScrolledText allows Frame.bbox to hide Text.bbox  (2005-02-09)
       http://python.org/sf/1119673  opened by  Drew Perttula

list extend() accepts args besides lists  (2005-02-09)
CLOSED http://python.org/sf/1119700  opened by  Dan Everhart

Static library incompatible with nptl  (2005-02-10)
       http://python.org/sf/1119860  opened by  daniel

Static library incompatible with nptl  (2005-02-10)
CLOSED http://python.org/sf/1119866  opened by  daniel

Python 2.4.0 crashes with a segfault, EXAMPLE ATTACHED  (2005-02-11)
       http://python.org/sf/1120452  opened by  Viktor Ferenczi

bug in unichr() documentation  (2005-02-11)
       http://python.org/sf/1120777  opened by  Marko Kreen

Problem in join function definition  (2005-02-11)
CLOSED http://python.org/sf/1120862  opened by  yseb

file seek error  (2005-02-11)
CLOSED http://python.org/sf/1121152  opened by  Richard Lawhorn

Python24.dll crashes, EXAMPLE ATTACHED  (2005-02-12)
       http://python.org/sf/1121201  opened by  Viktor Ferenczi

zip incorrectly and incompletely documented  (2005-02-12)
       http://python.org/sf/1121416  opened by  Alan

Decorated functions are unpickleable  (2005-02-12)
CLOSED http://python.org/sf/1121475  opened by  S Joshua Swamidass

distutils.dir_utils not unicode compatible  (2005-02-12)
       http://python.org/sf/1121494  opened by  Morten Lied Johansen

subprocess example missing "stdout=PIPE"  (2005-02-12)
       http://python.org/sf/1121579  opened by  Monte Davidoff

SMTPHandler argument misdescribed  (2005-02-13)
       http://python.org/sf/1121875  opened by  Peter

marshal may crash on truncated input  (2005-02-14)
       http://python.org/sf/1122301  opened by  Fredrik Lundh

incorrect handle of declaration in markupbase   (2005-02-14)
       http://python.org/sf/1122916  opened by  Wai Yip Tung

Typo in Curses-Function doc  (2005-02-15)
       http://python.org/sf/1123268  opened by  Aaron C. Spike

test_peepholer failing on HEAD  (2005-02-15)
CLOSED http://python.org/sf/1123354  opened by  Tim Peters

add SHA256/384/512 to lib  (2005-02-16)
       http://python.org/sf/1123660  opened by  paul rubin

Bugs Closed
___________

xmlrpclib: wrong decoding in '_stringify'  (2005-02-04)
       http://python.org/sf/1115989  closed by  fdrake

Wrong match with regex, non-greedy problem  (2005-02-05)
       http://python.org/sf/1116571  closed by  effbot

Typo in list.sort() documentation  (2005-02-05)
       http://python.org/sf/1117063  closed by  rhettinger

sgmllib.SGMLParser  (2005-02-06)
       http://python.org/sf/1117302  closed by  effbot

PyThreadState_SetAsyncExc segfault  (2004-11-18)
       http://python.org/sf/1069160  closed by  gvanrossum

"in" operator bug ?  (2005-02-07)
       http://python.org/sf/1117757  closed by  tim_one

lists coupled  (2005-02-07)
       http://python.org/sf/1118101  closed by  tim_one

builtin file() vanishes  (2005-02-09)
       http://python.org/sf/1118977  closed by  loewis

Docs for set() omit constructor  (2005-02-09)
       http://python.org/sf/1119282  closed by  rhettinger

list extend() accepts args besides lists  (2005-02-09)
       http://python.org/sf/1119700  closed by  rhettinger

Static library incompatible with nptl  (2005-02-10)
       http://python.org/sf/1119866  closed by  ekloef

Problem in join function definition  (2005-02-11)
       http://python.org/sf/1120862  closed by  rhettinger

file seek error  (2005-02-11)
       http://python.org/sf/1121152  closed by  tim_one

Decorated functions are unpickleable  (2005-02-12)
       http://python.org/sf/1121475  closed by  bcannon

"Macintosh" references in the docs need to be checked.  (2005-01-04)
       http://python.org/sf/1095802  closed by  bcannon

RE '*.?' cores if len of found string exceeds 10000  (2004-10-26)
       http://python.org/sf/1054564  closed by  effbot

missing mappings in locale tables  (2002-10-09)
       http://python.org/sf/620739  closed by  effbot

test_peepholer failing on HEAD  (2005-02-15)
       http://python.org/sf/1123354  closed by  tim_one

New / Reopened RFE
__________________

urllib.urlopen should put the http-error-code in .info()  (2005-02-07)
       http://python.org/sf/1117751  opened by  Robert Kiendl

Option to force variables to be declared  (2005-02-14)
       http://python.org/sf/1122279  opened by  Zac Evans

Line Numbers  (2005-02-14)
       http://python.org/sf/1122532  opened by  Egon Frerich

RFE Closed
__________

commands.mkarg function should be public  (2001-12-04)
       http://python.org/sf/489106  closed by  donut

Missing socketpair() function.  (2002-06-12)
       http://python.org/sf/567969  closed by  grahamh



More information about the Python-Dev mailing list