List Info

Thread: Weekly Python Patch/Bug Summary




Weekly Python Patch/Bug Summary
user name
2007-07-18 01:30:16
Patch / Bug Summary
___________________

Patches :  394 open ( +2) /  3827 closed (+35) /  4221 total
(+37)
Bugs    : 1046 open ( +4) /  6773 closed (+16) /  7819 total
(+20)
RFE     :  262 open ( -1) /   293 closed ( +1) /   555 total
( +0)

New / Reopened Patches
______________________

make build_opener raise exception when not passed a handler 
(2007-07-10)
CLOSED http://python.org/sf/175
0931  opened by  Robert Renaud

struni: fix for test_cmd_line  (2007-07-10)
CLOSED http://python.org/sf/175
1493  opened by  Christian Heimes

struni: Replace assert_(==) with failUnlessEqual 
(2007-07-11)
CLOSED http://python.org/sf/175
1515  opened by  Christian Heimes

curses - new window methods: addchstr and addchnstr 
(2007-07-11)
       http://python.org/sf/175
1519  opened by  Wojciech Mula

Dict comprehensions  (2007-07-11)
CLOSED http://python.org/sf/175
1800  opened by  Thomas Wouters

Patch for Windows build  (2007-07-11)
CLOSED http://python.org/sf/175
1801  opened by  Thomas Heller

struni: gettext fixes  (2007-07-11)
CLOSED http://python.org/sf/175
1958  opened by  Christian Heimes

Typo in Lib/lib-tk/ScrolledText.py  (2007-07-11)
CLOSED http://python.org/sf/175
1965  opened by  Ali Gholami Rudi

opcode.h incorrectly describes arg of SETUP_*  (2007-07-11)
CLOSED http://python.org/sf/175
2132  opened by  Christopher Tur Lesniewski-Laas

Use the bytes type in asynchat  (2007-07-11)
CLOSED http://python.org/sf/175
2173  opened by  Alexandre Vassalotti

fixing 2.5.1 build with unicode and dynamic loading disabled
 (2007-07-11)
       http://python.org/sf/175
2175  opened by  Alexander Neundorf

PyHeapTypeObject fix  (2007-07-11)
       http://python.org/sf/175
2184  opened by  Thomas Heller

struni: for for poll, pep263, bigmem and a bit pickletool  
(2007-07-11)
CLOSED http://python.org/sf/175
2195  opened by  Christian Heimes

struni: _fileio fixes for Windows  (2007-07-11)
CLOSED http://python.org/sf/175
2225  opened by  Amaury Forgeot d'Arc

Use the Unicode API in dlmodule.c  (2007-07-11)
CLOSED http://python.org/sf/175
2229  opened by  Alexandre Vassalotti

urllib2 1750931 alternative patch  (2007-07-12)
CLOSED http://python.org/sf/175
2270  opened by  John J Lee

reference leak in _PyUnicode_AsDefaultEncodedString 
(2007-07-12)
CLOSED http://python.org/sf/175
2317  opened by  Amaury Forgeot d'Arc

getaddrinfo no longer used in httplib  (2007-07-12)
       http://python.org/sf/175
2332  opened by  John J Lee

fix failing unit tests in mmap in struni branch 
(2007-07-12)
CLOSED http://python.org/sf/175
2647  opened by  Joe Gregorio

chown() does not handle UID > INT_MAX  (2007-07-12)
       http://python.org/sf/175
2703  opened by  Andrew Ferguson

Add RegEnableReflectionKey and RegDisableReflectionKey 
(2007-07-13)
       http://python.org/sf/175
3245  opened by  Mark Hammond

Lib/regrtest.py -x 'test_xxx' does not work  (2007-07-13)
CLOSED http://python.org/sf/175
3310  opened by  Thomas Heller

test_urllib2.test_fie passes  (2007-07-13)
CLOSED http://python.org/sf/175
3889  opened by  Hasan Diwan

