[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)

Kurt B. Kaiser kbk at shore.net
Wed Sep 1 07:56:36 CEST 2004


Patch / Bug Summary


Patches : 247 open (-12) / 2596 closed (+23) / 2843 total (+11) Bugs : 758 open (+13) / 4415 closed (+10) / 5173 total (+23) RFE : 148 open ( -2) / 131 closed ( +1) / 279 total ( -1)

New / Reopened Patches


compiler.transformer: correct lineno attribute when possible (2004-08-25) http://python.org/sf/1015989 opened by Thenault Sylvain

configure.in change to allow compilation on AIX 5 (2004-08-25) CLOSED http://python.org/sf/1016224 opened by Trent Mick

bsddb's DB.keys() method ignores transaction argument (2004-08-27) http://python.org/sf/1017405 opened by Jp Calderone

Fix for bug 1017546 (2004-08-27) http://python.org/sf/1017550 opened by Michael

ifdeffery patch (2004-08-28) CLOSED http://python.org/sf/1018291 opened by Ilya Sandler

fix for several sre escaping bugs (fixes #776311) (2004-08-28) http://python.org/sf/1018386 opened by Mike Coleman

fix bug 807871 : tkMessageBox.askyesno wrong result (2004-08-29) http://python.org/sf/1018509 opened by Jiba

Multi-line strings and unittest (2004-08-30) http://python.org/sf/1019220 opened by Felix Wiemann

Bad test for HAVE_UINTPTR_T in PC/pyconfig.h (2004-08-31) http://python.org/sf/1020042 opened by Scott David Daniels

Py_CLEAR to implicitly cast its argument to PyObject * (2004-09-01) http://python.org/sf/1020185 opened by Dima Dorfman

Use Py_CLEAR where necessary to avoid crashes (2004-09-01) http://python.org/sf/1020188 opened by Dima Dorfman

Patches Closed


expose lowlevel setlocale (2003-07-24) http://python.org/sf/776854 closed by mhammond

Docs claim that coerce can return None (2004-08-24) http://python.org/sf/1015021 closed by loewis

bug in tarfile.ExFileObject.readline (2004-08-24) http://python.org/sf/1014992 closed by loewis

decode message attachments in email.Message (2003-08-28) http://python.org/sf/796908 closed by loewis

More urllib2 examples (2003-08-31) http://python.org/sf/798244 closed by loewis

interpreter final destination location (2003-05-13) http://python.org/sf/736857 closed by loewis

docs for interpreter final destination location (2003-05-13) http://python.org/sf/736859 closed by loewis

Use a better BuildRoot tag (2004-06-10) http://python.org/sf/970019 closed by loewis

Generate a working spec even with wrong version of software (2004-06-10) http://python.org/sf/970015 closed by loewis

platform-specific entropy (2004-04-14) http://python.org/sf/934711 closed by loewis

configure.in change to allow compilation on AIX 5 (2004-08-25) http://python.org/sf/1016224 closed by tmick

Expose current parse location to XMLParser (2004-08-24) http://python.org/sf/1014930 closed by davecole

Improve markup and punctuation in libsocket.tex (2004-08-24) http://python.org/sf/1015012 closed by davecole

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

socketmodule on OpenBSD/sparc64 (64bit machine) (2004-08-01) http://python.org/sf/1001610 closed by loewis

ifdeffery patch (2004-08-28) http://python.org/sf/1018291 closed by loewis

difflib side by side diff support, diff.py s/b/s HTML option (2004-03-12) http://python.org/sf/914575 closed by loewis

Fix for compilation with runtime_library_dirs (2004-06-15) http://python.org/sf/973204 closed by loewis

AUTH_TYPE and REMOTE_USER for CGIHTTPServer.py:run_cgi() (2003-04-25) http://python.org/sf/727483 closed by loewis

Backport of recent sre fixes. (2003-04-19) http://python.org/sf/723940 closed by loewis

Fixes for bug 940578 (glob.glob on broken symlinks) (2004-04-24) http://python.org/sf/941486 closed by jlgijsbers

fix for bugs 976878, 926369, 875404 (pdb bkpt handling) (2004-08-05) http://python.org/sf/1003640 closed by jlgijsbers

Multi-line imports implementation (2004-08-11) http://python.org/sf/1007189 closed by anthonybaxter

New / Reopened Bugs


setitem for dict ignored (2004-08-25) CLOSED http://python.org/sf/1015792 opened by Viktor A Danilov

Don't define _SGAPI on IRIX (2003-04-27) http://python.org/sf/728330 reopened by loewis

os.system segmentation fault (2004-08-25) http://python.org/sf/1015937 opened by Tomasz Kowaltowski

"reversed" gives its name as "reverse" in docstring (2004-08-25) CLOSED http://python.org/sf/1016181 opened by Hamish Lawson

urllib2 bug in proxy auth (2004-08-26) http://python.org/sf/1016563 opened by Christoph Mussenbrock

distutils support for swig is under par (2004-08-26) http://python.org/sf/1016626 opened by Sjoerd Mullender

urllib.urlretrieve silently truncates downloads (2004-08-26) http://python.org/sf/1016880 opened by David Abrahams

email.Message does not allow iteration (2004-08-26) http://python.org/sf/1017329 opened by Paul McGuire

including Python.h redefines _POSIX_C_SOURCE (2004-08-27) http://python.org/sf/1017450 opened by Jon Kåre Hellan

including Python.h redefines _POSIX_C_SOURCE (2004-08-27) CLOSED http://python.org/sf/1017455 opened by Jon Kåre Hellan

test_inspect.py fails to clean up upon failure (2004-08-27) http://python.org/sf/1017546 opened by Michael

filemode() in tarfile.py makes wrong file mode strings (2004-08-27) http://python.org/sf/1017553 opened by Peter Loje Hansen

Case sensitivity bug in ConfigParser (2004-08-27) http://python.org/sf/1017864 opened by Dani

IDLE DOES NOT START ON WinXP Pro (2004-08-27) http://python.org/sf/1017978 opened by Snake

new not defined? (2004-08-28) http://python.org/sf/1018315 opened by Skip Montanaro

Solaris: reentrancy issues (2004-08-29) http://python.org/sf/1018492 opened by Simon Harrison

inspect.getmodule symlink-related failur (2002-06-18) http://python.org/sf/570300 reopened by amitar

re.sub: two-digit group-reference hangs (2004-08-29) http://python.org/sf/1018815 opened by Michael Dyck

metaclass in locals is ignored (2004-08-30) http://python.org/sf/1019048 opened by Jeff Epler

"rich comparison'' methods hide stack overflow (2004-08-30) http://python.org/sf/1019129 opened by boyanb

distutils ignores configure's --includedir (2004-08-31) http://python.org/sf/1019715 opened by Joseph Winston

wrong socket error returned (2004-08-31) http://python.org/sf/1019808 opened by Federico Schwindt

hotshot start / stop stats bug (2004-08-31) http://python.org/sf/1019882 opened by Barry A. Warsaw

httplib.HTTPConnection sends extra blank line (2004-08-31) http://python.org/sf/1019956 opened by Antonio Rodriguez

Bugs Closed


setitem for dict ignored (2004-08-25) http://python.org/sf/1015792 closed by nnorwitz

Building with --disable-toolbox-glue fails (2004-07-15) http://python.org/sf/991962 closed by bcannon

"reversed" gives its name as "reverse" in docstring (2004-08-25) http://python.org/sf/1016181 closed by rhettinger

including Python.h redefines _POSIX_C_SOURCE (2004-08-27) http://python.org/sf/1017455 closed by nnorwitz

glob.glob inconsistent about broken symlinks (2004-04-23) http://python.org/sf/940578 closed by jlgijsbers

PDB: unreliable breakpoints on functions (2004-06-21) http://python.org/sf/976878 closed by jlgijsbers

global stmt causes breakpoints to be ignored (2004-01-12) http://python.org/sf/875404 closed by jlgijsbers

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

help does not help with imported objects (2004-03-29) http://python.org/sf/925628 closed by jlgijsbers

Misc/NEWS no valid reStructuredText (2004-08-24) http://python.org/sf/1014770 closed by jlgijsbers

Misc/NEWS.help (2004-08-24) http://python.org/sf/1014775 closed by jlgijsbers

"make pdf" failure w/ 2.4 docs (2004-07-30) http://python.org/sf/1000841 closed by jlgijsbers

RFE Closed


array.array objects should support sequences (2004-07-17) http://python.org/sf/992967 closed by rhettinger



More information about the Python-Dev mailing list