473,385 Members | 1,311 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,385 software developers and data experts.

Weekly Python Patch/Bug Summary

Patch / Bug Summary
___________________

Patches : 362 open ( +2) / 3766 closed ( +6) / 4128 total ( +8)
Bugs : 968 open ( -3) / 6692 closed ( +9) / 7660 total ( +6)
RFE : 256 open ( -1) / 286 closed ( +4) / 542 total ( +3)

New / Reopened Patches
______________________

Fix off-by-one error in Modules/socketmodule.c (2007-05-06)
CLOSED http://python.org/sf/1713797 opened by Bryan Østergaard

Patch for PEP 3109 (2007-05-06)
http://python.org/sf/1713889 opened by wpy

os.linesep needs clarification (2007-05-07)
CLOSED http://python.org/sf/1714700 opened by Gabriel Genellina

x64 clean compile patch for _ctypes (2007-05-09)
http://python.org/sf/1715718 opened by Kristján Valur

"Really print?" Dialog (2007-05-11)
http://python.org/sf/1717170 opened by Tal Einat

textView code cleanup (2007-05-13)
http://python.org/sf/1718043 opened by Tal Einat

PEP 3123 implementation (2007-05-13)
http://python.org/sf/1718153 opened by Martin v. Löwis

Patches Closed
______________

Fix off-by-one error in Modules/socketmodule.c (2007-05-06)
http://python.org/sf/1713797 closed by gbrandl

make range be xrange (2006-04-18)
http://python.org/sf/1472639 closed by nnorwitz

xrange that supports longs, etc (2006-08-24)
http://python.org/sf/1546078 closed by nnorwitz

os.linesep needs clarification (2007-05-08)
http://python.org/sf/1714700 closed by gbrandl

PEP 3132: extended unpacking (2007-05-02)
http://python.org/sf/1711529 closed by gbrandl

Bastion and rexec message out-of-date (2007-04-12)
http://python.org/sf/1698951 closed by gbrandl

New / Reopened Bugs
___________________

smtplib starttls() didn't do TLS Close Notify when quit() (2007-05-07)
CLOSED http://python.org/sf/1713993 opened by AndCycle

Multiple re.compile flags cause error (2007-05-06)
CLOSED http://python.org/sf/1713999 opened by Saul Spatz

character set in Japanese on Ubuntu distribution (2007-05-04)
http://python.org/sf/1713252 reopened by cgrell

Universal line ending mode duplicates all line endings (2007-05-07)
CLOSED http://python.org/sf/1714381 opened by Geoffrey Bache

subprocess.py problems errors when calling cmd.exe (2007-05-07)
http://python.org/sf/1714451 opened by tzellman

python throws an error when unpacking bz2 file (2007-05-08)
http://python.org/sf/1714773 opened by runnig

datetime.date won't accept 08 or 09 as valid days. (2007-05-08)
CLOSED http://python.org/sf/1715302 opened by Erik Wickstrom

Const(None) in compiler.ast.Return.value (2007-05-09)
http://python.org/sf/1715581 opened by Ali Gholami Rudi

Destructor behavior faulty (2007-05-12)
http://python.org/sf/1717900 opened by Wolf Rogner

posixpath and friends have uses that should be documented (2007-05-13)
http://python.org/sf/1718017 opened by Gabriel de Perthuis

Bugs Closed
___________

smtplib starttls() didn't do TLS Close Notify when quit() (2007-05-07)
http://python.org/sf/1713993 deleted by andcycle

Multiple re.compile flags cause error (2007-05-07)
http://python.org/sf/1713999 closed by gbrandl

Universal line ending mode duplicates all line endings (2007-05-07)
http://python.org/sf/1714381 closed by gbrandl

datetime.date won't accept 08 or 09 as valid days. (2007-05-08)
http://python.org/sf/1715302 closed by fdrake

Segfaults on memory error (2007-04-10)
http://python.org/sf/1697916 closed by gbrandl

types.InstanceType is missing but used by pydoc (2007-04-10)
http://python.org/sf/1697782 closed by gbrandl

improving distutils swig support - documentation (2004-10-14)
http://python.org/sf/1046945 closed by gbrandl

New / Reopened RFE
__________________

Expose callback API in readline module (2007-05-06)
http://python.org/sf/1713877 opened by strank

if something as x: (2007-05-07)
http://python.org/sf/1714448 opened by k0wax

RFE Closed
__________

commands module (2007-05-06)
http://python.org/sf/1713624 closed by gbrandl

additions to commands lib (2003-11-11)
http://python.org/sf/840034 closed by gbrandl

A large block of commands after an "if" cannot be (2003-03-28)
http://python.org/sf/711268 closed by gbrandl

Please add .bz2 in encodings_map (in the module mimetypes) (2007-04-25)
http://python.org/sf/1707693 closed by gbrandl

May 14 '07 #1
0 778

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...
0
by: Kurt B. Kaiser | last post by:
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...
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 : 420 open ( +4) / 3410 closed ( +2) / 3830 total ( +6) Bugs : 915 open (+17) / 6186 closed ( +6) / 7101 total (+23) RFE : 235 open...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 342 open (-38) / 3712 closed (+54) / 4054 total (+16) Bugs : 951 open (-14) / 6588 closed (+33) / 7539 total (+19) RFE : 257 open...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.