Weekly Python Patch/Bug Summary



Patch / Bug Summary
___________________

Patches : 364 open ( +2) / 3769 closed ( +3) / 4133 total ( +5)
Bugs : 986 open (+18) / 6701 closed ( +9) / 7687 total (+27)
RFE : 258 open ( +2) / 287 closed ( +1) / 545 total ( +3)

New / Reopened Patches
______________________

syslog syscall support for SysLogLogger (2007-05-02)
http://python.org/sf/1711603 reopened by luke-jr

Remove backslash escapes from tokanize.c. (2007-05-16)
http://python.org/sf/1720390 opened by Ron Adam

Allow T_BOOL in PyMemberDef definitions (2007-05-17)
http://python.org/sf/1720595 opened by Angelo Mottola

fix 1668596: copy datafiles properly when package_dir is ' ' (2007-05-17)
http://python.org/sf/1720897 opened by Raghuram Devarakonda

Build on QNX (2007-05-20)
http://python.org/sf/1722225 opened by Matt Kraai

Curses Menu (2007-05-21)
http://python.org/sf/1723038 opened by Fabian Frederick

Patches Closed
______________

Removal of Tuple Parameter Unpacking [PEP3113] (2007-03-10)
http://python.org/sf/1678060 closed by bcannon

Class Decorators (2007-02-28)
http://python.org/sf/1671208 closed by jackdied

Allow any mapping after ** in calls (2007-03-23)
http://python.org/sf/1686487 closed by gbrandl

New / Reopened Bugs
___________________

build_clib --build-clib/--build-temp option bugs (2007-05-14)
http://python.org/sf/1718574 opened by Pearu Peterson

glibc error: corrupted double linked list (CPython 2.5.1) (2007-05-14)
http://python.org/sf/1718942 opened by Yang Zhang

new functools (2007-05-15)
http://python.org/sf/1719222 opened by Aaron Brady

Python package support not properly documented (2007-05-15)
http://python.org/sf/1719423 opened by Michael Abbott

tarfile stops expanding with long filenames (2007-05-16)
http://python.org/sf/1719898 opened by Christian Zagrodnick

No docs for PyEval_EvalCode and related functions (2007-05-16)
http://python.org/sf/1719933 opened by Joseph Eagar

sets module documentation: example uses deprecated method (2007-05-16)
CLOSED http://python.org/sf/1719995 opened by Jens Quade

Compiler is not thread safe? (2007-05-16)
http://python.org/sf/1720241 opened by ??PC??

PyGILState_Ensure does not acquires GIL (2007-05-16)
http://python.org/sf/1720250 opened by Kuno Ospald

Tkinter + thread + urllib => crashes? (2007-05-17)
http://python.org/sf/1720705 opened by Hirokazu Yamamoto

docu enhancement for logging.handlers.SysLogHandler (2007-05-17)
http://python.org/sf/1720726 opened by rhunger

Please make sqlite3.Row iterable (2007-05-17)
CLOSED http://python.org/sf/1720959 opened by phil

automatic imports (2007-05-17)
http://python.org/sf/1720992 opened by Juan Manuel Borges Caño

ERROR - Microsoft Visual C++ Runtime Library (2007-05-18)
http://python.org/sf/1721161 reopened by dariounipd

ERROR - Microsoft Visual C++ Runtime Library (2007-05-18)
http://python.org/sf/1721161 opened by darioUniPD

code that writes the PKG-INFO file doesnt handle unicode (2007-05-18)
http://python.org/sf/1721241 opened by Matthias Klose

make testall shows many glibc detected malloc corruptions (2007-05-18)
http://python.org/sf/1721309 reopened by gbrandl

make testall shows many glibc detected malloc corruptions (2007-05-18)
http://python.org/sf/1721309 opened by David Favor

test_bsddb3 malloc corruption (2007-05-18)
CLOSED http://python.org/sf/1721313 opened by David Favor

emphasize iteration volatility for dict (2007-05-18)
CLOSED http://python.org/sf/1721368 opened by Alan

emphasize iteration volatility for set (2007-05-18)
CLOSED http://python.org/sf/1721372 opened by Alan

Small case which hangs (2007-05-18)
http://python.org/sf/1721518 opened by Julian Todd

A subclass of set doesn't always have __init__ called. (2007-05-19)
http://python.org/sf/1721812 opened by David Benbennick

