473,326 Members | 2,095 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,326 software developers and data experts.

Weekly Python Patch/Bug Summary

Patch / Bug Summary
___________________

Patches : 407 open ( +3) / 3393 closed (+17) / 3800 total (+20)
Bugs : 888 open (+28) / 6145 closed (+14) / 7033 total (+42)
RFE : 232 open ( +3) / 236 closed ( +1) / 468 total ( +4)

New / Reopened Patches
______________________

most missing from Windows distribution (2006-08-16)
CLOSED http://python.org/sf/1541412 opened by Jim Jewett

buffer overrun in repr() for unicode strings (2006-08-16)
CLOSED http://python.org/sf/1541585 opened by Simon Law

work around clocks with low resolution (uuid.py) (2006-08-17)
http://python.org/sf/1541863 opened by Hirokazu Yamamoto

patch in bug 1542016 (2006-08-17)
CLOSED http://python.org/sf/1542019 opened by Santiago Gala

fix crash with continue in nested try/finally (2006-08-18)
http://python.org/sf/1542451 opened by Neal Norwitz

Improve dynamic linking support on AIX (2006-08-18)
http://python.org/sf/1542544 opened by Göran Uddeborg

Tweak pydoc to speak about with and CONTEXTMANAGERS (2006-08-18)
http://python.org/sf/1542681 opened by Santiago Gala

Fix the vc8 solution files (2006-08-18)
http://python.org/sf/1542946 opened by baus

urllib2 regression (2006-08-19)
CLOSED http://python.org/sf/1542948 opened by John J Lee

tarfile.py: fix for bug 1543303 (2006-08-21)
CLOSED http://python.org/sf/1543897 opened by Lars Gustäbel

Socket module is not thread-safe (2006-08-21)
http://python.org/sf/1544279 opened by Maxim Sobolev

Implementation of PEP 362 (2006-08-22)
http://python.org/sf/1544909 opened by Brett Cannon

Fixes SocketServer Bug 1531963 (2006-08-23)
http://python.org/sf/1545011 opened by Damon Kohler

new splicetee module (2006-08-23)
http://python.org/sf/1545262 opened by Omar AitMous

new directio module (2006-08-23)
http://python.org/sf/1545275 opened by Omar AitMous

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

crash in dict_equal (2006-08-24)
http://python.org/sf/1546288 opened by Guido van Rossum

Create a real zip iterator object; not using itertools.izip (2006-08-24)
CLOSED http://python.org/sf/1546297 opened by Brian Holmes

broken error reporting when filename specified by -s missing (2006-08-25)
http://python.org/sf/1546372 opened by lplatypus

Patches Closed
______________

most missing from Windows distribution (2006-08-16)
http://python.org/sf/1541412 closed by jimjjewett

buffer overrun in repr() for unicode strings (2006-08-16)
http://python.org/sf/1541585 closed by gbrandl

broken shortcut keys (2006-08-15)
http://python.org/sf/1540874 closed by kbk

patch in bug 1542016 (2006-08-17)
http://python.org/sf/1542019 closed by gbrandl

urllib2 regression (2006-08-19)
http://python.org/sf/1542948 closed by gbrandl

Backports from trunk to release24-maint (2006-08-15)
http://python.org/sf/1540329 closed by gbrandl

tarfile.py: fix for bug 1543303 (2006-08-21)
http://python.org/sf/1543897 closed by nnorwitz

Add some explication to PEP 3100 (2006-07-13)
http://python.org/sf/1522038 closed by bcannon

Create a real zip iterator object; not using itertools.izip (2006-08-24)
http://python.org/sf/1546297 closed by gvanrossum

Add readinto method to StringIO and cStringIO (2006-08-12)
http://python.org/sf/1539381 closed by bcannon

Remove the repr()-backticks (2006-06-04)
http://python.org/sf/1500623 closed by bcannon

Move reduce() to functools (2006-06-28)
http://python.org/sf/1513870 closed by gvanrossum

New / Reopened Bugs
___________________

infinite __str__ recursion in thread causes seg fault (2003-07-31)
http://python.org/sf/780714 reopened by gbrandl

tools and demo missing from windows (2006-08-16)
http://python.org/sf/1541420 opened by Jim Jewett

bug in python 2.4.3 for windows? (2006-08-16)
CLOSED http://python.org/sf/1541566 opened by tinkiwinky

Compiler command percent-sign causes format string error (2006-08-16)
CLOSED http://python.org/sf/1541642 opened by Matthew Cowles

bsddb can't use unicode filenames (2006-08-17)
http://python.org/sf/1541671 opened by Zooko O'Whielacronx

Incorrect example calls to PyObject_SetItem (2006-08-17)
CLOSED http://python.org/sf/1541682 opened by John Machin

Recently introduced sgmllib regexp bug hangs Python (2006-08-17)
http://python.org/sf/1541697 opened by John J Lee

Exceptions don't call _PyObject_GC_UNTRACK(self) (2006-08-17)
http://python.org/sf/1542051 opened by Žiga Seilnacht

global variable: multiple id()-addresses (2006-08-17)
CLOSED http://python.org/sf/1542166 opened by Frank R. Schaefer

Nested finally in generators don't follow PEP 342 (2006-08-17)
http://python.org/sf/1542308 opened by Bob Ippolito

httplib reads one byte per system call (2006-08-18)
http://python.org/sf/1542407 opened by Zoyd Wheeler

python-2.5c1.msi contains ICE validation errors and warnings (2006-08-18)
http://python.org/sf/1542432 opened by Bob Arnson

Bug in definition of PyImport_ImportModuleEx macro (2006-08-18)
CLOSED http://python.org/sf/1542693 opened by Chris Stawarz

