[Python-Dev] Weekly Python Patch/Bug Summary

Kurt B. Kaiser kbk at shore.net
Thu Mar 2 06:28:24 CET 2006


Patch / Bug Summary
___________________

Patches :  382 open ( -3) /  3079 closed (+12) /  3461 total ( +9)
Bugs    :  880 open (+16) /  5624 closed ( +3) /  6504 total (+19)
RFE     :  211 open ( +0) /   201 closed ( +1) /   412 total ( +1)

New / Reopened Patches
______________________

PEP 357 --- adding nb_index  (2006-02-21)
       http://python.org/sf/1436368  opened by  Travis Oliphant

Test of PEP 357  (2006-02-21)
CLOSED http://python.org/sf/1436377  opened by  Travis Oliphant

Size of time_t changed to 64 bits in MSVC++ 2005 CRT  (2006-02-23)
       http://python.org/sf/1437769  opened by  Atul Varma

dict.getdefault() implementation  (2006-02-24)
CLOSED http://python.org/sf/1438113  opened by  Barry A. Warsaw

PEP 0328 (relative import) implementation  (2006-02-24)
CLOSED http://python.org/sf/1438387  opened by  Thomas Wouters

Patch for bug  1438185: os.renames deletes junction points  (2006-02-26)
       http://python.org/sf/1439312  opened by  Grant Olson

issue syntax warning for with becoming a keyword  (2006-02-27)
CLOSED http://python.org/sf/1439917  opened by  Neal Norwitz

Add col information to parse & ast nodes  (2006-02-28)
CLOSED http://python.org/sf/1440601  opened by  John Ehresman

asdl generation changes  (2006-02-28)
CLOSED http://python.org/sf/1440620  opened by  John Ehresman

Stop help() crashing with incorrect privileges  (2006-03-01)
       http://python.org/sf/1440660  opened by  splitscreen

Inconsistency in os' function naming  (2006-03-01)
       http://python.org/sf/1440928  opened by  Frederik 'Freso' S. Olesen

Updated Demo\parser\unpack.py  (2006-03-02)
       http://python.org/sf/1441452  opened by  John Ehresman

Patches Closed
______________

Implement PEP 357 for real  (2006-02-11)
       http://python.org/sf/1429591  deleted by  teoliphant

Test of PEP 357  (2006-02-21)
       http://python.org/sf/1436377  deleted by  teoliphant

add collections.defaultdict  (2006-02-17)
       http://python.org/sf/1433928  closed by  gvanrossum

dict.getdefault() implementation  (2006-02-24)
       http://python.org/sf/1438113  closed by  gvanrossum

PEP 0328 (relative import) implementation  (2006-02-24)
       http://python.org/sf/1438387  closed by  nnorwitz

PyThreadState_Delete doesnt' clean autoTLSkey  (2006-01-23)
       http://python.org/sf/1413181  closed by  tim_one

issue syntax warning for with becoming a keyword  (2006-02-27)
       http://python.org/sf/1439917  closed by  nnorwitz

PEP 343 with statement  (2006-02-21)
       http://python.org/sf/1435715  closed by  gvanrossum

Inline Lambda patch  (2006-02-18)
       http://python.org/sf/1434008  closed by  loewis

More easily extensible logging module  (2006-01-22)
       http://python.org/sf/1412054  closed by  vsajip

Add col information to parse & ast nodes  (2006-02-28)
       http://python.org/sf/1440601  closed by  loewis

asdl generation changes  (2006-02-28)
       http://python.org/sf/1440620  closed by  jpe

new-style exceptions  (2005-01-18)
       http://python.org/sf/1104669  closed by  bcannon

unknown locale: lt_LT (patch)  (2005-02-08)
       http://python.org/sf/1118341  closed by  nerijus

New / Reopened Bugs
___________________

urllib has trouble with Windows filenames  (2006-02-21)
       http://python.org/sf/1436428  opened by  Donovan Eastman

length of unicode string changes print behaviour  (2006-02-22)
       http://python.org/sf/1436532  opened by  James

urllib.py overwrite HTTPError code with 200  (2005-04-06)
       http://python.org/sf/1178141  reopened by  gbrandl

Problem parsing cmdline parameter quoted with a trailing \  (2006-02-22)
CLOSED http://python.org/sf/1436900  opened by  Wai Yip Tung

"continue" in .pdbrc has no effect  (2006-02-22)
       http://python.org/sf/1437051  opened by  Coolheads Consulting

can't send files via ftp on my MacOS X 10.3.9  (2006-02-23)
       http://python.org/sf/1437614  opened by  Li Quid

robotparser crashes if robots.txt contains non-ASCII  (2006-02-23)
       http://python.org/sf/1437699  opened by  osvenskan

Problems w/ expat 1.95.7 vs. Python 2.4  (2006-02-23)
       http://python.org/sf/1437785  opened by  Skip Montanaro

os.renames() crashes NTFS junctions  (2006-02-24)
       http://python.org/sf/1438185  opened by  Daniel Rohlfing

shutil.move raises OSError when copystat fails  (2006-02-25)
       http://python.org/sf/1438480  opened by  Joe Wreschnig

modules search in help() crashes on insufficient file perms  (2006-02-25)
       http://python.org/sf/1438537  opened by  A. Coder

test -e is not portable (Solaris 2.7)  (2006-02-27)
       http://python.org/sf/1439538  opened by  HÃ¥vard Tveite

file to store pickled object should be opened in binary mode  (2006-02-27)
       http://python.org/sf/1439659  opened by  Raghuram Devarakonda

email.Generator is not idempotent  (2006-02-28)
       http://python.org/sf/1440472  opened by  WonderClown

UnicodeWriter: "utf-8" hardcoded instead of self.encoding  (2006-03-01)
       http://python.org/sf/1440831  opened by  Rodrigo Daunoravicius

No simple example for pickle  (2006-03-01)
       http://python.org/sf/1441072  opened by  Kent Johnson

set update method description is incorrect  (2006-03-01)
       http://python.org/sf/1441264  opened by  Richard King

compiler module loses docstrings  (2006-03-02)
       http://python.org/sf/1441397  opened by  Michael Hudson

svn head compiler fails to spot extended slicing  (2006-03-02)
       http://python.org/sf/1441408  opened by  Michael Hudson

Bugs Closed
___________

Problem parsing cmdline parameter quoted with a trailing \  (2006-02-22)
       http://python.org/sf/1436900  closed by  gbrandl

Reading from a killed shell script with popen* under linux  (2005-05-03)
       http://python.org/sf/1194328  closed by  boukthor

exception cannot be new-style class  (2002-02-17)
       http://python.org/sf/518846  closed by  bcannon

Standard exceptions are hostile to Unicode  (2004-08-20)
       http://python.org/sf/1012952  closed by  bcannon

New / Reopened RFE
__________________

yday in datetime module  (2006-02-21)
       http://python.org/sf/1436346  opened by  Michael Toews

RFE Closed
__________

Extend pre-allocated integers to cover [0, 255]  (2006-02-21)
       http://python.org/sf/1436243  closed by  gbrandl



More information about the Python-Dev mailing list