[Python-Dev] Weekly Python Bug/Patch Summary

Kurt B. Kaiser kbk at shore.net
Wed Apr 7 21:00:13 EDT 2004


Patch / Bug Summary
___________________

Patches :  251 open ( +8) /  2364 closed ( +2) /  2615 total (+10)
Bugs    :  738 open ( +2) /  3972 closed (+12) /  4710 total (+14)
RFE     :  132 open ( +2) /   124 closed ( +0) /   256 total ( +2)

New / Reopened Patches
______________________

Port tests to unittest (Part 2)  (2003-05-13)
       http://python.org/sf/736962  reopened by  doerwalter

PEP 309 unit tests  (2004-04-07)
       http://python.org/sf/931010  opened by  Peter Harris 

struct.pack() on 64bit architectures  (2004-03-30)
       http://python.org/sf/925932  opened by  Aleksander Piotrowski 

Patch to setup.py to run on x86_64 Linux  (2004-03-30)
       http://python.org/sf/926209  opened by  Christopher Petrilli 

unichr(wide) error on ucs2 build  (2004-03-31)
CLOSED http://python.org/sf/926375  opened by  Hye-Shik Chang 

Implementation for PEP 318 (Guido's version)  (2004-03-31)
       http://python.org/sf/926860  opened by  Guido van Rossum 

Option to propagate errors from pkgutil  (2004-03-31)
       http://python.org/sf/927232  opened by  Jp Calderone 

Improvements to Bluetooth support  (2004-04-04)
       http://python.org/sf/929192  opened by  Paul Clifford 

Remove ROT_FOUR  (2004-04-04)
       http://python.org/sf/929502  opened by  Michael Chermside 

PEP 309 reference implementation  (2004-04-07)
       http://python.org/sf/931005  opened by  Peter Harris 

PEP 309 LaTeX documentation  (2004-04-07)
       http://python.org/sf/931007  opened by  Peter Harris 

Patches Closed
______________

unichr(wide) error on ucs2 build  (2004-03-31)
       http://python.org/sf/926375  closed by  perky

Updates to the Misc/RPM spec file.  (2004-03-27)
       http://python.org/sf/924497  closed by  loewis

bugfix for [Bugs-850964](optparse)  (2003-12-01)
       http://python.org/sf/851902  closed by  fdrake

New / Reopened Bugs
___________________

re.sub on u'' gives NON-unicode ''  (2004-03-30)
       http://python.org/sf/926075  opened by  Alex Martelli 

pdb sometimes sets breakpoints in the wrong location  (2004-03-30)
       http://python.org/sf/926369  opened by  Ilya Sandler 

socket timeouts + Ctrl-C don't play nice  (2004-03-30)
       http://python.org/sf/926423  opened by  David M. Cooke 

OEM codepage chars in mbcs filenames are misinterpreted  (2004-03-30)
CLOSED http://python.org/sf/926427  opened by  Mike Brown 

(ref-manual) position docstrings in source not documented  (2004-03-31)
       http://python.org/sf/926501  opened by  a.hofkamp 

pdb sometimes sets breakpoints in the wrong location  (2004-03-31)
CLOSED http://python.org/sf/926807  opened by  Ilya Sandler 

Overenthusiastic check in Swap?  (2004-03-31)
       http://python.org/sf/926910  opened by  benson margulies 

Python segfaults when freeing "deep" objects  (2004-03-31)
       http://python.org/sf/927248  opened by  Jp Calderone 

platform.libc_ver() fails on Cygwin  (2004-04-02)
       http://python.org/sf/928297  opened by  George Yoshida 

Python interpreter stalled on _PyPclose.WaitForSingleObject  (2004-04-02)
       http://python.org/sf/928332  opened by  Popov 

Typo in 7.2.1: socket.connect_ex  (2004-04-02)
CLOSED http://python.org/sf/928751  opened by  PieOnCar 

Default encoding harmful  (2004-04-03)
CLOSED http://python.org/sf/928881  opened by  Toni Goeller 

many os.path functions bahave inconsistently  (2004-04-04)
       http://python.org/sf/929316  opened by  Simon Percivall 

Python 2.3.3: socketmodule doesn't build on UnixWare 7.1.3  (2004-04-05)
       http://python.org/sf/929689  opened by  Larry Rosenman 

os.path.realpath can't handle symlink loops  (2004-04-05)
       http://python.org/sf/930024  opened by  A.M. Kuchling 

RecenFilesList mysteriously containing str with NULL bytes  (2004-04-07)
       http://python.org/sf/931336  opened by  Gustavo Tabares 

Bugs Closed
___________

sdist ignores scripts argument in setup  (2003-08-27)
       http://python.org/sf/796042  closed by  fdrake

urllib.urlencode doesn't work for output from cgi.parse_qs  (2003-10-30)
       http://python.org/sf/833405  closed by  myers_carpenter

Python.h must be included first  (2003-11-06)
       http://python.org/sf/837228  closed by  fdrake

OEM codepage chars in mbcs filenames can be misinterpreted  (2004-03-31)
       http://python.org/sf/926427  closed by  loewis

pdb sometimes sets breakpoints in the wrong location  (2004-03-31)
       http://python.org/sf/926807  closed by  isandler

os.py uses #' - undocumented magic?  (2004-03-29)
       http://python.org/sf/925500  closed by  montanaro

Wrong reference for specific minidom methods  (2003-10-29)
       http://python.org/sf/832251  closed by  fdrake

urlopen object's read() doesn't read to EOF  (2003-04-21)
       http://python.org/sf/725265  closed by  fdrake

Section 13.1 HTMLParser documentation error  (2003-08-23)
       http://python.org/sf/793702  closed by  fdrake

optparse: OptionParser.__init__'s "prog" argument ignored  (2003-11-28)
       http://python.org/sf/850964  closed by  fdrake

Typo in 7.2.1: socket.connect_ex  (2004-04-03)
       http://python.org/sf/928751  closed by  nnorwitz

Default encoding harmful  (2004-04-03)
       http://python.org/sf/928881  closed by  lemburg

segmentation fault  (2004-03-03)
       http://python.org/sf/909295  closed by  tim_one

New / Reopened RFE
__________________

"with self:" statement  (2004-04-01)
       http://python.org/sf/927543  opened by  Thomas Dunne 




More information about the Python-Dev mailing list