email.FeedParser.BufferedSubFile improperly handles "\r\n" (2007-05-19)
http://python.org/sf/1721862 opened by Sye van der Veen

IDLE hangs in popup method completion (2007-05-19)
http://python.org/sf/1721890 opened by Andy Harrington

NamedTuple security issue (2007-05-20)
CLOSED http://python.org/sf/1722239 reopened by tiran

NamedTuple security issue (2007-05-20)
CLOSED http://python.org/sf/1722239 opened by Christian Heimes

Thread shutdown exception in Thread.notify() (2007-05-20)
http://python.org/sf/1722344 opened by Yang Zhang

urlparse.urlunparse forms file urls incorrectly (2007-05-20)
http://python.org/sf/1722348 opened by Thomas Folz-Donahue

Option -OO doesn't remove docstrings (2007-05-21)
http://python.org/sf/1722485 opened by Grzegorz Adam Hankiewicz

x = [[]]*2; x[0].append doesn't work (2007-05-21)
CLOSED http://python.org/sf/1722956 opened by Jeff Britton

Crash in ctypes callproc function with unicode string arg (2007-05-22)
http://python.org/sf/1723338 opened by Colin Laplace

Bugs Closed
___________

sets module documentation: example uses deprecated method (2007-05-16)
http://python.org/sf/1719995 closed by gbrandl

Please make sqlite3.Row iterable (2007-05-17)
http://python.org/sf/1720959 closed by ghaering

make testall shows many glibc detected malloc corruptions (2007-05-18)
http://python.org/sf/1721309 closed by nnorwitz

test_bsddb3 malloc corruption (2007-05-18)
http://python.org/sf/1721313 closed by gbrandl

emphasize iteration volatility for dict (2007-05-18)
http://python.org/sf/1721368 closed by rhettinger

emphasize iteration volatility for set (2007-05-18)
http://python.org/sf/1721372 closed by rhettinger

__getslice__ changes integer arguments (2007-05-03)
http://python.org/sf/1712236 closed by rhettinger

Docstring for site.addpackage() is incorrect (2007-04-09)
http://python.org/sf/1697215 closed by gbrandl

yield+break stops tracing (2006-10-24)
http://python.org/sf/1583862 closed by luks

NamedTuple security issue (2007-05-20)
http://python.org/sf/1722239 closed by rhettinger

NamedTuple security issue (2007-05-20)
http://python.org/sf/1722239 closed by rhettinger

x = [[]]*2; x[0].append doesn't work (2007-05-21)
http://python.org/sf/1722956 closed by gbrandl

New / Reopened RFE
__________________

Add File - Reload (2007-05-17)
http://python.org/sf/1721083 opened by Raymond Hettinger

RFE Closed
__________

Cannot use dict with unicode keys as keyword arguments (2007-05-03)
http://python.org/sf/1712419 closed by gbrandl

.



Relevant Pages

  • Re: Isotope decay chains
    ... but what about if that decay chain existed? ... i sayed that Pt cannot become Gold (the real gold only may be ... it is in thise cases of which there is a single alpha particle ... (acording to feuerbachers undestandings ...
    (sci.physics)
  • Weekly Python Patch/Bug Summary
    ... -q (quiet) option for python interpreter ... New / Reopened Bugs ... http://python.org/sf/1721161 closed by gbrandl ...
    (comp.lang.python)
  • Weekly Python Patch/Bug Summary
    ... http://python.org/sf/1646432 opened by Tal Einat ... http://python.org/sf/1644218 closed by gbrandl ... New / Reopened Bugs ... http://python.org/sf/1648890 opened by Johannes Abt ...
    (comp.lang.python)
  • Weekly Python Patch/Bug Summary
    ... Patch / Bug Summary ... New / Reopened Patches ... New / Reopened Bugs ... http://python.org/sf/1560179 reopened by gbrandl ...
    (comp.lang.python)
  • Re: Damn you, FEDEX! or Nikon D40 lost in Springfield, MO blackhole.
    ... the 2 mp Mavica he had been using with a Nikon D40. ... After shopping around, he got me to order one for him. ... The shipper had it insured, but from what I have read it could take weeks to sort this crap out. ... You may get your insurance from FedEx and a couple weeks later they find it and deliver it. ...
    (alt.photography)