Tighter co_stacksize computation in stackdepth_walk 
(2007-07-14)
       http://python.org/sf/175
4094  opened by  Christopher Tur Lesniewski-Laas

Deprecation warning for `backticks`  (2007-07-15)
       http://python.org/sf/175
4271  opened by  Tom Lee

Deprecation warning for <> (NOTEQUAL)  (2007-07-15)
       http://python.org/sf/175
4273  opened by  Tom Lee

struni: Bytes support for TextIOWrapper.write()  
(2007-07-15)
CLOSED http://python.org/sf/175
4339  opened by  Christian Heimes

linecache package handling  (2007-07-15)
       http://python.org/sf/175
4483  opened by  Kevin Goodsell

struni: Various patches for windows  (2007-07-16)
CLOSED http://python.org/sf/175
4484  opened by  Amaury Forgeot d'Arc

Non-portable address length calculation for AF_UNIX sockets 
(2007-07-16)
       http://python.org/sf/175
4489  opened by  Vlado Handziski

urllib2 tests pass  (2007-07-16)
       http://python.org/sf/175
5133  opened by  Hasan Diwan

struni: corrections for test_cProfile  (2007-07-17)
CLOSED http://python.org/sf/175
5176  opened by  Amaury Forgeot d'Arc

struni: corrections in ftplib  (2007-07-17)
CLOSED http://python.org/sf/175
5206  opened by  Amaury Forgeot d'Arc

struni: correction for sockets on win32  (2007-07-17)
CLOSED http://python.org/sf/175
5214  opened by  Amaury Forgeot d'Arc

struni: correction for _winreg module  (2007-07-17)
CLOSED http://python.org/sf/175
5229  opened by  Amaury Forgeot d'Arc

Patch for [ 735515 ] urllib2 should cache 301 redir 
(2007-07-18)
       http://python.org/sf/175
5841  opened by  O.R.Senthil krishnaan

Show Location of Unicode Escape Errors  (2007-07-18)
       http://python.org/sf/175
5885  opened by  Kurt B. Kaiser

Patches Closed
______________

make build_opener raise exception when not passed a handler 
(2007-07-10)
       http://python.org/sf/175
0931  closed by  gbrandl

struni: fix for test_cmd_line  (2007-07-10)
       http://python.org/sf/175
1493  closed by  gvanrossum

struni: Replace assert_(==) with failUnlessEqual 
(2007-07-10)
       http://python.org/sf/175
1515  closed by  gvanrossum

Dict comprehensions  (2007-07-11)
       http://python.org/sf/175
1800  closed by  twouters

Patch for Windows build  (2007-07-11)
       http://python.org/sf/175
1801  closed by  theller

Patch for PEP 3109  (2007-05-06)
       http://python.org/sf/171
3889  closed by  gvanrossum

Implementation of abstractmethod for PEP 3119  (2007-04-24)
       http://python.org/sf/170
6989  closed by  gvanrossum

struni: gettext fixes  (2007-07-11)
       http://python.org/sf/175
1958  closed by  gvanrossum

Typo in Lib/lib-tk/ScrolledText.py  (2007-07-11)
       http://python.org/sf/175
1965  closed by  gbrandl

opcode.h incorrectly describes arg of SETUP_*  (2007-07-11)
       http://python.org/sf/175
2132  closed by  gbrandl

Use the bytes type in asynchat  (2007-07-11)
       http://python.org/sf/175
2173  closed by  gvanrossum

struni: for for poll, pep263, bigmem and a bit pickletool  
(2007-07-11)
       http://python.org/sf/175
2195  closed by  gvanrossum

struni: _fileio fixes for Windows  (2007-07-11)
       http://python.org/sf/175
2225  closed by  theller

Use the Unicode API in dlmodule.c  (2007-07-11)
       http://python.org/sf/175
2229  closed by  gvanrossum

urllib2 1750931 alternative patch  (2007-07-11)
       http://python.org/sf/175
2270  closed by  gbrandl

