[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri Jun 27 18:06:27 CEST 2008


ACTIVITY SUMMARY (06/20/08 - 06/27/08) Python tracker at http://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message.

1933 open (+40) / 13106 closed (+25) / 15039 total (+65)

Open issues with patches: 600

Average duration of open issues: 707 days. Median duration of open issues: 1532 days.

Open Issues Breakdown open 1908 (+39) pending 25 ( +1)

Issues Created Or Reopened (69)


Move Demo/classes/Rat.py to Lib/fractions.py and fix it up. 06/25/08 http://bugs.python.org/issue1682 reopened marketdickinson
patch

pickling of large recursive structures crashes cPickle 06/25/08 http://bugs.python.org/issue2702 reopened facundobatista
patch

Let bin/oct/hex show floats 06/25/08 http://bugs.python.org/issue3008 reopened rhettinger
patch

ast module docs document private attribute 06/20/08 CLOSED http://bugs.python.org/issue3152 created brett.cannon
easy, 26backport

sqlite leaks on error 06/20/08 http://bugs.python.org/issue3153 created Rhamphoryncus

"Quick search" box renders too long on FireFox 3 06/20/08 http://bugs.python.org/issue3154 created tebeka

Python should expose a pthread_cond_timedwait API for threading 06/20/08 http://bugs.python.org/issue3155 created gregory.p.smith

bytes type has inconsistent methods (append, insert) 06/20/08 http://bugs.python.org/issue3156 created akuchling
patch

sqlite3 minor documentation issues 06/21/08 CLOSED http://bugs.python.org/issue3157 created slewis

Doctest fails to find doctests in extension modules 06/21/08 http://bugs.python.org/issue3158 created fer_perez

glob.py improvements 06/21/08 http://bugs.python.org/issue3159 created Indy
patch

Building a Win32 binary installer crashes 06/21/08 http://bugs.python.org/issue3160 created complex

Missing import for sys in _abcoll 06/21/08 CLOSED http://bugs.python.org/issue3161 created hodgestar
patch

ssl.SSLSocket implements methods that are overriden by socket.so 06/21/08 http://bugs.python.org/issue3162 created hodgestar

module struct support for ssize_t and size_t 06/21/08 http://bugs.python.org/issue3163 created MrJean1
patch

cPickle calls to save_string and save_unicode with unicode objec 06/21/08 CLOSED http://bugs.python.org/issue3164 created cuerty
patch

cPickle recursion problem 06/21/08 CLOSED http://bugs.python.org/issue3165 created cuerty
patch

Make conversions from long to float correctly rounded. 06/21/08 http://bugs.python.org/issue3166 created marketdickinson
patch

math test fails on Solaris 10 06/21/08 http://bugs.python.org/issue3167 created MrJean1

cmath test fails on Solaris 10 06/21/08 http://bugs.python.org/issue3168 created MrJean1

email/header.py doesn't handle Base64 headers that have been ins 06/21/08 http://bugs.python.org/issue3169 created jasonjwwilliams

test_pydoc has no way to regenerate pristine data 06/22/08 http://bugs.python.org/issue3170 created brett.cannon

operator.*slice() should be deprecated in 2.6 06/22/08 http://bugs.python.org/issue3171 created scoder

test macos skipped "unexpected" on linux2 06/22/08 CLOSED http://bugs.python.org/issue3172 created MrJean1

external strftime for Python? 06/23/08 http://bugs.python.org/issue3173 created skip.montanaro
patch, patch

3.0b1 doesn't seem to install on macs 06/23/08 http://bugs.python.org/issue3174 created erickt

multiprocessing build fails on Fedora 8 and Xubuntu 8 + solution 06/23/08 CLOSED http://bugs.python.org/issue3175 created mark

result error for 2/5 and 4/5 06/23/08 CLOSED http://bugs.python.org/issue3176 created hiweed

implement os.startfile on posix and MacOSX 06/23/08 http://bugs.python.org/issue3177 created ganadist
patch

radd(self,other) isn't called if self and other are of the s 06/23/08 CLOSED http://bugs.python.org/issue3178 created Frosburn

cPickle is seriously broken 06/23/08 CLOSED http://bugs.python.org/issue3179 created schmir
patch

Interrupts are lost during readline PyOS_InputHook processing 06/23/08 http://bugs.python.org/issue3180 created Araneidae
patch

ConfigParsers are classic classes 06/23/08 http://bugs.python.org/issue3181 created hauva
patch

2to3 Slight Patch 06/23/08 http://bugs.python.org/issue3182 created nedds

sha modules & Modules/Setup.dist 06/23/08 http://bugs.python.org/issue3183 created rwgk

The elementtree.ElementTree Module doc is missing 06/23/08 CLOSED http://bugs.python.org/issue3184 created gladstein

Documentation of time.time() differs from source documentation 06/24/08 CLOSED http://bugs.python.org/issue3185 created cgrohmann

bin(long) doesn't have a trailing 'L' 06/24/08 CLOSED http://bugs.python.org/issue3186 created marketdickinson

os.listdir can return byte strings 06/24/08 http://bugs.python.org/issue3187 reopened amaury.forgeotdarc
patch

float('infinity') should be valid 06/24/08 http://bugs.python.org/issue3188 created marketdickinson
patch

Py3k DeprecationWarning in difflib 06/24/08 CLOSED http://bugs.python.org/issue3189 created vdupras
patch

Pydoc should ignore package attributes 06/24/08 http://bugs.python.org/issue3190 created ncoghlan

round docstring is inaccurate 06/24/08 http://bugs.python.org/issue3191 created marketdickinson

exec(open(filename)) doesn't work 06/24/08 CLOSED http://bugs.python.org/issue3192 created ms

Python 2.5.2 - Python 06/24/08 CLOSED http://bugs.python.org/issue3193 created peterdilley

Demo/loop.c passing "char *" instead of "wchar_t *" 06/25/08 http://bugs.python.org/issue3194 created zanella
patch

invalid conversion xml.etree.ElementTree.Element object to boole 06/25/08 CLOSED http://bugs.python.org/issue3195 created xaka

Option in pydoc to show docs from private methods 06/25/08 http://bugs.python.org/issue3196 created mortenlj
patch

Documentation for fractions module needs work 06/25/08 http://bugs.python.org/issue3197 created marketdickinson
patch

strings don't seem to roundtrip with repr() 06/25/08 CLOSED http://bugs.python.org/issue3198 created mark

2.6b1 Build Fails On OSX 10.5 06/25/08 CLOSED http://bugs.python.org/issue3199 created johna

Python's crash in heavy multithreading IO operations 06/25/08 CLOSED http://bugs.python.org/issue3200 created sadit

struct.Struct size attribute undocumented 06/25/08 CLOSED http://bugs.python.org/issue3201 created ericvw

Wish: disable tests in unittest 06/25/08 http://bugs.python.org/issue3202 created jmp
patch

sphinx - table of contents doesn't render correctly (html) 06/25/08 http://bugs.python.org/issue3203 created grflanagan

operator module docs are not updated to 3.0 06/26/08 CLOSED http://bugs.python.org/issue3204 created mishok13
patch

bz2 iterator fails silently on MemoryError 06/26/08 http://bugs.python.org/issue3205 created mdehoon
patch

Multiprocessing Array and sharedctypes.Array error in docs/imple 06/26/08 http://bugs.python.org/issue3206 created mishok13
patch

file.write() after file.readline() in mode "r+" 06/26/08 CLOSED http://bugs.python.org/issue3207 created peterdemin

function annotation for builtin and C function 06/26/08 http://bugs.python.org/issue3208 created bhy

Grammar error in UserDict module docs 06/26/08 CLOSED http://bugs.python.org/issue3209 created technel

subprocess.Popen does not release process handles if process can 06/26/08 http://bugs.python.org/issue3210 created gjb1002

warnings.warn_explicit raises SystemError 06/26/08 CLOSED http://bugs.python.org/issue3211 created exarkun

ssl module - should test for a wrong cert 06/26/08 http://bugs.python.org/issue3212 created jonas.wagner
patch

"pydoc -p" should listen to [::] if IPv6 is supported 06/27/08 http://bugs.python.org/issue3213 created ndim
patch

Suggest change to glossary explanation: "Duck Typing" 06/27/08 http://bugs.python.org/issue3214 created paddy3118

Can't import sqlite3 in Python 2.6b1 06/27/08 http://bugs.python.org/issue3215 created craigneuro

errors in msilib documentation 06/27/08 http://bugs.python.org/issue3216 created sjoerd

IndexError: Add bad index to msg 06/23/08 http://bugs.python.org/issue1534607 reopened benjamin.peterson

Issues Now Closed (52)


simple patch, improving unreachable bytecode removing 232 days http://bugs.python.org/issue1394 gvanrossum
patch

os.system() fails for commands with multiple quoted file names 208 days http://bugs.python.org/issue1524 d4rk1

Failure when calling str for MIMEBase(message, rfc822) objec 199 days http://bugs.python.org/issue1556 facundobatista

module-cgi: handling GET and POST together 161 days http://bugs.python.org/issue1817 facundobatista
patch, easy

shutil: NameError (WindowsError) when moving from ext3 to fat32 80 days http://bugs.python.org/issue2549 draghuram
easy

default_scheme in urlparse.urlparse() useless 75 days http://bugs.python.org/issue2569 facundobatista

csv.reader accepts string instead of file object (duck typing go 56 days http://bugs.python.org/issue2701 facundobatista

os.getcwd fails for long path names on linux 54 days http://bugs.python.org/issue2722 facundobatista
patch, easy

curses.textpad loses characters at the end of lines 52 days http://bugs.python.org/issue2732 akuchling

pprint produces different output in 2.6 and 3.0 36 days http://bugs.python.org/issue2888 facundobatista
patch

Verify doc updates for the decimal module 21 days http://bugs.python.org/issue3017 facundobatista

Recursion bug in deepcopy 16 days http://bugs.python.org/issue3043 facundobatista

heapq change breaking compatibility 13 days http://bugs.python.org/issue3051 rhettinger
patch

Let set.union and set.intersection accept multiple arguments 13 days http://bugs.python.org/issue3069 rhettinger
patch

chapter 17.1.3.5 'Replacing os.popen*' in the Python library ref 11 days http://bugs.python.org/issue3085 benjamin.peterson
patch

str.format("{0:n}") poss. bug with setlocale() 5 days http://bugs.python.org/issue3140 eric.smith

urllib docs don't match the new modules 4 days http://bugs.python.org/issue3142 georg.brandl

Sphinx/LaTeX fails on Python 3.0b1 documentation 3 days http://bugs.python.org/issue3146 georg.brandl

ast module docs document private attribute 0 days http://bugs.python.org/issue3152 loewis
easy, 26backport

sqlite3 minor documentation issues 2 days http://bugs.python.org/issue3157 georg.brandl

Missing import for sys in _abcoll 1 days http://bugs.python.org/issue3161 rhettinger
patch

cPickle calls to save_string and save_unicode with unicode objec 1 days http://bugs.python.org/issue3164 facundobatista
patch

cPickle recursion problem 4 days http://bugs.python.org/issue3165 facundobatista
patch

test macos skipped "unexpected" on linux2 0 days http://bugs.python.org/issue3172 benjamin.peterson

multiprocessing build fails on Fedora 8 and Xubuntu 8 + solution 0 days http://bugs.python.org/issue3175 benjamin.peterson

result error for 2/5 and 4/5 0 days http://bugs.python.org/issue3176 amaury.forgeotdarc

radd(self,other) isn't called if self and other are of the s 0 days http://bugs.python.org/issue3178 amaury.forgeotdarc

cPickle is seriously broken 3 days http://bugs.python.org/issue3179 jcea
patch

The elementtree.ElementTree Module doc is missing 0 days http://bugs.python.org/issue3184 gladstein

Documentation of time.time() differs from source documentation 0 days http://bugs.python.org/issue3185 loewis

bin(long) doesn't have a trailing 'L' 0 days http://bugs.python.org/issue3186 marketdickinson

Py3k DeprecationWarning in difflib 0 days http://bugs.python.org/issue3189 rhettinger
patch

exec(open(filename)) doesn't work 2 days http://bugs.python.org/issue3192 georg.brandl

Python 2.5.2 - Python 0 days http://bugs.python.org/issue3193 peterdilley

invalid conversion xml.etree.ElementTree.Element object to boole 0 days http://bugs.python.org/issue3195 benjamin.peterson

strings don't seem to roundtrip with repr() 0 days http://bugs.python.org/issue3198 amaury.forgeotdarc

2.6b1 Build Fails On OSX 10.5 0 days http://bugs.python.org/issue3199 marketdickinson

Python's crash in heavy multithreading IO operations 0 days http://bugs.python.org/issue3200 amaury.forgeotdarc

struct.Struct size attribute undocumented 0 days http://bugs.python.org/issue3201 benjamin.peterson

operator module docs are not updated to 3.0 0 days http://bugs.python.org/issue3204 georg.brandl
patch

file.write() after file.readline() in mode "r+" 0 days http://bugs.python.org/issue3207 amaury.forgeotdarc

Grammar error in UserDict module docs 0 days http://bugs.python.org/issue3209 georg.brandl

warnings.warn_explicit raises SystemError 0 days http://bugs.python.org/issue3211 brett.cannon

POP3 lib timeout 1602 days http://bugs.python.org/issue888830 facundobatista

xrange overflows 1417 days http://bugs.python.org/issue1003935 rhettinger

docs for Py_UNICODE are wrong 1349 days http://bugs.python.org/issue1044479 facundobatista
easy

functions replaced by subprocess should point to its docs 1287 days http://bugs.python.org/issue1083895 facundobatista

BaseHTTPServer uses deprecated mimetools.Message 1169 days http://bugs.python.org/issue1180470 benjamin.peterson

installation problem with python 2.4.1 on Win2k system 1137 days http://bugs.python.org/issue1199808 loewis

poplib.py list interface 633 days http://bugs.python.org/issue1567948 facundobatista

File Read/Write Flushing Patch 527 days http://bugs.python.org/issue1636874 amaury.forgeotdarc
patch

Add Tkinter.Checkbutton get() and set(value) 317 days http://bugs.python.org/issue1774370 gpolo
patch

Top Issues Most Discussed (10)


12 math test fails on Solaris 10 6 days open http://bugs.python.org/issue3167

12 implement PEP 3134 exception reporting 13 days open http://bugs.python.org/issue3112

11 sys.getsizeof() gives an AttributeError for _sre objects. 11 days open http://bugs.python.org/issue3122

9 pickling of large recursive structures crashes cPickle 2 days open http://bugs.python.org/issue2702

8 Let bin/oct/hex show floats 3 days open http://bugs.python.org/issue3008

8 No float formatting in PyString_FromFormat 48 days open http://bugs.python.org/issue2813

8 email.MIMEText.MIMEText.as_string incorrectly folding long subj 149 days open http://bugs.python.org/issue1974

7 exec(open(filename)) doesn't work 2 days closed http://bugs.python.org/issue3192

7 cPickle is seriously broken 3 days closed http://bugs.python.org/issue3179

6 rlcompleter add "(" to callables feature 2515 days open http://bugs.python.org/issue449227



More information about the Python-Dev mailing list