[Python-Dev] Weekly Python Patch/Bug Summary
Kurt B. Kaiser
kbk at shore.net
Thu Apr 7 04:12:08 CEST 2005
Patch / Bug Summary
___________________
Patches : 308 open (+11) / 2819 closed ( +7) / 3127 total (+18)
Bugs : 882 open (+11) / 4913 closed (+13) / 5795 total (+24)
RFE : 176 open ( +1) / 151 closed ( +1) / 327 total ( +2)
New / Reopened Patches
______________________
improvement of the script adaptation for the win32 platform (2005-03-30)
http://python.org/sf/1173134 opened by Vivian De Smedt
unicodedata docstrings (2005-03-30)
CLOSED http://python.org/sf/1173245 opened by Jeremy Yallop
__slots__ for subclasses of variable length types (2005-03-30)
http://python.org/sf/1173475 opened by Michael Hudson
Python crashes in pyexpat.c if malformed XML is parsed (2005-03-31)
http://python.org/sf/1173998 opened by pdecat
hierarchical regular expression (2005-04-01)
CLOSED http://python.org/sf/1174589 opened by Chris Ottrey
site enhancements (2005-04-01)
http://python.org/sf/1174614 opened by Bob Ippolito
Export more libreadline API functions (2005-04-01)
http://python.org/sf/1175004 opened by Bruce Edge
Export more libreadline API functions (2005-04-01)
CLOSED http://python.org/sf/1175048 opened by Bruce Edge
Patch for whitespace enforcement (2005-04-01)
CLOSED http://python.org/sf/1175070 opened by Guido van Rossum
Allow weak referencing of classic classes (2005-04-03)
http://python.org/sf/1175850 opened by Greg Chapman
threading.Condition.wait() return value indicates timeout (2005-04-03)
http://python.org/sf/1175933 opened by Martin Blais
Make subprocess.Popen support file-like objects (win) (2005-04-03)
http://python.org/sf/1175984 opened by Nicolas Fleury
Implemented new 'class foo():pass' syntax (2005-04-03)
http://python.org/sf/1176019 opened by logistix
locale._build_localename treatment for utf8 (2005-04-05)
http://python.org/sf/1176504 opened by Hye-Shik Chang
Clarify unicode.(en|de)code.() docstrings (2005-04-04)
CLOSED http://python.org/sf/1176578 opened by Brett Cannon
UTF-8-Sig codec (2005-04-05)
http://python.org/sf/1177307 opened by Walter Dörwald
Complex commented (2005-04-06)
http://python.org/sf/1177597 opened by engelbert gruber
explicit sign variable for longs (2005-04-06)
http://python.org/sf/1177779 opened by Michael Hudson
Patches Closed
______________
unicodedata docstrings (2005-03-30)
http://python.org/sf/1173245 closed by perky
hierarchical regular expression (2005-04-01)
http://python.org/sf/1174589 closed by loewis
Export more libreadline API functions (2005-04-01)
http://python.org/sf/1175048 closed by loewis
Patch for whitespace enforcement (2005-04-01)
http://python.org/sf/1175070 closed by gvanrossum
ast for decorators (2005-03-21)
http://python.org/sf/1167709 closed by nascheme
[ast branch] unicode literal fixes (2005-03-25)
http://python.org/sf/1170272 closed by nascheme
Clarify unicode.(en|de)code.() docstrings (2005-04-04)
http://python.org/sf/1176578 closed by bcannon
New / Reopened Bugs
___________________
very minor doc bug in 'listsort.txt' (2005-03-30)
CLOSED http://python.org/sf/1173407 opened by gyrof
quit should quit (2005-03-30)
CLOSED http://python.org/sf/1173637 opened by Matt Chaput
multiple broken links in profiler docs (2005-03-30)
http://python.org/sf/1173773 opened by Ilya Sandler
Reading /dev/zero causes SystemError (2005-04-01)
http://python.org/sf/1174606 opened by Adam Olsen
subclassing ModuleType and another built-in type (2005-04-01)
http://python.org/sf/1174712 opened by Armin Rigo
PYTHONPATH is not working (2005-04-01)
CLOSED http://python.org/sf/1174795 opened by Alexander Belchenko
property example code error (2005-04-01)
http://python.org/sf/1175022 opened by John Ridley
import statement likely to crash if module launches threads (2005-04-01)
http://python.org/sf/1175194 opened by Jeff Stearns
python hangs if import statement launches threads (2005-04-01)
CLOSED http://python.org/sf/1175202 opened by Jeff Stearns
codecs.readline sometimes removes newline chars (2005-04-02)
CLOSED http://python.org/sf/1175396 opened by Irmen de Jong
poorly named variable in urllib2.py (2005-04-03)
http://python.org/sf/1175848 opened by Roy Smith
StringIO and cStringIO don't provide 'name' attribute (2005-04-03)
http://python.org/sf/1175967 opened by logistix
compiler module didn't get updated for "class foo():pass" (2005-04-03)
http://python.org/sf/1176012 opened by logistix
Python garbage collector isn't detecting deadlocks (2005-04-04)
CLOSED http://python.org/sf/1176467 opened by Nathan Marushak
Readline segfault (2005-04-05)
http://python.org/sf/1176893 opened by Walter Dörwald
[PyPI] Password reset problem. (2005-04-05)
CLOSED http://python.org/sf/1177077 opened by Darek Suchojad
random.py/os.urandom robustness (2005-04-05)
http://python.org/sf/1177468 opened by Fazal Majid
error locale.getlocale() with LANGUAGE=eu_ES (2005-04-06)
CLOSED http://python.org/sf/1177674 opened by Zunbeltz Izaola
Exec Inside A Function (2005-04-06)
http://python.org/sf/1177811 opened by Andrew Wilkinson
(?(id)yes|no) only works when referencing the first group (2005-04-06)
http://python.org/sf/1177831 opened by André Malo
Iterator on Fileobject gives no MemoryError (2005-04-06)
http://python.org/sf/1177964 opened by Folke Lemaitre
cgitb.py support for frozen images (2005-04-06)
http://python.org/sf/1178136 opened by Barry Alan Scott
urllib.py overwrite HTTPError code with 200 (2005-04-06)
http://python.org/sf/1178141 opened by Barry Alan Scott
urllib2.py assumes 206 is an error (2005-04-06)
http://python.org/sf/1178145 opened by Barry Alan Scott
cgitb.py report wrong line number (2005-04-07)
http://python.org/sf/1178148 opened by Barry Alan Scott
Bugs Closed
___________
The readline module can cause python to segfault (2005-03-19)
http://python.org/sf/1166660 closed by mwh
very minor doc bug in 'listsort.txt' (2005-03-30)
http://python.org/sf/1173407 closed by rhettinger
Property access with decorator makes interpreter crash (2005-03-17)
http://python.org/sf/1165306 closed by mwh
"cmp" should be "key" in sort doc (2005-03-29)
http://python.org/sf/1172581 closed by rhettinger
why should URL be required for all packages (2005-03-25)
http://python.org/sf/1170424 closed by loewis
Possible windows+python bug (2005-03-22)
http://python.org/sf/1168427 closed by holo9
quit should quit (2005-03-30)
http://python.org/sf/1173637 closed by loewis
PYTHONPATH is not working (2005-04-01)
http://python.org/sf/1174795 closed by bcannon
python hangs if import statement launches threads (2005-04-02)
http://python.org/sf/1175202 closed by loewis
codecs.readline sometimes removes newline chars (2005-04-02)
http://python.org/sf/1175396 closed by doerwalter
Python garbage collector isn't detecting deadlocks (2005-04-04)
http://python.org/sf/1176467 closed by nascheme
[PyPI] Password reset problem. (2005-04-05)
http://python.org/sf/1177077 closed by jafo
Minor error in section 3.2 (2005-03-11)
http://python.org/sf/1161595 closed by jyby
error locale.getlocale() with LANGUAGE=eu_ES (2005-04-06)
http://python.org/sf/1177674 closed by perky
New / Reopened RFE
__________________
add "reload" function (2005-04-03)
http://python.org/sf/1175686 opened by paul rubin
Add a settimeout to ftplib.FTP object (2005-04-06)
http://python.org/sf/1177998 opened by Juan Antonio Valiño García
RFE Closed
__________
file() on a file (2005-03-03)
http://python.org/sf/1155485 closed by loewis
More information about the Python-Dev
mailing list