reference leak in _PyUnicode_AsDefaultEncodedString 
(2007-07-11)
       http://python.org/sf/175
2317  closed by  gvanrossum

binary and new-style octal literals  (2007-03-14)
       http://python.org/sf/168
1002  closed by  twouters

Patch inspect.py for IronPython / Jython Compatibility 
(2007-06-19)
       http://python.org/sf/173
9696  closed by  gbrandl

Fix selectmodule.c compilation on GNU/Hurd  (2007-06-11)
       http://python.org/sf/173
5030  closed by  gbrandl

Patch to vs 2005 build  (2007-05-26)
       http://python.org/sf/172
6195  closed by  gbrandl

Datetime enhancements  (2007-02-21)
       http://python.org/sf/166
5292  closed by  gbrandl

'%G' string formatting doesn't catch same errors as '%g' 
(2007-03-05)
       http://python.org/sf/167
3759  closed by  gbrandl

Improve doc for time.strptime  (2007-06-05)
       http://python.org/sf/173
1659  closed by  gbrandl

Expect skips by platform  (2007-06-05)
       http://python.org/sf/173
1169  closed by  gbrandl

Zipfile tweaks and test coverage improvement  (2007-03-07)
       http://python.org/sf/167
5424  closed by  gbrandl

fix failing unit tests in mmap in struni branch 
(2007-07-12)
       http://python.org/sf/175
2647  closed by  gvanrossum

Lib/regrtest.py -x 'test_xxx' does not work  (2007-07-13)
       http://python.org/sf/175
3310  closed by  gbrandl

test_urllib2.test_fie passes  (2007-07-13)
       http://python.org/sf/175
3889  closed by  gvanrossum

struni: Bytes support for TextIOWrapper.write()  
(2007-07-15)
       http://python.org/sf/175
4339  closed by  gvanrossum

struni: Various patches for windows  (2007-07-15)
       http://python.org/sf/175
4484  closed by  gvanrossum

struni: corrections for test_cProfile  (2007-07-16)
       http://python.org/sf/175
5176  closed by  gvanrossum

struni: corrections in ftplib  (2007-07-16)
       http://python.org/sf/175
5206  closed by  gvanrossum

struni: correction for sockets on win32  (2007-07-16)
       http://python.org/sf/175
5214  closed by  gvanrossum

struni: correction for _winreg module  (2007-07-16)
       http://python.org/sf/175
5229  closed by  gvanrossum

New / Reopened Bugs
___________________

Popen pipe file descriptor leak on OSError in init 
(2007-07-10)
       http://python.org/sf/175
1245  opened by  Justin Francis

struni: str() doesn't call __str__() of subclasses of str 
(2007-07-11)
       http://python.org/sf/175
1598  opened by  Christian Heimes

struni: Three ctypes tests are SEGFAULTing  (2007-07-11)
CLOSED http://python.org/sf/175
1885  opened by  Christian Heimes

struni: help() is broken  (2007-07-11)
       http://python.org/sf/175
1932  opened by  Christian Heimes

tkFileDialog closes Python when used  (2007-07-11)
       http://python.org/sf/175
2252  opened by  ferrari24

RotatingFileHandler.doRollover behave wrong vs. log4j's 
(2007-07-12)
       http://python.org/sf/175
2539  opened by  Jin Qing

email.message_from_string: initial line gets discarded 
(2007-07-12)
CLOSED http://python.org/sf/175
2723  opened by  David Webster

Exception in HTMLParser for special JavaScript code 
(2007-07-12)
       http://python.org/sf/175
2919  opened by  Eugine Kosenko

Open always create new tab or new browser  (2007-07-13)
       http://python.org/sf/175
3371  opened by  Ilan Peleg

struni: assertion in Windows debug build  (2007-07-13)
       http://python.org/sf/175
3395  opened by  Thomas Heller

subprocess.check_call() new in 2.5  (2007-07-13)
CLOSED http://python.org/sf/175
3406  opened by  Yitz Gale

