473,657 Members | 2,476 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Weekly Python Patch/Bug Summary

Patch / Bug Summary
_______________ ____

Patches : 364 open ( +2) / 3769 closed ( +3) / 4133 total ( +5)
Bugs : 986 open (+18) / 6701 closed ( +9) / 7687 total (+27)
RFE : 258 open ( +2) / 287 closed ( +1) / 545 total ( +3)

New / Reopened Patches
_______________ _______

syslog syscall support for SysLogLogger (2007-05-02)
http://python.org/sf/1711603 reopened by luke-jr

Remove backslash escapes from tokanize.c. (2007-05-16)
http://python.org/sf/1720390 opened by Ron Adam

Allow T_BOOL in PyMemberDef definitions (2007-05-17)
http://python.org/sf/1720595 opened by Angelo Mottola

fix 1668596: copy datafiles properly when package_dir is ' ' (2007-05-17)
http://python.org/sf/1720897 opened by Raghuram Devarakonda

Build on QNX (2007-05-20)
http://python.org/sf/1722225 opened by Matt Kraai

Curses Menu (2007-05-21)
http://python.org/sf/1723038 opened by Fabian Frederick

Patches Closed
______________

Removal of Tuple Parameter Unpacking [PEP3113] (2007-03-10)
http://python.org/sf/1678060 closed by bcannon

Class Decorators (2007-02-28)
http://python.org/sf/1671208 closed by jackdied

Allow any mapping after ** in calls (2007-03-23)
http://python.org/sf/1686487 closed by gbrandl

New / Reopened Bugs
_______________ ____

build_clib --build-clib/--build-temp option bugs (2007-05-14)
http://python.org/sf/1718574 opened by Pearu Peterson

glibc error: corrupted double linked list (CPython 2.5.1) (2007-05-14)
http://python.org/sf/1718942 opened by Yang Zhang

new functools (2007-05-15)
http://python.org/sf/1719222 opened by Aaron Brady

Python package support not properly documented (2007-05-15)
http://python.org/sf/1719423 opened by Michael Abbott

tarfile stops expanding with long filenames (2007-05-16)
http://python.org/sf/1719898 opened by Christian Zagrodnick

No docs for PyEval_EvalCode and related functions (2007-05-16)
http://python.org/sf/1719933 opened by Joseph Eagar

sets module documentation: example uses deprecated method (2007-05-16)
CLOSED http://python.org/sf/1719995 opened by Jens Quade

Compiler is not thread safe? (2007-05-16)
http://python.org/sf/1720241 opened by ??PC??

PyGILState_Ensu re does not acquires GIL (2007-05-16)
http://python.org/sf/1720250 opened by Kuno Ospald

Tkinter + thread + urllib =crashes? (2007-05-17)
http://python.org/sf/1720705 opened by Hirokazu Yamamoto

docu enhancement for logging.handler s.SysLogHandler (2007-05-17)
http://python.org/sf/1720726 opened by rhunger

Please make sqlite3.Row iterable (2007-05-17)
CLOSED http://python.org/sf/1720959 opened by phil

automatic imports (2007-05-17)
http://python.org/sf/1720992 opened by Juan Manuel Borges Caño

ERROR - Microsoft Visual C++ Runtime Library (2007-05-18)
http://python.org/sf/1721161 reopened by dariounipd

ERROR - Microsoft Visual C++ Runtime Library (2007-05-18)
http://python.org/sf/1721161 opened by darioUniPD

code that writes the PKG-INFO file doesnt handle unicode (2007-05-18)
http://python.org/sf/1721241 opened by Matthias Klose

make testall shows many glibc detected malloc corruptions (2007-05-18)
http://python.org/sf/1721309 reopened by gbrandl

make testall shows many glibc detected malloc corruptions (2007-05-18)
http://python.org/sf/1721309 opened by David Favor

test_bsddb3 malloc corruption (2007-05-18)
CLOSED http://python.org/sf/1721313 opened by David Favor

emphasize iteration volatility for dict (2007-05-18)
CLOSED http://python.org/sf/1721368 opened by Alan

emphasize iteration volatility for set (2007-05-18)
CLOSED http://python.org/sf/1721372 opened by Alan

