SourceForge.net | 1 Sep 2004 15:32
Picon
Favicon

[ python-Bugs-1011606 ] 2.4 asyncore breaks Zope

Bugs item #1011606, was opened at 2004-08-18 13:19
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1011606&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 6
Submitted By: Tim Peters (tim_one)
Assigned to: A.M. Kuchling (akuchling)
Summary: 2.4 asyncore breaks Zope

Initial Comment:
Bug 629097 describes a thread race involving 
asyncore.pool(), and was closed with "so don't do that".

Polling exception sets is new in 2.4, though, and opens 
the same race to formerly safe uses:  leaving 
indeterminate junk in the socket map, provided that junk 
doesn't call itself readable or writable.  Such junk never 
got passed to select() before 2.4, but always gets 
passed to select() in 2.4.  This is incompatible behavior, 
albeit in a grey area.

More discussion starting at

http://mail.python.org/pipermail/python-dev/2004-
August/047817.html
(Continue reading)

SourceForge.net | 1 Sep 2004 16:08
Picon
Favicon

[ python-Bugs-1011606 ] 2.4 asyncore breaks Zope

Bugs item #1011606, was opened at 2004-08-18 13:19
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1011606&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 6
Submitted By: Tim Peters (tim_one)
Assigned to: A.M. Kuchling (akuchling)
Summary: 2.4 asyncore breaks Zope

Initial Comment:
Bug 629097 describes a thread race involving 
asyncore.pool(), and was closed with "so don't do that".

Polling exception sets is new in 2.4, though, and opens 
the same race to formerly safe uses:  leaving 
indeterminate junk in the socket map, provided that junk 
doesn't call itself readable or writable.  Such junk never 
got passed to select() before 2.4, but always gets 
passed to select() in 2.4.  This is incompatible behavior, 
albeit in a grey area.

More discussion starting at

http://mail.python.org/pipermail/python-dev/2004-
August/047817.html
(Continue reading)

SourceForge.net | 1 Sep 2004 17:13
Picon
Favicon

[ python-Bugs-990911 ] Crash from Rapid Clicks

Bugs item #990911, was opened at 2004-07-14 09:54
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=990911&group_id=5470

Category: IDLE
Group: Python 2.3
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Karl (thedisciple)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Crash from Rapid Clicks

Initial Comment:
IDLE crashes when I rapidly (within 1/2 second, maybe) 
click the Run, then Options menus on the menu bar.  
These seem to be the only menus for which the crash 
happens, which is odd.  I'm running Windows XP SP1 on 
an AMD system using Python 2.3.3

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2004-09-01 10:13

Message:
Logged In: YES 
user_id=149084

(Continue reading)

SourceForge.net | 1 Sep 2004 18:41
Picon
Favicon

[ python-Bugs-1020540 ] a wrong link from "frame object" in lib index

Bugs item #1020540, was opened at 2004-09-01 09:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1020540&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Ilya Sandler (isandler)
Assigned to: Nobody/Anonymous (nobody)
Summary: a wrong link from "frame object" in lib index

Initial Comment:

a "frame object"  link