idle in python 2.5c1 freezes on macos 10.3.9 (2006-08-18)
http://python.org/sf/1542949 opened by David Strozzi

tarfile in mode w|gz adds padding that annoys gunzip (2006-08-19)
CLOSED http://python.org/sf/1543303 opened by alexis

"from __future__ import foobar;" causes wrong SyntaxError (2006-08-20)
http://python.org/sf/1543306 opened by daniel hahler

Operator precedence inconsistent for complex literal (2006-08-20)
CLOSED http://python.org/sf/1543347 opened by [N/A]

test_tempfile fails on cygwin (2006-08-20)
http://python.org/sf/1543467 opened by Miki Tebeka

test_subprocess fails on cygwin (2006-08-20)
http://python.org/sf/1543469 opened by Miki Tebeka

md5 sums are different between Solaris and Windows XP SP1 (2006-08-21)
http://python.org/sf/1543801 reopened by sunmountain

md5 sums are different between Solaris and Windows XP SP1 (2006-08-21)
http://python.org/sf/1543801 opened by Stefan Sonnenberg

ctypes unit test fails (test_macholib.py) under MacOS 10.4.7 (2006-08-21)
http://python.org/sf/1544102 opened by M. J. Fromberger

test_anydbm segmentation fault (2006-08-21)
http://python.org/sf/1544106 opened by Clay Spence

python compiler support for with stmt (2006-08-21)
http://python.org/sf/1544277 opened by Neal Norwitz

Fix Lib/test/test___all__.py (2006-08-21)
http://python.org/sf/1544295 opened by Hasan Diwan

checking size of int... configure: error: cannot compute siz (2006-08-21)
http://python.org/sf/1544306 opened by arrecostao

_ctypes fails to build on Solaris x86 32-bit (Sun compiler) (2006-08-21)
http://python.org/sf/1544339 opened by Case Van Horsen

Bad result of calculation (2006-08-22)
CLOSED http://python.org/sf/1544381 opened by Jean-Christophe BERTOLINI

x!=y and [x]=[y] (!) (2006-08-22)
http://python.org/sf/1544762 opened by Alex Martelli

setup() keyword have to be list (doesn't work with tuple) (2006-08-23)
http://python.org/sf/1545341 opened by STINNER Victor

New-style classes fail to cleanup attributes (2006-08-23)
http://python.org/sf/1545463 opened by Alexander Belopolsky

inconsistent treatment of NULs in int() (2006-08-23)
http://python.org/sf/1545497 opened by Neal Norwitz

distutils home scheme lacks python versioning (2006-08-24)
http://python.org/sf/1545658 opened by John Levon

distutils needs vendor-packages support (2006-08-24)
http://python.org/sf/1545659 opened by John Levon

gcc trunk (4.2) exposes a signed integer overflows (2006-08-24)
http://python.org/sf/1545668 opened by Jack Howarth

structmember T_LONG won't accept a python long (2006-08-24)
http://python.org/sf/1545696 opened by Roger Upole

Incomplete info in 7.18.1 ZipFile Objects (2006-08-24)
http://python.org/sf/1545836 opened by Taco

array.array borks on deepcopy (2006-08-24)
http://python.org/sf/1545837 opened by Václav Haisman

PyString_FromString() clarification (2006-08-24)
http://python.org/sf/1546052 opened by Christian Walther

bcannon secure branch issues (2006-08-24)
CLOSED http://python.org/sf/1546203 opened by Jim Jewett

subprocess.Popen can't read file object as stdin after seek (2006-08-25)
http://python.org/sf/1546442 opened by GaryD

String methods don't support explicit None arguments (2006-08-25)
http://python.org/sf/1546585 opened by Nick Coghlan

urlparse.urljoin odd behaviour (2006-08-25)
http://python.org/sf/1546628 opened by Andres Riancho

Bugs Closed
___________

Python 2.5 svn crash in _elementtree.c (2006-08-04)
http://python.org/sf/1534630 closed by effbot

bug in python 2.4.3 for windows? (2006-08-16)
http://python.org/sf/1541566 closed by gbrandl

Compiler command percent-sign causes format string error (2006-08-16)
http://python.org/sf/1541642 deleted by mdcowles

Incorrect example calls to PyObject_SetItem (2006-08-17)
http://python.org/sf/1541682 closed by gbrandl

global variable: multiple id()-addresses (2006-08-17)
http://python.org/sf/1542166 closed by gbrandl

Bug in definition of PyImport_ImportModuleEx macro (2006-08-18)
http://python.org/sf/1542693 closed by nnorwitz

tarfile in mode w|gz adds padding that annoys gunzip (2006-08-19)
http://python.org/sf/1543303 closed by nnorwitz

Operator precedence inconsistent for complex literal (2006-08-20)
http://python.org/sf/1543347 closed by gbrandl

md5 sums are different between Solaris and Windows XP SP1 (2006-08-21)
http://python.org/sf/1543801 closed by sunmountain

Bad result of calculation (2006-08-22)
http://python.org/sf/1544381 closed by gbrandl

bcannon secure branch issues (2006-08-24)
http://python.org/sf/1546203 closed by bcannon

New / Reopened RFE
__________________

Optimizations for cgi.FieldStorage methods (2006-08-16)
http://python.org/sf/1541463 opened by Bob Kline

wsgi.org link in wsgiref (2006-08-18)
http://python.org/sf/1542920 opened by Ian Bicking

RFE Closed
__________

extend strptime to understand logging timestamps (2004-08-10)
http://python.org/sf/1006786 closed by bcannon

Aug 27 '06 #1
0 1418

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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
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...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

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.