473,287 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

Weekly Python Patch/Bug Summary (Revised)

Patch / Bug Summary
___________________

Patches : 391 open ( +7) / 3028 closed (+12) / 3419 total (+19)
Bugs : 906 open ( -3) / 5519 closed (+19) / 6425 total (+16)
RFE : 207 open ( -1) / 197 closed ( +1) / 404 total ( +0)

New / Reopened Patches
______________________

Patch for #1371247 (2006-01-14)
CLOSED http://python.org/sf/1406159 opened by Peter van Kampen

Doc patch for bug #1396471 (2006-01-16)
CLOSED http://python.org/sf/1407021 opened by Peter van Kampen

anonymous mmap (2006-01-16)
http://python.org/sf/1407135 opened by Ralf Schmitt

ParenMatch: workaround for misinterpreting of closing parens (2006-01-16)
http://python.org/sf/1407280 opened by Tal Einat

fix bsddb test associate problems w/bsddb 4.1 (2006-01-16)
http://python.org/sf/1407992 opened by Neal Norwitz

Corrupt Berkeley DB using Modify bsddb.dbtables (2006-01-17)
http://python.org/sf/1408584 opened by jross

use computed goto's in ceval loop (2006-01-18)
http://python.org/sf/1408710 opened by Simon David Burton

Add foldr and foldl to functional module (2006-01-19)
CLOSED http://python.org/sf/1410119 opened by Collin Winter

Add 'surgical editing' to ConfigParser (2006-01-21)
http://python.org/sf/1410680 opened by Tony Meyer

Add notes to the manual about `is` and methods (2006-01-20)
http://python.org/sf/1410739 opened by Collin Winter

Doc patch for classmethod and staticmethod (2006-01-20)
CLOSED http://python.org/sf/1410783 opened by Collin Winter

Remove mention of DOS from os.py's docstring (2006-01-20)
CLOSED http://python.org/sf/1410998 opened by Hamish Lawson

Add DarwinPorts directories to setup.py (2006-01-21)
CLOSED http://python.org/sf/1411588 opened by Barry A. Warsaw

More easily extensible logging module (2006-01-22)
http://python.org/sf/1412054 opened by Daniele Varrazzo

Compile under mingw properly (2006-01-23)
http://python.org/sf/1412448 opened by Alexandre Girão Bezerra de Mene

Fill out the functional module (2006-01-22)
http://python.org/sf/1412451 opened by Collin Winter

Proper locking with asynchronous callbacks. (2006-01-23)
http://python.org/sf/1412632 opened by uiltje

zipfile: use correct system type on unixy systems (2006-01-23)
http://python.org/sf/1412872 opened by Ronald Oussoren

PyThreadState_Delete doesnt' clean autoTLSkey (2006-01-23)
http://python.org/sf/1413181 opened by Gabriel Becedillas

Patches Closed
______________

AF_NETLINK sockets basic support (2005-01-15)
http://python.org/sf/1103116 closed by loewis

Further .vcproj cleanups (2006-01-03)
http://python.org/sf/1396093 closed by loewis

bind() for netlink sockets (2005-12-15)
http://python.org/sf/1381398 closed by loewis

Patch for #1371247 (2006-01-14)
http://python.org/sf/1406159 closed by birkenfeld

Doc patch for bug #1396471 (2006-01-16)
http://python.org/sf/1407021 closed by birkenfeld

Add foldr and foldl to functional module (2006-01-19)
http://python.org/sf/1410119 closed by collinwinter

Need warning that `dl` module can cause segfaults/crashes (2006-01-11)
http://python.org/sf/1402224 closed by birkenfeld

Doc patch for classmethod and staticmethod (2006-01-20)
http://python.org/sf/1410783 closed by birkenfeld

Make unittest.TestCase easier to subclass (2005-12-22)
http://python.org/sf/1388073 closed by birkenfeld

Remove mention of DOS from os.py's docstring (2006-01-20)
http://python.org/sf/1410998 closed by birkenfeld

fix UnixBrowswer failure when no browser running (2005-12-03)
http://python.org/sf/1372125 closed by birkenfeld

Add DarwinPorts directories to setup.py (2006-01-21)
http://python.org/sf/1411588 closed by bwarsaw

New / Reopened Bugs
___________________

bz2module with no long long type support (2006-01-16)
CLOSED http://python.org/sf/1407069 opened by kbob_ru

urlparse does not know about sftp: urls (2006-01-17)
CLOSED http://python.org/sf/1407902 opened by Stuart Bishop

email.Message should supress warning from uu.decode (2006-01-18)
http://python.org/sf/1409403 opened by Mark Sapiro

frame->f_lasti not always correct (2006-01-18)
http://python.org/sf/1409443 opened by John Ehresman