(in the library index:
http://www.python.org/doc/current/lib/genindex.html)

leads to
"7.1 signal -- Set handlers for asynchronous events"
page

which seems wrong

----------------------------------------------------------------------

You can respond by visiting: 
(Continue reading)

SourceForge.net | 1 Sep 2004 20:10
Picon
Favicon

[ python-Bugs-1020605 ] senddigest error

Bugs item #1020605, was opened at 2004-09-01 14:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1020605&group_id=5470

Category: None
Group: Python 2.1.1
Status: Open
Resolution: None
Priority: 5
Submitted By: James O'Kane (jo2y)
Assigned to: Nobody/Anonymous (nobody)
Summary: senddigest error

Initial Comment:
I am having the same error as mentioned in this post:
http://mail.python.org/pipermail/mailman-developers/2004-June/016931.html

My traceback:
Aug 30 16:52:38 2004 (14988) Traceback (most recent
call last):
  File "/usr/opt/mailman//Mailman/Queue/Runner.py",
line 105, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/opt/mailman//Mailman/Queue/Runner.py",
line 155, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File
"/usr/opt/mailman//Mailman/Queue/IncomingRunner.py",
line 130, in _dispose
(Continue reading)

SourceForge.net | 1 Sep 2004 21:09
Picon
Favicon

[ python-Bugs-1017978 ] IDLE DOES NOT START ON WinXP Pro

Bugs item #1017978, was opened at 2004-08-27 17:23
Message generated for change (Comment added) made by gj_carman
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1017978&group_id=5470

Category: IDLE
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Snake (gj_carman)
Assigned to: Nobody/Anonymous (nobody)
Summary: IDLE DOES NOT START ON WinXP Pro

Initial Comment:
Installed Python 2.3.4 on WinXP Pro on Dell Inspiron.  
Command line interpreter works fine, but the IDLE GUI 
will not start.  Only occurs on Dell Inspiron; cannot 
reproduce this on other machines.  McAffee firewall 
software is disabled.  Any ideas?

----------------------------------------------------------------------

>Comment By: Snake (gj_carman)
Date: 2004-09-01 12:09

Message:
Logged In: YES 
user_id=1112369

(Continue reading)

SourceForge.net | 2 Sep 2004 08:20
Picon
Favicon

[ python-Bugs-1007249 ] SGI (IRIX 6.5.24) Error building _codecs_iso2022.c

Bugs item #1007249, was opened at 2004-08-11 15:11
Message generated for change (Comment added) made by mhertha
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1007249&group_id=5470

Category: Build
Group: Python 2.4
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Maik Hertha (mhertha)
Assigned to: Hye-Shik Chang (perky)
Summary: SGI (IRIX 6.5.24) Error building _codecs_iso2022.c

Initial Comment:
This bug report is similar to #1005737 only a different
platform.

MIPSpro Compilers: Version 7.3.1.3m
Error message:

--- start
cc-1028 cc: ERROR File =
/usr2/src/lang/python/Python-2.4a2/Modules/cjkcodecs/_codecs_iso2022.c,
Line = 200
  The expression used must have a constant value.

                                        ucs4_t u4in[2]
= {IN1, IN2};
                                                          ^
(Continue reading)

SourceForge.net | 2 Sep 2004 14:26
Picon
Favicon

[ python-Bugs-1015249 ] cgi.FieldStorage.__len__ eventually throws TypeError

Bugs item #1015249, was opened at 2004-08-24 15:32
Message generated for change (Comment added) made by yxcv
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1015249&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Andreas Ames (yxcv)
Assigned to: Nobody/Anonymous (nobody)
Summary: cgi.FieldStorage.__len__ eventually throws TypeError

Initial Comment:
This makes it hazardous to do the following:

fs = cgi.FieldStorage(...)
if fs:
 ...

Suggestions:

1)  Fix __len__; sorry, but I don't know how.

2) Create FieldStorage.__nonzero__; a hack.

3) ?

----------------------------------------------------------------------
(Continue reading)

SourceForge.net | 2 Sep 2004 15:39
Picon
Favicon

[ python-Bugs-1020605 ] senddigest error

Bugs item #1020605, was opened at 2004-09-01 18:10
Message generated for change (Comment added) made by jhylton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1020605&group_id=5470

Category: None
Group: Python 2.1.1
Status: Open
Resolution: None
Priority: 5
Submitted By: James O'Kane (jo2y)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: senddigest error

Initial Comment:
I am having the same error as mentioned in this post:
http://mail.python.org/pipermail/mailman-developers/2004-June/016931.html

My traceback:
Aug 30 16:52:38 2004 (14988) Traceback (most recent
call last):
  File "/usr/opt/mailman//Mailman/Queue/Runner.py",
line 105, in _oneloop
    self._onefile(msg, msgdata)
  File "/usr/opt/mailman//Mailman/Queue/Runner.py",
line 155, in _onefile
    keepqueued = self._dispose(mlist, msg, msgdata)
  File
"/usr/opt/mailman//Mailman/Queue/IncomingRunner.py",
line 130, in _dispose
(Continue reading)

SourceForge.net | 2 Sep 2004 15:40
Picon
Favicon

[ python-Bugs-1016563 ] urllib2 bug in proxy auth

Bugs item #1016563, was opened at 2004-08-26 07:14
Message generated for change (Settings changed) made by jhylton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1016563&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Christoph Mussenbrock (mussenbrock)
>Assigned to: Jeremy Hylton (jhylton)
Summary: urllib2 bug in proxy auth

Initial Comment:
in urllib2.py:

line 502 should be:
... user_pass = base64.encodestring('%s:%s' % (unquote
(user), unquote(password))).strip()

the '.strip()' is missing in the current version ("2.1").

this makes an additonal '\n' at the end of user_pass.
So there will be an empty line in the http header, which 
is buggy.

(see also line 645, where the .strip() is right in place!).

Best regards,
(Continue reading)


Gmane