base64 "legacy" functions violate RFC 3548 
(2007-07-13)
       http://python.org/sf/175
3718  opened by  Paul Winkler

xmlrpclib.Binary doesn't say which base64 spec it implements
 (2007-07-13)
       http://python.org/sf/175
3732  opened by  Paul Winkler

subprocess raising "No Child Process" OSError 
(2007-07-13)
       http://python.org/sf/175
3891  opened by  slowfood

Docstring for codecs.lookup is incorrect  (2007-07-15)
       http://python.org/sf/175
4453  opened by  Omari Norman

"yield" causes strange behaviour  (2007-07-16)
CLOSED http://python.org/sf/175
4456  opened by  Miki Tebeka

subprocess.Popen.wait fails sporadically with threads 
(2007-07-16)
       http://python.org/sf/175
4642  opened by  Geoffrey Bache

document default values for sort parameters  (2007-07-16)
       http://python.org/sf/175
5097  opened by  Ilya Sandler

subprocess raising "No Child Process" OSError 
(2007-07-16)
CLOSED http://python.org/sf/175
5150  opened by  slowfood

Deadlocks with fork() and multithreading  (2007-07-16)
       http://python.org/sf/175
5179  opened by  Vanco Buca

Problem with socket.gethostbyaddr() and KeyboardInterrupt 
(2007-07-17)
       http://python.org/sf/175
5388  opened by  STINNER Victor

Bugs Closed
___________

Bad documentation of SMTPException  (2007-04-05)
       http://python.org/sf/169
4950  closed by  quiver

Python-2.5.1.tar.bz2 build failed at Centos-4.5 server 
(2007-06-17)
       http://python.org/sf/173
8559  closed by  loewis

os.getlogin should use the DISPLAY and not the tty 
(2007-07-08)
       http://python.org/sf/175
0013  closed by  loewis

struni: Three ctypes tests are SEGFAULTing  (2007-07-11)
       http://python.org/sf/175
1885  closed by  tiran

string and unicode formatting are missing a test for
"G"  (2007-03-05)
       http://python.org/sf/167
3757  closed by  gbrandl

PCbuild8/pcbuild.sln is missing "_socket"
sub-project  (2007-04-15)
       http://python.org/sf/170
0865  closed by  gbrandl

test_sqlite fails on OSX G5 arch if test_ctypes is run 
(2006-10-21)
       http://python.org/sf/158
1906  closed by  theller

email.message_from_string: initial line gets discarded 
(2007-07-12)
       http://python.org/sf/175
2723  closed by  bwarsaw

IDE needs to remember status of interactive window 
(2003-06-22)
       http://python.org/sf/7585
65  closed by  ronaldoussoren

subprocess.check_call() new in 2.5  (2007-07-13)
       http://python.org/sf/175
3406  closed by  gbrandl

Segfault in c_char_p of ctypes  (2007-04-16)
       http://python.org/sf/170
1409  closed by  theller

non-standard: array[0]  (2007-01-31)
       http://python.org/sf/164
9098  closed by  theller

ctypes: problem with large integers  (2007-04-19)
       http://python.org/sf/170
3952  closed by  theller

ctypes documenation obscure and incomplete  (2006-05-09)
       http://python.org/sf/148
4580  closed by  theller

Python 2.5b2 fails to build on Solaris 10 (GCC Compiler) 
(2006-07-26)
       http://python.org/sf/152
9269  closed by  theller

"yield" causes strange behaviour  (2007-07-16)
       http://python.org/sf/175
4456  closed by  tebeka

subprocess raising "No Child Process" OSError 
(2007-07-16)
       http://python.org/sf/175
5150  deleted by  slowfood

RFE Closed
__________

if __name__=='__main__' missing in tutorial  (2007-01-17)
       http://python.org/sf/163
7365  closed by  gbrandl

_______________________________________________
Python-Dev mailing list
Python-Devpython.org
ht
tp://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/p
ython-dev/nessto%40sharedlog.com

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )