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

Kurt B. Kaiser kbk at shore.net
Wed Aug 25 05:23:15 CEST 2004


Patch / Bug Summary


Patches : 259 open ( -5) / 2573 closed (+17) / 2832 total (+12) Bugs : 745 open ( +0) / 4405 closed (+21) / 5150 total (+21) RFE : 150 open ( +1) / 130 closed ( +0) / 280 total ( +1)

New / Reopened Patches


Patch for bug 933795. term.h and curses on Solaris (2004-08-19) http://python.org/sf/1012280 opened by Ariel Arjona

PEP 292 implementation (2004-08-22) http://python.org/sf/1014055 opened by Barry A. Warsaw

Rational.py various bugfixes (2004-08-19) http://python.org/sf/1012468 opened by Russell Blau

cStringIO's truncate doesn't (2004-08-20) CLOSED http://python.org/sf/1012740 opened by Dima Dorfman

Fix for duplicate attributes in generated HTML (2004-08-20) http://python.org/sf/1013055 opened by Richard Brodie

Cleanup Peepholer Output (2004-08-22) CLOSED http://python.org/sf/1013667 opened by Raymond Hettinger

Implementation for PEP 318 using syntax J2 (2004-08-22) http://python.org/sf/1013835 opened by Michael

RobotFileParser.can_fetch return value (2004-08-23) CLOSED http://python.org/sf/1014237 opened by George Yoshida

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

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

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

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

Patches Closed


baseinteger: abstract superclass for int and long (2004-08-11) http://python.org/sf/1007068 closed by nnorwitz

Improve error reporting when Python opens source code (2004-08-19) http://python.org/sf/1011822 closed by loewis

Add Py_InitializeEx to allow embedding without signals. (2004-02-19) http://python.org/sf/900727 closed by loewis

implementation of Text.dump method (2002-04-19) http://python.org/sf/546244 closed by loewis

Return new string for single subclass joins (Bug #1001011) (2004-08-11) http://python.org/sf/1007087 closed by rhettinger

cStringIO's truncate doesn't (2004-08-20) http://python.org/sf/1012740 closed by tim_one

Bad URL encoding in SimpleHTTPServer directory listing (2004-08-18) http://python.org/sf/1011123 closed by jlgijsbers

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

incorrect end-of-message handling in mailbox.BabylMailbox (2004-01-20) http://python.org/sf/880621 closed by jlgijsbers

(bug 1005936) textunderscore python.sty fix (2004-08-14) http://python.org/sf/1009373 closed by nnorwitz

Cleanup Peepholer Output (2004-08-22) http://python.org/sf/1013667 closed by rhettinger

Non-ascii in non-unicode credits in Lib/pydoc.py (2004-08-15) http://python.org/sf/1009389 closed by loewis

Allow pydoc to work with XP Themes (.manifest file) (2004-07-25) http://python.org/sf/997284 closed by loewis

LC_CTYPE locale and strings (2004-07-26) http://python.org/sf/997768 closed by loewis

Installation database patch (2002-05-29) http://python.org/sf/562100 closed by akuchling

RobotFileParser.can_fetch return value (2004-08-23) http://python.org/sf/1014237 closed by loewis

thread Module Breaks PyGILState_Ensure() (2004-08-17) http://python.org/sf/1010677 closed by mhammond

New / Reopened Bugs


dictionary referencing error (2004-08-19) CLOSED http://python.org/sf/1012249 opened by AMIT Consulting LLC

weakref.WeakValueDictionary should override .has_key() (2004-08-19) CLOSED http://python.org/sf/1012315 opened by Myers Carpenter

ctrl-left/-right works incorectly with diacritics (2004-08-19) http://python.org/sf/1012435 opened by Krzysztof Wilkosz

Can't pipe input to a python program (2004-08-20) CLOSED http://python.org/sf/1012692 opened by Ronald L. Rivest

xmlrpclib, PEP291, "yield" (2004-08-16) CLOSED http://python.org/sf/1009803 reopened by anthonybaxter

Python Tutorial 3.1.4 List example (2004-08-20) CLOSED http://python.org/sf/1013239 opened by Elizibeth Thompson

Win XP DEP prevents Python call to 'C' DLL (2004-08-21) CLOSED http://python.org/sf/1013418 opened by ajhewitt

xml.dom documentation omits createDocument, ...DocumentType (2004-08-21) http://python.org/sf/1013525 opened by Mike Brown

Error in Chapter 4 of Tutorial (2004-08-22) CLOSED http://python.org/sf/1013760 opened by Alexey Peshehonov

No documentation for PyFunction_* (C-Api) (2004-08-22) http://python.org/sf/1013800 opened by Henning Günther

tarfile.open with mode w|bz2 (2004-08-22) CLOSED http://python.org/sf/1013882 opened by Felix Wiemann

Error in representation of complex numbers (2004-08-22) CLOSED http://python.org/sf/1013908 opened by Raymond Hettinger

mimetypes add_type has bogus self parameter (2004-08-22) http://python.org/sf/1014022 opened by Cliff Wells

Unspecific errors with metaclass (2004-08-23) http://python.org/sf/1014215 opened by Thomas Heller

optparse: parser.remove_option("-h") inconsistency (2004-08-23) http://python.org/sf/1014230 opened by strop

Missing urllib.urlretrieve docs (2004-08-23) http://python.org/sf/1014761 opened by David Abrahams

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

Misc/NEWS.help (2004-08-24) http://python.org/sf/1014775 opened by Felix Wiemann

"article id" in description of NNTP objects (2004-08-24) http://python.org/sf/1015140 opened by Felix Wiemann

cgi.FieldStorage.len eventually throws TypeError (2004-08-24) http://python.org/sf/1015249 opened by Andreas Ames

Create cgi.FieldStorage._get_new_instance method as factory (2004-08-24) http://python.org/sf/1015254 opened by Andreas Ames

readline broken (2004-08-24) CLOSED http://python.org/sf/1015517 opened by Walter Dörwald

Bugs Closed


dictionary referencing error (2004-08-19) http://python.org/sf/1012249 closed by rhettinger

weakref.WeakValueDictionary should override .has_key() (2004-08-19) http://python.org/sf/1012315 closed by rhettinger

str.join([ str-subtype-instance ]) misbehaves (2004-07-30) http://python.org/sf/1001011 closed by rhettinger

compile errors on _codecs_iso2022.c (2004-08-09) http://python.org/sf/1005737 closed by perky

SGI (IRIX 6.5.24) Error building _codecs_iso2022.c (2004-08-11) http://python.org/sf/1007249 closed by perky

Warning in cjkcodecs/iso2022common.h (2004-07-16) http://python.org/sf/991834 closed by perky

test_queue fails occasionally (2004-08-17) http://python.org/sf/1010777 closed by mwh

Can't pipe input to a python program (2004-08-20) http://python.org/sf/1012692 closed by tim_one

xmlrpclib, PEP291, "yield" (2004-08-16) http://python.org/sf/1009803 closed by loewis

xmlrpclib, PEP291, "yield" (2004-08-16) http://python.org/sf/1009803 closed by loewis

logging.getLevelName returns a number (2004-08-12) http://python.org/sf/1008295 closed by vsajip

Python Tutorial 3.1.4 List example (2004-08-21) http://python.org/sf/1013239 closed by perky

optparse indents without respect to $COLUMNS (2004-01-16) http://python.org/sf/878453 closed by jlgijsbers

Win XP DEP prevents Python call to 'C' DLL (2004-08-21) http://python.org/sf/1013418 closed by loewis

Index entries with "_" are wrong in pdf file (2004-08-09) http://python.org/sf/1005936 closed by nnorwitz

xmlrpclib and backward compatibility (2003-11-15) http://python.org/sf/842600 closed by loewis

Error in Chapter 4 of Tutorial (2004-08-22) http://python.org/sf/1013760 closed by rhettinger

tarfile.open with mode w|bz2 (2004-08-22) http://python.org/sf/1013882 closed by loewis

Error in representation of complex numbers (2004-08-22) http://python.org/sf/1013908 closed by loewis

Cmd in thread segfaults after Ctrl-C (2004-06-06) http://python.org/sf/967334 closed by mwh

2.3.4 fails build on solaris 10 - complexobject.c (2004-06-10) http://python.org/sf/970334 closed by mwh

readline broken (2004-08-24) http://python.org/sf/1015517 closed by nnorwitz

New / Reopened RFE


Standard exceptions are hostile to Unicode (2004-08-20) http://python.org/sf/1012952 opened by Marius Gedminas



More information about the Python-Dev mailing list