[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)
Kurt B. Kaiser kbk at shore.net
Thu Mar 1 05:02:12 CET 2007
- Previous message: [Python-Dev] with_traceback
- Next message: [Python-Dev] Windows compiler for Python 2.6+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patch / Bug Summary
Patches : 416 open ( +8) / 3593 closed ( +8) / 4009 total (+16) Bugs : 974 open ( +6) / 6520 closed (+15) / 7494 total (+21) RFE : 268 open ( +1) / 251 closed ( +0) / 519 total ( +1)
New / Reopened Patches
Allow specifying headers for MIME parts (2007-02-23) http://python.org/sf/1666625 opened by Jörg Sonnenberger
Time zone-capable variant of time.localtime (2007-02-24) http://python.org/sf/1667546 opened by Paul Boddie
urllib2 raises an UnboundLocalError if "auth-int" is the qop (2007-02-24) http://python.org/sf/1667860 opened by Atul Varma
urllib2.urlopen() raises OSError instead of URLError (2007-02-24) http://python.org/sf/1668100 opened by Jerry Seutter
Fix for 767111, 'AttributeError thrown by urllib.open_http' (2007-02-25) http://python.org/sf/1668132 opened by Atul Varma
don't use '-' and '_' in mkstemp (2007-02-25) http://python.org/sf/1668482 opened by Arvin Schnell
bytes.fromhex() (2007-02-26) CLOSED http://python.org/sf/1669379 opened by Georg Brandl
subprocess: Support close_fds on Win32 (2007-02-26) http://python.org/sf/1669481 opened by Jon Foster
Change (fix!) os.path.isabs() semantics on Win32 (2007-02-26) http://python.org/sf/1669539 opened by Jon Foster
methods for bytes (2007-02-27) CLOSED http://python.org/sf/1669633 opened by Pete Shinners
Remove Py_PROTO from socket in py3k (2007-02-27) CLOSED http://python.org/sf/1670209 opened by Pete Shinners
email.Generator: no header wrapping for multipart/signed (2007-02-28) http://python.org/sf/1670765 opened by Martin von Gagern
Refactor test_threadedtempfile.py to use unittest. (2007-02-28) http://python.org/sf/1670993 opened by Jerry Seutter
Class Decorators (2007-02-28) http://python.org/sf/1671208 opened by Jack Diederich
Refactor test_class to use unittest lib (2007-02-28) http://python.org/sf/1671298 opened by Mike Verdone
New File I/O type for Python 3000, plus .h and unit tests (2007-02-28) http://python.org/sf/1671314 opened by Daniel Stutzbach
Patches Closed
setuptools: avoid sets module for python>2.3 (2007-02-19) http://python.org/sf/1663226 closed by pje
documentation for element interface (2007-02-11) http://python.org/sf/1657613 closed by fdrake
fast subclasses of builtin types (2006-12-28) http://python.org/sf/1624059 closed by nnorwitz
bytes.fromhex() (2007-02-26) http://python.org/sf/1669379 closed by gbrandl
Optional Argument Syntax (2006-12-02) http://python.org/sf/1607548 closed by gvanrossum
methods for bytes (2007-02-26) http://python.org/sf/1669633 closed by nnorwitz
Remove Py_PROTO from socket in py3k (2007-02-27) http://python.org/sf/1670209 closed by nnorwitz
The Unicode "lazy strings" patches (2007-01-06) http://python.org/sf/1629305 closed by gvanrossum
New / Reopened Bugs
Calling tparm from extension lib fails in Python 2.5 (2007-02-13) http://python.org/sf/1659171 reopened by richyk
shutil.copytree doesn't preserve directory permissions (2007-02-22) http://python.org/sf/1666318 opened by Jeff McNeil
Incorrect file path reported by inspect.getabsfile() (2007-02-23) http://python.org/sf/1666807 opened by Fernando Pérez
terminalcommand doesn't work under Darwin (2007-02-23) http://python.org/sf/1666952 opened by Jurjen N.E. Bos
Install fails with no error (2007-02-24) http://python.org/sf/1667877 reopened by widgeteye
Install fails with no error (2007-02-24) http://python.org/sf/1667877 opened by larry
PyMem_Realloc docs don't specifiy out-of-mem behavior (2007-02-24) http://python.org/sf/1668032 opened by Daniel Stutzbach
PyMem_Resize docs don't specify that it modifies an argument (2007-02-24) http://python.org/sf/1668036 opened by Daniel Stutzbach
python-2.4.4 on freebsd-6: _curses extension doesn't build (2007-02-25) CLOSED http://python.org/sf/1668133 opened by clemens fischer
Strange unicode behaviour (2007-02-25) CLOSED http://python.org/sf/1668295 reopened by sgala
Strange unicode behaviour (2007-02-25) CLOSED http://python.org/sf/1668295 opened by Santiago Gala
I can't change attribute op in new-style classes (2007-02-25) CLOSED http://python.org/sf/1668540 opened by netimen
inspect.getargspec() fails with keyword-only arguments (2007-02-25) http://python.org/sf/1668565 opened by Brett Cannon
distutils chops the first character of filenames (2007-02-25) http://python.org/sf/1668596 opened by Sam Pointon
PyErr_WriteUnraisable lacks exception type check (2007-02-26) CLOSED http://python.org/sf/1669182 opened by Gabriel Becedillas
Clarify PyMem_Realloc and PyMem_Resize docs (2007-02-26) http://python.org/sf/1669304 opened by Steven Bethard
document that shutil.copyfileobj does not seek() (2007-02-26) http://python.org/sf/1669331 opened by Steven Bethard
make install fails if no previous Python installation (2007-02-26) http://python.org/sf/1669349 opened by Matthias S. Benkmann
2.4.4 Logging LogRecord attributes broken (2007-02-26) http://python.org/sf/1669498 opened by Glenn Murray
2.4.4 Logging LogRecord attributes broken (2007-02-26) CLOSED http://python.org/sf/1669578 opened by Glenn Murray
Some Compiler Warnings on VC6 (2007-02-27) http://python.org/sf/1669637 opened by Hirokazu Yamamoto
2.4.4 Logging LogRecord attributes broken (2007-02-26) CLOSED http://python.org/sf/1669646 opened by Glenn Murray
Python needs a way to detect implementation (2007-02-27) http://python.org/sf/1669743 opened by Kay Hayen
slice obj with no start index is 0 instead of None sometimes (2007-02-28) http://python.org/sf/1671137 opened by Mike Verdone
Bugs Closed
finditer stuck in infinite loop (2007-02-16) http://python.org/sf/1661745 closed by gbrandl
python-2.4.4 on freebsd-6: _curses extension doesn't build (2007-02-25) http://python.org/sf/1668133 closed by loewis
Strange unicode behaviour (2007-02-25) http://python.org/sf/1668295 closed by gbrandl
Strange unicode behaviour (2007-02-25) http://python.org/sf/1668295 closed by gbrandl
crash in exec statement if uncode filename cannot be decoded (2007-02-21) http://python.org/sf/1664966 closed by jhylton
sys.settrace cause curried parms to show up as attributes (2006-10-02) http://python.org/sf/1569356 closed by jhylton
I can't change attribute op in new-style classes (2007-02-25) http://python.org/sf/1668540 closed by gbrandl
nested variables in 'class:' statements (2003-09-22) http://python.org/sf/810714 closed by jhylton
os.wait child process fail when under stress (2007-02-13) http://python.org/sf/1658959 closed by thegroff
mention side-lists from python-dev description (2007-01-03) http://python.org/sf/1627039 closed by jhylton
minor inconsistency in socket.close (2006-12-22) http://python.org/sf/1620945 closed by jhylton
PyErr_WriteUnraisable lacks exception type check (2007-02-26) http://python.org/sf/1669182 closed by nnorwitz
2.4.4 Logging LogRecord attributes broken (2007-02-26) http://python.org/sf/1669578 closed by nnorwitz
2.4.4 Logging LogRecord attributes broken (2007-02-26) http://python.org/sf/1669646 closed by nnorwitz
New / Reopened RFE
isinstance.doc is somewhat irritating (2007-02-27) http://python.org/sf/1670167 opened by René Fleschenberg
- Previous message: [Python-Dev] with_traceback
- Next message: [Python-Dev] Windows compiler for Python 2.6+
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]