Small case which hangs (2007-05-18)
http://python.org/sf/1721518 opened by Julian Todd

A subclass of set doesn't always have __init__ called. (2007-05-19)
http://python.org/sf/1721812 opened by David Benbennick

email.FeedParse r.BufferedSubFi le improperly handles "\r\n" (2007-05-19)
http://python.org/sf/1721862 opened by Sye van der Veen

IDLE hangs in popup method completion (2007-05-19)
http://python.org/sf/1721890 opened by Andy Harrington

NamedTuple security issue (2007-05-20)
CLOSED http://python.org/sf/1722239 reopened by tiran

NamedTuple security issue (2007-05-20)
CLOSED http://python.org/sf/1722239 opened by Christian Heimes

Thread shutdown exception in Thread.notify() (2007-05-20)
http://python.org/sf/1722344 opened by Yang Zhang

urlparse.urlunp arse forms file urls incorrectly (2007-05-20)
http://python.org/sf/1722348 opened by Thomas Folz-Donahue

Option -OO doesn't remove docstrings (2007-05-21)
http://python.org/sf/1722485 opened by Grzegorz Adam Hankiewicz

x = [[]]*2; x[0].append doesn't work (2007-05-21)
CLOSED http://python.org/sf/1722956 opened by Jeff Britton

Crash in ctypes callproc function with unicode string arg (2007-05-22)
http://python.org/sf/1723338 opened by Colin Laplace

Bugs Closed
___________

sets module documentation: example uses deprecated method (2007-05-16)
http://python.org/sf/1719995 closed by gbrandl

Please make sqlite3.Row iterable (2007-05-17)
http://python.org/sf/1720959 closed by ghaering

make testall shows many glibc detected malloc corruptions (2007-05-18)
http://python.org/sf/1721309 closed by nnorwitz

test_bsddb3 malloc corruption (2007-05-18)
http://python.org/sf/1721313 closed by gbrandl

emphasize iteration volatility for dict (2007-05-18)
http://python.org/sf/1721368 closed by rhettinger

emphasize iteration volatility for set (2007-05-18)
http://python.org/sf/1721372 closed by rhettinger

__getslice__ changes integer arguments (2007-05-03)
http://python.org/sf/1712236 closed by rhettinger

Docstring for site.addpackage () is incorrect (2007-04-09)
http://python.org/sf/1697215 closed by gbrandl

yield+break stops tracing (2006-10-24)
http://python.org/sf/1583862 closed by luks

NamedTuple security issue (2007-05-20)
http://python.org/sf/1722239 closed by rhettinger

NamedTuple security issue (2007-05-20)
http://python.org/sf/1722239 closed by rhettinger

x = [[]]*2; x[0].append doesn't work (2007-05-21)
http://python.org/sf/1722956 closed by gbrandl

New / Reopened RFE
_______________ ___

Add File - Reload (2007-05-17)
http://python.org/sf/1721083 opened by Raymond Hettinger

RFE Closed
__________

Cannot use dict with unicode keys as keyword arguments (2007-05-03)
http://python.org/sf/1712419 closed by gbrandl

May 22 '07 #1
0 1101

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

Similar topics

0
1857
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 ( +1) / 130 closed ( +0) / 280 total ( +1) New / Reopened Patches ______________________
4
1923
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 when those who want to avoid many changes try it... I've been *not* submitting a patch on lots of changes to Python, but somehow it's never been accepted. ;-)" Peter Hansen "I've never seen a more complicated, verbose pile of hogwash than the...
0
1573
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 ( -1) / 197 closed ( +1) / 404 total ( +0) New / Reopened Patches ______________________
3
1787
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 http://groups.google.com/group/comp.lang.python/msg/09e943c8dbf1e8c5? Johann C. Rocholl donates a PNG manager in pure Python: http://groups.google.com/group/comp.lang.python/browse_thread/thread/97c035f8b3646fd/
0
1674
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 ( +1) / 238 closed ( +0) / 473 total ( +1) New / Reopened Patches ______________________
0
11340
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 (-15) / 266 closed (+13) / 523 total ( -2) New / Reopened Patches ______________________
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.