[Python-Dev] Weekly Python Bug/Patch Summary

Kurt B. Kaiser kbk at shore.net
Tue Apr 20 15:39:37 EDT 2004


Patch / Bug Summary
___________________

Patches :  265 open (+14) /  2365 closed ( +1) /  2630 total (+15)
Bugs    :  752 open (+14) /  3983 closed (+11) /  4735 total (+25)
RFE     :  134 open ( +2) /   124 closed ( +0) /   258 total ( +2)

New / Reopened Patches
______________________

prefix and exec_prefix as root dir bug  (2004-04-08)
       http://python.org/sf/931938  opened by  Daniel Goertzen 

Implementation for PEP 318 ([as classmethod] version)  (2004-04-08)
       http://python.org/sf/932100  opened by  Mark Russell 

Error caused by patch #852334  (2004-04-10)
       http://python.org/sf/932796  opened by  George Yoshida 

doctest: suggest the use of rawstrings for backslashes  (2004-04-10)
       http://python.org/sf/932930  opened by  Edward Loper 

doctest: Add Tester params to DocTestSuite  (2004-04-10)
       http://python.org/sf/932932  opened by  Edward Loper 

doctest: add an option to end examples w/ dedent  (2004-04-10)
       http://python.org/sf/932933  opened by  Edward Loper 

doctest: allow custom matchers for testing if got==want  (2004-04-10)
       http://python.org/sf/932935  opened by  Edward Loper 

doctest: add a special (dedented) marker for blank lines  (2004-04-11)
       http://python.org/sf/933238  opened by  Edward Loper 

help on re-exported names (bug 925628)  (2004-04-13)
       http://python.org/sf/934356  opened by  Jim Jewett 

platform-specific entropy  (2004-04-13)
       http://python.org/sf/934711  opened by  Trevor Perrin 

trace.py and CR at EOL  (2004-04-14)
CLOSED http://python.org/sf/934971  opened by  Felix Wiemann 

sha256 module  (2004-04-14)
       http://python.org/sf/935454  opened by  Trevor Perrin 

CodeContext - an extension to show you where you are  (2004-04-16)
       http://python.org/sf/936169  opened by  Noam Raphael 

pydoc data descriptor unification  (2004-04-17)
       http://python.org/sf/936774  opened by  John Belmonte 

fast modular exponentiation  (2004-04-17)
       http://python.org/sf/936813  opened by  Trevor Perrin 

Patches Closed
______________

trace.py and CR at EOL  (2004-04-14)
       http://python.org/sf/934971  closed by  montanaro

New / Reopened Bugs
___________________

re seems broken on 64-bit machines/linux  (2004-04-08)
       http://python.org/sf/931848  opened by  Mihai Ibanescu 

Segfault in object_reduce_ex  (2004-04-08)
       http://python.org/sf/931877  opened by  Tim Peters 

f.flush() fails on FreeBSD 5.2  (2004-04-08)
CLOSED http://python.org/sf/931902  opened by  Radim Kolar 

logging: need a way to discard Logger objects  (2004-04-09)
       http://python.org/sf/932563  opened by  Fred L. Drake, Jr. 

#!/usr/bin/python can find wrong python  (2004-04-10)
       http://python.org/sf/932977  opened by  Jack Jansen 

Different behaviour using super() and explicit base class.  (2004-04-10)
       http://python.org/sf/933068  opened by  Lawrence Allan Jones 

pty.fork() leaves slave fd's open on Solaris  (2004-04-12)
       http://python.org/sf/933670  opened by  Scott Lowrey 

configure not able to find ncurses/curses in Solaris   (2004-04-12)
       http://python.org/sf/933795  opened by  stefanparvu 

pydoc.stripid doesn't strip ID  (2004-04-13)
       http://python.org/sf/934282  opened by  Jim Jewett 

nametowidget throws TypeError for Tcl_Objs  (2004-04-13)
       http://python.org/sf/934418  opened by  Greg Couch 

configure fails at getaddrinfo() check on KAME  (2004-04-14)
CLOSED http://python.org/sf/934635  opened by  suz at kame.net 

Strange behavior with '08' and '09'  (2004-04-14)
CLOSED http://python.org/sf/934989  opened by  Pascal 

bdist_winist post-install script fails on non-admin Python  (2004-04-14)
       http://python.org/sf/935091  opened by  David R. Handy 

pkgutil doesn't understand case-senseless filesystems  (2004-04-14)
       http://python.org/sf/935117  opened by  Fred L. Drake, Jr. 

locale dependency of string methods undocumented  (2004-04-16)
       http://python.org/sf/935749  opened by  George Yoshida 

Tix not usable on windows  (2004-04-15)
CLOSED http://python.org/sf/935836  opened by  David Stoner 

os.nullfilename  (2004-04-16)
       http://python.org/sf/935915  opened by  John Belmonte 

XMLFilterBase has bogus startElementNS  (2004-04-17)
       http://python.org/sf/936637  opened by  Magnus Lie Hetland 

PyNumber_And() 's description  (2004-04-17)
CLOSED http://python.org/sf/936827  opened by  [N/A] 

PyNumber_InPlaceDivide()'s description  (2004-04-17)
       http://python.org/sf/936837  opened by  [N/A] 

Py_FilesystemDefaultEncoding leaks  (2004-04-17)
       http://python.org/sf/936915  opened by  Laszlo Toth 

Random.choice doesn't work with sets.  (2004-04-17)
       http://python.org/sf/936988  opened by  Jeremy Fincher 

configure ignores --without-pth  (2004-04-17)
CLOSED http://python.org/sf/937043  opened by  Thomas Linden 

cannot find or replace umlauts  (2004-04-18)
CLOSED http://python.org/sf/937263  opened by  Tünde Kriegl 

minidom.py writes TEXT_NODE wrong  (2004-04-18)
       http://python.org/sf/937282  opened by  Bernd Preusing 

Slicing changes item-attributes of an instance of a UserList  (2004-04-19)
       http://python.org/sf/937700  opened by  Hans Flori 

XMLGenerator ignores encoding in output  (2004-04-19)
       http://python.org/sf/938076  opened by  Magnus Lie Hetland 

Bugs Closed
___________

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

f.flush() fails on FreeBSD 5.2  (2004-04-08)
       http://python.org/sf/931902  closed by  loewis

Make popen raise an exception if cmd doesn't exist  (2004-01-12)
       http://python.org/sf/875471  closed by  nidoizo

configure fails at getaddrinfo() check on KAME  (2004-04-14)
       http://python.org/sf/934635  closed by  perky

Strange behavior with '08' and '09'  (2004-04-14)
       http://python.org/sf/934989  closed by  sjoerd

Tix not usable on windows  (2004-04-15)
       http://python.org/sf/935836  closed by  loewis

Malformed HTML in the FAQ Wizard  (2003-07-27)
       http://python.org/sf/778558  closed by  montanaro

csv.DictReader parms inconsistent with docs  (2003-08-21)
       http://python.org/sf/792558  closed by  montanaro

PyNumber_And() 's description  (2004-04-17)
       http://python.org/sf/936827  closed by  rhettinger

configure ignores --without-pth  (2004-04-17)
       http://python.org/sf/937043  closed by  zarahg

unicodeobjct: bad argument to internal function  (2004-03-27)
       http://python.org/sf/924361  closed by  loewis

cannot find or replace umlauts  (2004-04-18)
       http://python.org/sf/937263  closed by  doerwalter

New / Reopened RFE
__________________

Py_INCREF/DECREF available as macros only  (2004-04-19)
       http://python.org/sf/938302  opened by  Bob Ippolito 




More information about the Python-Dev mailing list