email.Message.set_payload followed by bad result get_payload (2006-01-18)
http://python.org/sf/1409455 opened by Mark Sapiro

email.Utils.parseaddr() gives arcane result (2006-01-18)
http://python.org/sf/1409460 opened by Mark Sapiro

email.Charset.py CODEC_MAP no longer requires 'japanese' (2006-01-19)
http://python.org/sf/1409538 opened by Tokio Kikuchi

urllib2.urlopen() hangs due to use of socket._fileobject? (2006-01-20)
http://python.org/sf/1411097 opened by John J Lee

"print statement" in libref index broken (2006-01-21)
http://python.org/sf/1411674 opened by Skip Montanaro

XML.sax.saxutils.escape -- always escapes <, >, &, (2006-01-21)
http://python.org/sf/1411695 opened by Mark Sandler

minor doc issues in os (2006-01-22)
CLOSED http://python.org/sf/1412227 opened by tiissa

locale.format gives wrong exception on some erroneous input (2006-01-23)
http://python.org/sf/1412580 opened by Tim Diggins

__self - Watcom compiler reserved word (2006-01-23)
http://python.org/sf/1412837 opened by kbob_ru

function usage not in #ifdef WITH_THREAD #endif (2006-01-23)
CLOSED http://python.org/sf/1412845 opened by kbob_ru

bsddb: segfault on db.associate call with Txn and large data (2006-01-23)
http://python.org/sf/1413192 opened by Alex Roitman

Bugs Closed
___________

segfault when using mmap(-1,...) [+PATCH] (2006-01-10)
http://python.org/sf/1402308 closed by nnorwitz

2.3.5 RPM provides incompatibility (2006-01-11)
http://python.org/sf/1403225 closed by jafo

locale.windows_locale (2005-12-01)
http://python.org/sf/1371247 closed by birkenfeld

file.tell() returns illegal value on Windows (2006-01-04)
http://python.org/sf/1396471 closed by birkenfeld

bz2module with no long long type support (2006-01-15)
http://python.org/sf/1407069 closed by nnorwitz

TimedRotatingFileHandler at midnight rolls over at 01:00 (2006-01-03)
http://python.org/sf/1396030 closed by vsajip

TimedRotatingFileHandler does not recover from open error (2006-01-03)
http://python.org/sf/1396040 closed by vsajip

urllib2 should be more robust for sloppy proxy URLs (2004-02-22)
http://python.org/sf/902075 closed by birkenfeld

urlparse does not know about sftp: urls (2006-01-17)
http://python.org/sf/1407902 closed by birkenfeld

in email can't get attachments' filenames using get_filename (2006-01-11)
http://python.org/sf/1403349 closed by bwarsaw

email.Generators does not separates headers with "\r\n" (2005-11-05)
http://python.org/sf/1349106 closed by bwarsaw

FeedParser does not comply with RFC2822 (2005-11-03)
http://python.org/sf/1347874 closed by bwarsaw

Odd warning behaviors (2004-02-03)
http://python.org/sf/890010 closed by birkenfeld

Doc error on super(cls,self) (2004-06-16)
http://python.org/sf/973579 closed by birkenfeld

CVS webbrowser.py (1.40) bugs (2005-10-27)
http://python.org/sf/1338995 closed by birkenfeld

urllib2.HTTPBasicAuthHandler fails on non-default port (2005-12-12)
http://python.org/sf/1378679 closed by birkenfeld

minor doc issues in os (2006-01-22)
http://python.org/sf/1412227 closed by birkenfeld

function usage not in #ifdef WITH_THREAD #endif (2006-01-23)
http://python.org/sf/1412845 closed by mwh

RFE Closed
__________

python.org - add RFE tracker (2006-01-05)
http://python.org/sf/1397806 closed by kbk

Jan 24 '06 #1
0 1542

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 259 open ( -5) / 2573 closed (+17) / 2832 total (+12) Bugs : 745 open ( +0) / 4405 closed (+21) / 5150 total (+21) RFE : 150 open...
4
by: Peter Otten | last post by:
QOTW: "Python is clearly on a huge evolutionary surge and conservative views on the matter are definitely not winning out right now. And the usual argument (submit a patch!) doesn't really work...
3
by: Cameron Laird | last post by:
QOTW: "Check out BeautifulSoup -- you will never write HTMLParser-based screen scrapers again. :)" - Jonathan Ellis "You clearly need something instead of XML." - Paul McGuire...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 398 open ( +5) / 3334 closed (+19) / 3732 total (+24) Bugs : 904 open ( -4) / 6011 closed (+36) / 6915 total (+32) RFE : 222 open...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 420 open ( +4) / 3410 closed ( +2) / 3830 total ( +6) Bugs : 915 open (+17) / 6186 closed ( +6) / 7101 total (+23) RFE : 235 open...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.