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

Kurt B. Kaiser kbk at shore.net
Tue Feb 13 06:05:31 CET 2007


Patch / Bug Summary


Patches : 417 open ( -6) / 3565 closed (+12) / 3982 total ( +6) Bugs : 960 open ( -3) / 6498 closed (+19) / 7458 total (+16) RFE : 266 open ( +6) / 251 closed ( +1) / 517 total ( +7)

New / Reopened Patches


stream writing support in wave.py (2007-02-05) http://python.org/sf/1652328 opened by tom

tarfile append behavior (2007-02-05) CLOSED http://python.org/sf/1652681 opened by Witten

operator.c slice functions need to parse ssize_t (2007-02-07) http://python.org/sf/1654417 opened by Andy Wingo

sys.excepthook shows relevant bindings. (2007-02-08) http://python.org/sf/1654974 opened by Nefarious CodeMonkey, Jr.

socketmodule fails to build because missing NETLINK_DNRTMSG (2007-02-11) http://python.org/sf/1657276 opened by Aleksandr Koltsoff

Add syntax for dynamic attribute access (2007-02-11) http://python.org/sf/1657573 opened by Ben North

documentation for element interface (2007-02-12) http://python.org/sf/1657613 opened by Tim Mitchell

Patches Closed


CodeContext visibility (2006-08-15) http://python.org/sf/1540869 closed by kbk

Auto-completion list placement (2006-12-23) http://python.org/sf/1621265 closed by kbk

Make Python Editor Useful Without Full IDLE (2005-01-26) http://python.org/sf/1110205 closed by kbk

allow using normal indent width in shell in IDLE (2005-05-06) http://python.org/sf/1196946 closed by kbk

configHandler support for raw data (2007-02-01) http://python.org/sf/1650174 closed by kbk

tarfile append behavior (2007-02-05) http://python.org/sf/1652681 closed by gustaebel

except too broad (2006-08-15) http://python.org/sf/1540849 closed by kbk

Creating dicts for dict subclasses (2006-12-14) http://python.org/sf/1615701 closed by rhettinger

Fix dict and set docs, re: immutability (2006-01-05) http://python.org/sf/1397711 closed by rhettinger

Remove bad PREDICT in ceval.c (2006-03-04) http://python.org/sf/1443159 closed by rhettinger

make trace.py --ignore-dir work (2006-10-05) http://python.org/sf/1571379 closed by montanaro

Bugfix for #847665 (XMLGenerator dies in namespace mode) (2006-04-02) http://python.org/sf/1463026 closed by loewis

New / Reopened Bugs


IDLE Hung up after open script by command line... (2006-09-20) CLOSED http://python.org/sf/1562193 reopened by faramir2

Nested Objects scope problem (2007-02-05) CLOSED http://python.org/sf/1652387 reopened by kkelchev

Nested Objects scope problem (2007-02-05) CLOSED http://python.org/sf/1652387 reopened by kkelchev

Nested Objects scope problem (2007-02-05) CLOSED http://python.org/sf/1652387 reopened by kkelchev

Nested Objects scope problem (2007-02-05) CLOSED http://python.org/sf/1652387 opened by kkelchev

logging formatter %(lineno)d does not work (2007-02-06) http://python.org/sf/1652788 opened by lx_jakal

Double free/corruption? (2007-02-06) http://python.org/sf/1653121 opened by Jarek Zgoda

print >> f, "Hello" produces no error: normal? (2007-02-06) http://python.org/sf/1653416 opened by E.-O. Le Bigot

Python misbehaves when installed in / (patch attached) (2007-02-06) http://python.org/sf/1653457 opened by Chris Webb

Problems in datetime.c and typeobject.c. (2007-02-07) CLOSED http://python.org/sf/1653736 opened by ked-tao

crash / abort during install (2007-02-06) CLOSED http://python.org/sf/1653753 opened by SAndreason

configure does not check/warn/stop for tk/tcl (2007-02-06) CLOSED http://python.org/sf/1653757 opened by SAndreason

popen - wrong order on fileobjects in tuple returned (2007-02-07) CLOSED http://python.org/sf/1653940 opened by Emil Lind

Installer should split tcl/tk and tkinter install options. (2007-02-07) http://python.org/sf/1654408 opened by Ron Adam

thread join() with timeout hangs on Windows 2003 x64 (2007-02-07) http://python.org/sf/1654429 opened by bentoi

thirdparty extensions, --enable-shared, static linking (2007-02-08) http://python.org/sf/1655392 opened by Marien Zwart

hotshot.stats.load (2004-02-19) http://python.org/sf/900092 reopened by bcannon

3.4.1 comparison methods content (2007-02-09) CLOSED http://python.org/sf/1655683 opened by Jeffrey Miller

email.Generator docs contain a bad off-site link (2007-02-08) CLOSED http://python.org/sf/1655800 opened by Forest Wilkinson

Typo in Docs (2007-02-09) CLOSED http://python.org/sf/1656078 opened by Thomas Guettler

I think, I have found this bug on time.mktime() (2007-02-10) http://python.org/sf/1656559 opened by Sérgio Monteiro Basto

shutil.copyfileobj description is incomplete (2007-02-10) http://python.org/sf/1656578 opened by Witten

tarfile.TarFile fileobject use needs clarification (2007-02-10) CLOSED http://python.org/sf/1656581 opened by Witten

'Ok' key in options dialog does nothing (2007-02-11) http://python.org/sf/1657034 opened by torhu

random.betavariate(-0,5, -0,5) (2007-02-12) CLOSED http://python.org/sf/1658430 opened by Alain Spineux

Bugs Closed


IDLE Hung up after open script by command line... (2006-09-20) http://python.org/sf/1562193 closed by kbk

HP-UX11.23: module zlib missing (2007-01-31) http://python.org/sf/1648960 deleted by jabt

Nested Objects scope problem (2007-02-05) http://python.org/sf/1652387 closed by kkelchev

Nested Objects scope problem (2007-02-05) http://python.org/sf/1652387 closed by gbrandl

Nested Objects scope problem (2007-02-05) http://python.org/sf/1652387 closed by kkelchev

Nested Objects scope problem (2007-02-05) http://python.org/sf/1652387 closed by gbrandl

Quitter object masked (2006-05-01) http://python.org/sf/1479785 closed by kbk

Arguments tooltip wrong if def contains tuple (2003-08-20) http://python.org/sf/791968 closed by kbk

subprocess fails on GetStdHandle in interactive GUI (2005-02-17) http://python.org/sf/1124861 closed by astrand

Problems in datetime.c and typeobject.c. (2007-02-07) http://python.org/sf/1653736 closed by loewis

crash / abort during install (2007-02-06) http://python.org/sf/1653753 closed by sandreas41

configure does not check/warn/stop for tk/tcl (2007-02-07) http://python.org/sf/1653757 closed by loewis

popen - docs - wrong order on fileobjects in tuple returned (2007-02-07) http://python.org/sf/1653940 closed by gbrandl

isSequenceType returns True for dict subclasses (<> 2.3) (2006-10-11) http://python.org/sf/1575169 closed by rhettinger

builtin enumerate overflows (2006-06-26) http://python.org/sf/1512504 closed by rhettinger

3.4.1 comparison methods content (2007-02-09) http://python.org/sf/1655683 closed by loewis

email.Generator docs contain a bad off-site link (2007-02-09) http://python.org/sf/1655800 closed by loewis

--enable-shared links extensions to libpython statically (2006-11-22) http://python.org/sf/1600860 closed by loewis

Typo in Docs (2007-02-09) http://python.org/sf/1656078 closed by gbrandl

tarfile.TarFile fileobject use needs clarification (2007-02-10) http://python.org/sf/1656581 closed by gustaebel

decimals compare badly to floats (2007-02-01) http://python.org/sf/1650053 closed by rhettinger

XMLGenerator.startElementNS dies on EMPTY_NAMESPACE attribut (2003-11-23) http://python.org/sf/847665 closed by loewis

random.betavariate(-0,5, -0,5) (2007-02-12) http://python.org/sf/1658430 closed by gbrandl

New / Reopened RFE


[PATCH] Debuggers need a way to change the locals of a frame (2007-02-07) http://python.org/sf/1654367 opened by Fabio Zadrozny

dict(key,values) initializer (2007-02-10) http://python.org/sf/1656538 opened by George Sakkis

Drop-Handler for Python files (2007-02-10) http://python.org/sf/1656675 opened by Marek Kubica

RFE Closed


itertools.count wraps around after maxint (2005-10-13) http://python.org/sf/1326277 closed by rhettinger



More information about the Python-Dev mailing list