[Python-Dev] Weekly Python Bug/Patch Summary
Kurt B. Kaiser
kbk at shore.net
Tue Mar 16 01:36:27 EST 2004
Patch / Bug Summary
___________________
Patches : 251 open ( +1) / 2332 closed (+10) / 2583 total (+11)
Bugs : 739 open ( +6) / 3921 closed ( +7) / 4660 total (+13)
RFE : 128 open ( -3) / 123 closed ( +4) / 251 total ( +1)
New / Reopened Patches
______________________
Highlight builtins (2003-09-13)
CLOSED http://python.org/sf/805830 reopened by kbk
HTMLParser should support entities in attributes (2004-03-08)
http://python.org/sf/912410 opened by Aaron Swartz
add phi as a constant in math module (2004-03-08)
CLOSED http://python.org/sf/912452 opened by Lars R. Damerow
latex compile error in current CVS (2004-03-09)
CLOSED http://python.org/sf/912462 opened by George Yoshida
Little (improvement and standarization) to asyncore. (2004-03-11)
http://python.org/sf/914096 opened by alejandro david weil
Fix readline for utf-8 locales (2004-03-11)
http://python.org/sf/914291 opened by Michal Čihař
gzip.GzipFile to accept stream as fileobj. (2004-03-11)
http://python.org/sf/914340 opened by Igor Belyi
gzip.GzipFile to accept stream as fileobj. (2004-03-11)
CLOSED http://python.org/sf/914358 opened by Igor Belyi
Make history recall a-cyclic (2004-03-12)
http://python.org/sf/914546 opened by Noam Raphael
difflib side by side diff support, diff.py s/b/s HTML option (2004-03-11)
http://python.org/sf/914575 opened by Dan Gass
list.__setitem__(slice) behavior (2004-01-08)
CLOSED http://python.org/sf/873305 reopened by jbrandmeyer
Create a freelist for dictionaries (2004-03-14)
http://python.org/sf/916251 opened by Raymond Hettinger
fix for bug #857297 (tarfile and hardlinks) (2004-03-15)
http://python.org/sf/916874 opened by Lars Gustäbel
dict type concat function (2004-03-16)
http://python.org/sf/917095 opened by troy melhase
Patches Closed
______________
Improvements to cStringIO.writelines() (2004-03-01)
http://python.org/sf/907403 closed by rhettinger
Highlight builtins (2003-09-13)
http://python.org/sf/805830 closed by kbk
add phi as a constant in math module (2004-03-08)
http://python.org/sf/912452 closed by rhettinger
latex compile error in current CVS (2004-03-09)
http://python.org/sf/912462 closed by perky
gzip.GzipFile to accept stream as fileobj. (2004-03-11)
http://python.org/sf/914358 closed by belyi
Port tests to unittest (Part 2) (2003-05-13)
http://python.org/sf/736962 closed by doerwalter
robot.txt must be robots.txt (2004-03-07)
http://python.org/sf/911431 closed by rhettinger
Fix typos in pystate.h comments (2004-02-28)
http://python.org/sf/906501 closed by rhettinger
trace.py: simple bug in write_results_file (2004-01-08)
http://python.org/sf/873211 closed by rhettinger
list.__setitem__(slice) behavior (2004-01-08)
http://python.org/sf/873305 closed by rhettinger
Add start and end optional args to array.index (2004-01-02)
http://python.org/sf/869688 closed by rhettinger
Replace backticks with repr() (2003-12-01)
http://python.org/sf/852334 closed by doerwalter
New / Reopened Bugs
___________________
Unable to overwrite file with findertools.move (2004-03-09)
http://python.org/sf/912747 opened by Benjamin Schollnick
AskFolder (EasyDialogs) does not work? (2004-03-09)
http://python.org/sf/912758 opened by Benjamin Schollnick
urllib2 checks for http return code 200 only. (2004-03-09)
http://python.org/sf/912845 opened by Ahmed F.
7.5.6 Thread Objects is too vague (2004-03-09)
http://python.org/sf/912943 opened by Roy Smith
PythonLauncher-run scripts have funny $CWD (2004-03-10)
http://python.org/sf/913581 opened by Jack Jansen
httplib: HTTPS does not close() connection properly (2004-03-10)
http://python.org/sf/913619 opened by rick
smtplib module : fatal error with unresolved hostname (2004-03-10)
CLOSED http://python.org/sf/913698 opened by Zarro
xml.sax segfault on error (2004-03-11)
http://python.org/sf/914148 opened by Adam Sampson
modulefinder is not documented (2004-03-11)
http://python.org/sf/914375 opened by Fred L. Drake, Jr.
CFStringGetUnicode() returns null-terminated unicode string (2004-03-14)
http://python.org/sf/915942 opened by has
Improving MacPython's IAC support (2004-03-14)
http://python.org/sf/916013 opened by has
add a stronger PRNG (2004-03-16)
http://python.org/sf/917055 opened by paul rubin
warnings.py does not define _test() (2004-03-15)
http://python.org/sf/917108 opened by Aahz
Bugs Closed
___________
Unknown color name on HP-UX (2004-02-16)
http://python.org/sf/897872 closed by kbk
Exceptions when a thread exits (2003-06-14)
http://python.org/sf/754449 closed by bcannon
test_coercion fails on AIX (2003-01-31)
http://python.org/sf/678265 closed by nascheme
copy.copy fails for array.array (2004-03-06)
http://python.org/sf/910986 closed by rhettinger
strftime ignores date format on winxp (2004-02-16)
http://python.org/sf/898253 closed by rhettinger
PackMan recursive/force fails on pseudo packages (2003-05-07)
http://python.org/sf/733819 closed by jackjansen
smtplib : module bug with unresolved hostname (2004-03-10)
http://python.org/sf/913698 closed by chaica
New / Reopened RFE
__________________
Generator-support in map() and filter() (2004-03-09)
CLOSED http://python.org/sf/912738 opened by Ragnar Kjørstad
RFE Closed
__________
Generator-support in map() and filter() (2004-03-09)
http://python.org/sf/912738 closed by tim_one
Addition to break and continue (2003-11-21)
http://python.org/sf/846553 closed by gvanrossum
Add copyrange method to array. (2003-04-14)
http://python.org/sf/721061 closed by rhettinger
Minor array module enhancements (2003-02-13)
http://python.org/sf/686323 closed by rhettinger
More information about the Python-Dev
mailing list