[Python-Dev] Weekly Python Bug/Patch Summary (original) (raw)
Kurt B. Kaiser kbk at shore.net
Thu Jul 29 07:45:57 CEST 2004
- Previous message: [Python-Dev] RE: test_sort.py failure
- Next message: [Python-Dev] MSI Documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patch / Bug Summary
Patches : 279 open ( +4) / 2483 closed (+13) / 2762 total (+17) Bugs : 762 open (+12) / 4303 closed (+22) / 5065 total (+34) RFE : 145 open ( +0) / 130 closed ( +0) / 275 total ( +0)
New / Reopened Patches
tarfile.py fix for bug #949052 (2004-07-21) http://python.org/sf/995126 opened by Lars Gustäbel
tarfile.py fix for bug #990325 (2004-07-21) CLOSED http://python.org/sf/995225 opened by Lars Gustäbel
fix for title case bug: #995422 (2004-07-22) http://python.org/sf/995740 opened by Baris Metin
Keyword argument support in cPickle (2004-07-22) CLOSED http://python.org/sf/995766 opened by Dima Dorfman
Skipped test expectations for freebsd5 (2004-07-22) CLOSED http://python.org/sf/995782 opened by Dima Dorfman
Avoid calling tp_compare with different types (2004-07-22) http://python.org/sf/995939 opened by Dima Dorfman
hp-roman codec (2004-07-22) CLOSED http://python.org/sf/996067 opened by Richard Brodie
correct urllib2 header capitalization (fix for #994101) (2004-07-22) CLOSED http://python.org/sf/996159 opened by Johannes Gijsbers
New patch for Python 2.3 spec file. (2004-07-23) http://python.org/sf/996316 opened by Sean Reifschneider
Allow pydoc to work with XP Themes (.manifest file) (2004-07-24) http://python.org/sf/997284 opened by Greg Chapman
httplib.HTTPConnection.request() bug (2004-07-25) http://python.org/sf/997626 opened by John J Lee
crypt module documentation extended (2004-07-25) CLOSED http://python.org/sf/997668 opened by Fernando Altomare Serboncini
imaplib deleteacl and myrights (2004-07-26) CLOSED http://python.org/sf/998149 opened by Arnaud MAZIN
Decoding incomplete unicode (2004-07-27) http://python.org/sf/998993 opened by Walter Dörwald
Update kwargs in pickle docs to match implementations (2004-07-28) http://python.org/sf/999280 opened by Dima Dorfman
Patches Closed
tarfile.py fix for bug #990325 (2004-07-21) http://python.org/sf/995225 closed by tim_one
faster os.walk (2004-07-19) http://python.org/sf/994057 closed by loewis
Unicode in distutils.core.setup() (2004-07-19) http://python.org/sf/993943 closed by theller
Keyword argument support in cPickle (2004-07-22) http://python.org/sf/995766 closed by loewis
Skipped test expectations for freebsd5 (2004-07-22) http://python.org/sf/995782 closed by loewis
gettext improvements (2004-06-27) http://python.org/sf/980500 closed by niemeyer
correct urllib2 header capitalization (fix for #994101) (2004-07-22) http://python.org/sf/996159 closed by jlgijsbers
crypt module documentation extended (2004-07-25) http://python.org/sf/997668 closed by loewis
nntplib: group descriptions and RFC2980 (2002-09-06) http://python.org/sf/605370 closed by loewis
locale.getdefaultlocale fails with empty env. variable (2004-05-29) http://python.org/sf/962487 closed by loewis
imaplib deleteacl and myrights (2004-07-26) http://python.org/sf/998149 closed by loewis
hp-roman8 codec (2004-07-22) http://python.org/sf/996067 closed by lemburg
Deferred String Addtion: Proof-of-concept (2004-06-20) http://python.org/sf/976162 closed by gvanrossum
New / Reopened Bugs
Ensure -single_module on Mac OS X (2004-07-21) http://python.org/sf/995019 opened by Bill Bumgarner
Should build Python dylib with -single_module (2004-07-21) CLOSED http://python.org/sf/995023 opened by Bob Ippolito
logging.handlers.RotatingFileHandler missing error handling (2004-07-21) CLOSED http://python.org/sf/995109 opened by Simon Dahlbacka
Deprecation Warning lies when it cannot parse your encoding (2004-07-21) CLOSED http://python.org/sf/995206 opened by Laura Creighton
title case bug (2004-07-21) CLOSED http://python.org/sf/995422 opened by Kimo Johnson
Does not build selected SGI specific modules (2004-07-21) http://python.org/sf/995458 opened by Bruce D. Ray
PEP 263 regular expression fails (2004-07-21) CLOSED http://python.org/sf/995522 opened by Sjoerd Mullender
memory leak with theads and enhancement of the timer class (2004-07-22) http://python.org/sf/995907 opened by Tobias Haar
method after() and afer_idle() are not thead save (2004-07-22) http://python.org/sf/995925 opened by Tobias Haar
TclError with intel's hypertheading (2004-07-22) http://python.org/sf/995956 opened by Tobias Haar
Operations between sets (2004-07-22) CLOSED http://python.org/sf/995983 opened by Francesco Ricciardi
'set' only operations (2004-07-22) CLOSED http://python.org/sf/995987 opened by Francesco Ricciardi
readline function pointer with not tty's (2004-07-22) http://python.org/sf/996259 opened by Lisandro Dalcin
Bug somewhere in email Parser or PortableUnixMailbox (2004-07-23) CLOSED http://python.org/sf/996359 opened by Skip Montanaro
math and cmath docs don't specify radians (2004-07-23) http://python.org/sf/996392 opened by Tim Delaney
Unicode String formatting does not correctly handle objects (2004-06-02) CLOSED http://python.org/sf/964929 reopened by lemburg
normpath symlinks doc warning (bug #990669) (2004-07-23) http://python.org/sf/996626 opened by Johannes Gijsbers
realpath: resolve symlinks before normalizing (bug #990669) (2004-07-23) http://python.org/sf/996627 opened by Johannes Gijsbers
os.environ documentation should indicate unreliability (2004-07-23) CLOSED http://python.org/sf/996748 opened by Richard Tibbetts
ConfigParser behavior change (2004-07-24) http://python.org/sf/997050 opened by David Goodger
optparse.py:668 triggers FutureWarning (2004-07-24) http://python.org/sf/997100 opened by Charles
What's New in 2.4: sorted(): doc bug? (2004-07-24) CLOSED http://python.org/sf/997166 opened by Michael Dyck
strftime() backwards incompatibility (2004-07-24) http://python.org/sf/997368 opened by Jp Calderone
"disjunct" should be "disjoint" (2004-07-25) http://python.org/sf/997533 opened by Tim Freeman
dircache fix; raise like os.listdir, plus optimization (2004-07-25) http://python.org/sf/997726 opened by Carl Henrik Holth Lunde
LC_CTYPE locale and strings (2004-07-26) http://python.org/sf/997768 opened by Pekka Pessi
Enclosing Scope missing from namespace in Tutorial (2004-07-26) http://python.org/sf/997912 opened by Brian vdB
bsddb has default flag of c, not r (2004-07-26) http://python.org/sf/998001 opened by kim bruning
typo in documentation (2004-07-26) http://python.org/sf/998066 opened by Eric Chen
Typo in http://docs.python.org/lib/module-locale.html (2004-07-26) CLOSED http://python.org/sf/998170 opened by Laura Creighton
Popen3.poll race condition (2004-07-26) http://python.org/sf/998246 opened by Tres Seaver
replace file() with open() in libcvs.tex (2004-07-26) http://python.org/sf/998307 opened by Fedor Baart
pickle bug - recursively memoizing class? (2004-07-27) http://python.org/sf/998998 opened by Skip Montanaro
Compiler module doesn't handle global statement correctly (2004-07-27) http://python.org/sf/999042 opened by Jim Fulton
compiler module doesn't support unicode characters in laiter (2004-07-28) http://python.org/sf/999444 opened by Jim Fulton
Setup.local ignored by setup.py (2004-07-28) http://python.org/sf/999767 opened by Stephan A. Terre
zlib home page wrong in three files (2004-07-28) CLOSED http://python.org/sf/999776 opened by Stephan A. Terre
Bugs Closed
unknown parsing error (2004-07-03) http://python.org/sf/984714 closed by loewis
Should build Python dylib with -single_module (2004-07-21) http://python.org/sf/995023 closed by etrepum
logging.handlers.RotatingFileHandler missing error handling (2004-07-21) http://python.org/sf/995109 closed by vsajip
Deprecation Warning lies when it cannot parse your encoding (2004-07-21) http://python.org/sf/995206 closed by lemburg
testtar.tar is partially insane (2004-07-13) http://python.org/sf/990325 closed by tim_one
logging module prints unexpected message when no handler set (2004-07-20) http://python.org/sf/994421 closed by vsajip
logging module: default levels do not work as documented. (2004-07-20) http://python.org/sf/994416 closed by vsajip
Py_RETURN_NONE causes too much warnings (2004-07-19) http://python.org/sf/994255 closed by tim_one
title case bug (2004-07-21) http://python.org/sf/995422 closed by rhettinger
PEP 263 regular expression fails (2004-07-21) http://python.org/sf/995522 closed by akuchling
online documentation says "Nac" in the link, "Nav" for mod (2004-07-13) http://python.org/sf/990524 closed by akuchling
cPickle doesn't like protocol keyword argument, pickle does (2004-02-01) http://python.org/sf/888594 closed by loewis
Operations between sets (2004-07-22) http://python.org/sf/995983 closed by rhettinger
'set' only operations (2004-07-22) http://python.org/sf/995987 closed by rhettinger
Bug somewhere in email Parser or PortableUnixMailbox (2004-07-23) http://python.org/sf/996359 closed by montanaro
Unicode String formatting does not correctly handle objects (2004-06-02) http://python.org/sf/964929 closed by lemburg
Unicode String formatting does not correctly handle objects (2004-06-02) http://python.org/sf/964929 closed by lemburg
os.environ documentation should indicate unreliability (2004-07-23) http://python.org/sf/996748 closed by tim_one
What's New in 2.4: sorted(): doc bug? (2004-07-24) http://python.org/sf/997166 closed by akuchling
python24.dll installation problems (2004-07-14) http://python.org/sf/990945 closed by loewis
test_unicode_file fails on Win98SE (2004-03-28) http://python.org/sf/924703 closed by loewis
Typo in http://docs.python.org/lib/module-locale.html (2004-07-26) http://python.org/sf/998170 closed by nnorwitz
zlib home page wrong in three files (2004-07-28) http://python.org/sf/999776 closed by nnorwitz
- Previous message: [Python-Dev] RE: test_sort.py failure
- Next message: [Python-Dev] MSI Documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]