Re: [Python-Dev] [python-committers] Do we need to sign Windows files with GnuPG?

2015-04-04 Thread Kurt B. Kaiser
For the record, that is a Symantec/Verisign code signing certificate. We
paid $1123 for it last April.  It expires April 2017.

If you don't switch to a different vendor, e.g. startssl, please contact
me for renewal in 2017.

KBK

On Sat, Apr 4, 2015, at 10:35 AM, Steve Dower wrote:
> Small clarification: there certificates *are* the same format as for SSL,
> and OpenSSL it's able to validate them in the same way as well as
> generate them (but not extract embedded ones, AFAICT). But generally SSL
> certificates are not marked as suitable for code signing so you need to
> buy a separate one.
> 
> Both Martin and I have the PSF's code signing cert private key, which is
> how we can sign with the "Python Software Foundation" name. The public
> key is embedded into every signed file, just like an SSL cert is attached
> to a site or an S/MIME cert is embedded in a signed email.
> 
> Cheers,
> Steve
> 
> Top-posted from my Windows Phone
> 
> From: Steve Dower
> Sent: ‎4/‎4/‎2015 7:25
> To: Wes Turner; M. -A.
> Lemburg
> Cc: python-committers;
> Python-Dev
> Subject: Re: [python-committers] [Python-Dev] Do we need to sign Windows
> files with GnuPG?
> 
> "Authenticode does not have a PKI"
> 
> If you got that from this discussion, I need everyone to at least skim
> read this: 
> https://msdn.microsoft.com/en-us/library/ie/ms537361(v=vs.85).aspx
> 
> Authenticode uses the same certificate infrastructure as SSL (note: not
> the same certificates). As I see it, anyone running on Windows has access
> to verification that is at least as good as GPG, and the only people who
> would benefit from GPG sigs are those checking Windows files on another
> OS or those with an existing GPG workflow on Windows (before this thread,
> I knew nobody who used GPG on Windows for anything, so forgive me for
> thinking this is very rare).
> 
> Cheers,
> Steve
> 
> Top-posted from my Windows Phone
> 
> From: Wes Turner
> Sent: ‎4/‎4/‎2015 6:42
> To: M. -A. Lemburg
> Cc: Python-Dev;
> python-committers; Larry
> Hastings; Steve
> Dower
> Subject: Re: [Python-Dev] [python-committers] Do we need to sign Windows
> files with GnuPG?
> 
> 
> So, AFAIU from this discussion:
> 
> * Authenticode does not have a PKI
> * GPG does have PKI
> * ASC signatures are signed checksums
> 
> As far as downstream packaging on Windows (people who should/could be
> subscribed to release ANNs):
> 
> For Choclatey NuGet:
> 
> * https://chocolatey.org/packages/python
> * https://chocolatey.org/packages/python.x86
> * https://chocolatey.org/packages/python2
> * https://chocolatey.org/packages/python-x86_32
> * https://chocolatey.org/packages/python3
> 
> Python(x,y):
> 
> * https://code.google.com/p/pythonxy/
> 
> For Anaconda (the MS Azure chosen python distribution):
> 
> * http://docs.continuum.io/anaconda/install.html#windows-install
> 
> ...
> 
> These should/could/are checking GPG signatures for Windows packages
> downstream.
> 
> http://www.scipy.org/install.html
> 
> On Apr 3, 2015 5:38 PM, "M.-A. Lemburg"
> mailto:m...@egenix.com>> wrote:
> On 04.04.2015 00:14, Steve Dower wrote:
> > The thing is, that's exactly the same goodness as Authenticode gives, 
> > except everyone gets that for free and meanwhile you're the only one who 
> > has admitted to using GPG on Windows :)
> >
> > Basically, what I want to hear is that GPG sigs provide significantly 
> > better protection than hashes (and I can provide better than MD5 for all 
> > files if it's useful), taking into consideration that (I assume) I'd have 
> > to obtain a signing key for GPG and unless there's a CA involved like there 
> > is for Authenticode, there's no existing trust in that key.
> 
> Hashes only provide checks against file corruption (and then
> only if you can trust the hash values). GPG provides all the
> benefits of public key encryption on arbitrary files (not just
> code).
> 
> The main benefit in case of downloadable installers is to
> be able to make sure that the files are authentic, meaning that
> they were created and signed by the people listed as packagers.
> 
> There is no CA infrastructure involved as for SSL certificates
> or Authenticode, but it's easy to get the keys from key servers
> given the key signatures available from python.org's
> download
> pages.
> 
> If you want to sign a package file using GPG, you will need
> to create your own key, upload it to the key servers and then
> place the signature up on the download page.
> 
> Relying only on Authenticode for Windows installers would
> result in a break in technology w/r to the downloads we
> make avai

Re: [Python-Dev] [python-committers] Do we need to sign Windows files with GnuPG?

2015-04-04 Thread Kurt B. Kaiser


On Sat, Apr 4, 2015, at 03:35 PM, M.-A. Lemburg wrote:
> On 04.04.2015 21:02, Kurt B. Kaiser wrote:
> > For the record, that is a Symantec/Verisign code signing
> > certificate. We paid $1123 for it last April.  It expires
> > April 2017.
> >
> > If you don't switch to a different vendor, e.g. startssl, please
> > contact me for renewal in 2017.
>
> FWIW: The PSF mostly uses StartSSL nowadays and they also support code
> signing certificates. Given that this option is a lot cheaper than
> Verisign, I think we should switch, unless there are significant
> reasons not to. We should revisit this in 2017.

Agree - apparently the starlssl process for getting a signing cert is
complex/obscure, so we should start early.

Let me know if I can help providing PSF organization verification.

KBK
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [python-committers] Do we need to sign Windows files with GnuPG?

2015-04-04 Thread Kurt B. Kaiser


On Sat, Apr 4, 2015, at 03:54 PM, M.-A. Lemburg wrote:
> On 04.04.2015 21:49, Kurt B. Kaiser wrote:
> > 
> > 
> > On Sat, Apr 4, 2015, at 03:35 PM, M.-A. Lemburg wrote:
> >> On 04.04.2015 21:02, Kurt B. Kaiser wrote:
> >>> For the record, that is a Symantec/Verisign code signing
> >>> certificate. We paid $1123 for it last April.  It expires
> >>> April 2017.
> >>>
> >>> If you don't switch to a different vendor, e.g. startssl, please
> >>> contact me for renewal in 2017.
> >>
> >> FWIW: The PSF mostly uses StartSSL nowadays and they also support code
> >> signing certificates. Given that this option is a lot cheaper than
> >> Verisign, I think we should switch, unless there are significant
> >> reasons not to. We should revisit this in 2017.
> > 
> > Agree - apparently the starlssl process for getting a signing cert is
> > complex/obscure, so we should start early.
> 
> Not really. Once you have the org verification it's really easy.
> 
> > Let me know if I can help providing PSF organization verification.
> 
> I already completed that for the current cycle.

One can hope.  We shall see :-)

KBK
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] IDLE in the stdlib

2013-03-20 Thread Kurt B. Kaiser
[Barry]
> On Mar 20, 2013, at 11:22 AM, Eli Bendersky wrote:
>>IDLE would be a great first foray into this "separate project" world,
because it is many ways a separate project.
> I really think that's true.  A separate project, occasionally sync'd
back
> into
> the stdlib by a core dev seems like the right way to manage IDLE.

It seems to me that we are seeing increasing use of IDLE for beginner
training. I've seen several recent Python books that use IDLE as their
programming environment, and which include IDLE screen captures in the
text.

I've always felt that IDLE should be targeted to an eight year old
beginner, and should work uniformly across the major platforms.  That
now
includes the Raspberry Pi!!

I believe it's very important that Python come with an IDE as part of
the
"batteries"  - it's very awkward for a beginner to write code in
something
like Notepad and then run and debug it in a Windows command shell. Just
getting the paths right is problematic (and I'm not talking about
backslashes).

It's very helpful for an instructor to be able to deal with a single
application that runs on all the major platforms, and not have to spend
a
lot of time getting the tools up to speed before the actual Python
training can begin.

And, while an instructor can walk a student through downloading and
installing some IDE, it's very helpful IMHO for a beginner working alone
on Windows or Mac to be able to just click on IDLE.

A Raspberry Pi might not even have a web connection!

IDLE has a single keystroke round trip - it's an IDE, not just an editor
like Sublime Text or Notepad.  In the 21st century, people expect some
sort of IDE.  Or, they should!

IDLE forked nearly a decade ago to introduce subprocess execution and
the
configuration dialog.  Subsequently, I merged it back into core and it
played a useful role in Python 3 development.

Scheme hackers write new Scheme implementations.  Python hackers tend to
write editors and IDEs, it seems.  I think, considering all the
competition, that IDLE would have died if it hadn't been merged back. 
Instead, many of its competitors died.

So, although I'm pretty agnostic regarding where development is done, I
think Python should continue to release a simple native IDE in its
binaries, and I worry that IDLE will be eventually dropped from the
binaries if it's separate. Right now, Apple is delivering IDLE along
with
Python (though there are issues with the current installation) and I
hope
that will continue.

OTOH, development is likely to be more vigorous if it's separate.

I'd also like to make a plea to keep IDLE's interface clean and basic. 
There are lots of complex IDEs available for those who want them.  It's
natural for developers to add features, that's what they do :-), but you
don't hand a novice a Ferrari (or emacs) and expect good results.  IMHO
some of the feature patches on the tracker should be rejected on that
basis.

It's sometimes said that IDLE is "ugly" or "broken".  These terms are
subjective!  If it's truly broken, then we should fix it.  If it's
"broken" because a feature is missing, maybe that's an intentional part
of
Guido's design of a simple Python IDE.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] IDLE in the stdlib

2013-03-20 Thread Kurt B. Kaiser
I apologize for that formatting mess - the Barracuda rejected my
original email for some reason (squirrelmail directly from shore.net)
and I had to resend it from rejects - it got re-wrapped on transmission.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] IDLE in the stdlib

2013-03-20 Thread Kurt B. Kaiser


On Wed, Mar 20, 2013, at 09:17 PM, Terry Reedy wrote:
> On 3/20/2013 6:48 PM, Kurt B. Kaiser wrote:
>
> Well, one can hardly use Command Prompt captures, unless one were to
> flip black and white within the window (but not its frame).

And yet many books do - it's really ugly.  When I see a book with a
bunch of DOS windows, white on black, printed on cheap paper, 900 pages,
I just put it back on the shelf.  Quickly.


> > I've always felt that IDLE should be targeted to an eight year old
> > beginner, and should work uniformly across the major platforms. That
> > now includes the Raspberry Pi!!
>
> I think it should also work uniformly across Python versions. That is
> the gist of PEP434.

Well, spending a lot of time backporting new features is not my idea of
fun. OTOH, I have no objection.  Maybe we could automate checkpoints of
IDLE into PyPI or somewhere for those who don't care to pull from hg,
yet want to be on the cutting  edge?

Along those lines, I've thought that IDLE should refrain from using the
newest features in Python, to allow people running released versions of
Python to access the newest IDLE.  i.e. Python 3.4 innovations would not
be used in IDLE 3.4.  Only Python 3.3 and earlier innovations.

[...]

> > OTOH, development is likely to be more vigorous if it's separate.
>
> Perhaps, perhaps not, or perhaps it would become 'too' vigorous if too
> many developers pushed multiple 'kitchen sinks'.

Oh, I agree with that.  Distributed version control can lead to chaos
and dilution of effort.

I don't know if this is the place to comment on PEP 434 (is it?), but
I've always taken the approach that IDLE development should be less
formal than the rest of stdlib, since it's not a dependency.  Big
changes should be reserved for the tip, but I don't see why something
like the right click menu change shouldn't be backported.

I think we should try a more relaxed idlelib development process inside
core before we move it out, and should be generous about adding checkin
permissions for that purpose.  Rietveld will help.  It's a good way to
habilitate new developers.

>
> > I'd also like to make a plea to keep IDLE's interface clean and
> > basic. There are lots of complex IDEs available for those who want
> > them.  It's natural for developers to add features, that's what they
> > do :-), but you don't hand a novice a Ferrari (or emacs) and expect
> > good results.  IMHO some of the feature patches on the tracker
> > should be rejected on that basis.
>
> Have you commented on those issues? I so far have mostly concentrated
> on fixing current features. I agree that major new features should be
> considered carefully and perhaps discussed on a revived idle-sig list.
> I have never used some of the existing features, like breakpoints,
> that seem pretty advanced. I first opened a debugger window only
> recently, in order to comment on a issue about a possible bug. We
> should document how to use that before adding anything else
> comparable.

I have commented over the years, but lately I've been so distracted by
the Treasurer job that I haven't found much time for IDLE.  And as I was
telling Ned here at PyCon, when you step off the train, it can be hard
to get back on.

I've tried to channel Guido over the years.  I looked at what he did,
and tried to project forward.

IDLE-dev is still active.  Would anyone else like to be a moderator?


> > It's sometimes said that IDLE is "ugly" or "broken".  These terms
> > are subjective!
>
> When IDLE-closing bugs are all fixed, I would like to see how much
> difference themed widgets would make to appearance. Then we could
> debate whether IDLE should look 'native' on each platform or have a
> common 'Python' theme -- or have both and let users choose.
>
> > If it's truly broken, then we should fix it.  If it's "broken"
> > because a feature is missing, maybe that's an intentional part of
> > Guido's design of a simple Python IDE.
>
> Without a vision and design document, it is sometimes hard for someone
> like me to know which is which.

IDLE development has always been organic, as opposed to the formal
approach of the PEPs.  What we need is a Zen of IDLE.  When I look at
it, I see a simple IDE.  I try to adhere to the principle of least
surprise, and to maintain an uncluttered interface suitable for
beginners.  Expert features can be there, but somewhat hidden (though
they should be documented!) or implemented as disabled extensions.

IDLE tries to promote Pythonic style.  For example, the lack of a
horizontal scroll bar was deliberate, I think.

We should implement the patch that adds an extension

Re: [Python-Dev] IDLE in the stdlib

2013-03-22 Thread Kurt B. Kaiser


On Thu, Mar 21, 2013, at 05:37 AM, Antoine Pitrou wrote:
> Le Wed, 20 Mar 2013 18:48:15 -0400, "Kurt B. Kaiser" 
> a écrit :
> >
> > IDLE has a single keystroke round trip - it's an IDE, not just an
> > editor like Sublime Text or Notepad.  In the 21st century, people
> > expect some sort of IDE.  Or, they should!
>
> I don't think I've used an IDE in years (not seriously anyway).

If you haven't used IDLE lately, you might want to try it.

> I also don't think beginners "expect some sort of IDE", since they
> don't know what it is. They probably don't even expect a text editor
> at first.

Well, they will feel the need in less than a day, IMHO.  These days,
beginning users are accustomed to a GUI that "does something", not a
command line, it seems.

Right, they don't know what they need, at first.  We should provide an
interface that, in our experience, meets a beginner's needs.

>
> > I'd also like to make a plea to keep IDLE's interface clean and
> > basic. There are lots of complex IDEs available for those who want
> > them.  It's natural for developers to add features, that's what they
> > do :-), but you don't hand a novice a Ferrari (or emacs) and expect
> > good results.
>
> What is the point of an IDE without features?

None.

But IDLE has plenty of features - and minimum clutter.  It also works
very well on small screens.


> Also, this is touching another issue: IDLE needs active maintainers,
> who will obviously be experienced Python developers. But if they are
> experienced Python developers, they will certainly want the additional
> features, otherwise's they'll stop using and maintaining IDLE.
>
> In other words, if IDLE were actually usable *and* pleasant for
> experienced developers, I'm sure more developers would be motivated to
> improve and maintain it.

That's not the target audience for IDLE.  There are many great IDEs for
"experienced" developers.

It's not my objective to turn IDLE into PyCharm, just to keep some
developers motivated.  Good design satisfies the target audience - IMHO,
we should be working towards the best possible beginner Python interface
on Windows, Mac, and Raspberry Pi.

To get this done, we need IDLE developers who are interested in
supporting beginners.  Not so much developers who are interested in
adding complex features for their more advanced usage.

The complex IDE space is packed - it doesn't need another entry.  OTOH,
there are few simple IDEs like IDLE.  It's a good niche to be in.

And, yes, getting the IDLE developers to use IDLE is important - I do
so most of the time (emacs for the rest :).  That helps to discover
IDLE and tkinter bugs, and occasionally exposes the need for a
missing feature.

>
> > It's sometimes said that IDLE is "ugly" or "broken".  These terms
> > are subjective!
>
> Subjective statements are not baseless and idiotic.

Please don't put words in my mouth.  I only said those terms are
subjective, which they are.

> They come from the experience of people actually wanting to like a
> piece of software, you shouldn't discard them at face value.

Please don't allege actions I haven't taken!

I agree entirely with you - one has to dig deeper to extract some
constructive criticism, if it is available.

Often, you can't address one person's idea of ugly or broken without
raising those issues with another person.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Sun, Jul 11 2010, Bruce Sherwood wrote:

> On the notion that IDLE is fatally flawed and is driving away
> potential users of Python (to put the statements in their most extreme
> form):
>
> It seems that there are (at least) two very different communities
> people have in mind. I can appreciate that highly expert programmers
> may find IDLE insufficient for their needs, and it might even be the
> case that these people should be advised not to even try IDLE. But I
> want to stress as strongly as possible that for a very large community
> of nonexpert users of Python, IDLE has been extremely important and
> works very well for their purposes. Editing is pretty much like what
> they're already used to in word processors, which is certainly not the
> case with professional tools such as vim or Emacs.

Particularly on Windows, there is an expectation that a contemporary
programming language comes with a GUI.  Using the Windows Python shell
isn't very satisfactory, largely because of the poor file handling
capability in that environment.  IDLE provides a simple solution,
suitable for beginners as well as experts.  It provides one-keystroke
save/run in a fresh environment not associated with the GUI.  I have run
IDLE inside IDLE (though I'm not positive that will work right now).
How many IDEs can do that?

I've tried to channel Guido, and my general approach has been to provide
as much functionality as needed, but to hide the more advanced features
to avoid clutter.  When the 'experts' need them, they will find them.

I'm mystified about the comments that the GUI is ugly.  It is minimal.
On XP, it looks exactly like an XP window with a simple menubar.  Those
who haven't looked at it for awhile may not be aware of the recent
advances made by Tk in native look and feel.  What is ugly?

And IDLE is cross-platform.  There are perhaps deficiencies on the Mac,
but Ron has made good progress.  I haven't been able to come up with a
Mac yet, so I can't really comment.

IDLE works on 2.7 and 3.x.  Running IDLE on the trunk is a decent
test of Python and tkinter during development.

It seems that people who do Scheme write Scheme implementations, while
people who do Python write IDEs :-)

Usually, they keep adding features and buttons until it looks like
Eclipse.  That's fine.  But why turn IDLE into another example of that
style and diminish diversity in doing so?

On a netbook, screen space is at a premium, and a simple interface has
advantages.  There are many IDEs listed on the wiki if people are
looking for the more complex style, but I'd suggest that they aren't
appropriate for beginners.  And by beginners, I include elementary
school students.

IDLE works with "extensions".  Plug-ins, if you will.  The Option dialog
needs enhancement to support extension selection, and I believe there is
a patch to do that.  More extensions would be a good thing.

The .idlerc directory determines IDLE's configuration, including the
help source urls available on the Help menu.  By downloading .idlerc or
via indirection, a student environment can be set up including the day's
lesson and which extensions are activated.  Call tips and method name
completion can be "hidden" by increasing the time delay before they pop
up.

> That said, yes, there are some significant deficiencies with the
> current IDLE (which is why there's a VIDLE, for instance). I'm very
> glad to hear from Martin that Guilherme is free to commit his
> important bug fixes and improvements. I'm afraid that neither
> Guilherme nor I understood the procedures and thought that we had to
> wait for others to act.

Tal has made a couple of comments about not being able to run multiple
IDLEs at the same time, and he mentions

http://bugs.python.org/issue1529142

This bug has been closed for over a year, and you can run as many IDLEs
as you like.  You can run 2.7 and 3.x at the same time.  I would have
expected Tal to know that.

Also, the current right click edit action on Windows is to only open an
edit window; no shell.  And it uses the subprocess!  So, some of the
comments on this thread are not up to date.

The reason that bug languished for two years was because first, it was a
bit of a hack, and second, Windows was problematic in that it reused
sockets and often left zombie subprocesses behind which couldn't be
killed except with the task manager.  This causes real problems with
students - they lose confidence in the tool.

Scherer and Weeble put together a patch using ephemeral ports which
nailed the problem, and I checked it in right away and
forward/backported it.

As I recollect, much of what Scherer did in VIDLE related to running
multiple IDLE copies.

For that reason, the VIDLE changes have to be evaluated carefully to
determine what has already been incorporated.  I believe I added a
couple of his smaller changes, also.

Bruce, speaking of Dave Scherer, we've been trying to get a Python
Contributor Agreement from him.  Is that something you can help us wit

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Jeroen Ruigrok van der Werven wrote:

> -On [20100712 08:26], Stephen Hansen (apt.shan...@gmail.com) wrote:
>>But I, personally, would consider it a significant loss if IDLE went
>>the way of the dodo or a third-party module. 
>
> Why would it be a significant loss if it went the way of a third party
> module? Clearly right now it's not being maintained as well as the
> rest of Python. Maybe that's a clear indicator that it's better
> maintained externally instead of in the main tree.
>
> And for what it is worth, I personally never used it beyond one time
> looking at it in disgust 

Apparently you haven't looked recently.  If you'd describe specifically
what is disgusting on the current version, perhaps we can do something
about it.

> and neither do I know Pythonistas around me that use it.  Bpython and
> ipython do get installed a lot though, even on Windows. And all these
> people, no matter their proficiency in programming, use an editor or
> IDE of some sort, but not IDLE.

Well, I use it :-)  I used to use emacs to develop IDLE, but as IDLE
became more capable, I stopped using emacs (except to fix IDLE when I
break it completely :) When I find something I really miss, I add it.
But I don't just add features to check off a list.

Search on the status bar and jump to definition are next.

>
> So I would not mourn to see IDLE get moved out of the main repository
> as I do not see the added value or benefit, not even for training (and
> since you're going to set up a training environment anyway, it can
> only be described as lazy if you are adamant on having it included in
> the base distribution).

On Windows, IDLE opens when you right click / edit a .py. Very useful.

On linux, the packagers generally split IDLE off into a separate package
so Python can be installed without Tcl/Tk.  That doesn't mean it should
be removed from the tarball; their package build tools build several
packages from the single tarball at the same time.  Second guessing them
by having two tarballs just increases the work for everyone.

This could be done on Windows, but then you wouldn't have a GUI to use
right after running the Python installer.  Minimal installations are not
so important on Windows.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Antoine Pitrou wrote:

> On Mon, 12 Jul 2010 05:20:49 -0400
> "Kurt B. Kaiser"  wrote:
>> 
>> I'm mystified about the comments that the GUI is ugly.  It is minimal.
>> On XP, it looks exactly like an XP window with a simple menubar.  Those
>> who haven't looked at it for awhile may not be aware of the recent
>> advances made by Tk in native look and feel.  What is ugly?
>
> Ok, I've just tried IDLE (on py3k) for the first time in years. Under
> Linux, the look is ugly and outdated; it uses some kind of Motif-like
> widgets.

That's because Linux isn't using Tk 8.5 yet.  Debian defaults to Tk 8.5
in experimental since March.  Most Linux is Tk 8.4.

On Windows, our installer is using 8.5.  Here's a screenshot from my 
eeePC, 1024 x 600:

http://images.rant.ml1.net/idle.gif

Quoting Tal:


> Perhaps, but the point is that these bugs remain. Certainly this isn't
> because just you, out of the entire Python development community, know
> little about Tk and Tkinter.

> Using Tkinter is a major reason that maintaining and further
> developing IDLE is difficult. For example, it took me many hours just
> to get a working Tkinter scrolled frame widget, having had to write it
> from scratch and struggle with the under-documented Canvas widget.
> Another example is that integration of the new ttk (a.k.a. Tile)
> widget set, which supports native look&feel on various platforms and
> adds modern widgets, has still not been integrated despite being
> available in Tk for years and despite considerable effort being
> invested into it.
=

Tal, you've got some catching up to do, yourself.  Tile went into Tk in
8.5, two years ago.  Linux is behind, we don't control that, but our
Windows installer and tkinter is cutting edge!  Thanks, Martin!  I don't
know what version is running on the Mac:

http://blog.markroseman.com/2007/12/tcltk-85-first.html


I've got an ancient Python 2.5.1 running in Gnome/gNewSense using Tk
8.4.  I think you guys are  exaggerating.  It's not /all/ that ugly, not by a
long shot.  It's just not native look and feel (yet).


> Usability is inconsistent with the rest of the desktop, and
> looks generally subpar (for example, you have to click on a menu to
> open it; 

On Linux and Windows,  f  will drop the file menu.


> the file open dialog is antiquated and doesn't allow me to use
> keyboard shortcuts).

Looks much better in 8.5 and the shortcuts work.

http://images.rant.ml1.net/idle2.gif

> The editor looks decent, though there doesn't seem to be a simple (e.g.
> Shift+Tab) way of unindenting a block of code.

Pull down the format menu.  The dedent hotkey is Ctrl+[

This possibly could be changed to Shift+Tab by the user, but there may
be conflicts with completion.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Tal Einat wrote:

> On Mon, Jul 12, 2010 at 1:44 AM, "Martin v. Löwis"  wrote:
>>> FWIW this is why I started IDLE-Spoon (well, continued Noam Raphael's
>>> project of the same name, in a sense). The idea was to have a fork of
>>> IDLE with new features which need to be tried out by "beta testers" to
>>> iron out all of the glitches before making it into the main version,
>>> like IDLE-fork back in the beginning of the decade. However I have
>>> utterly failed in promoting this project and getting "beta testers" on
>>> board, at least partially due to the lack of interest from the
>>> community (and admittedly my lack of PR skills).
>>
>> I think such a thing must inherently fail - precisely for these reasons.
>>
>> It's much better to release proposed new features along with Python,
>> and wait for feedback. Users won't start trying things out until after
>> the release. This is a general problem, and lead Barry Warsaw to believe
>> that "release candidates" are an utter waste of time.
>
> That's debatable, and I disagree. IDLE-fork was a great success, for example.

We had major contributions from David Scherer, Guido, and Stephen Gava.

But a key factor in its success was that I took it upon myself to keep
IDLEfork sync'd with core IDLE using a cvs vendor branch and frequent
merges.  Once the project was completed, I arranged with SF to move the
IDLEfork repository, including history, back into Python.

This was not done with Noam's branch.  As a result, it gradually drifted
to the point where it became essentially unmergable.

Once we switch to Hg, we should be able to use distributed vc and topic
branches to facilitate community participation without the need for a
separate project.  None of this is automatic, of course, it requires
diligence, planning, and clean topic patches.

>
> If IDLE actually had many users today, certainly some of them would be
> interested in trying out a version with usability fixes and
> improvements. Waiting for a new release of Python can take over a
> year. Furthermore, backwards compatibility issues and support by third
> party libraries can delay migration to a newer version of Python even
> further.

There's no reason why we couldn't release interim IDLE testing packages
from somewhere other than python.org (for those that don't want to track
IDLE's Hg repo).  To do this successfully, we would need to avoid using
new Python features being introduced during that development cycle,
i.e. IDLE would be compatible with the previous Python release.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Antoine Pitrou wrote:

> On Mon, 12 Jul 2010 08:12:10 -0400
> "Kurt B. Kaiser"  wrote:
>> >
>> > Ok, I've just tried IDLE (on py3k) for the first time in years. Under
>> > Linux, the look is ugly and outdated; it uses some kind of Motif-like
>> > widgets.
>> 
>> That's because Linux isn't using Tk 8.5 yet.  Debian defaults to Tk 8.5
>> in experimental since March.  Most Linux is Tk 8.4.
>
> No, that's wrong. Tk here is 8.6:
>
> $ ldd build/lib.linux-x86_64-3.2/_tkinter.so 
> [...]
>   libtk8.6.so.0 => /usr/lib64/libtk8.6.so.0 (0x7f4eb9259000)
>   libtcl8.6.so.0 => /usr/lib64/libtcl8.6.so.0 (0x7f4eb8f07000)
> [...]
>
> $ ./python -c "import tkinter; print(tkinter.TkVersion)"
> 8.6

What distro are you using?  Tk8.6 is still in beta.

Still looks crummy?  Bummer.

>> > the file open dialog is antiquated and doesn't allow me to use
>> > keyboard shortcuts).
>> 
>> Looks much better in 8.5 and the shortcuts work.
>> 
>> http://images.rant.ml1.net/idle2.gif
>
> Well, this is a Windows screenshot. I'm under Linux.

Fine, I showed it as an example of the improvement in 8.5.  Most people,
I think, are using Windows or Macs.  Looks decent, don't you think?

I don't have Tk8.5 running under Linux yet, much less 8.6.  But the Tk
release docs claim improvement under X11.

It's possible we may have to use Tk theming to get full benefit of the
Tile improvements in X11.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, geremy condra wrote:

> No offense, but I've been specifically asked not to do demos with IDLE
> because it looked 'unprofessional'. Given the constraint of working
> within tkinter that may not be something you can work around, but I'm
> sure you can see that from a certain perspective that's beside the
> point.

Right, I stay away from working on Tk.  It's not even a tkinter issue.
I hope it will continue to get better, but I imagine it's a moving 
target for the Tk developers.

In your case, just bring up Wing.  That'll impress them.  As long as
it's not on netbook :-)

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Neil Hodgson wrote:

>On the main editing screen of IDLE, the most noticeable issue is
> that there is no horizontal scroll bar even though the text will move
> left when you move the caret beyond the rightmost visible character.

That was a design decision by Guido to encourage keeping to 80 columns.

> The scrollbar and status bar have an appearance that looks to be from
> Windows 2000, not Windows XP

Tk issue, maybe we can address it with theming.

> and there is no resizing gripper on the right side of the status
> bar. 

Although the corner can be dragged, that would be useful.  As I
recollect, we special-cased it so there is a space for the Mac gripper!

> The tear off menus are ugly as well as being non-standard on all three
> major platforms.

Well, would you discard them? They can (occasionally) be useful.

>Use the "Configure IDLE..." and an "idle" dialog appears that also
> looks to be from Windows 2000. I know Tk can do better than this as
> Git Gui (the Tk (8.5.8) program I use most often) at least shows XP
> themed buttons, scrollbars and other controls. However, the "idle"
> dialog (as well as Git Gui) shows the largest remaining problem for Tk
> user interfaces: keyboard navigation. When the "idle" dialog opens,
> try doing anything with the keyboard. Chances are nothing will happen.
> If you press Tab 16 times (yes, 16!) a focus rectangle will finally
> show on the "Bold" check box. Another Tab takes you to the
> "Indentation Width" slider. After that you don't see the focus until
> it wraps around to "Bold" again. The Enter key doesn't trigger OK and
> the Escape key doesn't let you escape.
>
>The Find and Replace dialogs are better as focus works as do Enter
> and Escape but none of the buttons have mnemonics.
>
>This may all sound like picking nits but details and consistency
> are important in user interfaces and this is just looking at the most
> easily discovered problems.

No, these are worthwhile improvements, and not too difficult.

-- 
Thanks, KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Tal Einat wrote:

> I have been maintaining my own fork of IDLE for several years and
> manually keeping it in sync with IDLE (this was simple). The
> difference is that there was no single major new feature I was working
> on, such as the addition of a sub-process in IDLE-fork or Noam's
> addition of auto-completion. I was mostly making relatively minor
> fixes and changes which were not interrelated. I saw no reason to have
> them all merged back at once, so I posted patches as soon as I felt
> they were ready, and did the best I could to get them accepted. I
> eventually gave up on this process because every patch took far too
> long to be addressed and finally accepted or rejected, and I realized
> that most of the work I had done would never be merged back into the
> mainstream version of IDLE.

There were several contributing factors.  I decided to stop committing
new features in 2.7 and focus on bugs for several reasons.  First, IDLE3
needed work to get it running smoothly.  Second, committing, forward
porting and running the (manual) functional tests on a bunch of small
features was a bit of a pain.  Third, leaving the new features to IDLE3
was a draw to get people to use the new version.  Then, about two years
ago, I got buried with PSF/PyCon issues.

If you'll look back in the IDLE NEWS, you'll see I was giving your
patches quite a bit of attention.

So never say never.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library; Scherer Agreement

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Bruce Sherwood wrote:

> I don't recall that VIDLE has anything to do with running multiple IDLE
> copies. 

Well, I stole the ephemeral port idea from him!

> What's in VIDLE is a lot of bug fixes and some improvements. For
> example, you can configure it to not require having to save a file,
> which makes it as easy to use for quick testing as the shell. Another
> improvement, of high importance for our physics students and other
> novice programmers, is to bring an error display forward. Many
> students fill the screen with the edit window and the error message
> could be hidden, leaving them puzzled as to why their program wasn't
> running. Stuff like that, all aimed at issues we had seen with a large
> population of science and engineering students.
>
> I'll say again that IDLE/VIDLE is an excellent environment for novices.
> Issues identified here about look and feel etc. have just not been of any
> importance in that context.
>

I'd like to get all that incorporated so you can go back to dealing
directly with us.  Your students are the people we want to reach!

> If you'll send me what you want from Scherer, I can contact him.

I'm copying our PSF Secretary/Administrator, Pat Campbell.  She can work
with you to get David Scherer's Contributor Agreement.  We really
appreciate your assistance with this, he's one of the last missing
agreements.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Terry Reedy wrote:

> On 7/12/2010 5:43 PM, "Martin v. Löwis" wrote:
>> Am 12.07.2010 23:21, schrieb Terry Reedy:
>>> On 7/12/2010 5:46 AM, Kurt B. Kaiser wrote:
>>>
>>>> On Windows, IDLE opens when you right click / edit a .py. Very useful.
>>>
>>> On my xp machine with 3.1.2, it edit .py opens with notepad. Perhaps the
>>> installer just copies forward the association from long ago, before IDLE
>>> was available, or at least so usable. I have thought of changing that,
>>> but I do not know what the replacement incantation would be.
>>
>> There should be an "Edit with IDLE" (sic) context menu item.
>
> I agree, and thought about requesting such, but there is not and never
> has been for me that I know of. Actually, I would like Edit with IDLE
> x.y and Run with x.y so it is easy to test a file with different
> versions.
>
> XP with updates, install for everyone, make install the default Python.

It should be the second item on the right click context menu when
hovering over a .py.  If not, check your Windows Explorer / Tools /
Folder Options / File Types / Advanced.  There should be an "Edit with
IDLE" in the dialog selection box.  Perhaps you overrode it at some
point.

I've found that whatever version of IDLE is installed last grabs this
function.

If you build from svn, you don't get it, of course, unless you set it
manually.  And, you can use the manual setting to select a specific
Python/IDLE version.

>
> Should I open a tracker issue?

No, it's your system configuration, 99% probable.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Terry Reedy wrote:

> On 7/12/2010 2:05 AM, "Martin v. Löwis" wrote:
>>> What I specifically want right now is Commit Authorization Privilege,
>>> especially for IDLE,
>>
>> Not sure who could grant that, but as far as I can: you have it.
>
> If I were approved to commit patches directly, then by implication I
> should be able to approve others doing the same. That is occasionally
> done now by others, but I wanted to be clear that for the present, the
> latter is all I could and would do.

I've not had experience with patches from Terry.  I don't think there are
any in IDLE, at least not acknowledged in NEWS.

I'd suggest giving him Tracker access and start out working with the
patch submitters to update their patches to Py3, followed by a patch
review and triage.  He could unset all the bugs/patches assigned to me.

I don't consider that I "own" IDLE.  I've put quite a bit of time into
it, and expect to continue.  But I'd welcome help!

I only hope to keep to roughly the same stylistic philosophy, and hope
I'm still channeling Guido accurately.

In addition, like the rest of the library, IDLE should be an example of
good Python code.  But there is some cruft in there.  Some just old
and/or unfinished, and some, like Multicall.py, rather obscure.
Multicall is needed because Tk forgets what modifier keys were depressed
when an event is generated.  I'm hoping Tk will grow a memory so 
Multicall can be simplified.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Idle-dev] Removing IDLE from the standard library

2010-07-12 Thread Kurt B. Kaiser
On Mon, Jul 12 2010, Steve Holden wrote:

> I agree, the tear-off menus are an anachronism. 

OK, thanks for the input.  I use them rarely, myself.

> I'd also like a pony in the form of easily-changeable sets of
> keystroke mappings. I have never found Alt-P and its cousins either
> memorable or comfortable.

Is Options / Configure IDLE / Keys what you are looking for?  There are
four built-in sets currently, and you can define your own based on one
of those.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2006-07-09 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  393 open (+15) /  3315 closed (+17) /  3708 total (+32)
Bugs:  908 open (+22) /  5975 closed (+49) /  6883 total (+71)
RFE :  223 open ( -1) /   229 closed ( +2) /   452 total ( +1)

New / Reopened Patches
__

test_grp.py doesn't skip special NIS entry, fails  (2006-06-22)
   http://python.org/sf/1510987  opened by  Mat Martineau

socket.gethostbyaddr fix for machines with incomplete DNS  (2006-06-23)
   http://python.org/sf/1511317  opened by  Charles Schwieters

Speed up decimal object construction  (2006-06-25)
CLOSED http://python.org/sf/1511853  opened by  Nick Coghlan

ast branch changed interactive module name  (2006-06-25)
   http://python.org/sf/1512007  opened by  Jp Calderone

Improves an error message from setattr  (2006-06-26)
   http://python.org/sf/1512942  opened by  Alexander Belopolsky

[FIX][Bug 1512695] cPickle.loads seg. faults  (2006-06-27)
CLOSED http://python.org/sf/1513206  opened by  Faik Uygur

Remove reduce()  (2006-06-27)
CLOSED http://python.org/sf/1513249  opened by  Collin Winter

Clean up usage of map() in the stdlib  (2006-06-27)
   http://python.org/sf/1513299  opened by  Collin Winter

new turtle module  (2006-06-28)
   http://python.org/sf/1513695  opened by  Lingl

docs for xturtle.py  (2006-06-28)
CLOSED http://python.org/sf/1513699  opened by  Lingl

Move reduce() to functools  (2006-06-28)
   http://python.org/sf/1513870  opened by  Collin Winter

mailbox (Maildir): avoid losing messages on name clash  (2006-06-29)
   http://python.org/sf/1514543  opened by  David Watson

mailbox: use fsync() to ensure data is really on disk  (2006-06-29)
   http://python.org/sf/1514544  opened by  David Watson

proposal for a new circle method  (2006-06-29)
CLOSED http://python.org/sf/1514737  opened by  Lingl

1515163 fix - traceback and str exc  (2006-06-30)
   http://python.org/sf/1515343  opened by  Jim Jewett

urllib2 redirection fix  (2006-07-02)
   http://python.org/sf/1515745  opened by  Petr Gladkikh

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  reopened by  gustaebel

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  reopened by  gustaebel

Remove deprecated functions from operator  (2006-07-03)
   http://python.org/sf/1516309  opened by  Collin Winter

Module uuid: reduce pickle footprint  (2006-07-03)
   http://python.org/sf/1516327  opened by  Michael Amrhein

Module uuid: functions for retrieving MAC addres  (2006-07-03)
   http://python.org/sf/1516330  opened by  Michael Amrhein

Remove sys.exitfunc  (2006-07-03)
   http://python.org/sf/1516375  opened by  Collin Winter

OpenVMS patches Modules directory  (2006-07-04)
   http://python.org/sf/1516912  opened by  Piéronne Jean-François

Fix for Lib/test/crashers/gc_inspection.py  (2006-07-04)
   http://python.org/sf/1517042  opened by  Collin Winter

Patch to commands.py to enable callback support   (2006-07-05)
   http://python.org/sf/1517586  opened by  Brad Doctor

Patch for ctypes to enable custom objects in function calls  (2006-07-05)
   http://python.org/sf/1517790  opened by  Thomas Heller

Patch for bug #1514451  (2006-07-06)
   http://python.org/sf/1517891  opened by  Thomas Lee

assert for NULL in Py_INCREF Py_DECREF  (2006-07-06)
   http://python.org/sf/1517947  opened by  Rene Dudfield

ext/win-cookbook.html has a broken link to distutils  (2006-07-07)
   http://python.org/sf/1518772  opened by  Johannes Gijsbers

New ver. of 1102879: Fix for 926423: socket timeouts  (2006-07-07)
   http://python.org/sf/1519025  opened by  Tony Nelson

turtle.py: correcting begin_fill  (2006-07-09)
   http://python.org/sf/1519566  opened by  Lingl

Patches Closed
__

MS Toolkit Compiler no longer available  (2006-06-20)
   http://python.org/sf/1509163  closed by  loewis

Patch for 1506758 - popen2/subprocess MAXFD MemoryErrors  (2006-06-15)
   http://python.org/sf/1506760  closed by  astrand

Speed up decimal object construction  (2006-06-25)
   http://python.org/sf/1511853  closed by  ncoghlan

[FIX][Bug 1512695] cPickle.loads seg. faults  (2006-06-27)
   http://python.org/sf/1513206  closed by  gbrandl

Remove reduce()  (2006-06-27)
   http://python.org/sf/1513249  closed by  collinwinter

docs for xturtle.py  (2006-06-28)
   http://python.org/sf/1513699  closed by  loewis

Make thread stack size runtime tunable  (03/20/06)
   http://python.org/sf/1454481  closed by  sf-robot

proposal for a new circle method  (2006-06-30)
   http://python.org/sf/1514737  closed by  loewis

1515169 fix (ImportWarning flood)  (2006-06-30)
   http://python.org/sf/1515361  closed by  nnorwitz

Alternative fix for ImportWarning (fix for 1515169)  (2006-07-01)
   http://python.org/sf/1515609  closed by  nnorwitz

telnetlib timeout fi

[Python-Dev] Weekly Python Patch/Bug Summary

2006-07-19 Thread Kurt B. Kaiser
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 ( -1) /   231 closed ( +2) /   453 total ( +1)

New / Reopened Patches
__

Fix for #1513611 and #1511497; xml.sax imports  (2006-07-10)
   http://python.org/sf/1519796  opened by  Žiga Seilnacht

telnetlib.py change to ease option handling.  (2006-07-10)
   http://python.org/sf/1520081  opened by  Ernest ter Kuile

Support for PyGetSetDefs in pydoc, inspect, and types  (2006-07-10)
   http://python.org/sf/1520294  opened by  Barry A. Warsaw

Distutils bugfix: Read $AR from the environment/Makefile.  (2006-07-11)
   http://python.org/sf/1520877  opened by  Douglas Greiman

make install change: Allow $DESTDIR to be relative  (2006-07-11)
   http://python.org/sf/1520879  opened by  Douglas Greiman

Fix tests that assume they can write to Lib/test  (2006-07-12)
   http://python.org/sf/1520904  opened by  Douglas Greiman

Don't produce core file in test_subprocess.py  (2006-07-12)
   http://python.org/sf/1520905  opened by  Douglas Greiman

Extra configurability for doctest TestCases  (2006-07-12)
   http://python.org/sf/1521051  opened by  Russell Keith-Magee

--help and --version long options  (2006-07-12)
CLOSED http://python.org/sf/1521179  opened by  Georg Brandl

smtplib login fails with aol smtp server  (2006-07-12)
   http://python.org/sf/1521196  opened by  Peter

Reintroduce index checking in 1-element ctypes arrays  (2006-07-13)
CLOSED http://python.org/sf/1521817  opened by  Thomas Heller

Fix grammatical errors in Doc/howto/doanddont.tex  (2006-07-13)
CLOSED http://python.org/sf/1521874  opened by  Collin Winter

Give Cookie.py its own _idmap  (2006-07-13)
   http://python.org/sf/1521882  opened by  Collin Winter

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

Remove operator.truth() and operator.abs()  (2006-07-13)
   http://python.org/sf/1522059  opened by  Collin Winter

Improve docs for filter()  (2006-07-13)
CLOSED http://python.org/sf/1522211  opened by  Collin Winter

irda socket support  (2006-07-14)
   http://python.org/sf/1522400  opened by  ÇñÓ¢²¨

Tix.Grid patch  (2006-07-14)
   http://python.org/sf/1522587  opened by  klappnase

XML Test Runner for unittest module  (2006-07-14)
   http://python.org/sf/1522704  opened by  Sebastian Rittau

(partial?) fix for Misc/python-config.in  (2006-07-16)
   http://python.org/sf/1523356  opened by  M. Levinson

Var-default patch undid part of backtick to repr() patch  (2006-07-18)
CLOSED http://python.org/sf/1524429  opened by  Graham Horler

Fix Tkinter Tcl-commands memory-leaks  (2006-07-18)
   http://python.org/sf/1524639  opened by  Graham Horler

Fix --without-threads build error  (2006-07-18)
CLOSED http://python.org/sf/1524724  opened by  Matt Fleming

ConfigParser: accept leading whitespace on options+comments  (2006-07-18)
   http://python.org/sf/1524825  opened by  Ken Lalonde

Patches Closed
__

Patch for bug 1441486: bad unary minus folding in compiler  (2006-03-10)
   http://python.org/sf/1446922  closed by  nascheme

OpenVMS patches Modules directory  (2006-07-04)
   http://python.org/sf/1516912  closed by  nnorwitz

Rough documentation for xml.etree.ElementTree  (2006-06-10)
   http://python.org/sf/1504046  closed by  nnorwitz

turtle.py: correcting begin_fill  (2006-07-09)
   http://python.org/sf/1519566  closed by  loewis

pdb: fix for #1472251('run/runeval' commands bug)  (2006-04-18)
   http://python.org/sf/1472257  closed by  jakamkon

urllib2 redirection fix  (2006-07-01)
   http://python.org/sf/1515745  closed by  nnorwitz

Python long option support  (2006-05-03)
   http://python.org/sf/1481112  closed by  gbrandl

--help and --version long options  (2006-07-12)
   http://python.org/sf/1521179  closed by  gbrandl

Reintroduce index checking in 1-element ctypes arrays  (2006-07-13)
   http://python.org/sf/1521817  closed by  theller

Fix grammatical errors in Doc/howto/doanddont.tex  (2006-07-13)
   http://python.org/sf/1521874  closed by  gbrandl

Improve docs for filter()  (2006-07-13)
   http://python.org/sf/1522211  closed by  rhettinger

python / pythonw replacement in C  (2004-10-29)
   http://python.org/sf/1056561  closed by  etrepum

OS X: Can't use #!/usr/bin/pythonw  (2004-10-02)
   http://python.org/sf/1038911  closed by  etrepum

update the binhex module for Mach-O  (2005-06-14)
   http://python.org/sf/1220874  closed by  etrepum

Remove dependencies on the sets module  (2006-06-04)
   http://python.org/sf/1500609  closed by  gbrandl

ColorDelegator - Several bug fixes  (2006-04-30)
   http://python.org/sf/1479219  closed by  kbk

Var-default patch undid part of backtick to repr() patch  (2006-07-18)

[Python-Dev] Weekly Python Patch/Bug Summary

2006-07-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  401 open ( +3) /  3342 closed ( +8) /  3743 total (+11)
Bugs:  896 open ( -8) /  6035 closed (+24) /  6931 total (+16)
RFE :  224 open ( +2) /   233 closed ( +2) /   457 total ( +4)

New / Reopened Patches
__

pkgutil.walk_packages ignores onerror arg  (2006-07-20)
CLOSED http://python.org/sf/1525766  opened by  James Y Knight

Tkdnd mouse cursor handling patch  (2006-07-20)
   http://python.org/sf/1525806  opened by  klappnase

calltip awkwardly shortened  (2006-07-20)
CLOSED http://python.org/sf/1525817  opened by  Lingl

str.__iter__ and unicode.__iter__  (2006-07-21)
   http://python.org/sf/1526367  opened by  Walter Dörwald

Fix socketmodule compile on NetBSD  (2006-07-21)
   http://python.org/sf/1526460  opened by  Matt Fleming

New module: miniconf  (2006-07-24)
   http://python.org/sf/1527597  opened by  S.Fourmanoit

winsound - probably win9x port is not working  (2006-07-24)
CLOSED http://python.org/sf/1527744  opened by  Hirokazu Yamamoto

Expose case-insensitivity of string.Template  (2006-07-25)
   http://python.org/sf/1528167  opened by  Chad Whitacre

PyShell.recall - fix indentation logic  (2006-07-25)
   http://python.org/sf/1528468  opened by  Tal Einat

patch for mbcs codecs  (2006-03-22)
   http://python.org/sf/1455898  reopened by  ocean-city

Patches Closed
__

pkgutil.walk_packages ignores onerror arg  (2006-07-20)
   http://python.org/sf/1525766  closed by  gbrandl

calltip awkwardly shortened  (2006-07-20)
   http://python.org/sf/1525817  closed by  loewis

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

Syntax-related improvements to IDLE  (2004-02-28)
   http://python.org/sf/906702  closed by  kbk

(partial?) fix for Misc/python-config.in  (2006-07-16)
   http://python.org/sf/1523356  closed by  gbrandl

ConnectRegistry blocks all threads  (2006-03-12)
   http://python.org/sf/1448199  closed by  loewis

MS Windows - module search path fix  (2005-07-04)
   http://python.org/sf/1232023  closed by  loewis

winsound - probably win9x port is not working  (2006-07-24)
   http://python.org/sf/1527744  closed by  gbrandl

1515163 fix - traceback and str exc  (2006-06-30)
   http://python.org/sf/1515343  closed by  gbrandl

New / Reopened Bugs
___

inspect.py: still infinite recursion inspecting frames  (2006-07-03)
CLOSED http://python.org/sf/1516184  reopened by  nnorwitz

Bug in shutil.copytree on Windows  (2006-07-20)
   http://python.org/sf/1525866  opened by  Mike Foord

email package quoted printable behaviour changed  (2006-07-20)
   http://python.org/sf/1525919  opened by  Thomas Arendsen Hein

Win32: subprocess.Popen() w/o "pipe" throws an exception  (2006-07-21)
CLOSED http://python.org/sf/1526203  opened by  Larry Hastings

Concatenation on a long string breaks  (2006-07-21)
   http://python.org/sf/1526585  opened by  Jp Calderone

current directory added to sys.path on win32  (2006-07-22)
CLOSED http://python.org/sf/1526785  opened by  John Ehresman

unbalanced parentheses  from command line crash pdb  (2006-07-21)
   http://python.org/sf/1526834  opened by  Ilya Sandler

PythonLauncher uses incorrect working directory  (2006-07-23)
   http://python.org/sf/1527397  opened by  Bob Ippolito

optparse should support arbitrary number of arguments  (2006-07-24)
   http://python.org/sf/1527705  reopened by  riteshsarraf

optparse should support arbitrary number of arguments  (2006-07-24)
   http://python.org/sf/1527705  opened by  Ritesh Raj Sarraf

tarfile chokes on ipython archive on Windows  (2006-07-24)
   http://python.org/sf/1527974  opened by  Arve Knudsen

difflib.SequenceMatcher.find_longest_match()  wrong result  (2006-07-25)
   http://python.org/sf/1528074  opened by  John Machin

urllib2 data argument  (2006-07-25)
   http://python.org/sf/1528258  opened by  paul rubin

forward in turtle module may cause incorrect display  (2006-07-25)
   http://python.org/sf/1528363  opened by  NatureMage

IDLE: printing issue on OSX  (2006-07-25)
   http://python.org/sf/1528593  opened by  Ronald Oussoren

Python 2.5b2 fails to build on Solaris 10  (2006-07-25)
   http://python.org/sf/1528620  opened by  Guido Ostkamp

Python 2.5b2 fails to build (GCC) on Solaris 10  (2006-07-26)
   http://python.org/sf/1529269  opened by  Guido Ostkamp

Bugs Closed
___

inspect.py: still infinite recursion inspecting frames  (2006-07-03)
   http://python.org/sf/1516184  closed by  pje

logging using the SysLog handler fails if locale is set  (2006-07-17)
   http://python.org/sf/1524081  closed by  vsajip

Win32: subprocess.Popen() w/o "pipe" throws an exception  (2006-07-21)
   http://python.org/sf/1526203  closed by  gbrandl

Malloc, memory error, failmalloc, low memory.  (2006-07

[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-01 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  396 open ( -5) /  3354 closed (+12) /  3750 total ( +7)
Bugs:  864 open (-32) /  6087 closed (+52) /  6951 total (+20)
RFE :  226 open ( +2) /   234 closed ( +1) /   460 total ( +3)

New / Reopened Patches
__

Move firewall warning to "about" menu  (2006-07-26)
   http://python.org/sf/1529018  opened by  Tal Einat

Allowing multiple instances of IDLE with sub-processes  (2006-07-26)
   http://python.org/sf/1529142  opened by  Tal Einat

Squeezer - squeeze large output in the interpreter  (2006-07-27)
   http://python.org/sf/1529353  opened by  Tal Einat

More openbsd targets for ctypes  (2006-07-27)
CLOSED http://python.org/sf/1529514  opened by  Thomas Heller

test_defaultdict not integrated into test sute  (2006-07-27)
CLOSED http://python.org/sf/1529686  opened by  Žiga Seilnacht

misleading info about tarfile.py's "r|*" mode  (2006-07-27)
CLOSED http://python.org/sf/1529811  opened by  Lars Gustäbel

pydoc render_doc  (2006-07-28)
   http://python.org/sf/1530482  opened by  ganges master

test_email_codecs not integrated into test sute  (2006-07-27)
CLOSED http://python.org/sf/1529686  reopened by  zseil

Fix __index__() clipping really big numbers  (2006-07-29)
   http://python.org/sf/1530738  opened by  Nick Coghlan

"a +  (2006-07-29)
CLOSED http://python.org/sf/1531113  opened by  Christopher Tur Lesniewski-Laas

Tracing and profiling functions can cause hangs in threads  (2006-07-31)
   http://python.org/sf/1531859  opened by  Matt Fleming

Support for case-insensitivity in string.Template  (2006-07-25)
CLOSED http://python.org/sf/1528167  reopened by  whit537

Patches Closed
__

Expose case-insensitivity of string.Template  (2006-07-25)
   http://python.org/sf/1528167  closed by  bwarsaw

Fix for #1513611 and #1511497; xml.sax imports  (2006-07-10)
   http://python.org/sf/1519796  closed by  zseil

More openbsd targets for ctypes  (2006-07-27)
   http://python.org/sf/1529514  closed by  theller

test_defaultdict not integrated into test sute  (2006-07-27)
   http://python.org/sf/1529686  closed by  gbrandl

misleading info about tarfile.py's "r|*" mode  (2006-07-27)
   http://python.org/sf/1529811  closed by  akuchling

Support for PyGetSetDefs in pydoc, inspect, and types  (2006-07-10)
   http://python.org/sf/1520294  closed by  bwarsaw

Fix socketmodule compile on NetBSD  (2006-07-21)
   http://python.org/sf/1526460  closed by  splitscreen

test_email_codecs not integrated into test sute  (2006-07-27)
   http://python.org/sf/1529686  closed by  gbrandl

Describe Py_DEBUG and friends...  (2006-05-18)
   http://python.org/sf/1490989  closed by  akuchling

os.path.exists returns False if no permission  (2004-11-17)
   http://python.org/sf/1068277  closed by  akuchling

"a +  (2006-07-29)
   http://python.org/sf/1531113  closed by  nnorwitz

Fix zip file header format in zipfile.py  (2003-07-30)
   http://python.org/sf/780595  closed by  gbrandl

Don't produce core file in test_subprocess.py  (2006-07-11)
   http://python.org/sf/1520905  closed by  akuchling

New / Reopened Bugs
___

readline module description should mention raw_input()  (2006-07-26)
CLOSED http://python.org/sf/1529157  opened by  Thom Harp

possible bug in mystrtol.c with recent gcc  (2006-07-13)
CLOSED http://python.org/sf/1521947  reopened by  nnorwitz

unrelated variable messing up doctests  (2006-07-26)
CLOSED http://python.org/sf/1529297  reopened by  macquigg

BROWSER path with capital letters  (2006-07-28)
   http://python.org/sf/1529655  opened by  Ken McGaugh

doc string of read-only properties  (2006-07-27)
CLOSED http://python.org/sf/1529717  opened by  Michael Amrhein

distutils regression related to Distribution.run_command  (2006-07-27)
CLOSED http://python.org/sf/1529871  opened by  Collin Winter

bz2 lib missing from source distribution  (2006-07-27)
CLOSED http://python.org/sf/1529998  opened by  james yoo

Mac Universal Build of Python confuses distutils  (2006-07-28)
   http://python.org/sf/1530142  opened by  Richard Jones

ssl object documentation lacks a couple of methods  (2006-07-28)
CLOSED http://python.org/sf/1530382  opened by  Lawrence Oluyede

file.seek() influelce write() when opened with a+ mode  (2006-07-12)
   http://python.org/sf/1521491  reopened by  rudnik_lior

ctypes build fails on Solaris 10  (2006-07-28)
   http://python.org/sf/1530448  opened by  Skip Montanaro

struct.pack raises TypeError where it used to convert  (2006-07-28)
   http://python.org/sf/1530559  opened by  Joe Wreschnig

distutils doesn't notice --with-pydebug  (2006-07-29)
   http://python.org/sf/1530959  opened by  Collin Winter

__weaklist__ in typeobject.c  (2006-07-29)
   http://python.org/sf/1531003  opened by  Fred L. Drake, Jr.

Comman not allowed at the end of argument list for **argumen  (2006-07-29)
 

[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  402 open ( +6) /  3360 closed ( +6) /  3762 total (+12)
Bugs:  861 open ( -3) /  6114 closed (+27) /  6975 total (+24)
RFE :  228 open ( +2) /   234 closed ( +0) /   462 total ( +2)

New / Reopened Patches
__

Replace the ctypes internal '_as_parameter_' mechanism  (2006-08-02)
   http://python.org/sf/1532975  opened by  Thomas Heller

Remove mentions of "PyUnit" from unittest docs  (2006-08-02)
CLOSED http://python.org/sf/156  opened by  Collin Winter

Allow thread(ing) tests to pass without setting stack size  (2006-08-02)
   http://python.org/sf/1533520  opened by  Matt Fleming

Let timeit accept functions  (2006-08-03)
   http://python.org/sf/1533909  opened by  Erik Demaine

Add notes on locale module changes to whatsnew25.tex  (2006-08-03)
   http://python.org/sf/1534027  opened by  Iain Lowe

Typo in weakref error message  (2006-08-03)
CLOSED http://python.org/sf/1534048  opened by  Christopher Tur Lesniewski-Laas

Fix code generation bug in 'compiler' package  (2006-08-03)
CLOSED http://python.org/sf/1534084  opened by  Neil Schemenauer

Cleanup/error-correction for unittest's docs  (2006-08-05)
CLOSED http://python.org/sf/1534922  opened by  Collin Winter

writelines() in bz2 module does not raise check for errors  (2006-08-06)
   http://python.org/sf/1535500  opened by  Lawrence Oluyede

CGIHTTPServer doesn't handle path names with embeded space  (2006-08-06)
   http://python.org/sf/1535504  opened by  Hartmut Goebel

NNTPS support in nntplib  (2006-08-06)
   http://python.org/sf/1535659  opened by  Aurojit Panda

trace.py on win32 has problems with lowercase drive names  (2006-08-07)
   http://python.org/sf/1536071  opened by  Adam Groszer

Build ctypes on OpenBSD x86_64  (2006-08-08)
   http://python.org/sf/1536908  opened by  Thomas Heller

Patches Closed
__

New ver. of 1102879: Fix for 926423: socket timeouts  (2006-07-07)
   http://python.org/sf/1519025  closed by  nnorwitz

Remove mentions of "PyUnit" from unittest docs  (2006-08-02)
   http://python.org/sf/156  deleted by  collinwinter

Typo in weakref error message  (2006-08-03)
   http://python.org/sf/1534048  closed by  fdrake

Fix code generation bug in 'compiler' package  (2006-08-03)
   http://python.org/sf/1534084  closed by  nascheme

Cleanup/error-correction for unittest's docs  (2006-08-05)
   http://python.org/sf/1534922  closed by  gbrandl

New / Reopened Bugs
___

NetBSD build with --with-pydebug causes SIGSEGV  (2006-08-02)
   http://python.org/sf/1533105  opened by  Matt Fleming

the csv module writes files that Excel sees as SYLK files  (2006-08-01)
CLOSED http://python.org/sf/1532483  reopened by  madewokherd

Installed but not listed *.pyo break bdist_rpm  (2006-08-02)
   http://python.org/sf/1533164  opened by  Shmyrev Nick

CTypes _as_parameter_ not working as documented  (2006-08-02)
   http://python.org/sf/1533481  opened by  Shane Holloway

long -> Py_ssize_t (C/API 1.2.1)  (2006-08-02)
   http://python.org/sf/1533486  opened by  Jim Jewett

C/API sec 10 is clipped  (2006-08-02)
   http://python.org/sf/1533491  opened by  Jim Jewett

Tools/modulator does not exist (ext 1.4)  (2006-08-02)
   http://python.org/sf/1533493  opened by  Jim Jewett

botched html for index subheadings  (2004-05-26)
CLOSED http://python.org/sf/960860  reopened by  jimjjewett

__name__ doesn't show up in dir() of class  (2006-08-03)
   http://python.org/sf/1534014  opened by  Tim Chase

getlines() in linecache.py raises TypeError  (2006-08-04)
CLOSED http://python.org/sf/1534517  opened by  Stefan Behnel

Python 2.5 svn crash in _elementtree.c  (2006-08-04)
   http://python.org/sf/1534630  opened by  Barry A. Warsaw

Win32 debug version of _msi creates _msi.pyd, not _msi_d.pyd  (2006-08-04)
   http://python.org/sf/1534738  opened by  John Ehresman

sys.path gets munged with certain directory structures  (2006-08-04)
   http://python.org/sf/1534764  opened by  Gustavo Tabares

logging's fileConfig causes KeyError on shutdown  (2006-08-04)
   http://python.org/sf/1534765  opened by  mdbeachy

Identical floats print inconsistently  (2006-08-04)
CLOSED http://python.org/sf/1534769  opened by  Marc W. Abel

termios.c in qnx4.25  (2005-09-19)
   http://python.org/sf/1295179  reopened by  gbrandl

can't staticaly build modules md5 and sha  (2006-08-06)
CLOSED http://python.org/sf/1535081  opened by  kbob_ru

python segfaults when reading from closed stdin  (2006-08-05)
CLOSED http://python.org/sf/1535165  opened by  Patrick Mezard

typo in test_bz2.py  (2006-08-06)
CLOSED http://python.org/sf/1535182  opened by  Lawrence Oluyede

Python 2.5 windows builds should link hashlib with OpenSSL  (2006-08-06)
   http://python.org/sf/1535502  opened by  Gregory P. Smith

hash(method) sometimes raises OverflowError  (2006-08-07)
   htt

Re: [Python-Dev] no remaining issues blocking 2.5 release

2006-08-15 Thread Kurt B. Kaiser
Anthony Baxter <[EMAIL PROTECTED]> writes:

> I'd also like to see idle's separate version number go away and have
> it start using the Python version number - maybe as of 2.6?

+1

When we merged IDLEfork the consensus was to keep the versioning
separate.  But it seems confusing and is extra work for the release
managers.

> This would then also mean we could pull idle's separate NEWS file into
> the master NEWS file. Right now, the "release notes" on the webpage
> miss all IDLE release notes, since it's just the main NEWS file.

-1

Right now IDLE has a button in the "About IDLE" dialog which accesses
the IDLE NEWS.txt file, and another which accesses Python's NEWS.
IDLE users may not want to grovel through all the Python changes to
find out what changed in the IDE.

It would be nice if the key IDLE changes could make it to the "What's New
in Python X.X".  If Andrew is interested, I could draft something for him.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] IDLE patches - bugfix or not?

2006-08-15 Thread Kurt B. Kaiser
Anthony Baxter <[EMAIL PROTECTED]> writes:

> On Wednesday 16 August 2006 06:19, Jim Jewett wrote:
>> I just uploaded a series of IDLE patches, but I'm not quite sure how
>> to classify them on the feature/bugfix scale now that the last beta is
>> out.
>>
>> >From most to least buggish:
>>
>> python.org/sf/1540892 -- honor the new quit() behavior.  On the other
>> hand, it was documented that this didn't work in IDLE, and it is
>> *possible* that someone was counting on this.
>
> This seems like a sensible thing to add.
>
>> python.org/sf/1540851 -- with is now a blockopener, and should be
>> counted as such -- I *think* this one would be safe, but I know that
>> changing a parser can be surprising, and I suppose it *could* wait
>> until with no longer requires a future statement.
>
> If this can be done safely, it should be done. Preferably before RC1, so that 
> we have time to fix any issues it shows up.

I will look at these two.  RC1 seems reasonable.

>> python.org/sf/1540874 -- broken shortcut keys.  On windows, only one
>> entry per menu can be reached with the same shortcut letter, so
>> advertising others is just an attractive nuisance.  I'm not sure that
>> other systems wouldn't be able to use the hidden shortcuts.
>
> Tough call. I guess it depends on the other systems - I will try this on 
> Linux 
> at least, and see if it works there. If it's broken everywhere, then changing 
> it would seem the least offensive choice.

I would have been inclined to make the other choice, i.e. 'p' as the
hotkey for print, rather than the rarely used "save copy as".

>> python.org/sf/1540869 -- GUI fix.  The current code puts in a
>> separator using a magic number (and has XXX comments about it.)  This
>> changes the magic number so that the separator is more visible, but
>> I'm not sure the old behavior rose to a bug, or that it wasn't
>> platform dependent.
>
> Let's leave this one for 2.6.
>
>> python.org/sf/1540849 -- except too broad.  I wouldn't suggest
>> applying this late in the release cycle, except that it seems sort of
>> like the memory errors that are still being patched.
>
> I'd be concerned that this might cause other obscure behaviour changes, and 
> so 
> I'd prefer to leave this to 2.6.

Yes, 2.6 for these two.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  404 open ( +2) /  3376 closed (+16) /  3780 total (+18)
Bugs:  860 open ( -1) /  6131 closed (+17) /  6991 total (+16)
RFE :  229 open ( +1) /   235 closed ( +1) /   464 total ( +2)

New / Reopened Patches
__

option to leave tempfile.NamedTemporaryFile around on close  (2006-08-10)
   http://python.org/sf/1537850  opened by  djmdjm

Patch to fix __index__() clipping  (2006-08-11)
CLOSED http://python.org/sf/1538606  opened by  Travis Oliphant

Patch cElementTree to export CurrentLineNumber  (2006-08-11)
   http://python.org/sf/1538691  opened by  Robin Bryce

Replace unicode.__eq__ exceptions with a warning  (2006-08-11)
CLOSED http://python.org/sf/1538956  opened by  M.-A. Lemburg

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

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

tarfile __slots__ addition  (2006-08-14)
   http://python.org/sf/1540385  opened by  Brian Harring

Patches for OpenBSD 4.0  (2006-08-15)
   http://python.org/sf/1540470  opened by  djmdjm

Use Py_ssize_t for rangeobject members  (2006-08-15)
   http://python.org/sf/1540617  opened by  Alexander Belopolsky

except too broad  (2006-08-15)
   http://python.org/sf/1540849  opened by  Jim Jewett

with is now a blockopener  (2006-08-15)
CLOSED http://python.org/sf/1540851  opened by  Jim Jewett

IOBinding overly broad except (2nd try)  (2006-08-15)
CLOSED http://python.org/sf/1540856  opened by  Jim Jewett

except too broad  (2006-08-15)
CLOSED http://python.org/sf/1540857  opened by  Jim Jewett

IOBinding broad except - try 3  (2006-08-15)
CLOSED http://python.org/sf/1540859  opened by  Jim Jewett

CodeContext visibility   (2006-08-15)
   http://python.org/sf/1540869  opened by  Jim Jewett

broken shortcut keys  (2006-08-15)
   http://python.org/sf/1540874  opened by  Jim Jewett

make IDLE honor the quit() builtin  (2006-08-15)
CLOSED http://python.org/sf/1540892  opened by  Jim Jewett

Patches Closed
__

Add notes on locale module changes to whatsnew25.tex  (2006-08-03)
   http://python.org/sf/1534027  closed by  akuchling

Build ctypes on OpenBSD x86_64  (2006-08-08)
   http://python.org/sf/1536908  closed by  theller

Fix __index__() clipping really big numbers  (2006-07-29)
   http://python.org/sf/1530738  closed by  ncoghlan

PyShell.recall - fix indentation logic  (2006-07-25)
   http://python.org/sf/1528468  closed by  kbk

Patch to fix __index__() clipping  (2006-08-11)
   http://python.org/sf/1538606  closed by  nnorwitz

Replace unicode.__eq__ exceptions with a warning  (2006-08-11)
   http://python.org/sf/1538956  closed by  lemburg

Replace the ctypes internal '_as_parameter_' mechanism  (2006-08-02)
   http://python.org/sf/1532975  closed by  theller

writelines() in bz2 module does not raise check for errors  (2006-08-06)
   http://python.org/sf/1535500  closed by  gbrandl

trace.py on win32 has problems with lowercase drive names  (2006-08-07)
   http://python.org/sf/1536071  closed by  gbrandl

Give Cookie.py its own _idmap  (2006-07-13)
   http://python.org/sf/1521882  closed by  gbrandl

socket.gethostbyaddr fix for machines with incomplete DNS  (2006-06-23)
   http://python.org/sf/1511317  closed by  gbrandl

with is now a blockopener  (2006-08-15)
   http://python.org/sf/1540851  closed by  kbk

IOBinding overly broad except (2nd try)  (2006-08-15)
   http://python.org/sf/1540856  closed by  jimjjewett

except too broad  (2006-08-15)
   http://python.org/sf/1540857  closed by  jimjjewett

IOBinding broad except - try 3  (2006-08-15)
   http://python.org/sf/1540859  closed by  jimjjewett

make IDLE honor the quit() builtin  (2006-08-15)
   http://python.org/sf/1540892  closed by  kbk

New / Reopened Bugs
___

2nd issue with need for speed patch  (2006-08-09)
   http://python.org/sf/1537167  opened by  Robin Bryce

Missing platform information in subprocess documentation  (2006-08-09)
CLOSED http://python.org/sf/1537195  opened by  Aaron Bingham

urllib2 httplib _read_chunked timeout  (2006-08-09)
   http://python.org/sf/1537445  opened by  devloop

Installation on Windows Longhorn  (2006-08-10)
   http://python.org/sf/1537601  opened by  O.R.Senthil Kumaran

import on cElementTree on Windows  (2006-08-09)
   http://python.org/sf/1537685  reopened by  thomasbhickey

import on cElementTree on Windows  (2006-08-09)
   http://python.org/sf/1537685  opened by  Thomas B Hickey

indent changes when copying command  (2006-08-10)
CLOSED http://python.org/sf/1538445  opened by  mjd__

PyThreadState_SetAsyncExc bug  (2006-08-11)
   http://python.org/sf/1538556  opened by  ganges master

pyo's are not overwritten by different optimization levels  (2006-08-11)
   

Re: [Python-Dev] no remaining issues blocking 2.5 release

2006-08-16 Thread Kurt B. Kaiser
"A.M. Kuchling" <[EMAIL PROTECTED]> writes:

> On Tue, Aug 15, 2006 at 10:44:40PM -0400, Kurt B. Kaiser wrote:
>> It would be nice if the key IDLE changes could make it to the "What's New
>> in Python X.X".  If Andrew is interested, I could draft something for him.
>
> Sure!  I can try to look through the IDLE NEWS file, but you'd
> certainly have a better idea of which changes are most significant to
> IDLE users. 
>
> (You can commit your changes to whatsnew25.tex, module Anthony's trunk
> freeze in 12 hours or so, or just write plain text and let me add the
> LaTeX markup.)

%=
\subsection{The IDLE Integrated Development Environment}

Calltips have been greatly improved and a class attribute listbox
provides completions.

When the Shell cursor is on a previous command,  retrieves
that command.  But instead of replacing the input line, the previous
command is appended, preserving indentation.  If there is an active
selection, the selection will be appended to the input line.

IDLE does a tabnanny and syntax check before every F5/Run.

A number of changes were made to improve Mac OSX compatibility.

The advanced keybinding dialog was enabled, allowing multiple
complex key combinations to be bound to a given IDLE event.

A number of improvements were made to the colorizer.

The 'with' statement is now a Code Context block opener.

IDLE honors the new quit() and exit() functions.

Keybindings were added for del-word-left and del-word-right.

%

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] How does this help? Re: r51366 - python/trunk/Lib/idlelib/NEWS.txt python/trunk/Lib/idlelib/idlever.py

2006-08-19 Thread Kurt B. Kaiser
Anthony Baxter <[EMAIL PROTECTED]> writes:

> On Saturday 19 August 2006 06:24, Jim Jewett wrote:
>> This makes things more consistent for today, but does it really ease
>> maintenance?
>>
>> Why not just change it to:
>>
>> from sys import version as IDLE_VERSION
>>
>> so that it can be ignored from now on?
>
> After the fuss about changing distutils' version number? :-)
>
> I'd very much like to do this, but I figured this was a good first step.

Jim Jewett's suggestion could actually be misleading, IMO.

There are users, especially on Windows, who run IDLE out of svn or run
their own version, but don't build Python.

Here's my suggestion: we set IDLE_VERSION="" in idlever.py.  If the IDLE
hacker wants to set a specific version, he sets that string.  I'll change
the code so if the string is empty, IDLE will use the Python version, as
Jim suggested; otherwise, the user supplied string.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2006-08-27 Thread Kurt B. Kaiser
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

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-01 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  412 open ( +5) /  3397 closed ( +4) /  3809 total ( +9)
Bugs:  900 open (+12) /  6149 closed ( +4) /  7049 total (+16)
RFE :  233 open ( +1) /   236 closed ( +0) /   469 total ( +1)

New / Reopened Patches
__

set literals  (2006-08-28)
CLOSED http://python.org/sf/1547796  opened by  Georg Brandl

"for x in setliteral" peepholer optimization  (2006-08-28)
CLOSED http://python.org/sf/1548082  opened by  Georg Brandl

set comprehensions  (2006-08-29)
   http://python.org/sf/1548388  opened by  Georg Brandl

Fix for structmember conversion issues  (2006-08-29)
   http://python.org/sf/1549049  opened by  Roger Upole

Implementation of PEP 3102 Keyword Only Argument  (2006-08-31)
   http://python.org/sf/1549670  opened by  Jiwon Seo

Add a test suite for test_unittest  (2006-08-31)
   http://python.org/sf/1550272  opened by  Collin Winter

Fix numerous bugs in unittest  (2006-08-31)
   http://python.org/sf/1550273  opened by  Collin Winter

Ellipsis literal "..."  (2006-09-01)
   http://python.org/sf/1550786  opened by  Georg Brandl

make exec a function  (2006-09-01)
   http://python.org/sf/1550800  opened by  Georg Brandl

Patches Closed
__

Allow os.listdir to accept file names longer than MAX_PATH  (2006-04-26)
   http://python.org/sf/1477350  closed by  rupole

set literals  (2006-08-28)
   http://python.org/sf/1547796  closed by  gbrandl

pybench.py error reporting broken for bad -s filename  (2006-08-25)
   http://python.org/sf/1546372  closed by  lemburg

"if x in setliteral" peepholer optimization  (2006-08-28)
   http://python.org/sf/1548082  closed by  gvanrossum

New / Reopened Bugs
___

Typo in Language Reference Section 3.2 Class Instances  (2006-08-28)
   http://python.org/sf/1547931  opened by  whesse_at_clarkson

curses module segfaults on invalid tparm arguments  (2006-08-28)
   http://python.org/sf/1548092  opened by  Marien Zwart

Add 'find' method to sequence types  (2006-08-28)
   http://python.org/sf/1548178  opened by  kovan

Recursion limit exceeded in the match function  (2006-08-29)
CLOSED http://python.org/sf/1548252  opened by  wojtekwu

sgmllib.sgmlparser is not thread safe  (2006-08-28)
   http://python.org/sf/1548288  opened by  Andres Riancho

whichdb too dumb  (2006-08-28)
   http://python.org/sf/1548332  opened by  Curtis Doty

filterwarnings('error') has no effect  (2006-08-29)
   http://python.org/sf/1548371  opened by  Roger Upole

C modules reloaded on certain failed imports  (2006-08-29)
   http://python.org/sf/1548687  opened by  Josiah Carlson

shlex (or perhaps cStringIO) and unicode strings  (2006-08-29)
   http://python.org/sf/1548891  opened by  Erwin S. Andreasen

bug in classlevel variabels  (2006-08-30)
CLOSED http://python.org/sf/1549499  opened by  Thomas Dybdahl Ahle

Pdb parser bug  (2006-08-30)
   http://python.org/sf/1549574  opened by  Alexander Belopolsky

urlparse return exchanged values  (2006-08-30)
CLOSED http://python.org/sf/1549589  opened by  Oscar Acena

Enhance and correct unittest's docs (redux)  (2006-08-31)
   http://python.org/sf/1550263  reopened by  fdrake

Enhance and correct unittest's docs (redux)  (2006-08-31)
   http://python.org/sf/1550263  opened by  Collin Winter

inspect module and class startlineno  (2006-09-01)
   http://python.org/sf/1550524  opened by  Ali Gholami Rudi

SWIG wrappers incompatible with 2.5c1  (2006-09-01)
   http://python.org/sf/1550559  opened by  Andrew Gregory

itertools.tee raises SystemError  (2006-09-01)
   http://python.org/sf/1550714  opened by  Alexander Belopolsky

itertools.tee raises SystemError  (2006-09-01)
CLOSED http://python.org/sf/1550761  opened by  Alexander Belopolsky

Bugs Closed
___

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

Recursion limit exceeded in the match function  (2006-08-29)
   http://python.org/sf/1548252  closed by  gbrandl

bug in classlevel variabels  (2006-08-30)
   http://python.org/sf/1549499  closed by  gbrandl

urlparse return exchanged values  (2006-08-30)
   http://python.org/sf/1549589  closed by  gbrandl

Enhance and correct unittest's docs (redux)  (2006-08-31)
   http://python.org/sf/1550263  closed by  fdrake

itertools.tee raises SystemError  (2006-09-01)
   http://python.org/sf/1550761  deleted by  belopolsky

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  413 open ( +1) /  3407 closed (+10) /  3820 total (+11)
Bugs:  897 open ( -3) /  6167 closed (+18) /  7064 total (+15)
RFE :  234 open ( +1) /   238 closed ( +2) /   472 total ( +3)

New / Reopened Patches
__

Fix decimal context management for 2.5  (2006-09-02)
CLOSED http://python.org/sf/1550886  opened by  Nick Coghlan

Fix for rpartition() end-case  (2006-09-03)
CLOSED http://python.org/sf/1551339  opened by  Raymond Hettinger

Updated spec file for 2.5 release.  (2006-09-03)
CLOSED http://python.org/sf/1551340  opened by  Sean Reifschneider

unparse.py decorator support  (2006-09-04)
   http://python.org/sf/1552024  opened by  Adal Chiriliuc

eval docstring typo  (2006-09-04)
CLOSED http://python.org/sf/1552093  opened by  Ori Avtalion

Fix error checks and leaks in setobject.c  (2006-09-05)
CLOSED http://python.org/sf/1552731  reopened by  gbrandl

Fix error checks and leaks in setobject.c  (2006-09-05)
CLOSED http://python.org/sf/1552731  opened by  Raymond Hettinger

Unicode Imports  (2006-09-05)
   http://python.org/sf/1552880  opened by  Kristján Valur

Fix inspect.py 2.5 slowdown  (2006-09-06)
CLOSED http://python.org/sf/1553314  opened by  Nick Coghlan

locale.getdefaultlocale() bug when _locale is missing  (2006-09-06)
   http://python.org/sf/1553427  opened by  STINNER Victor

UserDict New Style  (2006-09-09)
   http://python.org/sf/1555097  opened by  Indy

Performance enhancements.  (2006-09-09)
   http://python.org/sf/1555098  opened by  Indy

Patches Closed
__

Fix decimal context management for 2.5  (2006-09-02)
   http://python.org/sf/1550886  closed by  ncoghlan

Fix for rpartition() end-case  (2006-09-02)
   http://python.org/sf/1551339  closed by  nnorwitz

Updated spec file for 2.5 release.  (2006-09-02)
   http://python.org/sf/1551340  closed by  nnorwitz

eval docstring typo  (2006-09-04)
   http://python.org/sf/1552093  closed by  nnorwitz

crash in dict_equal  (2006-08-24)
   http://python.org/sf/1546288  closed by  nnorwitz

Patches for OpenBSD 4.0  (2006-08-15)
   http://python.org/sf/1540470  closed by  nnorwitz

Fix error checks and leaks in setobject.c  (2006-09-05)
   http://python.org/sf/1552731  closed by  rhettinger

Fix error checks and leaks in setobject.c  (2006-09-05)
   http://python.org/sf/1552731  closed by  gbrandl

make exec a function  (2006-09-01)
   http://python.org/sf/1550800  closed by  gbrandl

Ellipsis literal "..."  (2006-09-01)
   http://python.org/sf/1550786  closed by  gbrandl

Fix inspect.py 2.5 slowdown  (2006-09-06)
   http://python.org/sf/1553314  closed by  ncoghlan

New / Reopened Bugs
___

from . import bug  (2006-09-02)
CLOSED http://python.org/sf/1550938  opened by  ganges master

random.choice(setinstance) fails  (2006-09-02)
CLOSED http://python.org/sf/1551113  opened by  Alan

Build of 2.4.3 on fedora core 5 fails to find asm/msr.h  (2006-09-02)
   http://python.org/sf/1551238  opened by  George R. Goffe

tiny bug in win32_urandom  (2006-09-03)
CLOSED http://python.org/sf/1551427  opened by  Rocco Matano

__unicode__ breaks for exception class objects  (2006-09-03)
   http://python.org/sf/1551432  opened by  Marcin 'Qrczak' Kowalczyk

Wrong link to unicode database  (2006-09-03)
CLOSED http://python.org/sf/1551669  opened by  Yevgen Muntyan

unpack list of singleton tuples not unpacking  (2006-07-11)
CLOSED http://python.org/sf/1520864  reopened by  gbrandl

UnixCCompiler runtime_library_dir uses -R instead of -Wl,-R  (2006-09-04)
CLOSED http://python.org/sf/1552304  opened by  TFKyle

PEP 290 <-> normal docu...  (2006-09-05)
CLOSED http://python.org/sf/1552618  opened by  Jens Diemer

Python polls unecessarily every 0.1 when interactive  (2006-09-05)
   http://python.org/sf/1552726  opened by  Richard Boulton

Python polls unnecessarily every 0.1 second when interactive  (2006-09-05)
   http://python.org/sf/1552726  reopened by  akuchling

subprocess.Popen(cmd, stdout=sys.stdout) fails  (2006-07-31)
CLOSED http://python.org/sf/1531862  reopened by  nnorwitz

ConfigParser converts option names to lower case on set()  (2006-09-05)
CLOSED http://python.org/sf/1552892  opened by  daniel

Pythonw doesn't get rebuilt if version number changes  (2006-09-05)
   http://python.org/sf/1552935  opened by  Jack Jansen

python 2.5 install can't find tcl/tk in /usr/lib64  (2006-09-06)
   http://python.org/sf/1553166  opened by  David Strozzi

logging.handlers.RotatingFileHandler - inconsistent mode  (2006-09-06)
   http://python.org/sf/1553496  opened by  Walker Hale

datetime.datetime.now() mangles tzinfo  (2006-09-06)
   http://python.org/sf/1553577  opened by  Skip Montanaro

Class instance apparently not destructed when expected  (2006-09-06)
   http://python.org/sf/1553819  opened by  Peter Donis

PyOS_InputHook() and related API funcs. not d

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-14 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  416 open ( +3) /  3408 closed ( +1) /  3824 total ( +4)
Bugs:  898 open ( +1) /  6180 closed (+13) /  7078 total (+14)
RFE :  234 open ( +0) /   238 closed ( +0) /   472 total ( +0)

New / Reopened Patches
__

email parser incorrectly breaks headers with a CRLF at 8192  (2006-09-10)
   http://python.org/sf/170  opened by  Tony Meyer

datetime's strftime limits strings to 127 chars  (2006-09-12)
   http://python.org/sf/1557390  opened by  Eric V. Smith

Add RLIMIT_SBSIZE to resource module  (2006-09-12)
   http://python.org/sf/1557515  opened by  Eric Huss

missing imports ctypes in documentation examples  (2006-09-13)
   http://python.org/sf/1557890  opened by  Daniele Varrazzo

Patches Closed
__

UserDict New Style  (2006-09-08)
   http://python.org/sf/1555097  closed by  rhettinger

New / Reopened Bugs
___

Bug in the match function  (2006-09-09)
CLOSED http://python.org/sf/1555496  opened by  wojtekwu

Please include pliblist for all plattforms  (2006-09-09)
   http://python.org/sf/101  opened by  Guido Guenther

sgmllib should allow angle brackets in quoted values  (2006-06-11)
   http://python.org/sf/1504333  reopened by  nnorwitz

Move fpectl elsewhere in library reference  (2006-09-11)
   http://python.org/sf/1556261  opened by  Michael Hoffman

datetime's strftime limits strings to 127 chars  (2006-09-11)
   http://python.org/sf/1556784  opened by  Eric V. Smith

datetime's strftime limits strings to 127 chars  (2006-09-12)
CLOSED http://python.org/sf/1557037  opened by  Eric V. Smith

typo in encoding name in email package  (2006-09-12)
   http://python.org/sf/1556895  opened by  Guillaume Rousse

2.5c1 Core dump during 64-bit make on Solaris 9 Sparc  (2006-09-12)
   http://python.org/sf/1557490  opened by  Tony Bigbee

xlc 6 does not like bufferobject.c line22  (2006-09-13)
   http://python.org/sf/1557983  opened by  prueba uno

apache2 - mod_python - python2.4 core dump  (2006-09-14)
CLOSED http://python.org/sf/1558223  opened by  ThurnerRupert

Tru64 make install failure  (2006-09-14)
   http://python.org/sf/1558802  opened by  Ralf W. Grosse-Kunstleve

2.5c2 macosx installer aborts during "GUI Applications"  (2006-09-14)
   http://python.org/sf/1558983  opened by  Evan

Bugs Closed
___

datetime.datetime.now() mangles tzinfo  (2006-09-06)
   http://python.org/sf/1553577  closed by  nnorwitz

__unicode__ breaks for exception class objects  (2006-09-03)
   http://python.org/sf/1551432  closed by  bcannon

Bug in the match function  (2006-09-09)
   http://python.org/sf/1555496  closed by  tim_one

Recently introduced sgmllib regexp bug hangs Python  (2006-08-16)
   http://python.org/sf/1541697  closed by  nnorwitz

logging.handlers.RotatingFileHandler - inconsistent mode  (2006-09-06)
   http://python.org/sf/1553496  closed by  vsajip

datetime's strftime limits strings to 127 chars  (2006-09-12)
   http://python.org/sf/1557037  closed by  ericvsmith

apache2 - mod_python - python2.4 core dump  (2006-09-13)
   http://python.org/sf/1558223  closed by  nnorwitz

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-20 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  419 open ( +3) /  3410 closed ( +2) /  3829 total ( +5)
Bugs:  910 open (+12) /  6185 closed ( +5) /  7095 total (+17)
RFE :  235 open ( +1) /   238 closed ( +0) /   473 total ( +1)

New / Reopened Patches
__

Practical ctypes example  (2006-09-15)
   http://python.org/sf/1559219  opened by  leppton

pyclbr reports different module for Class and Function  (2006-09-18)
   http://python.org/sf/1560617  opened by  Peter Otten

Exec stacks in python 2.5  (2006-09-18)
   http://python.org/sf/1560695  opened by  Chaza

Patches Closed
__

test_grp.py doesn't skip special NIS entry, fails  (2006-06-22)
   http://python.org/sf/1510987  closed by  martineau

New / Reopened Bugs
___

some section links (previous, up, next) missing last word  (2006-09-15)
   http://python.org/sf/1559142  opened by  Tim Smith

time.strptime() access non exitant attribute in calendar.py  (2006-09-15)
CLOSED http://python.org/sf/1559515  opened by  betatim

shutil.copyfile incomplete on NTFS  (2006-09-16)
   http://python.org/sf/1559684  opened by  Roger Upole

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

2.5c2 pythonw does not execute  (2006-09-16)
   http://python.org/sf/1559747  opened by  Ron Platten

list.sort does nothing when both cmp and key are given  (2006-09-16)
CLOSED http://python.org/sf/1559818  opened by  Marcin 'Qrczak' Kowalczyk

confusing error msg from random.randint  (2006-09-17)
   http://python.org/sf/1560032  opened by  paul rubin

Tutorial: incorrect info about package importing and mac  (2006-09-17)
   http://python.org/sf/1560114  opened by  C L

Better/faster implementation of os.path.split  (2006-09-17)
CLOSED http://python.org/sf/1560161  opened by  Michael Gebetsroither

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  reopened by  gbrandl

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  opened by  Michael Gebetsroither

copy() method of dictionaries is not "deep"  (2006-09-17)
   http://python.org/sf/1560327  reopened by  gbrandl

copy() method of dictionaries is not "deep"  (2006-09-17)
   http://python.org/sf/1560327  opened by  daniel hahler

python 2.5 fails to build with --as-needed  (2006-09-18)
   http://python.org/sf/1560984  opened by  Chaza

mac installer profile patch vs. .bash_login  (2006-09-19)
   http://python.org/sf/1561243  opened by  Ronald Oussoren

-xcode=pic32 option is not supported on Solaris x86 Sun C  (2006-09-19)
   http://python.org/sf/1561333  opened by  James Lick

Dedent with Italian keyboard  (2006-09-20)
   http://python.org/sf/1562092  opened by  neclepsio

Fails to install on Fedora Core 5  (2006-09-20)
   http://python.org/sf/1562171  opened by  Mark Summerfield

IDLE Hung up after open script by command line...  (2006-09-20)
   http://python.org/sf/1562193  opened by  Faramir^

uninitialized memory read in parsetok()  (2006-09-20)
   http://python.org/sf/1562308  opened by  Luke Moore

Bugs Closed
___

2.5c2 macosx installer aborts during "GUI Applications"  (2006-09-15)
   http://python.org/sf/1558983  closed by  ronaldoussoren

time.strptime() access non existant attribute in calendar.py  (2006-09-15)
   http://python.org/sf/1559515  closed by  bcannon

list.sort does nothing when both cmp and key are given  (2006-09-16)
   http://python.org/sf/1559818  closed by  qrczak

Better/faster implementation of os.path.split  (2006-09-17)
   http://python.org/sf/1560161  deleted by  einsteinmg

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  deleted by  einsteinmg

copy() method of dictionaries is not "deep"  (2006-09-17)
   http://python.org/sf/1560327  closed by  gbrandl

New / Reopened RFE
__

Exception need structured information associated with them  (2006-09-15)
   http://python.org/sf/1559549  opened by  Ned Batchelder

String searching performance improvement  (2006-09-19)
CLOSED http://python.org/sf/1561634  opened by  Nick Welch

RFE Closed
__

String searching performance improvement  (2006-09-19)
   http://python.org/sf/1561634  deleted by  mackstann

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary ** REVISED **

2006-09-21 Thread Kurt B. Kaiser
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
__

Practical ctypes example  (2006-09-15)
   http://python.org/sf/1559219  opened by  leppton

test_popen fails on Windows if installed to "Program Files"  (2006-09-15)
   http://python.org/sf/1559298  opened by  Martin v. Löwis

test_cmd_line fails on Windows  (2006-09-15)
   http://python.org/sf/1559413  opened by  Martin v. Löwis

pyclbr reports different module for Class and Function  (2006-09-18)
   http://python.org/sf/1560617  opened by  Peter Otten

Exec stacks in python 2.5  (2006-09-18)
   http://python.org/sf/1560695  opened by  Chaza

Python 2.5 fails with -Wl,--as-needed in LDFLAGS  (2006-09-21)
   http://python.org/sf/1562825  opened by  Chaza

Patches Closed
__

test_grp.py doesn't skip special NIS entry, fails  (2006-06-22)
   http://python.org/sf/1510987  closed by  martineau

Add RLIMIT_SBSIZE to resource module  (2006-09-13)
   http://python.org/sf/1557515  closed by  loewis

New / Reopened Bugs
___

some section links (previous, up, next) missing last word  (2006-09-15)
   http://python.org/sf/1559142  opened by  Tim Smith

time.strptime() access non exitant attribute in calendar.py  (2006-09-15)
CLOSED http://python.org/sf/1559515  opened by  betatim

shutil.copyfile incomplete on NTFS  (2006-09-16)
   http://python.org/sf/1559684  opened by  Roger Upole

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

2.5c2 pythonw does not execute  (2006-09-16)
CLOSED http://python.org/sf/1559747  opened by  Ron Platten

list.sort does nothing when both cmp and key are given  (2006-09-16)
CLOSED http://python.org/sf/1559818  opened by  Marcin 'Qrczak' Kowalczyk

confusing error msg from random.randint  (2006-09-17)
   http://python.org/sf/1560032  opened by  paul rubin

Tutorial: incorrect info about package importing and mac  (2006-09-17)
   http://python.org/sf/1560114  opened by  C L

Better/faster implementation of os.path.split  (2006-09-17)
CLOSED http://python.org/sf/1560161  opened by  Michael Gebetsroither

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  reopened by  gbrandl

Better/faster implementation of os.path.basename/dirname  (2006-09-17)
   http://python.org/sf/1560179  opened by  Michael Gebetsroither

copy() method of dictionaries is not "deep"  (2006-09-17)
   http://python.org/sf/1560327  reopened by  gbrandl

copy() method of dictionaries is not "deep"  (2006-09-17)
   http://python.org/sf/1560327  opened by  daniel hahler

strftime('%z') behaving differently with/without time arg.  (2006-09-18)
   http://python.org/sf/1560794  opened by  Knut Aksel Røysland

python 2.5 fails to build with --as-needed  (2006-09-18)
   http://python.org/sf/1560984  opened by  Chaza

mac installer profile patch vs. .bash_login  (2006-09-19)
   http://python.org/sf/1561243  opened by  Ronald Oussoren

-xcode=pic32 option is not supported on Solaris x86 Sun C  (2006-09-19)
   http://python.org/sf/1561333  opened by  James Lick

Dedent with Italian keyboard  (2006-09-20)
   http://python.org/sf/1562092  opened by  neclepsio

Fails to install on Fedora Core 5  (2006-09-20)
   http://python.org/sf/1562171  opened by  Mark Summerfield

IDLE Hung up after open script by command line...  (2006-09-20)
   http://python.org/sf/1562193  opened by  Faramir^

uninitialized memory read in parsetok()  (2006-09-20)
   http://python.org/sf/1562308  opened by  Luke Moore

asyncore.dispatcher.set_reuse_addr not documented.  (2006-09-20)
   http://python.org/sf/1562583  opened by  Noah Spurrier

Spurious tab/space warning  (2006-09-21)
   http://python.org/sf/1562716  opened by  torhu

Spurious Tab/space error  (2006-09-21)
   http://python.org/sf/1562719  opened by  torhu

decimal module borks thread  (2006-09-21)
   http://python.org/sf/1562822  opened by  Jaster

MacPython ignores user-installed Tcl/Tk  (2006-09-21)
   http://python.org/sf/1563046  opened by  Russell Owen

code.InteractiveConsole() and closed sys.stdout  (2006-09-21)
   http://python.org/sf/1563079  opened by  Skip Montanaro

Bugs Closed
___

2.5c2 macosx installer aborts during "GUI Applications"  (2006-09-15)
   http://python.org/sf/1558983  closed by  ronaldoussoren

time.strptime() access non existant attribute in calendar.py  (2006-09-15)
   http://python.org/sf/1559515  closed by  bcannon

2.5c2 pythonw does not execute  (2006-09-16)
   http://python.org/sf/1559747  closed by  loewis

list.sort does nothing when both cmp and key are given  (2006-09-16)
   http://py

[Python-Dev] Weekly Python Patch/Bug Summary

2006-09-30 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  422 open ( +2) /  3415 closed ( +5) /  3837 total ( +7)
Bugs:  933 open (+18) /  6212 closed (+26) /  7145 total (+44)
RFE :  237 open ( +2) /   239 closed ( +1) /   476 total ( +3)

New / Reopened Patches
__

platform.py support for IronPython  (2006-09-23)
   http://python.org/sf/1563842  opened by  Anthony Baxter

pybench support for IronPython  (2006-09-23)
   http://python.org/sf/1563844  opened by  Anthony Baxter

Py_signal_pipe  (2006-09-24)
   http://python.org/sf/1564547  opened by  Gustavo J. A. M. Carneiro

tarfile depends on undocumented behaviour  (2006-09-25)
   http://python.org/sf/1564981  opened by  Seo Sanghyeon

use LSB version information to detect a platform  (2006-09-25)
   http://python.org/sf/1565037  opened by  Matthias Klose

doc changes for SMTP_SSL  (2006-09-28)
   http://python.org/sf/1567274  opened by  Monty Taylor

super() and instancemethod() shouldn't accept keyword args  (2006-09-29)
CLOSED http://python.org/sf/1567691  opened by  ?iga Seilnacht

Patches Closed
__

Python 2.5 fails with -Wl,--as-needed in LDFLAGS  (2006-09-21)
   http://python.org/sf/1562825  closed by  masterdriverz

super() and instancemethod() shouldn't accept keyword args  (2006-09-29)
   http://python.org/sf/1567691  closed by  gbrandl

Enable SSL for smtplib  (2005-09-05)
   http://python.org/sf/1282340  closed by  gbrandl

pyclbr reports different module for Class and Function  (2006-09-18)
   http://python.org/sf/1560617  closed by  gbrandl

datetime's strftime limits strings to 127 chars  (2006-09-12)
   http://python.org/sf/1557390  closed by  gbrandl

New / Reopened Bugs
___

Quitter object masked  (2006-05-01)
   http://python.org/sf/1479785  reopened by  kbk

,msi fails for AMD Turion 64 mobile  (2006-09-21)
CLOSED http://python.org/sf/1563185  opened by  Andy Harrington

temporary file(s)  (2006-09-22)
CLOSED http://python.org/sf/1563236  opened by  Grzegorz Makarewicz

http//... test file  (2006-09-22)
CLOSED http://python.org/sf/1563238  opened by  Grzegorz Makarewicz

python_d python  (2006-09-22)
   http://python.org/sf/1563243  opened by  Grzegorz Makarewicz

IDLE doesn't load - apparently without firewall problems  (2006-09-22)
   http://python.org/sf/1563630  opened by  dani

struct.unpack doens't support buffer protocol objects  (2006-09-23)
   http://python.org/sf/1563759  reopened by  loewis

struct.unpack doens't support buffer protocol objects  (2006-09-23)
   http://python.org/sf/1563759  opened by  Adal Chiriliuc

Build of Python 2.5 on AIX 5.3 with GCC Fails  (2006-09-22)
   http://python.org/sf/1563807  opened by  Daniel Clark

Typo in whatsnew/pep-342.html  (2006-09-23)
CLOSED http://python.org/sf/1563963  opened by  Xavier Bassery

IDLE invokes completion even when running code  (2006-09-23)
   http://python.org/sf/1563981  opened by  Martin v. Löwis

2.6 changes stomp on  2.5 docs  (2006-09-23)
   http://python.org/sf/1564039  opened by  ggpauly

Fails to install on Fedora Core 5  (2006-09-20)
CLOSED http://python.org/sf/1562171  reopened by  mnsummerfield

BaseCookie does not support "$Port"  (2006-09-24)
   http://python.org/sf/1564508  opened by  Anders Aagaard

Unicode comparison change in 2.4 vs. 2.5  (2006-09-24)
CLOSED http://python.org/sf/1564763  opened by  Joe Wreschnig

update Lib/plat-linux2/IN.py  (2006-09-25)
   http://python.org/sf/1565071  opened by  Matthias Klose

Misbehaviour in zipfile  (2006-09-25)
CLOSED http://python.org/sf/1565087  opened by  Richard Philips

make plistlib.py available in every install  (2006-09-25)
   http://python.org/sf/1565129  opened by  Matthias Klose

os.stat() subsecond file mode time is incorrect on Windows  (2006-09-25)
   http://python.org/sf/1565150  opened by  Mike Glassford

Repair or Change installation error  (2006-09-26)
   http://python.org/sf/1565509  opened by  Greg Hazel

does not raise SystemError on too many nested blocks  (2006-09-26)
   http://python.org/sf/1565514  opened by  Greg Hazel

gc allowing tracebacks to eat up memory  (2006-09-26)
   http://python.org/sf/1565525  opened by  Greg Hazel

webbrowser on gnome runs wrong browser  (2006-09-26)
CLOSED http://python.org/sf/1565661  opened by  kangabroo

'all' documentation missing online  (2006-09-26)
   http://python.org/sf/1565797  opened by  Alan

sets missing from standard types list in ref  (2006-09-26)
   http://python.org/sf/1565919  opened by  Georg Brandl

pyexpat produces fals parsing results in CharacterDataHandle  (2006-09-26)
CLOSED http://python.org/sf/1565967  opened by  Michael Gebetsroither

RE (regular expression) matching stuck in loop  (2006-09-27)
   http://python.org/sf/1566086  opened by  Fabien Devaux

T_ULONG -> double rounding in PyMember_GetOne()  (2006-09-27)
   http://python.org/sf/1566140  opened by  P

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-06 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  428 open ( +6) /  3417 closed ( +2) /  3845 total ( +8)
Bugs:  939 open ( +6) /  6229 closed (+17) /  7168 total (+23)
RFE :  240 open ( +3) /   239 closed ( +0) /   479 total ( +3)

New / Reopened Patches
__

Speed up using + for string concatenation  (2006-10-02)
   http://python.org/sf/1569040  opened by  Larry Hastings

Speed-up in array_repeat()  (2006-10-02)
   http://python.org/sf/1569291  opened by  Lars Skovlund

Fix building the source within exec_prefix  (2006-10-03)
   http://python.org/sf/1569798  opened by  Matthias Klose

distutils - python 2.5 vc8 - non working setup  (2006-10-03)
CLOSED http://python.org/sf/1570119  opened by  Grzegorz Makarewicz

Fix for compilation errors in the 2.4 branch  (2006-10-03)
CLOSED http://python.org/sf/1570253  opened by  Žiga Seilnacht

qtsupport.py mistake leads to bad _Qt module  (2006-10-04)
   http://python.org/sf/1570672  opened by  Jeff Senn

Generate numeric/space/linebreak from Unicode database.  (2006-10-05)
   http://python.org/sf/1571184  opened by  Anders Chrigström

make trace.py --ignore-dir work  (2006-10-05)
   http://python.org/sf/1571379  opened by  Clinton Roy

Patches Closed
__

distutils - python 2.5 vc8 - non working setup  (2006-10-03)
   http://python.org/sf/1570119  closed by  loewis

Fix for compilation errors in the 2.4 branch  (2006-10-03)
   http://python.org/sf/1570253  closed by  loewis

New / Reopened Bugs
___

Test for uintptr_t seems to be incorrect  (2006-10-01)
CLOSED http://python.org/sf/1568842  opened by  Ronald Oussoren

http redirect does not pass 'post' data  (2006-10-02)
CLOSED http://python.org/sf/1568897  opened by  hans_moleman

'all' documentation missing online  (2006-09-26)
CLOSED http://python.org/sf/1565797  reopened by  aisaac0

Using .next() on file open in write mode writes junk to file  (2006-10-01)
   http://python.org/sf/1569057  opened by  andrei kulakov

External codecs no longer usable  (2006-10-02)
CLOSED http://python.org/sf/1569084  opened by  Ivan Vilata i Balaguer

sys.settrace cause curried parms to show up as attributes  (2006-10-02)
   http://python.org/sf/1569356  opened by  applebucks

sys.settrace cause curried parms to show up as attributes  (2006-10-02)
CLOSED http://python.org/sf/1569374  opened by  applebucks

PGIRelease linkage fails on pgodb80.dll  (2006-10-02)
   http://python.org/sf/1569517  opened by  Coatimundi

Backward incompatibility in logging.py  (2006-10-02)
CLOSED http://python.org/sf/1569622  opened by  Mike Klaas

datetime.datetime subtraction bug  (2006-10-02)
CLOSED http://python.org/sf/1569623  opened by  David Fugate

mailbox.Maildir.get_folder() loses factory information  (2006-10-03)
   http://python.org/sf/1569790  opened by  Matthias Klose

distutils don't respect standard env variables  (2006-10-03)
CLOSED http://python.org/sf/1569886  opened by  Lukas Lalinsky

2.5 incorrectly permits break inside try statement  (2006-10-04)
CLOSED http://python.org/sf/1569998  opened by  Nick Coghlan

redirected cookies  (2006-10-04)
   http://python.org/sf/1570255  opened by  hans_moleman

Launcher reset to factory button provides bad command-line  (2006-10-03)
   http://python.org/sf/1570284  opened by  jjackson

2.4 & 2.5 can't create win installer on linux  (2006-10-04)
   http://python.org/sf/1570417  opened by  Richard Jones

_ssl module can't be built on windows  (2006-10-05)
CLOSED http://python.org/sf/1571023  opened by  Žiga Seilnacht

simple moves freeze IDLE  (2006-10-04)
   http://python.org/sf/1571112  opened by  Douglas W. Goodall

Some numeric characters are still not recognized  (2006-10-05)
   http://python.org/sf/1571170  opened by  Anders Chrigström

round() producing -0.0  (2006-10-05)
CLOSED http://python.org/sf/1571620  opened by  Ron Frye

Building using Sleepycat db 4.5.20 is broken  (2006-10-05)
   http://python.org/sf/1571754  opened by  Robert Scheck

email module does not complay with RFC 2046: CRLF issue  (2006-10-05)
   http://python.org/sf/1571841  opened by  Andy Leszczynski

.eml attachments in email  (2006-10-06)
   http://python.org/sf/1572084  opened by  rainwolf8472

parser stack overflow  (2006-10-06)
   http://python.org/sf/1572320  opened by  jürgen urner

csv "dialect = 'excel-tab'" to use excel_tab  (2006-10-06)
   http://python.org/sf/1572471  opened by  Dan Goldner

Bugs Closed
___

Test for uintptr_t seems to be incorrect  (2006-10-01)
   http://python.org/sf/1568842  closed by  loewis

http redirect does not pass 'post' data  (2006-10-01)
   http://python.org/sf/1568897  closed by  loewis

Spurious Tabnanny error  (2006-09-21)
   http://python.org/sf/1562716  closed by  kbk

Spurious Tab/space error  (2006-09-21)
   http://python.org/sf/1562719  closed by  kbk

plistlib should be moved out of plat-mac  (2003-07-29

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-15 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  431 open ( +3) /  3425 closed ( +8) /  3856 total (+11)
Bugs:  916 open (-23) /  6273 closed (+44) /  7189 total (+21)
RFE :  244 open ( +4) /   240 closed ( +1) /   484 total ( +5)

New / Reopened Patches
__

typo in PC/_msi.c  (2006-10-07)
CLOSED http://python.org/sf/1572724  opened by  jose nazario

Fix for segfault in ISO 2022 codecs  (2006-10-07)
CLOSED http://python.org/sf/1572832  opened by  Ray Chason

let quit and exit really exit  (2006-10-09)
CLOSED http://python.org/sf/1573835  opened by  Gerrit Holl

urllib2 - Fix line breaks in authorization headers  (2006-10-09)
   http://python.org/sf/1574068  opened by  Scott Dial

Add %var% support to ntpath.expandvars  (2006-10-09)
   http://python.org/sf/1574252  opened by  Chip Norkus

Mailbox will lock properly after flush()  (2006-10-11)
   http://python.org/sf/1575506  opened by  Philippe Gauthier

Support spawnvp[e] + use native execvp[e] on win32  (2006-10-12)
   http://python.org/sf/1576120  opened by  Snaury

os.utime acess denied with directories on win32  (2006-10-12)
CLOSED http://python.org/sf/1576166  opened by  Snaury

os.execvp[e] on win32 fails for current directory  (2006-10-13)
   http://python.org/sf/1576313  opened by  Snaury

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
CLOSED http://python.org/sf/1576954  opened by  Larry Hastings

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
CLOSED http://python.org/sf/1577078  opened by  Larry Hastings

Add _ctypes, _ctypes_test, and _elementtree to VC6 build  (2006-10-15)
CLOSED http://python.org/sf/1577551  opened by  Larry Hastings

newline in -DSVNVERSION=\"`LANG=C svnversion .`\"  (2006-10-15)
CLOSED http://python.org/sf/1577756  opened by  Daniel Stränger

Patches Closed
__

typo in PC/_msi.c  (2006-10-07)
   http://python.org/sf/1572724  closed by  gbrandl

Fix for segfault in ISO 2022 codecs  (2006-10-08)
   http://python.org/sf/1572832  closed by  perky

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

let quit and exit really exit  (2006-10-09)
   http://python.org/sf/1573835  closed by  mwh

Fix for Lib/test/crashers/gc_inspection.py  (2006-07-04)
   http://python.org/sf/1517042  closed by  gbrandl

os.utime acess denied with directories on win32  (2006-10-12)
   http://python.org/sf/1576166  closed by  loewis

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
   http://python.org/sf/1576954  closed by  loewis

Fix VC6 build, remove redundant files for VC7 build  (2006-10-14)
   http://python.org/sf/1577078  deleted by  lhastings

Add _ctypes, _ctypes_test, and _elementtree to VC6 build  (2006-10-15)
   http://python.org/sf/1577551  closed by  loewis

newline in -DSVNVERSION=\"`LANG=C svnversion .`\"  (2006-10-15)
   http://python.org/sf/1577756  deleted by  schmaller

New / Reopened Bugs
___

cElementTree.SubElement doesn't recognize keyword "attrib"  (2006-10-07)
CLOSED http://python.org/sf/1572710  opened by  Mark Stephens

import org.python.core imports local org.py  (2006-10-08)
CLOSED http://python.org/sf/1573180  opened by  E.-O. Le Bigot

ctypes unit test fails (test_macholib.py) under MacOS 10.4.7  (2006-08-21)
CLOSED http://python.org/sf/1544102  reopened by  ronaldoussoren

struct module doesn't use weakref for cache  (2006-10-08)
CLOSED http://python.org/sf/1573394  opened by  Mark Flacy

sqlite3 documentation on rowcount is contradictory  (2006-10-10)
   http://python.org/sf/1573854  opened by  Seo Sanghyeon

if(status = ERROR_MORE_DATA)  (2006-10-09)
CLOSED http://python.org/sf/1573928  opened by  Helmut Grohne

WSGI, cgi.FieldStorage incompatibility  (2006-10-09)
   http://python.org/sf/1573931  opened by  Michael Kerrin

isinstance swallows exceptions  (2006-10-09)
   http://python.org/sf/1574217  opened by  Brian Harring

os.popen with os.close gives error message  (2006-10-10)
   http://python.org/sf/1574310  opened by  dtrosset

Error with callback function and as_parameter with NumPy ndp  (2006-10-10)
   http://python.org/sf/1574584  opened by  Albert Strasheim

ctypes: Pointer-to-pointer unchanged in callback  (2006-10-10)
   http://python.org/sf/1574588  opened by  Albert Strasheim

ctypes: Returning c_void_p from callback doesn't work  (2006-10-10)
   http://python.org/sf/1574593  opened by  Albert Strasheim

Request wave support > 16 bit samples  (2006-10-11)
   http://python.org/sf/1575020  opened by  Murray Lang

isSequenceType returns True for dict subclasses (<> 2.3)  (2006-10-11)
   http://python.org/sf/1575169  opened by  Martin Gfeller

typo: section 2.1 -> property  (2006-10-12)
CLOSED http://python.org/sf/1575746  opened by  Antoine De Groote

Missing notice on environment setting LD_LIBRARY_PATH  (2006-10-12)
CLOSED http://python.or

[Python-Dev] Weekly Python Patch/Bug Summary

2006-10-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  434 open ( +3) /  3430 closed ( +5) /  3864 total ( +8)
Bugs:  929 open (+13) /  6285 closed (+12) /  7214 total (+25)
RFE :  245 open ( +1) /   240 closed ( +0) /   485 total ( +1)

New / Reopened Patches
__

various datetime methods fail in restricted mode  (2006-10-17)
   http://python.org/sf/1578643  opened by  lplatypus

PyErr_Format corrections  (2006-10-17)
   http://python.org/sf/1578999  opened by  Martin v. Löwis

posix.readlink doesn't use filesystemencoding  (2006-10-19)
   http://python.org/sf/1580674  opened by  Ronald Oussoren

Duplicated declaration of PyCallable_Check  (2006-10-20)
CLOSED http://python.org/sf/1580872  opened by  Matthias Klose

Allow textwrap to preserve leading and trailing whitespace  (2006-10-20)
   http://python.org/sf/1581073  opened by  Dwayne Bailey

tarfile.py: 100-char filenames are truncated  (2006-10-24)
CLOSED http://python.org/sf/1583506  opened by  Lars Gustäbel

tarfile.py: better use of TarInfo objects with longnames  (2006-10-24)
   http://python.org/sf/1583880  opened by  Lars Gustäbel

Tix: subwidget names (bug #1472877)  (2006-10-25)
   http://python.org/sf/1584712  opened by  Matthias Kievernagel

Patches Closed
__

patch for building trunk with VC6  (2006-03-24)
   http://python.org/sf/1457736  closed by  loewis

a faster Modulefinder  (2005-11-11)
   http://python.org/sf/1353872  closed by  theller

Duplicated declaration of PyCallable_Check  (2006-10-20)
   http://python.org/sf/1580872  closed by  loewis

Exec stacks in python 2.5  (2006-09-18)
   http://python.org/sf/1560695  closed by  loewis

tarfile.py: 100-char filenames are truncated  (2006-10-24)
   http://python.org/sf/1583506  closed by  gbrandl

New / Reopened Bugs
___

2.4.4c1 will not build when cross compiling  (2006-10-16)
CLOSED http://python.org/sf/1578513  opened by  smithj

--disable-sunaudiodev --disable-tk does not work  (2006-10-17)
   http://python.org/sf/1579029  opened by  ThurnerRupert

Segfault provoked by generators and exceptions  (2006-10-17)
   http://python.org/sf/1579370  opened by  Mike Klaas

Use flush() before os.exevp()  (2006-10-18)
   http://python.org/sf/1579477  opened by  Thomas Guettler

Wrong syntax for PyDateTime_IMPORT in documentation  (2006-10-18)
CLOSED http://python.org/sf/1579796  opened by  David Faure

not configured for tk  (2006-10-18)
   http://python.org/sf/1579931  opened by  Carl Wenrich

glob.glob("c:\\[ ]\*) doesn't work  (2006-10-19)
   http://python.org/sf/1580472  opened by  Koblaid

"make install" for Python 2.4.4 not working properly  (2006-10-19)
   http://python.org/sf/1580563  opened by  Andreas Jung

Configure script does not work for RHEL 4 x86_64  (2006-10-19)
   http://python.org/sf/1580726  reopened by  gbrandl

Configure script does not work for RHEL 4 x86_64  (2006-10-19)
   http://python.org/sf/1580726  reopened by  spotvt01

Configure script does not work for RHEL 4 x86_64  (2006-10-19)
   http://python.org/sf/1580726  opened by  Chris

httplib hangs reading too much data  (2006-10-19)
   http://python.org/sf/1580738  opened by  Dustin J. Mitchell

Definition of a "character" is wrong  (2006-10-20)
   http://python.org/sf/1581182  opened by  Adam Olsen

pickle protocol 2 failure on int subclass   (2006-10-20)
   http://python.org/sf/1581183  opened by  Anders J. Munch

missing __enter__ + __getattr__ forwarding  (2006-10-21)
   http://python.org/sf/1581357  opened by  Hirokazu Yamamoto

Text search gives bad count if called from variable trace  (2006-10-20)
   http://python.org/sf/1581476  opened by  Russell Owen

test_sqlite fails on OSX G5 arch if test_ctypes is run  (2006-10-21)
   http://python.org/sf/1581906  opened by  Skip Montanaro

email.header decode within word  (2006-10-22)
   http://python.org/sf/1582282  opened by  Tokio Kikuchi

Python is dumping core after the test test_ctypes  (2006-10-23)
   http://python.org/sf/1582742  opened by  shashi

Bulding source with VC6 fails due to missing files  (2006-10-23)
CLOSED http://python.org/sf/1582856  opened by  Ulrich Hockenbrink

class member inconsistancies  (2006-10-23)
CLOSED http://python.org/sf/1583060  opened by  EricDaigno

Different behavior when stepping through code w/ pdb  (2006-10-24)
   http://python.org/sf/1583276  opened by  John Ehresman

tarfile incorrectly handles long filenames  (2006-10-24)
CLOSED http://python.org/sf/1583537  opened by  Mike Looijmans

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

__str__ cannot be overridden on unicode-derived classes  (2006-10-24)
   http://python.org/sf/1583863  opened by  Mike K

SSL "issuer" and "server" functions problems - security   (2006-10-24)
   http://python.org/sf/1583946  opened by  John Nagle

remove() during ite

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  430 open ( -4) /  3447 closed (+17) /  3877 total (+13)
Bugs:  922 open ( -7) /  6316 closed (+31) /  7238 total (+24)
RFE :  245 open ( +0) /   241 closed ( +1) /   486 total ( +1)

New / Reopened Patches
__

modulefinder changes for py3k  (2006-10-27)
CLOSED http://python.org/sf/1585966  opened by  Thomas Heller

no wraparound for enumerate()  (2006-10-28)
CLOSED http://python.org/sf/1586315  opened by  Georg Brandl

missing imports ctypes in documentation examples  (2006-09-13)
CLOSED http://python.org/sf/1557890  reopened by  theller

better error msgs for some TypeErrors  (2006-10-29)
   http://python.org/sf/1586791  opened by  Georg Brandl

cookielib: lock acquire/release try..finally protected  (2006-10-30)
   http://python.org/sf/1587139  opened by  kxroberto

Patch for #1586414 to avoid fragmentation on Windows  (2006-10-31)
   http://python.org/sf/1587674  opened by  Enoch Julias

Typo in Mac installer image name  (2006-11-01)
CLOSED http://python.org/sf/1589013  opened by  Humberto Diógenes

Typo in Mac image name  (2006-11-01)
CLOSED http://python.org/sf/1589014  opened by  Humberto Diógenes

MacPython Build Installer - Typos and Style corrections  (2006-11-02)
CLOSED http://python.org/sf/1589070  opened by  Humberto Diógenes

bdist_sunpkg distutils command  (2006-11-02)
   http://python.org/sf/1589266  opened by  Holger

The "lazy strings" patch  (2006-11-04)
   http://python.org/sf/1590352  opened by  Larry Hastings

adding __dir__  (2006-11-06)
   http://python.org/sf/1591665  opened by  ganges master

`in` for classic object causes segfault  (2006-11-07)
   http://python.org/sf/1591996  opened by  Hirokazu Yamamoto

PyErr_CheckSignals returns -1 on error, not 1  (2006-11-07)
   http://python.org/sf/1592072  opened by  Gustavo J. A. M. Carneiro

Add missing elide argument to Text.search  (2006-11-07)
   http://python.org/sf/1592250  opened by  Russell Owen

Patches Closed
__

Fix for structmember conversion issues  (2006-08-30)
   http://python.org/sf/1549049  closed by  loewis

Enable SSL for smtplib  (2006-09-28)
   http://python.org/sf/1567274  closed by  loewis

Mailbox will not lock properly after flush()  (2006-10-11)
   http://python.org/sf/1575506  closed by  akuchling

urllib2 - Fix line breaks in authorization headers  (2006-10-09)
   http://python.org/sf/1574068  closed by  akuchling

Tiny patch to stop make spam  (2006-06-09)
   http://python.org/sf/1503717  closed by  akuchling

modulefinder changes for py3k  (2006-10-27)
   http://python.org/sf/1585966  closed by  gvanrossum

unparse.py decorator support  (2006-09-04)
   http://python.org/sf/1552024  closed by  gbrandl

no wraparound for enumerate()  (2006-10-28)
   http://python.org/sf/1586315  closed by  rhettinger

missing imports ctypes in documentation examples  (2006-09-13)
   http://python.org/sf/1557890  closed by  theller

missing imports ctypes in documentation examples  (2006-09-13)
   http://python.org/sf/1557890  closed by  nnorwitz

tarfile.py: better use of TarInfo objects with longnames  (2006-10-24)
   http://python.org/sf/1583880  closed by  gbrandl

tarfile depends on undocumented behaviour  (2006-09-25)
   http://python.org/sf/1564981  closed by  gbrandl

Typo in Mac installer image name  (2006-11-02)
   http://python.org/sf/1589013  closed by  ronaldoussoren

Typo in Mac image name  (2006-11-01)
   http://python.org/sf/1589014  deleted by  virtualspirit

MacPython Build Installer - Typos and Style corrections  (2006-11-02)
   http://python.org/sf/1589070  closed by  ronaldoussoren

bdist_rpm not able to compile multiple rpm packages  (2004-11-04)
   http://python.org/sf/1060577  closed by  loewis

Remove inconsistent behavior between import and zipimport  (2005-11-03)
   http://python.org/sf/1346572  closed by  loewis

Rational Reference Implementation  (2002-10-02)
   http://python.org/sf/617779  closed by  loewis

Problem at the end of misformed mailbox  (2002-11-03)
   http://python.org/sf/632934  closed by  loewis

New / Reopened Bugs
___

csv.reader.line_num missing 'new in 2.5'  (2006-10-27)
CLOSED http://python.org/sf/1585690  opened by  Kent Johnson

tarfile.extract() may cause file fragmentation on Windows XP  (2006-10-28)
   http://python.org/sf/1586414  opened by  Enoch Julias

compiler module dont emit LIST_APPEND  w/ list comprehension  (2006-10-29)
CLOSED http://python.org/sf/1586448  opened by  sebastien Martini

codecs.open problem with "with" statement  (2006-10-28)
CLOSED http://python.org/sf/1586513  opened by  Shaun Cutts

zlib/bz2_codec doesn't support incremental decoding  (2006-10-29)
CLOSED http://python.org/sf/1586613  opened by  Topia

hashlib documentation is insuficient  (2006-10-29)
CLOSED http://python.org/sf/1586773  opened by  Marcos Daniel Marado Torres


[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  416 open (-14) /  3463 closed (+16) /  3879 total ( +2)
Bugs:  930 open ( +8) /  6333 closed (+17) /  7263 total (+25)
RFE :  244 open ( -1) /   244 closed ( +3) /   488 total ( +2)

New / Reopened Patches
__

tkSimpleDialog freezes when apply raises exception  (2006-11-11)
   http://python.org/sf/1594554  opened by  Hirokazu Yamamoto

Iterating closed StringIO.StringIO  (2005-11-18)
   http://python.org/sf/1359365  reopened by  doerwalter

Cross compiling patches for MINGW  (2006-11-16)
   http://python.org/sf/1597850  opened by  Han-Wen Nienhuys

Patches Closed
__

`in` for classic object causes segfault  (2006-11-07)
   http://python.org/sf/1591996  closed by  loewis

askyesnocancel helper for tkMessageBox  (2005-11-08)
   http://python.org/sf/1351744  closed by  loewis

PyErr_CheckSignals returns -1 on error, not 1  (2006-11-07)
   http://python.org/sf/1592072  closed by  gbrandl

make pty.fork() allocate a controlling tty  (2003-11-08)
   http://python.org/sf/838546  closed by  loewis

Add missing elide argument to Text.search  (2006-11-07)
   http://python.org/sf/1592250  closed by  loewis

mailbox: use fsync() to ensure data is really on disk  (2006-06-29)
   http://python.org/sf/1514544  closed by  akuchling

mailbox (Maildir): avoid losing messages on name clash  (2006-06-29)
   http://python.org/sf/1514543  closed by  akuchling

Fix struct.pack on 64-bit archs (broken on 2.*)  (2004-10-02)
   http://python.org/sf/1038854  closed by  loewis

Cross building python for mingw32  (2003-11-13)
   http://python.org/sf/841454  closed by  loewis

httplib: allowing stream-type body part in requests  (2004-11-12)
   http://python.org/sf/1065257  closed by  loewis

support whence argument for GzipFile.seek (bug #1316069)  (2005-11-12)
   http://python.org/sf/1355023  closed by  loewis

fix for 1067728: Better handling of float arguments to seek  (2004-11-17)
   http://python.org/sf/1067760  closed by  loewis

ftplib transfer problem with certain servers  (2005-11-17)
   http://python.org/sf/1359217  closed by  loewis

bdist_rpm still can't handle dashes in versions  (2005-11-18)
   http://python.org/sf/1360200  closed by  loewis

Fix the vc8 solution files  (2006-08-19)
   http://python.org/sf/1542946  closed by  krisvale

Practical ctypes example  (2006-09-15)
   http://python.org/sf/1559219  closed by  theller

New / Reopened Bugs
___

Unfortunate naming of variable in heapq example  (2006-11-08)
CLOSED http://python.org/sf/1592533  opened by  Martin Thorsen Ranang

gettext has problems with .mo files that use non-ASCII chars  (2006-11-08)
CLOSED http://python.org/sf/1592627  opened by  Russell Phillips

replace groups doesn't work in this special case  (2006-11-06)
   http://python.org/sf/1591319  reopened by  tomek74

readline problem on ia64-unknown-linux-gnu  (2006-11-08)
   http://python.org/sf/1593035  opened by  Kate Minola

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593384  opened by  A_V_I

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593407  opened by  A_V_I

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593442  opened by  A_V_I

site-packages isn't created before install_egg_info  (2006-09-28)
CLOSED http://python.org/sf/1566719  reopened by  loewis

Modules/unicodedata.c contains C++-style comment  (2006-11-09)
CLOSED http://python.org/sf/1593525  opened by  Mike Kent

No IDLE in Windows  (2006-11-09)
CLOSED http://python.org/sf/1593634  opened by  A_V_I

poor urllib error handling  (2006-11-09)
   http://python.org/sf/1593751  opened by  Guido van Rossum

small problem with description  (2006-11-09)
CLOSED http://python.org/sf/1593829  opened by  Atlas

Word should be changed on page 3.6.1  (2006-11-11)
CLOSED http://python.org/sf/1594742  opened by  jikanter

Make docu for dict.update more clear  (2006-11-11)
CLOSED http://python.org/sf/1594758  opened by  Christoph Zwerschke

make install fails, various modules do not work  (2006-11-11)
CLOSED http://python.org/sf/1594809  opened by  Evan

doctest simple usage recipe is misleading  (2006-11-12)
   http://python.org/sf/1594966  opened by  Ken Rimey

smtplib.SMTP.sendmail() does not provide transparency  (2006-11-12)
CLOSED http://python.org/sf/1595045  opened by  Avi Kivity

texinfo library documentation fails to build  (2006-11-12)
   http://python.org/sf/1595164  opened by  Mark Diekhans

User-agent header added by an opener is "frozen"  (2006-11-13)
   http://python.org/sf/1595365  opened by  Björn Steinbrink

parser module bug for nested try...except statements  (2006-11-13)
CLOSED http://python.org/sf/1595594  opened by  Kay Schluehr

SocketServer allow_reuse_address checked in constructor  (2006-11-13)
   http://python.org/sf/1595742  opened by  Peter Parente

read() in windows

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  406 open (-10) /  3479 closed (+16) /  3885 total ( +6)
Bugs:  931 open ( +1) /  6349 closed (+16) /  7280 total (+17)
RFE :  245 open ( +1) /   244 closed ( +0) /   489 total ( +1)

New / Reopened Patches
__

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598415  reopened by  cjschr

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598415  opened by  chads

Logging Module - followfile patch  (2006-11-17)
CLOSED http://python.org/sf/1598426  opened by  chads

mailbox.py: check that os.fsync is available before using it  (2006-11-19)
   http://python.org/sf/1599256  opened by  David Watson

CodeContext - Improved text indentation  (2005-11-21)
CLOSED http://python.org/sf/1362975  reopened by  taleinat

TCPServer option to bind and activate  (2006-11-20)
   http://python.org/sf/1599845  opened by  Peter Parente

__bool__ instead of __nonzero__  (2006-11-21)
   http://python.org/sf/1600346  opened by  ganges master

1572210 doc patch  (2006-11-21)
   http://python.org/sf/1600491  opened by  Jim Jewett

Patches Closed
__

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598426  closed by  gbrandl

tkSimpleDialog.askstring()  Tcl/Tk-8.4 lockup  (2006-08-11)
   http://python.org/sf/1538878  closed by  loewis

tkSimpleDialog freezes when apply raises exception  (2006-11-11)
   http://python.org/sf/1594554  closed by  loewis

Tix: subwidget names (bug #1472877)  (2006-10-25)
   http://python.org/sf/1584712  closed by  loewis

better error msgs for some TypeErrors  (2006-10-29)
   http://python.org/sf/1586791  closed by  gbrandl

Auto Complete module for IDLE  (2005-11-19)
   http://python.org/sf/1361016  closed by  loewis

Add BLANK_LINE to token.py  (2004-11-20)
   http://python.org/sf/1070218  closed by  loewis

improve embeddability of python  (2003-11-25)
   http://python.org/sf/849278  closed by  loewis

Extend struct.unpack to produce nested tuples  (2003-11-23)
   http://python.org/sf/847857  closed by  loewis

Iterating closed StringIO.StringIO  (2005-11-18)
   http://python.org/sf/1359365  closed by  loewis

urllib reporthook could be more informative  (2003-11-26)
   http://python.org/sf/849407  closed by  loewis

xmlrpclib - marshalling new-style classes.  (2004-11-20)
   http://python.org/sf/1070046  closed by  loewis

CodeContext - Improved text indentation  (2005-11-21)
   http://python.org/sf/1362975  closed by  loewis

Implementation of PEP 3102 Keyword Only Argument  (2006-08-30)
   http://python.org/sf/1549670  closed by  gvanrossum

readline does not need termcap  (2004-12-01)
   http://python.org/sf/1076826  closed by  loewis

Make cgi.py use logging module  (2004-12-06)
   http://python.org/sf/1079729  closed by  loewis

New / Reopened Bugs
___

The empty set is a subset of the empty set  (2006-11-17)
CLOSED http://python.org/sf/1598166  opened by  Andreas Kloeckner

subprocess.py: O(N**2) bottleneck  (2006-11-16)
   http://python.org/sf/1598181  opened by  Ralf W. Grosse-Kunstleve

import curses fails  (2006-11-17)
CLOSED http://python.org/sf/1598357  opened by  thorvinrhuebarb

Misspelled submodule names for email module.  (2006-11-17)
CLOSED http://python.org/sf/1598361  opened by  Dmytro O. Redchuk

ctypes Structure allows recursive definition  (2006-11-17)
   http://python.org/sf/1598620  opened by  Lenard Lindstrom

csv library does not handle '\x00'  (2006-11-18)
CLOSED http://python.org/sf/1599055  opened by  Stephen Day

--disable-sunaudiodev --disable-tk does not work  (2006-10-17)
CLOSED http://python.org/sf/1579029  reopened by  thurnerrupert

mailbox: other programs' messages can vanish without trace  (2006-11-19)
   http://python.org/sf/1599254  opened by  David Watson

htmlentitydefs.entitydefs assumes Latin-1 encoding  (2006-11-19)
CLOSED http://python.org/sf/1599325  opened by  Erik Demaine

SSL-ed sockets don't close correct?  (2004-06-24)
   http://python.org/sf/978833  reopened by  arigo

Segfault on bsddb.db.DB().type()  (2006-11-20)
CLOSED http://python.org/sf/1599782  opened by  Rob Sanderson

problem with socket.gethostname documentation  (2006-11-20)
CLOSED http://python.org/sf/1599879  opened by  Malte Helmert

Immediate Crash on Open  (2006-11-20)
   http://python.org/sf/1599931  opened by  Farhymn

mailbox: Maildir.get_folder does not inherit factory  (2006-11-21)
   http://python.org/sf/1600152  opened by  Tetsuya Takatsuru

[PATCH] Quitting The Interpreter  (2006-11-20)
CLOSED http://python.org/sf/1600157  opened by  Chris Carter

Tix ComboBox entry is blank when not editable  (2006-11-21)
   http://python.org/sf/1600182  opened by  Tim Wegener

--enable-shared links extensions to libpython statically  (2006-11-22)
   http://python.org/sf/1600860  opened by  Marien Zw

[Python-Dev] Weekly Python Patch/Bug Summary

2006-11-30 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  407 open ( +1) /  3484 closed ( +5) /  3891 total ( +6)
Bugs:  936 open ( +5) /  6363 closed (+14) /  7299 total (+19)
RFE :  246 open ( +1) /   244 closed ( +0) /   490 total ( +1)

New / Reopened Patches
__

sys.id() and sys.intern()  (2006-11-23)
   http://python.org/sf/1601678  opened by  Georg Brandl

clarify comparison return values  (2006-11-24)
   http://python.org/sf/1602128  opened by  Jim Jewett

non-framework built python fails to define environ properly  (2006-11-23)
   http://python.org/sf/1602133  opened by  paul

Suggest a textlist() method for ElementTree  (2006-11-24)
   http://python.org/sf/1602189  opened by  Raymond Hettinger

subprocess: error redirecting i/o from non-console process   (2006-11-27)
   http://python.org/sf/1603907  opened by  Oren Tirosh

Performance boost for array repeat  (2006-11-28)
CLOSED http://python.org/sf/1605020  opened by  Mike Klaas

Make Imap Error more helpful  (2006-11-29)
   http://python.org/sf/1605192  opened by  Thomas Guettler

vendor-packages directory.  (2005-09-22)
   http://python.org/sf/1298835  reopened by  loewis

Patches Closed
__

__bool__ instead of __nonzero__  (2006-11-21)
   http://python.org/sf/1600346  closed by  jackdied

SRE engine do not release the GIL  (2005-11-25)
   http://python.org/sf/1366311  closed by  eric_noyau

Implement lazy read for sockets  (2003-12-04)
   http://python.org/sf/853963  closed by  loewis

Disable POSIX for certain/older NetBSD versions  (2003-12-05)
   http://python.org/sf/854796  closed by  loewis

Performance boost for array repeat  (2006-11-28)
   http://python.org/sf/1605020  closed by  mklaas

New / Reopened Bugs
___

using python extension(wxPython) in c   (2006-11-23)
CLOSED http://python.org/sf/1601607  opened by  jolleydtan

getopt Documentation improvement  (2006-11-23)
CLOSED http://python.org/sf/1601630  opened by  Thomas Guettler

Incorrect docs for bisect_left  (2006-11-24)
   http://python.org/sf/1602378  opened by  Daniel Eloff

itemconfigure returns incorrect text property of text items  (2006-11-25)
   http://python.org/sf/1602742  opened by  Wojciech Mula

wave module forgets to close file on exception  (2006-11-26)
   http://python.org/sf/1603150  opened by  amerinese

wave module forgets to close file on exception  (2006-11-26)
CLOSED http://python.org/sf/1603246  opened by  amerinese

pstats module (profiler) doens't support unicode paths  (2006-11-26)
CLOSED http://python.org/sf/1603321  opened by  Adal Chiriliuc

def foo(((x))) segfault  (2006-11-26)
CLOSED http://python.org/sf/1603332  opened by  Tony Lownds

f=open fails with TypeError  (2006-11-26)
CLOSED http://python.org/sf/1603336  opened by  Gibholio

f=open fails with TypeError  (2006-11-26)
CLOSED http://python.org/sf/1603412  opened by  Gibholio

subprocess.py (py2.5) wrongly claims py2.2 compatibility  (2006-11-27)
   http://python.org/sf/1603424  opened by  Tim Wegener

Python socket library confused by IPV6 notation in /etc/host  (2006-11-27)
   http://python.org/sf/1603527  opened by  Eric S. Raymond

SaveConfigParser.write() doesn't quote %-Sign  (2006-11-27)
   http://python.org/sf/1603688  opened by  Rebecca Breu

grammatical error in Python Library Reference::Tkinter  (2006-11-27)
CLOSED http://python.org/sf/1603789  opened by  Gabriel M. Elder

subprocess.Popen closes fds for sys.stdout or sys.stderr  (2006-11-28)
   http://python.org/sf/1604851  opened by  Nishkar Grover

_CRT_SECURE_NO_DEPRECATE macro redefinition with VC++ 8  (2006-11-28)
CLOSED http://python.org/sf/1604862  opened by  William Fulton

logging %(module)s reporting wrong modules  (2006-11-29)
   http://python.org/sf/1605110  opened by  Mad-Marty

csv module broken for unicode  (2006-11-30)
   http://python.org/sf/1606092  opened by  JettLogic

readline on popen3 file returns empty string before end  (2006-11-30)
   http://python.org/sf/1606233  opened by  Bill Wallace

Bugs Closed
___

utf_8_sig decode fails with buffer input  (2006-11-23)
   http://python.org/sf/1601501  closed by  doerwalter

using python extension(wxPython) in c   (2006-11-23)
   http://python.org/sf/1601607  closed by  loewis

getopt Documentation improvement  (2006-11-23)
   http://python.org/sf/1601630  closed by  gbrandl

ctypes Structure allows recursive definition  (2006-11-17)
   http://python.org/sf/1598620  closed by  theller

2.4 & 2.5 can't create win installer on linux  (2006-10-04)
   http://python.org/sf/1570417  closed by  loewis

wave module forgets to close file on exception  (2006-11-26)
   http://python.org/sf/1603246  closed by  gbrandl

pstats module (profiler) doens't support unicode paths  (2006-11-26)
   http://python.org/sf/1603321  closed by  gbrandl

def foo(((x))) segfault  (2006-11-26)
   http://python.org/sf/1603

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-06 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  413 open ( +6) /  3489 closed ( +5) /  3902 total (+11)
Bugs:  943 open ( +7) /  6364 closed ( +1) /  7307 total ( +8)
RFE :  246 open ( +0) /   244 closed ( +0) /   490 total ( +0)

New / Reopened Patches
__

popen() slow on AIX due to large FOPEN_MAX value  (2006-12-01)
   http://python.org/sf/1607087  opened by  John L. Allen

bug# 1607041: Condition.wait timeout fails on clock change  (2006-12-01)
   http://python.org/sf/1607149  opened by  BC

Optional Argument Syntax  (2006-12-02)
   http://python.org/sf/1607548  opened by  Tony Lownds

Makefile fix  (2006-12-03)
   http://python.org/sf/1608267  opened by  Hasan Diwan

Race condition in os.makedirs  (2006-12-04)
   http://python.org/sf/1608579  opened by  James Bowes

Fix pickle doc typo "date", should be "data"  (2006-12-04)
CLOSED http://python.org/sf/1608758  opened by  Graham Horler

Py_FileSystemDefaultEncoding can be non-canonical  (2006-12-04)
   http://python.org/sf/1608805  opened by  Stephan R.A. Deibel

Docstring support for ctypesgen  (2006-12-05)
CLOSED http://python.org/sf/1609108  opened by  David Remahl

#1603424 subprocess.py wrongly claims 2.2 compatibility.  (2006-12-05)
   http://python.org/sf/1609282  opened by  Robert Carr

traceback on exit if syslog handler fails to initialize  (2006-12-05)
   http://python.org/sf/1609407  opened by  Jeremy Katz

tarfile.py: Fix for bug #1609958  (2006-12-06)
CLOSED http://python.org/sf/1610437  opened by  Lars Gustäbel

Patches Closed
__

Socket module is not thread-safe  (2006-08-22)
   http://python.org/sf/1544279  closed by  loewis

ConfigParser to accept a custom dict to allow ordering  (2005-12-01)
   http://python.org/sf/1371075  closed by  loewis

Fix pickle doc typo "date", should be "data"  (2006-12-05)
   http://python.org/sf/1608758  closed by  quiver

Docstring support for ctypesgen  (2006-12-05)
   http://python.org/sf/1609108  closed by  theller

tarfile.py: Fix for bug #1609958  (2006-12-06)
   http://python.org/sf/1610437  closed by  gbrandl

New / Reopened Bugs
___

Condition.wait timeout fails when system clock changes  (2006-12-01)
   http://python.org/sf/1607041  opened by  BC

Incorrect use of 'int' and 'long' descriptions  (2006-12-01)
CLOSED http://python.org/sf/1607061  opened by  John

logging %(module)s reporting wrong modules  (2006-11-29)
   http://python.org/sf/1605110  reopened by  mad-marty

segfault in python24.dll  (2006-12-03)
   http://python.org/sf/1607759  opened by  joe

mailbox.Maildir re-reads directory too often  (2006-12-03)
   http://python.org/sf/1607951  opened by  Matthias Klose

Sloppy error checking in listdir() for Posix  (2006-12-04)
   http://python.org/sf/1608818  opened by  Stephan R.A. Deibel

PyThread_release_lock with pthreads munges errno  (2006-12-04)
   http://python.org/sf/1608921  opened by  Stephan R.A. Deibel

tarfile archive paths limited to less than 100 chars  (2006-12-06)
CLOSED http://python.org/sf/1609958  opened by  Frank Rehberger

GUI for Python 2.3, 2.4, and 2.5 is very sluggish  (2006-12-06)
   http://python.org/sf/1610485  opened by  g4rlik

Bugs Closed
___

Incorrect use of 'int' and 'long' descriptions  (2006-12-01)
   http://python.org/sf/1607061  closed by  gbrandl

not configured for tk  (2006-10-18)
   http://python.org/sf/1579931  closed by  sf-robot

tarfile archive paths limited to less than 100 chars  (2006-12-06)
   http://python.org/sf/1609958  closed by  gbrandl

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] RealClearPolitics - Articles - Exit Rumsfeld, Smiling

2006-12-07 Thread Kurt B. Kaiser
"Karen Treanor" <[EMAIL PROTECTED]> writes:

> Unfortunately this won't work for me, not by clicking on it or by
> cutting and pasting it.

The url below is wrapped, I assume you fixed the wrap?

>
> -Original Message- From: Kurt B. Kaiser [mailto:[EMAIL PROTECTED]
>Sent: Friday, 8 December 2006 4:57 AM To: [EMAIL PROTECTED]; Karen
>Treanor Subject: RealClearPolitics - Articles - Exit Rumsfeld, Smiling
>
>  http://www.realclearpolitics.com/articles/2006/12/exit_rumsfeld_smilin
> g.html
>>

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Spam and semi-spam and neo-spam

2006-12-07 Thread Kurt B. Kaiser
"Karen Treanor" <[EMAIL PROTECTED]> writes:

> More and more people seem to be having a selection of email addresses,
> some for general contact, some for business, and one private one for
> only a select few contacts.  This isn't possible in business, as your
> email address is by necessity public, it has to be.
>
> I recently tried replying to a piece of spam and clicked on the opt
> out button, but the sent item just bounced back as undeliverable.
> Yahoo has a Spam tag facility but that only works for 'fixed' sites,
> these random rotating ones each come in as discreet items and there's
> no way to block them at source.

Don't ever do that!
1. The majority of these links are bogus.
2. The majority of the rest use your click to verify you are a working
   email address.  Then they sell the 'verified' list and you get even
   more spam.
3. Some of the links are fraudulent: they are phishing links which don't
   go where you expect, i.e. they use special characters to fool you.
   The result is you are directed to a site which infects your computer.


-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Spam and semi-spam and neo-spam

2006-12-07 Thread Kurt B. Kaiser
"Kurt B. Kaiser" <[EMAIL PROTECTED]> writes:

> Don't ever do that!

Ahhh... sorry about that!!

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] MSI being downloaded 10x more than all other files?!

2006-12-08 Thread Kurt B. Kaiser
Scott Dial <[EMAIL PROTECTED]> writes:

> You should ask yourself:
> 1) Where else can people grab Python on Windows?
> 2) Where else can people grab Python for [every other operating system]?
>
> Most distros are kind enough to provide their own mirror, I would say 
> that easily accounts for the discrepancy since I am not aware of any 
> other place to grab a windows install.

I think that's right, Linux and BSD distros (and no doubt OS X) provide
their own packaging of Python, while hackers sync with svn.

But it's also fair to say that most users run Windows, and as Python
goes mainstream, which seems to be the case lately, we should see an
even greater proportion of Windows/everthing_else Python installations.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] MSI being downloaded 10x more than all other files?!

2006-12-11 Thread Kurt B. Kaiser
"Guido van Rossum" <[EMAIL PROTECTED]> writes:

> Just because in the past the ratio of downloads for a particular
> version was always about 70% Windows vs. 30% source. Now it seems
> closer to 90/10.

Going mainstream :-))

The Rails buzz seems to be jumping to Python lately.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] MSI being downloaded 10x morethan all other files?!

2006-12-12 Thread Kurt B. Kaiser
"Fredrik Lundh" <[EMAIL PROTECTED]> writes:

>> The Rails buzz seems to be jumping to Python lately.
>
> fwiw, the people I see pick up Python haven't even heard of Ruby or
> Rails (not every- one is doing web 2.0 stuff, after all).

Yes, separate but related groups and issues.

MIT's adopting Python in their introductory programs will drive
other schools in our direction, I think.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-14 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  414 open ( +1) /  3498 closed ( +9) /  3912 total (+10)
Bugs:  949 open ( +6) /  6376 closed (+12) /  7325 total (+18)
RFE :  247 open ( +1) /   245 closed ( +1) /   492 total ( +2)

New / Reopened Patches
__

C99 _Bool support for struct  (2006-12-07)
   http://python.org/sf/1610575  opened by  David Remahl

BSD version of ctypes.util.find_library   (2006-12-07)
   http://python.org/sf/1610795  opened by  Martin Kammerhofer

whitespace in `svnversion .`  (2006-10-15)
CLOSED http://python.org/sf/1577756  reopened by  schmaller

Enhanced tabbed pane widget  (2006-12-10)
   http://python.org/sf/1612746  opened by  Tal Einat

encoding directive -- more examples  (2006-12-11)
   http://python.org/sf/1613352  opened by  Jim Jewett

Write mode option for fileinput module.  (2006-12-11)
   http://python.org/sf/1613500  opened by  Anthony Roy

POSIX capabilities support  (2006-12-13)
   http://python.org/sf/1615158  opened by  Matt Kern

Creating dicts for dict subclasses  (2006-12-14)
   http://python.org/sf/1615701  opened by  Walter Dörwald

BZ2File.seek() fails for large files  (2006-12-14)
   http://python.org/sf/1615868  opened by  Lars Gustäbel

Cached globals+builtins lookup optimization  (2006-12-15)
   http://python.org/sf/1616125  opened by  Andrea Griffini

Patches Closed
__

whitespace in `svnversion .`  (2006-10-15)
   http://python.org/sf/1577756  closed by  gbrandl

traceback on exit if syslog handler fails to initialize  (2006-12-05)
   http://python.org/sf/1609407  closed by  vsajip

Race condition in os.makedirs  (2006-12-04)
   http://python.org/sf/1608579  closed by  gbrandl

Prevent race condition in os.makedirs  (2005-07-17)
   http://python.org/sf/1239890  closed by  gbrandl

os.makedirs - robust against partial path  (2005-10-05)
   http://python.org/sf/1314067  closed by  gbrandl

modsupport does not use va_copy when available  (2003-12-11)
   http://python.org/sf/858318  closed by  sf-robot

acknowledge signals in non-main threads  (2004-12-21)
   http://python.org/sf/1088832  closed by  loewis

Patch for bug 999042.  (2004-12-23)
   http://python.org/sf/1090482  closed by  loewis

socket leak in SocketServer  (2004-12-30)
   http://python.org/sf/1093468  closed by  loewis

mailbox.py: check that os.fsync is available before using it  (2006-11-19)
   http://python.org/sf/1599256  closed by  akuchling

New / Reopened Bugs
___

GUI for Python 2.3, 2.4, and 2.5 is very sluggish  (2006-12-06)
CLOSED http://python.org/sf/1610485  reopened by  g4rlik

cgi.py multipart/form-data  (2006-12-07)
   http://python.org/sf/1610654  opened by  Chui Tey

\b in unicode regex gives strange results  (2006-12-07)
CLOSED http://python.org/sf/1611131  opened by  akaihola

os.path.exists("file/") failure on Solaris 9  (2006-12-07)
   http://python.org/sf/1611154  opened by  Paul Eggert

can't pickle NAN's in binary mode  (2006-12-08)
CLOSED http://python.org/sf/1611753  opened by  Wayne Christopher

sndhdr.what() does not recognize wav file  (2006-12-09)
   http://python.org/sf/1611944  reopened by  klankschap

sndhdr.what() does not recognize wav file  (2006-12-09)
   http://python.org/sf/1611944  opened by  Floris van Manen

builtin compile() doc needs PyCF_DONT_IMPLY_DEDENT  (2006-12-09)
   http://python.org/sf/1612012  opened by  Anthony Baxter

Dictionary ordering docs are too unclear of dangers  (2006-12-09)
   http://python.org/sf/1612113  opened by  Calvin Spealman

webchecker/urllib chokes on 404 pages  (2006-12-10)
CLOSED http://python.org/sf/1612729  opened by  Fredrik Lundh

lambda tuple parameter bus error  (2006-12-11)
CLOSED http://python.org/sf/1613059  opened by  Bruce Cropley

str.split creates new string even if pattern not found  (2006-12-11)
   http://python.org/sf/1613130  opened by  Antoine Pitrou

pydoc info for a package doesn't list all package contents  (2006-12-11)
   http://python.org/sf/1613479  opened by  Nishkar Grover

xmlrpclib ServerProxy uses old httplib interface  (2006-12-12)
   http://python.org/sf/1613573  opened by  Matt Brown

recv_into not documented  (2006-12-11)
   http://python.org/sf/1613651  opened by  Eric Huss

AttributesImpl does not implement __contains__ on Linux  (2006-12-13)
   http://python.org/sf/1614387  opened by  Jason Briggs

dict throwing inaccurate KeyError on small tuple keys  (2006-12-13)
CLOSED http://python.org/sf/1614429  opened by  toidinamai

python-logging compatability with Zope.  (2006-12-13)
   http://python.org/sf/1614460  opened by  Simon Hookway

tempile.TemporaryFile differences between linux and windows  (2006-12-13)
   http://python.org/sf/1615275  opened by  hirzel

subprocess doesn't handle SIGPIPE  (2006-12-14)
   http://python.org/sf/1615376  opened by  Mark Diekhans

IA64/AMD64/x64 confusion

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  420 open ( +6) /  3510 closed (+12) /  3930 total (+18)
Bugs:  944 open ( -5) /  6391 closed (+15) /  7335 total (+10)
RFE :  249 open ( +2) /   245 closed ( +0) /   494 total ( +2)

New / Reopened Patches
__

cp720 encoding map  (2006-12-16)
   http://python.org/sf/1616979  opened by  Alexander Belchenko

urllib HTTPS Basic authentication fix  (2006-12-17)
CLOSED http://python.org/sf/1617413  opened by  Dug Song

The ability to keep configuration files intact  (2006-12-17)
CLOSED http://python.org/sf/1617496  opened by  Roman Kurakin

extended slicing for bytes objects  (2006-12-18)
CLOSED http://python.org/sf/1617678  opened by  Thomas Wouters

slice-object support for sre_parse.SubPattern  (2006-12-18)
CLOSED http://python.org/sf/1617680  opened by  Thomas Wouters

specialcase simple sliceobj in tuple/str/unicode  (2006-12-18)
   http://python.org/sf/1617682  opened by  Thomas Wouters

specialcase simple sliceobj in list (and bugfixes)  (2006-12-18)
   http://python.org/sf/1617687  opened by  Thomas Wouters

Extended slicing for UserString  (2006-12-18)
   http://python.org/sf/1617691  opened by  Thomas Wouters

Extended slicing for array objects  (2006-12-18)
   http://python.org/sf/1617698  opened by  Thomas Wouters

slice-object support for ctypes Pointer/Array  (2006-12-18)
   http://python.org/sf/1617699  opened by  Thomas Wouters

slice-object support for mmap  (2006-12-18)
   http://python.org/sf/1617700  opened by  Thomas Wouters

extended slicing for structseq  (2006-12-18)
   http://python.org/sf/1617701  opened by  Thomas Wouters

extended slicing for buffer objects  (2006-12-18)
   http://python.org/sf/1617702  opened by  Thomas Wouters

add None values in SimpleXMLRPCServer  (2006-12-19)
   http://python.org/sf/1618485  opened by  Maximiliano Curia

sys.intern() 2to3 fixer  (2006-12-19)
CLOSED http://python.org/sf/1619049  opened by  Georg Brandl

fix urllib to raise IOError correctly  (2006-12-20)
CLOSED http://python.org/sf/1619247  opened by  Dug Song

Bug fixes for int unification branch  (2006-12-20)
   http://python.org/sf/1619846  opened by  Adam Olsen

Improve platform.py usability on Windows  (2006-12-21)
   http://python.org/sf/1620174  opened by  Luke Dunstan

Patches Closed
__

urllib HTTPS Basic authentication fix  (2006-12-17)
   http://python.org/sf/1617413  closed by  akuchling

The ability to keep configuration files intact  (2006-12-17)
   http://python.org/sf/1617496  closed by  loewis

extended slicing for bytes objects  (2006-12-18)
   http://python.org/sf/1617678  closed by  twouters

slice-object support for sre_parse.SubPattern  (2006-12-18)
   http://python.org/sf/1617680  closed by  twouters

BZ2File.seek() fails for large files  (2006-12-14)
   http://python.org/sf/1615868  closed by  akuchling

1572210 doc patch  (2006-11-21)
   http://python.org/sf/1600491  closed by  akuchling

cookielib: lock acquire/release try..finally protected  (2006-10-30)
   http://python.org/sf/1587139  closed by  akuchling

sys.intern()  (2006-11-23)
   http://python.org/sf/1601678  closed by  gbrandl

sys.intern() 2to3 fixer  (2006-12-19)
   http://python.org/sf/1619049  closed by  gbrandl

tarfile.py fix for #1471427 and updates  (2006-05-09)
   http://python.org/sf/1484695  closed by  gbrandl

encoding directive -- more examples  (2006-12-11)
   http://python.org/sf/1613352  closed by  gbrandl

fix urllib to raise IOError correctly  (2006-12-20)
   http://python.org/sf/1619247  closed by  gbrandl

New / Reopened Bugs
___

Wrong pathname value in logging output  (2006-12-15)
   http://python.org/sf/1616422  reopened by  simleo

Wrong pathname value in logging output  (2006-12-15)
   http://python.org/sf/1616422  reopened by  simleo

Wrong pathname value in logging output  (2006-12-15)
   http://python.org/sf/1616422  opened by  Tekkaman

Vague description of generator close() method  (2006-12-15)
CLOSED http://python.org/sf/1616726  opened by  Lenard Lindstrom

Instance methods compare equal when their self's are equal   (2006-12-16)
   http://python.org/sf/1617161  opened by  Frank Niessink

test_logging hangs on cygwin  (2006-04-06)
   http://python.org/sf/1465643  reopened by  tebeka

missing word in "sqlite3-Module-Contents"-documentation?  (2006-12-18)
CLOSED http://python.org/sf/1618083  opened by  lgvienna

HMAC can get a 6x performance increase easily  (2006-12-18)
CLOSED http://python.org/sf/1618455  opened by  Ben Maurer

bisect on presorted list  (2006-12-19)
   http://python.org/sf/1619060  opened by  Jeffrey C. Jacobs

64-bit Universal Binary build broken  (2006-12-19)
   http://python.org/sf/1619130  opened by  Thomas Treadway

format error in 2.5 ref.pdf in section 5.3.4 Calls  (2006-12-20)
   http://python.org/sf/1619641  opened by  cwm

[Python-Dev] Weekly Python Patch/Bug Summary

2006-12-29 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  413 open ( -7) /  3521 closed (+11) /  3934 total ( +4)
Bugs:  946 open ( +2) /  6400 closed ( +9) /  7346 total (+11)
RFE :  248 open ( -1) /   246 closed ( +1) /   494 total ( +0)

New / Reopened Patches
__

Auto-completion list placement  (2006-12-23)
   http://python.org/sf/1621265  opened by  Tal Einat

normalize namespace from minidom  (2006-12-23)
   http://python.org/sf/1621421  opened by  Paul Pacheco

Allow __class __ assignment for classes with __slots__  (2006-12-28)
   http://python.org/sf/1623563  opened by  TH

fast subclasses of builtin types  (2006-12-28)
   http://python.org/sf/1624059  opened by  Neal Norwitz

Patches Closed
__

add direct access to MD5 compression function to md5 module  (2003-03-16)
   http://python.org/sf/704676  closed by  akuchling

pty.fork() compatibility code wrong?  (2003-08-04)
   http://python.org/sf/783050  closed by  akuchling

for i in range(N) optimization  (2003-05-15)
   http://python.org/sf/738094  closed by  gvanrossum

Add --remove-source option to setup.py  (2003-08-22)
   http://python.org/sf/793070  closed by  akuchling

SimpleHTTPServer directory-indexing "bug" fix  (2003-10-21)
   http://python.org/sf/827559  closed by  akuchling

Remove unncessary NLST from ftp transfers  (2004-10-12)
   http://python.org/sf/1045783  closed by  akuchling

add Bunch type to collections module  (2005-01-02)
   http://python.org/sf/1094542  closed by  akuchling

HMAC hexdigest and general review  (2005-04-13)
   http://python.org/sf/1182394  closed by  akuchling

tarfile.py: ExFileObject\'s tell() is wrong after readline()  (2005-06-30)
   http://python.org/sf/1230446  closed by  gustaebel

tarfile: fix for bug #1257255  (2005-08-17)
   http://python.org/sf/1262036  closed by  gustaebel

Patch for 1496501 tarfile opener order  (2006-06-10)
   http://python.org/sf/1504073  closed by  gustaebel

New / Reopened Bugs
___

minor inconsistency in socket.close  (2006-12-22)
   http://python.org/sf/1620945  opened by  Jonathan Ellis

IDLE crashes on OS X 10.4 when "Preferences" selected  (2006-12-23)
   http://python.org/sf/162  opened by  Mick L

random import works?  (2006-12-23)
CLOSED http://python.org/sf/1621367  opened by  Msword

this module (Zen of Python) docs list broken URL  (2006-12-24)
   http://python.org/sf/1621660  opened by  Calvin Spealman

Tcl/Tk auto-expanding window  (2006-12-25)
   http://python.org/sf/1622010  opened by  Fabian_M

null bytes in docstrings  (2006-12-26)
   http://python.org/sf/1622533  opened by  Fredrik Lundh

language reference index links are broken  (2006-12-26)
   http://python.org/sf/1622664  opened by  Drew Perttula

Exception when compressing certain data with bz2  (2006-12-27)
   http://python.org/sf/1622896  opened by  Alex Gontmakher

preferred diff format should be mentioned as "unified".  (2006-12-27)
   http://python.org/sf/1623153  opened by  Raghuram Devarakonda

module docstring for subprocess is wrong  (2006-12-28)
CLOSED http://python.org/sf/1623890  opened by  Neal Norwitz

updating a set in a list of sets will update all of them  (2006-12-29)
CLOSED http://python.org/sf/1624534  opened by  Amir Reza Khosroshahi

webbrowser.open_new() suggestion  (2006-12-30)
   http://python.org/sf/1624674  opened by  Imre Péntek

Bugs Closed
___

gethostbyaddr lag  (2002-07-19)
   http://python.org/sf/583975  closed by  nnorwitz

CGIHTTPServer does not handle scripts in sub-dirs  (2003-05-13)
   http://python.org/sf/737202  closed by  akuchling

MacOS9: test_uu fails  (2003-07-23)
   http://python.org/sf/776202  closed by  akuchling

Mode argument of dumbdbm does not work  (2003-09-07)
   http://python.org/sf/802128  closed by  akuchling

random import works?  (2006-12-23)
   http://python.org/sf/1621367  closed by  rhettinger

tarfile local name is local, should be abspath  (2005-08-12)
   http://python.org/sf/1257255  closed by  gustaebel

Dictionary ordering docs are too unclear of dangers  (2006-12-09)
   http://python.org/sf/1612113  closed by  sf-robot

logging %(module)s reporting wrong modules  (2006-11-29)
   http://python.org/sf/1605110  closed by  sf-robot

array.array borks on deepcopy  (2006-08-24)
   http://python.org/sf/1545837  closed by  twouters

tarfile.py: dict order dependency  (2006-05-28)
   http://python.org/sf/1496501  closed by  gustaebel

module docstring for subprocess is wrong  (2006-12-28)
   http://python.org/sf/1623890  closed by  nnorwitz

updating a set in a list of sets will update all of them  (2006-12-29)
   http://python.org/sf/1624534  deleted by  amir_reza

Immediate Crash on Open  (2006-11-20)
   http://python.org/sf/1599931  closed by  sf-robot

python-logging compatability with Zope.  (2006-12-12)
   http://python.org/sf

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-04 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  418 open ( +5) /  3522 closed ( +1) /  3940 total ( +6)
Bugs:  959 open (+13) /  6405 closed ( +5) /  7364 total (+18)
RFE :  250 open ( +2) /   245 closed ( -1) /   495 total ( +1)

New / Reopened Patches
__

update to PEP 344 - exception attributes  (2007-01-02)
CLOSED http://python.org/sf/1626538  opened by  Jim Jewett

backticks will not be used at all  (2007-01-03)
   http://python.org/sf/1627052  opened by  Jim Jewett

Fix for #1601399 (urllib2 does not close sockets properly)  (2007-01-03)
   http://python.org/sf/1627441  opened by  John J Lee

Win32: Fix build when you have TortoiseSVN but no .svn/*  (2007-01-04)
   http://python.org/sf/1628061  opened by  Larry Hastings

Win32: Add bytesobject.c to pythoncore.vcproj  (2007-01-04)
   http://python.org/sf/1628062  opened by  Larry Hastings

socket.readline() interface doesn't handle EINTR properly  (2007-01-04)
   http://python.org/sf/1628205  opened by  Maxim Sobolev

Patches Closed
__

update to PEP 344 - exception attributes  (2007-01-02)
   http://python.org/sf/1626538  closed by  ping

New / Reopened Bugs
___

sqlite3 documentation omits: close(), commit(), autocommit  (2006-12-30)
   http://python.org/sf/1625205  opened by  kitbyaydemir

re module documentation on search/match is unclear  (2006-12-31)
   http://python.org/sf/1625381  opened by  Richard Boulton

'imp' documentation does not mention that lock is re-entrant  (2006-12-31)
   http://python.org/sf/1625509  opened by  Dustin J. Mitchell

add ability to specify name to os.fdopen  (2007-01-01)
   http://python.org/sf/1625576  opened by  Mark Diekhans

'Installing Python Modules' does not work for Windows  (2007-01-02)
   http://python.org/sf/1626300  opened by  Christopher Lambacher

Would you mind renaming object.h to pyobject.h?  (2007-01-02)
   http://python.org/sf/1626545  opened by  Anton Tropashko

posixmodule.c leaks crypto context on Windows  (2007-01-03)
   http://python.org/sf/1626801  opened by  Yitz Gale

website issue reporter down  (2007-01-03)
   http://python.org/sf/1627036  opened by  Jim Jewett

mention side-lists from python-dev description  (2007-01-03)
   http://python.org/sf/1627039  opened by  Jim Jewett

xml.dom.minidom parse bug  (2007-01-03)
CLOSED http://python.org/sf/1627096  opened by  Pierre Imbaud

xml.dom.minidom parse bug  (2007-01-03)
CLOSED http://python.org/sf/1627244  opened by  Pierre Imbaud

an extra comma in condition command crashes pdb  (2007-01-03)
   http://python.org/sf/1627316  opened by  Ilya Sandler

Typo in module index for Carbon.CarbonEvt  (2007-01-03)
CLOSED http://python.org/sf/1627373  opened by  Brett Cannon

Status bar on OSX garbled  (2007-01-03)
   http://python.org/sf/1627543  opened by  sigzero

RotatingFileHandler cannot recover from failed doRollover()  (2007-01-03)
   http://python.org/sf/1627575  opened by  Forest Wilkinson

documentation error for "startswith" string method  (2007-01-04)
CLOSED http://python.org/sf/1627690  opened by  Keith Briggs

plat-mac videoreader.py auido format info  (2007-01-04)
   http://python.org/sf/1627952  opened by  Ryan Owen

documentation error for "startswith" string method  (2007-01-04)
   http://python.org/sf/1627956  opened by  Keith Briggs

Bugs Closed
___

test_logging hangs on cygwin  (2006-04-06)
   http://python.org/sf/1465643  closed by  sf-robot

xml.dom.minidom parse bug  (2007-01-03)
   http://python.org/sf/1627096  closed by  loewis

xml.dom.minidom parse bug  (2007-01-03)
   http://python.org/sf/1627244  closed by  nnorwitz

Typo in module index for Carbon.CarbonEvt  (2007-01-03)
   http://python.org/sf/1627373  closed by  nnorwitz

documentation error for "startswith" string method  (2007-01-04)
   http://python.org/sf/1627690  closed by  loewis

Logging problem on Windows XP  (2006-09-27)
   http://python.org/sf/1566280  closed by  loewis

New / Reopened RFE
__

smarter temporary file object  (2001-04-12)
   http://python.org/sf/415692  reopened by  gvanrossum

optparse "store" action should not gobble up next  option  (2007-01-03)
   http://python.org/sf/1627266  opened by  Raghuram Devarakonda

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-12 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  421 open ( +3) /  3530 closed ( +8) /  3951 total (+11)
Bugs:  963 open ( +4) /  6426 closed (+21) /  7389 total (+25)
RFE :  255 open ( +5) /   246 closed ( +1) /   501 total ( +6)

New / Reopened Patches
__

The Unicode "lazy strings" patches  (2007-01-06)
   http://python.org/sf/1629305  opened by  Larry Hastings

fast tuple[index] by inlining on BINARY_SUBSCR  (2007-01-07)
CLOSED http://python.org/sf/1629718  opened by  Hirokazu Yamamoto

Patch to add tempfile.SpooledTemporaryFile (for #415692)  (2007-01-07)
   http://python.org/sf/1630118  opened by  Dustin J. Mitchell

Implement named exception cleanup  (2007-01-07)
CLOSED http://python.org/sf/1630248  opened by  Collin Winter

Fix crash when replacing sys.stdout in sitecustomize  (2007-01-08)
   http://python.org/sf/1630975  opened by  Thomas Wouters

SyntaxWarning for backquotes  (2007-01-09)
   http://python.org/sf/1631035  opened by  Anthony Baxter

implement warnings module in C  (2007-01-08)
   http://python.org/sf/1631171  opened by  Neal Norwitz

sre module has misleading docs  (2007-01-09)
   http://python.org/sf/1631394  opened by  Tom Lynn

New exception syntax  (2007-01-09)
CLOSED http://python.org/sf/1631942  opened by  Collin Winter

from __future__ import print_function  (2007-01-12)
   http://python.org/sf/1633807  opened by  Anthony Baxter

Py3k: Fix pybench so it runs  (2007-01-13)
   http://python.org/sf/1634499  opened by  Larry Hastings

Patches Closed
__

Win32: Add bytesobject.c to pythoncore.vcproj  (2007-01-04)
   http://python.org/sf/1628062  closed by  loewis

Win32: Fix build when you have TortoiseSVN but no .svn/*  (2007-01-04)
   http://python.org/sf/1628061  closed by  loewis

fast tuple[index] by inlining on BINARY_SUBSCR  (2007-01-07)
   http://python.org/sf/1629718  closed by  loewis

#1603424 subprocess.py wrongly claims 2.2 compatibility.  (2006-12-05)
   http://python.org/sf/1609282  closed by  astrand

Implement named exception cleanup  (2007-01-07)
   http://python.org/sf/1630248  closed by  collinwinter

(py3k) Remove the sets module  (2006-06-04)
   http://python.org/sf/1500611  closed by  gvanrossum

New exception syntax  (2007-01-09)
   http://python.org/sf/1631942  closed by  collinwinter

backticks will not be used at all  (2007-01-03)
   http://python.org/sf/1627052  closed by  gbrandl

New / Reopened Bugs
___

Python 2.5 64 bit compile fails on Solaris 10/gcc 4.1.1  (2007-01-05)
   http://python.org/sf/1628484  opened by  Bob Atkins

Pydoc sets choices for doc locations incorrectly  (2007-01-05)
   http://python.org/sf/1628895  opened by  Skip Montanaro

xml.dom.minidom parse bug  (2007-01-05)
CLOSED http://python.org/sf/1628902  opened by  Pierre Imbaud

clarify 80-char limit  (2007-01-05)
   http://python.org/sf/1628906  opened by  Jim Jewett

inspect trouble when source file changes  (2007-01-05)
   http://python.org/sf/1628987  opened by  phil

Incorrect type in PyDict_Next() example code  (2007-01-05)
   http://python.org/sf/1629125  opened by  Jason Evans

email._parseaddr AddrlistClass bug  (2007-01-06)
   http://python.org/sf/1629369  opened by  Tokio Kikuchi

array.array borks on deepcopy  (2006-08-24)
CLOSED http://python.org/sf/1545837  reopened by  nnorwitz

documentation of email.utils.parsedate is confusing  (2007-01-06)
   http://python.org/sf/1629566  opened by  Nicholas Riley

Backward incompatibility in logging.py   (2006-10-02)
CLOSED http://python.org/sf/1569622  reopened by  mklaas

doc error for re.sub  (2007-01-08)
CLOSED http://python.org/sf/1630511  opened by  Keith Briggs

doc misleading in re.compile  (2007-01-08)
   http://python.org/sf/1630515  opened by  Keith Briggs

Seg fault in readline call.  (2007-01-08)
   http://python.org/sf/1630794  opened by  gnovak

fnmatch.translate undocumented  (2007-01-08)
   http://python.org/sf/1630844  opened by  Gabriel Genellina

PyLong_AsLong doesn't check tp_as_number  (2007-01-08)
CLOSED http://python.org/sf/1630863  opened by  Roger Upole

Garbage output to file of specific size  (2007-01-08)
   http://python.org/sf/1630894  opened by  Michael Culbertson

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

Discrepancy between iterating empty and non-empty deques  (2007-01-09)
CLOSED http://python.org/sf/1631769  opened by  Christos Georgiou

logging.config.fileConfig doesn't clear logging._handlerList  (2007-01-10)
CLOSED http://python.org/sf/1632328  opened by  Stefan H. Holek

Hangs with 100% CPU load for certain regexes  (2007-01-11)
CLOSED http://python.org/sf/1633583  opened by  Matthias Klose

using locale does not display the intended behavior  (2007-01-11)
   http://python.org/sf/1633600  opened by  Matthias Klose

logging module / wro

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-19 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  423 open ( +2) /  3539 closed ( +9) /  3962 total (+11)
Bugs:  960 open ( -3) /  6446 closed (+20) /  7406 total (+17)
RFE :  258 open ( +3) /   249 closed ( +3) /   507 total ( +6)

New / Reopened Patches
__

Add aliases for latin7/9/10 charsets  (2007-01-13)
   http://python.org/sf/1634778  opened by  Christoph Zwerschke

htonl et al accept negative ints  (2007-01-14)
CLOSED http://python.org/sf/1635058  opened by  Mark Roberts

Logging Module - followfile patch  (2006-11-17)
CLOSED http://python.org/sf/1598415  reopened by  cjschr

CSV DictWriter Errors  (2007-01-14)
   http://python.org/sf/1635454  opened by  Mark Roberts

strptime %F and %T directives  (2007-01-14)
CLOSED http://python.org/sf/1635473  opened by  Mark Roberts

File Read/Write Flushing Patch  (2007-01-16)
   http://python.org/sf/1636874  opened by  jurojin

urllib: change email.Utils -> email.utils  (2007-01-16)
   http://python.org/sf/1637157  opened by  Russell Owen

urllib2: email.Utils->email.utils  (2007-01-16)
   http://python.org/sf/1637159  opened by  Russell Owen

smtplib email renames  (2007-01-16)
   http://python.org/sf/1637162  opened by  Russell Owen

Add httponly to Cookie module  (2007-01-17)
   http://python.org/sf/1638033  opened by  Arvin Schnell

compiler.pycodegen causes crashes when compiling 'with'  (2007-01-17)
   http://python.org/sf/1638243  opened by  kirat

Fix to the long("123\0", 10) problem  (2007-01-18)
   http://python.org/sf/1638879  opened by  Calvin Spealman

email.utils.parsedate documentation  (2007-01-19)
   http://python.org/sf/1639973  opened by  Mark Roberts

Patches Closed
__

platform.py support for IronPython  (2006-09-23)
   http://python.org/sf/1563842  closed by  lemburg

Small upgrades to platform.platform()  (2005-11-10)
   http://python.org/sf/1352731  closed by  lemburg

pybench support for IronPython  (2006-09-23)
   http://python.org/sf/1563844  closed by  lemburg

Py3k: Fix pybench so it runs  (2007-01-12)
   http://python.org/sf/1634499  closed by  gvanrossum

Bug fixes for int unification branch  (2006-12-20)
   http://python.org/sf/1619846  closed by  gvanrossum

htonl et al accept negative ints  (2007-01-14)
   http://python.org/sf/1635058  closed by  gvanrossum

Logging Module - followfile patch  (2006-11-17)
   http://python.org/sf/1598415  closed by  vsajip

strptime %F and %T directives  (2007-01-14)
   http://python.org/sf/1635473  closed by  bcannon

BSD version of ctypes.util.find_library   (2006-12-07)
   http://python.org/sf/1610795  closed by  theller

New / Reopened Bugs
___

Problem running a subprocess  (2007-01-13)
   http://python.org/sf/1634739  opened by  Florent Rougon

locale 1251 does not convert to upper case properly  (2007-01-13)
   http://python.org/sf/1634774  opened by  Ivan Dobrokotov

Little mistake in docs  (2007-01-14)
   http://python.org/sf/1635217  opened by  anatoly techtonik

Add registry functions to windows postinstall  (2007-01-14)
   http://python.org/sf/1635335  opened by  anatoly techtonik

expanduser tests in test_posixpath fail if $HOME ends in a /  (2007-01-14)
CLOSED http://python.org/sf/1635353  opened by  Marien Zwart

Add command line help to windows unistall binary  (2007-01-14)
   http://python.org/sf/1635363  opened by  anatoly techtonik

ConfigParser does not quote %  (2007-01-15)
   http://python.org/sf/1635639  opened by  Mark Roberts

Interpreter seems to leak references after finalization  (2007-01-15)
   http://python.org/sf/1635741  opened by  B Sizer

description of the beta distribution is incorrect  (2007-01-15)
CLOSED http://python.org/sf/1635892  opened by  elgordo

Newline skipped in "for line in file"  (2007-01-16)
   http://python.org/sf/1636950  opened by  Andy Monthei

Python-2.5 segfault with tktreectrl  (2007-01-16)
CLOSED http://python.org/sf/1637022  opened by  klappnase

Python 2.5 fails to build on AIX 5.3 (xlc_r compiler)  (2007-01-16)
   http://python.org/sf/1637120  opened by  Orlando Irrazabal

mailbox.py uses old email names  (2007-01-16)
   http://python.org/sf/1637167  opened by  Russell Owen

make_table in difflib does not work with unicode  (2007-01-18)
   http://python.org/sf/1637850  opened by  y-unno

Problem packaging wx application with py2exe.  (2007-01-17)
CLOSED http://python.org/sf/1637943  opened by  Indy

typohttp://www.python.org/doc/current/tut/node10.html  (2007-01-17)
CLOSED http://python.org/sf/1637952  opened by  jim pruett

langref: missing item in numeric op list  (2007-01-17)
CLOSED http://python.org/sf/1637967  opened by  paul rubin

Incorrect documentation for random.betavariate()  (2007-01-18)
CLOSED http://python.org/sf/1638627  opened by  Troels Walsted Hansen

Bugs Closed
___

class derived from float evaporates under +=  (2007-01-11)
 

[Python-Dev] Weekly Python Patch/Bug Summary

2007-01-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  421 open ( -2) /  3549 closed (+10) /  3970 total ( +8)
Bugs:  943 open (-17) /  6471 closed (+25) /  7414 total ( +8)
RFE :  260 open ( +2) /   250 closed ( +1) /   510 total ( +3)

New / Reopened Patches
__

rlcompleter tab completion in pdb  (2007-01-22)
   http://python.org/sf/1641544  opened by  Stephen Emslie

logging leaks loggers  (2007-01-22)
CLOSED http://python.org/sf/1641790  opened by  TH

Fix error/crash in AST: syntaxerror in complex ifs  (2007-01-23)
   http://python.org/sf/1642547  opened by  Thomas Wouters

comments to clarify complexobject.c  (2007-01-23)
   http://python.org/sf/1642844  opened by  Jim Jewett

Fix Bug 1362475 Text.edit_modified() doesn't work  (2007-01-24)
   http://python.org/sf/1643641  opened by  Matthias Kievernagel

ctypes leaks memory  (2007-01-24)
CLOSED http://python.org/sf/1643874  opened by  Thomas Heller

file -> open in stdlib  (2007-01-25)
   http://python.org/sf/1644218  opened by  Daniel Nogradi

Allow importing built-in submodules  (2007-01-25)
   http://python.org/sf/1644818  opened by  Miguel Lobo

Patches Closed
__

Fix for #1601399 (urllib2 does not close sockets properly)  (2007-01-03)
   http://python.org/sf/1627441  closed by  gbrandl

C99 _Bool support for struct  (2006-12-07)
   http://python.org/sf/1610575  closed by  loewis

logging leaks loggers  (2007-01-22)
   http://python.org/sf/1641790  closed by  vsajip

Patch for #1586414 to avoid fragmentation on Windows  (2006-10-31)
   http://python.org/sf/1587674  closed by  gustaebel

smtplib email renames  (2007-01-16)
   http://python.org/sf/1637162  closed by  gbrandl

urllib2: email.Utils->email.utils  (2007-01-16)
   http://python.org/sf/1637159  closed by  gbrandl

urllib: change email.Utils -> email.utils  (2007-01-16)
   http://python.org/sf/1637157  closed by  gbrandl

tarfile extraction does not honor umask  (2006-06-16)
   http://python.org/sf/1507247  closed by  gustaebel

Fix crash when replacing sys.stdout in sitecustomize  (2007-01-08)
   http://python.org/sf/1630975  closed by  twouters

ctypes leaks memory  (2007-01-24)
   http://python.org/sf/1643874  closed by  theller

New / Reopened Bugs
___

2.3.6.4 Error in append and extend descriptions  (2007-01-21)
CLOSED http://python.org/sf/1641109  opened by  ilalopoulos

Python 2.5 gets curses.h warning on HPUX  (2007-01-22)
   http://python.org/sf/1642054  opened by  Roy Smith

Grammatical Error  (2007-01-23)
CLOSED http://python.org/sf/1643150  opened by  Steve Miller

function breakpoints in pdb  (2007-01-24)
   http://python.org/sf/1643369  opened by  decitre

Emphasize buffering issues when sys.stdin is used  (2007-01-24)
   http://python.org/sf/1643712  opened by  Raghuram Devarakonda

Problem with signals in a single-threaded application  (2007-01-24)
   http://python.org/sf/1643738  opened by  Ulisses Furquim

strptime %U broken  (2007-01-24)
CLOSED http://python.org/sf/1643943  opened by  Brian Nahas

Error arrow offset wrong  (2007-01-25)
CLOSED http://python.org/sf/1644239  opened by  Cees Timmerman

./configure --prefix=/ breaks, won't build C modules  (2007-01-25)
   http://python.org/sf/1644987  opened by  Jim Shankland

MIME renderer: wrong header line break with long subject?  (2007-01-26)
   http://python.org/sf/1645148  opened by  kxroberto

Bugs Closed
___

Newline skipped in "for line in file"  (2007-01-16)
   http://python.org/sf/1636950  closed by  bcannon

Over-zealous keyword-arguments check for built-in set class  (2006-05-11)
   http://python.org/sf/1486663  closed by  gbrandl

urllib2 does not close sockets properly  (2006-11-22)
   http://python.org/sf/1601399  closed by  gbrandl

subprocess: error redirecting i/o from non-console process   (2006-11-27)
   http://python.org/sf/1603907  closed by  astrand

Problem running a subprocess  (2007-01-13)
   http://python.org/sf/1634739  closed by  astrand

subprocess.py: O(N**2) bottleneck  (2006-11-17)
   http://python.org/sf/1598181  closed by  astrand

2.3.6.4 Error in append and extend descriptions  (2007-01-21)
   http://python.org/sf/1641109  closed by  gbrandl

asyncore.py and "handle_expt"  (2002-12-16)
   http://python.org/sf/654766  closed by  sf-robot

Segfault provoked by generators and exceptions  (2006-10-18)
   http://python.org/sf/1579370  closed by  loewis

gen_iternext: Assertion `f->f_back != ((void *)0)' failed  (2006-05-06)
   http://python.org/sf/1483133  closed by  nnorwitz

Python polls unnecessarily every 0.1 second when interactive  (2006-09-05)
   http://python.org/sf/1552726  closed by  akuchling

subprocess interpreted double quotation wrong on windows  (2006-03-09)
   http://python.org/sf/1446119  closed by  astrand

tarfile.extract() may cause file fragmentation on Windows XP  (2006-10-2

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-04 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  423 open ( +2) /  3553 closed ( +4) /  3976 total ( +6)
Bugs:  963 open (+20) /  6479 closed ( +8) /  7442 total (+28)
RFE :  260 open ( +0) /   250 closed ( +0) /   510 total ( +0)

New / Reopened Patches
__

ConfigParser getboolean() consistency  (2007-01-28)
   http://python.org/sf/1646432  opened by  Tal Einat

gzip.GzipFile has no name attribute  (2007-01-29)
   http://python.org/sf/1647484  opened by  Lars Gustäbel

proxy_bypass in urllib handling of  macro  (2007-01-30)
   http://python.org/sf/1648102  opened by  Anthony Tuininga

pty.fork() python implementation leaks the slave fd  (2007-01-31)
CLOSED http://python.org/sf/1648435  opened by  John Levon

Adding support for _Bool to ctypes as c_bool  (2007-01-31)
   http://python.org/sf/1649190  opened by  David Remahl

configHandler support for raw data  (2007-02-01)
   http://python.org/sf/1650174  opened by  Tal Einat

Patches Closed
__

file -> open in stdlib  (2007-01-25)
   http://python.org/sf/1644218  closed by  gbrandl

compiler.pycodegen causes crashes when compiling 'with'  (2007-01-18)
   http://python.org/sf/1638243  closed by  gbrandl

Add aliases for latin7/9/10 charsets  (2007-01-13)
   http://python.org/sf/1634778  closed by  gbrandl

pty.fork() python implementation leaks the slave fd  (2007-01-31)
   http://python.org/sf/1648435  closed by  gbrandl

New / Reopened Bugs
___

os.access now returns bool but docstring is not updated  (2007-01-27)
CLOSED http://python.org/sf/1645944  opened by  Seo Sanghyeon

Dict lookups fail if sizeof(Py_ssize_t) < sizeof(long)  (2007-01-27)
   http://python.org/sf/1646068  opened by  ked-tao

ctypes.string_at(buf, 0) is seen as zero-terminated-string  (2007-01-28)
   http://python.org/sf/1646630  opened by  Johannes Hölzl

datetime.fromtimestamp fails with negative fractional times  (2007-01-29)
   http://python.org/sf/1646728  opened by  James Henstridge

os.path, %HOME% set: realpath contradicts expanduser on '~'  (2007-01-29)
   http://python.org/sf/1646838  opened by  wrstl prmpft

cookielib.CookieJar does not handle cookies when port in url  (2007-01-29)
CLOSED http://python.org/sf/1647037  opened by  STS

zero-length match confuses re.finditer()  (2007-01-29)
   http://python.org/sf/1647489  opened by  Jacques Frechet

SystemError with re.match(array)  (2007-01-30)
   http://python.org/sf/1647541  opened by  Armin Rigo

No obvious and correct way to get the time zone offset  (2007-01-30)
   http://python.org/sf/1647654  opened by  James Henstridge

set update problem with class derived from dict  (2007-01-30)
CLOSED http://python.org/sf/1648179  opened by  duncan

Grammatical error  (2007-01-30)
CLOSED http://python.org/sf/1648191  opened by  Chris Beelby

Parameter list mismatches (portation problem)  (2007-01-30)
   http://python.org/sf/1648268  opened by  ked-tao

HP-UX: ld -Wl,+b...  (2007-01-31)
   http://python.org/sf/1648890  opened by  Johannes Abt

HP-UX: -lcurses missing for readline.so  (2007-01-31)
   http://python.org/sf/1648923  opened by  Johannes Abt

HP-UX: _ctypes/libffi/src/ia64/ffi/__attribute__/native cc  (2007-01-31)
   http://python.org/sf/1648957  opened by  Johannes Abt

HP-UX11.23: module zlib missing  (2007-01-31)
   http://python.org/sf/1648960  opened by  Johannes Abt

HP-UX: compiler warnings: alignment  (2007-01-31)
   http://python.org/sf/1649011  opened by  Johannes Abt

non-standard: array[0]  (2007-01-31)
   http://python.org/sf/1649098  opened by  Johannes Abt

Arithmetics behaving strange  (2007-01-31)
CLOSED http://python.org/sf/1649100  opened by  Sascha Peilicke

potential class with C++ in ceval.h  (2007-01-31)
   http://python.org/sf/1649238  opened by  thechao

gettext.py incompatible with eggs  (2007-01-31)
   http://python.org/sf/1649329  opened by  Shannon -jj Behrens

decimals compare badly to floats  (2007-02-01)
   http://python.org/sf/1650053  opened by  Brian Sutherland

doctest doesn't find nested functions  (2007-02-01)
   http://python.org/sf/1650090  opened by  Daniel Brown

sys.excepthook does not work with -m command line switch  (2007-02-02)
CLOSED http://python.org/sf/1650899  opened by  Miki Tebeka

PyFloat_FromString deprecated form  (2007-02-02)
   http://python.org/sf/1650903  opened by  Jim Jewett

ctypes.Structure formal parameter dies given tuple  (2007-02-03)
   http://python.org/sf/1651235  opened by  Gary Bishop

readline needs termcap on my FC6  (2007-02-03)
   http://python.org/sf/1651427  opened by  guichaz

sgmllib _convert_ref UnicodeDecodeError exception, new in 2.  (2007-02-04)
   http://python.org/sf/1651995  opened by  John Nagle

Bugs Closed
___

os.access now returns bool but docstring is not updated  (2007-01-27)
   http://python.org/sf/1645944  closed by  gbrandl

cookielib.

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-12 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  417 open ( -6) /  3565 closed (+12) /  3982 total ( +6)
Bugs:  960 open ( -3) /  6498 closed (+19) /  7458 total (+16)
RFE :  266 open ( +6) /   251 closed ( +1) /   517 total ( +7)

New / Reopened Patches
__

stream writing support in wave.py  (2007-02-05)
   http://python.org/sf/1652328  opened by  tom

tarfile append behavior  (2007-02-05)
CLOSED http://python.org/sf/1652681  opened by  Witten

operator.c slice functions need to parse ssize_t  (2007-02-07)
   http://python.org/sf/1654417  opened by  Andy Wingo

sys.excepthook shows relevant bindings.  (2007-02-08)
   http://python.org/sf/1654974  opened by  Nefarious CodeMonkey, Jr.

socketmodule fails to build because missing NETLINK_DNRTMSG  (2007-02-11)
   http://python.org/sf/1657276  opened by  Aleksandr Koltsoff

Add syntax for dynamic attribute access  (2007-02-11)
   http://python.org/sf/1657573  opened by  Ben North

documentation for element interface  (2007-02-12)
   http://python.org/sf/1657613  opened by  Tim Mitchell

Patches Closed
__

CodeContext visibility   (2006-08-15)
   http://python.org/sf/1540869  closed by  kbk

Auto-completion list placement  (2006-12-23)
   http://python.org/sf/1621265  closed by  kbk

Make Python Editor Useful Without Full IDLE  (2005-01-26)
   http://python.org/sf/1110205  closed by  kbk

allow using normal indent width in shell in IDLE  (2005-05-06)
   http://python.org/sf/1196946  closed by  kbk

configHandler support for raw data  (2007-02-01)
   http://python.org/sf/1650174  closed by  kbk

tarfile append behavior  (2007-02-05)
   http://python.org/sf/1652681  closed by  gustaebel

except too broad  (2006-08-15)
   http://python.org/sf/1540849  closed by  kbk

Creating dicts for dict subclasses  (2006-12-14)
   http://python.org/sf/1615701  closed by  rhettinger

Fix dict and set docs, re: immutability  (2006-01-05)
   http://python.org/sf/1397711  closed by  rhettinger

Remove bad PREDICT in ceval.c  (2006-03-04)
   http://python.org/sf/1443159  closed by  rhettinger

make trace.py --ignore-dir work  (2006-10-05)
   http://python.org/sf/1571379  closed by  montanaro

Bugfix for #847665 (XMLGenerator dies in namespace mode)  (2006-04-02)
   http://python.org/sf/1463026  closed by  loewis

New / Reopened Bugs
___

IDLE Hung up after open script by command line...  (2006-09-20)
CLOSED http://python.org/sf/1562193  reopened by  faramir2

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  reopened by  kkelchev

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  reopened by  kkelchev

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  reopened by  kkelchev

Nested Objects scope problem  (2007-02-05)
CLOSED http://python.org/sf/1652387  opened by  kkelchev

logging formatter %(lineno)d does not work  (2007-02-06)
   http://python.org/sf/1652788  opened by  lx_jakal

Double free/corruption?  (2007-02-06)
   http://python.org/sf/1653121  opened by  Jarek Zgoda

print >> f, "Hello" produces no error: normal?  (2007-02-06)
   http://python.org/sf/1653416  opened by  E.-O. Le Bigot

Python misbehaves when installed in / (patch attached)  (2007-02-06)
   http://python.org/sf/1653457  opened by  Chris Webb

Problems in datetime.c and typeobject.c.  (2007-02-07)
CLOSED http://python.org/sf/1653736  opened by  ked-tao

crash / abort during install  (2007-02-06)
CLOSED http://python.org/sf/1653753  opened by  SAndreason

configure does not check/warn/stop for tk/tcl  (2007-02-06)
CLOSED http://python.org/sf/1653757  opened by  SAndreason

popen - wrong order on fileobjects in tuple returned  (2007-02-07)
CLOSED http://python.org/sf/1653940  opened by  Emil Lind

Installer should split tcl/tk and tkinter install options.  (2007-02-07)
   http://python.org/sf/1654408  opened by  Ron Adam

thread join() with timeout hangs on Windows 2003 x64  (2007-02-07)
   http://python.org/sf/1654429  opened by  bentoi

thirdparty extensions, --enable-shared, static linking  (2007-02-08)
   http://python.org/sf/1655392  opened by  Marien Zwart

hotshot.stats.load  (2004-02-19)
   http://python.org/sf/900092  reopened by  bcannon

3.4.1 comparison methods content  (2007-02-09)
CLOSED http://python.org/sf/1655683  opened by  Jeffrey Miller

email.Generator docs contain a bad off-site link  (2007-02-08)
CLOSED http://python.org/sf/1655800  opened by  Forest Wilkinson

Typo in Docs  (2007-02-09)
CLOSED http://python.org/sf/1656078  opened by  Thomas Guettler

I think, I have found this bug on time.mktime()  (2007-02-10)
   http://python.org/sf/1656559  opened by  Sérgio Monteiro Basto

shutil.copyfileobj description is incomplete  (2007-02-10)
   http://python.org/sf/1656578  opened by  Witten

tarfile.TarFile fileobject use needs clarifica

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-21 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  408 open ( -9) /  3585 closed (+20) /  3993 total (+11)
Bugs:  968 open ( +8) /  6505 closed ( +7) /  7473 total (+15)
RFE :  267 open ( +1) /   251 closed ( +0) /   518 total ( +1)

New / Reopened Patches
__

Handle requests to intern string subtype instances  (2007-02-13)
   http://python.org/sf/1658799  opened by  Hrvoje Nik?i?

Minor pasting patch  (2007-02-13)
   http://python.org/sf/1659326  opened by  Tal Einat

Minor AST tweaks  (2007-02-13)
   http://python.org/sf/1659410  opened by  Collin Winter

functools.compose to chain functions together  (2007-02-14)
CLOSED http://python.org/sf/1660179  opened by  Chris AtLee

IDLE doesn't save files on closing  (2007-02-15)
CLOSED http://python.org/sf/1660202  opened by  Toni

Hide iteration variable in list comprehensions  (2007-02-15)
   http://python.org/sf/1660500  opened by  Nick Coghlan

ftplib passive ftp problem on multihomed clients  (2007-02-16)
   http://python.org/sf/1661754  opened by  Tim Baum

setuptools: avoid sets module for python>2.3  (2007-02-19)
   http://python.org/sf/1663226  opened by  Amit Aronovitch

enable "python -m doctest FILE" to run tests in FILE  (2007-02-19)
   http://python.org/sf/1663234  opened by  Stefan Behnel

Fix for urllib.ftpwrapper.retrfile() and none existing files  (2007-02-20)
   http://python.org/sf/1664522  opened by  Phil Knirsch

Patches Closed
__

imputil must respect __path__ for package submodules  (2003-02-12)
   http://python.org/sf/685268  closed by  loewis

Scalable zipfile extension  (2003-09-27)
   http://python.org/sf/813436  closed by  loewis

zipfile and big zipped file  (2004-07-17)
   http://python.org/sf/992750  closed by  loewis

ZipFile - support for file decryption  (2003-03-06)
   http://python.org/sf/698833  closed by  loewis

Bug 1514451: zipfile "append" mode should create a file ...  (2006-07-06)
   http://python.org/sf/1517891  closed by  loewis

socketmodule fails to build because missing NETLINK_DNRTMSG  (2007-02-11)
   http://python.org/sf/1657276  closed by  loewis

gzip.GzipFile has no name attribute  (2007-01-29)
   http://python.org/sf/1647484  closed by  gustaebel

Missing HCI sockets in bluetooth code from socketmodule  (2006-02-15)
   http://python.org/sf/1432399  closed by  loewis

Patch to support lots of file descriptors  (2006-02-19)
   http://python.org/sf/1434657  closed by  loewis

isapi.samples.advanced.py fix  (2005-02-17)
   http://python.org/sf/1126187  closed by  loewis

Add IEEE Float support to wave.py  (2005-02-19)
   http://python.org/sf/1144504  closed by  loewis

Make urllib2.OpenerDirector instances pickle-able  (2005-02-20)
   http://python.org/sf/1144636  closed by  jjlee

functools.compose to chain functions together  (2007-02-15)
   http://python.org/sf/1660179  closed by  loewis

IDLE doesn't save files on closing  (2007-02-15)
   http://python.org/sf/1660202  closed by  gbrandl

decorator module  (2006-03-12)
   http://python.org/sf/1448297  closed by  gbrandl

dictnotes.txt  (2006-01-05)
   http://python.org/sf/1397848  closed by  loewis

Documentation for new Struct object  (2006-05-24)
   http://python.org/sf/1494140  closed by  gbrandl

Detect incomplete readline implementation  (2006-02-21)
   http://python.org/sf/1435651  closed by  loewis

add os.chflags() and os.lchflags() where available  (2006-05-17)
   http://python.org/sf/1490190  closed by  loewis

Fix for bug #1486663 mutable types check kwargs in tp_new  (2006-05-20)
   http://python.org/sf/1491939  closed by  zseil

New / Reopened Bugs
___

I think, I have found this bug on time.mktime()  (2007-02-10)
CLOSED http://python.org/sf/1656559  reopened by  sergiomb

This shouldn't be there: Note that this code that uses...  (2007-02-13)
CLOSED http://python.org/sf/1658794  opened by  Alf Lervåg

os.wait child process fail when under stress  (2007-02-13)
   http://python.org/sf/1658959  opened by  The Groff

Calling tparm from extension lib fails in Python 2.4  (2007-02-13)
   http://python.org/sf/1659171  opened by  Richard B. Kreckel

Calling tparm from extension lib fails in Python 2.4  (2007-02-13)
CLOSED http://python.org/sf/1659173  opened by  Richard B. Kreckel

Python extension problems after re-install  (2007-02-14)
   http://python.org/sf/1659705  opened by  elf

continuing problem with httplib multiple set-cookie headers  (2007-02-14)
   http://python.org/sf/1660009  opened by  David Margrave

base64.urlsafe_b64encode() shouldn't use the = character  (2007-02-16)
   http://python.org/sf/1661108  opened by  Ryan Barrett

Misleading behavior for [] and {} default arguments  (2007-02-16)
CLOSED http://python.org/sf/1661603  opened by  Matthijs

finditer stuck in infinite loop  (2007-02-16)
   http://python.org/sf/1661745  opened by  Milan

[2

[Python-Dev] Weekly Python Patch/Bug Summary

2007-02-28 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  416 open ( +8) /  3593 closed ( +8) /  4009 total (+16)
Bugs:  974 open ( +6) /  6520 closed (+15) /  7494 total (+21)
RFE :  268 open ( +1) /   251 closed ( +0) /   519 total ( +1)

New / Reopened Patches
__

Allow specifying headers for MIME parts  (2007-02-23)
   http://python.org/sf/125  opened by  Jörg Sonnenberger

Time zone-capable variant of time.localtime  (2007-02-24)
   http://python.org/sf/1667546  opened by  Paul Boddie

urllib2 raises an UnboundLocalError if "auth-int" is the qop  (2007-02-24)
   http://python.org/sf/1667860  opened by  Atul Varma

urllib2.urlopen() raises OSError instead of URLError  (2007-02-24)
   http://python.org/sf/1668100  opened by  Jerry Seutter

Fix for 767111, 'AttributeError thrown by urllib.open_http'  (2007-02-25)
   http://python.org/sf/1668132  opened by  Atul Varma

don't use '-' and '_' in mkstemp  (2007-02-25)
   http://python.org/sf/1668482  opened by  Arvin Schnell

bytes.fromhex()  (2007-02-26)
CLOSED http://python.org/sf/1669379  opened by  Georg Brandl

subprocess: Support close_fds on Win32  (2007-02-26)
   http://python.org/sf/1669481  opened by  Jon Foster

Change (fix!) os.path.isabs() semantics on Win32  (2007-02-26)
   http://python.org/sf/1669539  opened by  Jon Foster

methods for bytes  (2007-02-27)
CLOSED http://python.org/sf/1669633  opened by  Pete Shinners

Remove Py_PROTO from socket in py3k  (2007-02-27)
CLOSED http://python.org/sf/1670209  opened by  Pete Shinners

email.Generator: no header wrapping for multipart/signed  (2007-02-28)
   http://python.org/sf/1670765  opened by  Martin von Gagern

Refactor test_threadedtempfile.py to use unittest.  (2007-02-28)
   http://python.org/sf/1670993  opened by  Jerry Seutter

Class Decorators  (2007-02-28)
   http://python.org/sf/1671208  opened by  Jack Diederich

Refactor test_class to use unittest lib  (2007-02-28)
   http://python.org/sf/1671298  opened by  Mike Verdone

New File I/O type for Python 3000, plus .h and unit tests  (2007-02-28)
   http://python.org/sf/1671314  opened by  Daniel Stutzbach

Patches Closed
__

setuptools: avoid sets module for python>2.3  (2007-02-19)
   http://python.org/sf/1663226  closed by  pje

documentation for element interface  (2007-02-11)
   http://python.org/sf/1657613  closed by  fdrake

fast subclasses of builtin types  (2006-12-28)
   http://python.org/sf/1624059  closed by  nnorwitz

bytes.fromhex()  (2007-02-26)
   http://python.org/sf/1669379  closed by  gbrandl

Optional Argument Syntax  (2006-12-02)
   http://python.org/sf/1607548  closed by  gvanrossum

methods for bytes  (2007-02-26)
   http://python.org/sf/1669633  closed by  nnorwitz

Remove Py_PROTO from socket in py3k  (2007-02-27)
   http://python.org/sf/1670209  closed by  nnorwitz

The Unicode "lazy strings" patches  (2007-01-06)
   http://python.org/sf/1629305  closed by  gvanrossum

New / Reopened Bugs
___

Calling tparm from extension lib fails in Python 2.5  (2007-02-13)
   http://python.org/sf/1659171  reopened by  richyk

shutil.copytree doesn't preserve directory permissions  (2007-02-22)
   http://python.org/sf/1666318  opened by  Jeff McNeil

Incorrect file path reported by inspect.getabsfile()  (2007-02-23)
   http://python.org/sf/1666807  opened by  Fernando Pérez

terminalcommand doesn't work under Darwin  (2007-02-23)
   http://python.org/sf/1666952  opened by  Jurjen N.E. Bos

Install fails with no error  (2007-02-24)
   http://python.org/sf/1667877  reopened by  widgeteye

Install fails with no error  (2007-02-24)
   http://python.org/sf/1667877  opened by  larry

PyMem_Realloc docs don't specifiy out-of-mem behavior  (2007-02-24)
   http://python.org/sf/1668032  opened by  Daniel Stutzbach

PyMem_Resize docs don't specify that it modifies an argument  (2007-02-24)
   http://python.org/sf/1668036  opened by  Daniel Stutzbach

python-2.4.4 on freebsd-6: _curses extension doesn't build  (2007-02-25)
CLOSED http://python.org/sf/1668133  opened by  clemens fischer

Strange unicode behaviour  (2007-02-25)
CLOSED http://python.org/sf/1668295  reopened by  sgala

Strange unicode behaviour  (2007-02-25)
CLOSED http://python.org/sf/1668295  opened by  Santiago Gala

I can't change attribute __op__ in new-style classes  (2007-02-25)
CLOSED http://python.org/sf/1668540  opened by  netimen

inspect.getargspec() fails with keyword-only arguments  (2007-02-25)
   http://python.org/sf/1668565  opened by  Brett Cannon

distutils chops the first character of filenames  (2007-02-25)
   http://python.org/sf/1668596  opened by  Sam Pointon

PyErr_WriteUnraisable lacks exception type check  (2007-02-26)
CLOSED http://python.org/sf/1669182  opened by  Gabriel Becedillas

Clarify PyMem_Realloc and PyMem_Resize docs  (2007-02-26)
   http://python.org/sf/16693

[Python-Dev] Weekly Python Patch/Bug Summary

2007-03-11 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  380 open (-36) /  3658 closed (+65) /  4038 total (+29)
Bugs:  965 open ( -9) /  6555 closed (+35) /  7520 total (+26)
RFE :  272 open ( +4) /   253 closed ( +2) /   525 total ( +6)

New / Reopened Patches
__

Extension documentation for subclasses  (2007-03-01)
CLOSED http://python.org/sf/1671450  opened by  Pete Shinners

MultiCall bug crashing the config dialog  (2007-03-02)
CLOSED http://python.org/sf/1672481  opened by  Tal Einat

urllib2 requests history + HEAD support  (2007-03-03)
   http://python.org/sf/1673007  opened by  KDanilov aka koder

README update: Bash default on ac OS X  (2007-03-03)
CLOSED http://python.org/sf/1673121  opened by  Witten

Mac OS X: libtool  (2007-03-03)
   http://python.org/sf/1673122  opened by  Witten

change repr(...) from 'Ellipsis' to '...'  (2007-03-04)
CLOSED http://python.org/sf/1673355  opened by  John Reese

Identify modules to be built and not built  (2007-03-04)
CLOSED http://python.org/sf/1673619  opened by  Skip Montanaro

'G' formatting doesn't catch same errors as 'g'  (2007-03-04)
   http://python.org/sf/1673759  opened by  Eric V. Smith

Identify modules which couldn't be built  (2007-03-04)
CLOSED http://python.org/sf/1673619  reopened by  loewis

sq_ass_slice ignored if  sq_slice not defined  (2007-03-05)
CLOSED http://python.org/sf/1674228  opened by  ?iga Seilnacht

Epoll wrapper  (2007-03-06)
   http://python.org/sf/1675118  opened by  TH

Draft implementation for PEP 364  (2007-03-06)
   http://python.org/sf/1675334  opened by  Barry A. Warsaw

PEP 3114 -- next() -> __next__()  (2007-03-07)
   http://python.org/sf/1675363  opened by  Georg Brandl

Make PyComplex_AsCComplex use __complex__  (2007-03-07)
   http://python.org/sf/1675423  opened by  Mark Dickinson

Zipfile tweaks and test coverage improvement  (2007-03-06)
   http://python.org/sf/1675424  opened by  Alan McIntyre

Use getaddrinfo() in urllib2.py for IPv6 support  (2007-03-07)
   http://python.org/sf/1675455  opened by  David Cantrell

Refactor test_pty.py to use unittest.  (2007-03-06)
CLOSED http://python.org/sf/1675471  opened by  Jerry Seutter

[gzip] Performance for small reads and fix seek problem  (2007-03-07)
   http://python.org/sf/1675951  opened by  Florian Festi

Remove dead code in typeobject's type_new()  (2007-03-07)
CLOSED http://python.org/sf/1675981  opened by  ?iga Seilnacht

Remove trailing slash from --prefix  (2007-03-07)
   http://python.org/sf/1676135  opened by  Björn Lindqvist

New File I/O type for Python 3000, plus .h and unit tests  (2007-02-28)
CLOSED http://python.org/sf/1671314  reopened by  collinwinter

Add a PeriodicTimer to threading  (2007-03-08)
   http://python.org/sf/1676820  opened by  Björn Lindqvist

Adding timeout to socket.py and httplib.py  (2007-03-08)
   http://python.org/sf/1676823  opened by  Facundo Batista

Refactor test_popen2.py to use unittest.  (2007-03-08)
   http://python.org/sf/1676994  opened by  Jerry Seutter

Support CREATE_SUSPENDED flag in subprocess.py for Win32  (2007-03-09)
   http://python.org/sf/1677688  opened by  Chris Heller

site.py small ?bug fix | change?  (2007-03-10)
   http://python.org/sf/1677862  opened by  KDanilov aka koder

Efficient reverse line iterator   (2007-03-10)
   http://python.org/sf/1677872  opened by  Mark Russell

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

improve telnetlib.Telnet so option negotiation becomes easie  (2007-03-10)
   http://python.org/sf/1678077  opened by  Björn Lindqvist

Refactor test_operations.py to use unittest.  (2007-03-10)
   http://python.org/sf/1678088  opened by  Jerry Seutter

Adding a testcase for the bug in find_longest_match  (2007-03-11)
   http://python.org/sf/1678339  opened by  Denys Rtveliashvili

A fix for the bug #1528074 [warning: quite slow]  (2007-03-11)
   http://python.org/sf/1678345  opened by  Denys Rtveliashvili

Patches Closed
__

Extension documentation for subclasses  (2007-03-01)
   http://python.org/sf/1671450  closed by  gbrandl

MultiCall bug crashing the config dialog  (2007-03-02)
   http://python.org/sf/1672481  closed by  gbrandl

README update: Bash default on Mac OS X  (2007-03-03)
   http://python.org/sf/1673121  closed by  gbrandl

change repr(...) from 'Ellipsis' to '...'  (2007-03-04)
   http://python.org/sf/1673355  closed by  gvanrossum

Use a set to keep interned strings  (2006-06-16)
   http://python.org/sf/1507011  closed by  loewis

Add support for the If-Modified-Since header  (2006-03-04)
   http://python.org/sf/1442867  closed by  loewis

N-d array interface for array object  (2006-03-18)
   http://python.org/sf/1452906  closed by  loewis

Fix for win32 proxy bypass support (no_proxy) in urllib(2)  (2005-03-01)
   http://python.org/sf/11

[Python-Dev] Weekly Python Patch/Bug Summary

2007-03-16 Thread Kurt B. Kaiser
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
__

ftp.python.org does not exist anymore  (2007-03-12)
CLOSED http://python.org/sf/1678662  opened by  Björn Lindqvist

fix a bug mixing up 0.0 and-0.0  (2007-03-11)
   http://python.org/sf/1678668  opened by  Alex Martelli

Allow "datetime in date"  (2007-03-12)
CLOSED http://python.org/sf/1679204  opened by  Collin Winter

Documentation for fnmatch.translate()  (2007-03-12)
CLOSED http://python.org/sf/1679379  opened by  Björn Lindqvist

__slots__ tuple modified inplace if it contains unicode name  (2007-03-13)
CLOSED http://python.org/sf/1680015  opened by  ?iga Seilnacht

CGIHTTPServer doesn't handle path names with embeded space  (2006-08-06)
   http://python.org/sf/1535504  reopened by  htgoebel

Add tests for pipes module (test_pipes)  (2007-03-14)
   http://python.org/sf/1680959  opened by  Alan McIntyre

remove sys.exitfunc, rewrite atexit in C  (2007-03-14)
   http://python.org/sf/1680961  opened by  Georg Brandl

Use "alive" instead of "active" in the docs for threading  (2007-03-14)
CLOSED http://python.org/sf/1680978  opened by  Björn Lindqvist

binary and new-style octal literals  (2007-03-14)
   http://python.org/sf/1681002  opened by  Thomas Wouters

PEP 3115 patch  (2007-03-14)
   http://python.org/sf/1681101  opened by  Guido van Rossum

Patch for [ 1603150 ] wave module forgets to close...  (2007-03-15)
CLOSED http://python.org/sf/1681153  opened by  Patricio Olivares

email.header unicode fix  (2007-03-15)
   http://python.org/sf/1681333  opened by  Tokio Kikuchi

Add triangular distribution to random  (2007-03-15)
   http://python.org/sf/1681432  opened by  Wladmir

splitext of dotfiles, incl backwards compat and migration  (2007-03-16)
   http://python.org/sf/1681842  opened by  Stephen Hansen

Patches Closed
__

Patch to 742342 Crash on recursive reload  (2004-03-23)
   http://python.org/sf/922167  closed by  collinwinter

add optional CWD argument to os.path.abspath()  (2003-01-30)
   http://python.org/sf/677890  closed by  collinwinter

ftp.python.org does not exist anymore  (2007-03-11)
   http://python.org/sf/1678662  closed by  collinwinter

fix for external test regression in test.regrtest  (2003-09-17)
   http://python.org/sf/808210  closed by  collinwinter

urllib2.URLError don't calll IOError.__init__  (2003-10-02)
   http://python.org/sf/816787  closed by  collinwinter

Refactor test_threadedtempfile.py to use unittest.  (2007-02-28)
   http://python.org/sf/1670993  closed by  collinwinter

urllib2.urlopen() raises OSError instead of URLError  (2007-02-24)
   http://python.org/sf/1668100  closed by  gbrandl

site.py small ?bug fix | change?  (2007-03-10)
   http://python.org/sf/1677862  closed by  loewis

adding __dir__  (2006-11-06)
   http://python.org/sf/1591665  closed by  gbrandl

Refactor test_operations.py to use unittest.  (2007-03-10)
   http://python.org/sf/1678088  closed by  collinwinter

Add current dir when running try_run test program  (2005-03-21)
   http://python.org/sf/1168055  closed by  collinwinter

Allow "datetime in date"  (2007-03-12)
   http://python.org/sf/1679204  closed by  collinwinter

Documentation for fnmatch.translate()  (2007-03-12)
   http://python.org/sf/1679379  closed by  gbrandl

comments to clarify complexobject.c  (2007-01-23)
   http://python.org/sf/1642844  closed by  gbrandl

Fix for bugs relating to ntpath.expanduser()  (2004-05-20)
   http://python.org/sf/957650  closed by  gbrandl

Add %var% support to ntpath.expandvars  (2006-10-10)
   http://python.org/sf/1574252  closed by  gbrandl

CSV DictWriter Errors  (2007-01-15)
   http://python.org/sf/1635454  closed by  gbrandl

test_cmd_line fails on Windows  (2006-09-15)
   http://python.org/sf/1559413  closed by  loewis

Performance enhancements.  (2006-09-09)
   http://python.org/sf/1555098  closed by  gbrandl

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

Fix building the source within exec_prefix  (2006-10-03)
   http://python.org/sf/1569798  closed by  gbrandl

email.message.py charset can be unicode instance  (2006-03-14)
   http://python.org/sf/1449244  closed by  loewis

Allow __class __ assignment for classes with __slots__  (2006-12-28)
   http://python.org/sf/1623563  closed by  zseil

__slots__ tuple modified inplace if it contains unicode name  (2007-03-13)
   http://python.org/sf/1680015  closed by  zseil

ConfigParser does not quote %  (2007-01-15)
   http://python.org/sf/1635639  closed by  gbrandl

Allow textwrap to preserve leading and trailing whitespace  (2006-10-

[Python-Dev] Weekly Python Patch/Bug Summary

2007-04-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  349 open ( +7) /  3737 closed (+25) /  4086 total (+32)
Bugs:  939 open (-12) /  6648 closed (+60) /  7587 total (+48)
RFE :  249 open ( -8) /   278 closed (+12) /   527 total ( +4)

New / Reopened Patches
__

Python 2.5 "What's New" document contains socket errors  (2007-03-17)
CLOSED http://python.org/sf/1682878  opened by  Jp Calderone

ConfigParser support for alt delimiters  (2007-03-18)
   http://python.org/sf/1682942  opened by  Stephen Hansen

Demo/parser/unparse.py fixes and cleanups  (2007-03-19)
CLOSED http://python.org/sf/1683328  opened by  Piet Delport

Refactor test_minidom.py to use unittest.  (2007-03-18)
CLOSED http://python.org/sf/1683397  opened by  Jerry Seutter

PEP 361 Warnings  (2007-03-19)
   http://python.org/sf/1683908  opened by  Adam Olsen

add os.chflags() and os.lchflags() where available  (2006-05-17)
   http://python.org/sf/1490190  reopened by  nnorwitz

Documentation for C-API string functions  (2007-03-21)
CLOSED http://python.org/sf/1684834  opened by  Björn Lindqvist

cgi.py invalid REQUEST_METHOD set  (2005-03-08)
CLOSED http://python.org/sf/1159139  reopened by  joesalmeri

new function: os.path.relpath  (2005-10-27)
CLOSED http://python.org/sf/1339796  reopened by  loewis

MSVCCompiler creates redundant and long PATH strings  (2007-03-21)
CLOSED http://python.org/sf/1685563  opened by  Scott Dial

Add IllegalStateError  (2007-03-22)
   http://python.org/sf/1685642  opened by  Björn Lindqvist

Method cache  (2007-03-22)
   http://python.org/sf/1685986  opened by  Armin Rigo

More PEP 3116 classes  (2007-03-22)
CLOSED http://python.org/sf/1686273  opened by  Mark Russell

int to Py_ssize_t changes  (2007-03-22)
CLOSED http://python.org/sf/1686451  opened by  Alexander Belopolsky

Allow any mapping after ** in calls  (2007-03-22)
   http://python.org/sf/1686487  opened by  Alexander Belopolsky

extending os.walk to support following symlinks  (2005-08-26)
CLOSED http://python.org/sf/1273829  reopened by  loewis

Replace time_t by Py_time_t  (2007-03-27)
   http://python.org/sf/1689402  opened by  Christian Heimes

Refactor test_sax.py to use unittest.  (2007-03-28)
CLOSED http://python.org/sf/1690164  opened by  Jerry Seutter

Refactor test_pyexpat.py to use unittest.  (2007-03-28)
CLOSED http://python.org/sf/1690169  opened by  Jerry Seutter

Added support for custom readline functions  (2007-03-28)
   http://python.org/sf/1690201  opened by  Ben Timby

Don't block on Queue get/put when time is moved back  (2007-03-29)
   http://python.org/sf/1690578  opened by  xiaowen

Migrate test_minidom.py to unittest  (2007-03-30)
   http://python.org/sf/1691032  opened by  Jason Orendorff

Fix for bug #1283289  (2007-03-30)
   http://python.org/sf/1691070  opened by  Roger Upole

Move initial args assignment to BaseException.__new__  (2007-04-01)
   http://python.org/sf/1692335  opened by  ?iga Seilnacht

warnings.py gets filename wrong for eval/exec  (2007-04-01)
   http://python.org/sf/1692664  opened by  Adam Olsen

trace.py --ignore-module should accept module name list.  (2007-04-02)
   http://python.org/sf/1693149  opened by  Raghuram Devarakonda

Fix for duplicate "preferences" menu-OS X  (2007-04-02)
   http://python.org/sf/1693258  opened by  Kevin Walzer

tarfile bug when opening a file directly  (2007-04-05)
   http://python.org/sf/1695229  opened by  Arve Knudsen

Fix test_urllib on Windows buildbots  (2007-04-07)
   http://python.org/sf/1695862  opened by  Ziga Seilnacht

Remove redundant code in ntpath.walk()  (2007-04-08)
   http://python.org/sf/1696393  opened by  Michael Haggerty

Adding an index method to tuples  (2007-04-08)
   http://python.org/sf/1696444  opened by  Paul Boddie

Patches Closed
__

TypeError swallowing in UNPACK_SEQUENCE opcode  (2007-03-16)
   http://python.org/sf/1682205  closed by  gbrandl

Make PyComplex_AsCComplex use __complex__  (2007-03-07)
   http://python.org/sf/1675423  closed by  gbrandl

remove sys.exitfunc, rewrite atexit in C  (2007-03-14)
   http://python.org/sf/1680961  closed by  collinwinter

telnetlib option subnegotiation fix  (2003-01-07)
   http://python.org/sf/664020  closed by  gbrandl

telnetlib.py change to ease option handling.  (2006-07-10)
   http://python.org/sf/1520081  closed by  gbrandl

Python 2.5 "What's New" document contains socket errors  (2007-03-17)
   http://python.org/sf/1682878  closed by  gbrandl

PEP 3115 patch  (2007-03-14)
   http://python.org/sf/1681101  closed by  gvanrossum

Adding a testcase for the bug in find_longest_match  (2007-03-11)
   http://python.org/sf/1678339  closed by  gbrandl

Patch to add tempfile.SpooledTemporaryFile (for #415692)  (2007-01-07)
   http://python.org/sf/1630118  closed by  collinwinter

Demo/parser/unparse.py fixes and cleanups  (2007-03-19)
   http://pyth

[Python-Dev] Weekly Python Patch/Bug Summary

2007-04-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  357 open ( +8) /  3745 closed ( +8) /  4102 total (+16)
Bugs:  958 open (+19) /  6657 closed ( +9) /  7615 total (+28)
RFE :  251 open ( +2) /   280 closed ( +2) /   531 total ( +4)

New / Reopened Patches
__

Help with Python codebase  (2007-04-11)
CLOSED http://python.org/sf/1698723  opened by  Munawar

Update to Macintosh library documentation  (2007-04-11)
   http://python.org/sf/1698768  opened by  Kevin Walzer

ZipFile.printdir fix (2.5)  (2007-04-11)
   http://python.org/sf/1698915  opened by  Alan McIntyre

ZipFile.printdir fix (2.6)  (2007-04-11)
   http://python.org/sf/1698917  opened by  Alan McIntyre

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

getstate/setstate for incremental codecs  (2007-04-12)
CLOSED http://python.org/sf/1698994  opened by  Walter Dörwald

replacing char* with const char* in sysmodule.c/.h  (2007-04-12)
   http://python.org/sf/1699259  opened by  sebastinas

Armin's method cache optimization updated for Python 2.6  (2007-04-13)
   http://python.org/sf/1700288  opened by  Kevin Jacobs

VC6 build patch for trunk  (2007-04-14)
   http://python.org/sf/1700463  opened by  Hirokazu Yamamoto

stack size of python_d.exe on VC6  (2007-04-14)
   http://python.org/sf/1700467  opened by  Hirokazu Yamamoto

link_objects in setup.cfg crashes build  (2007-04-18)
   http://python.org/sf/1703178  opened by  Markus Schatten

silenced a compiler warning  (2007-04-18)
   http://python.org/sf/1703268  opened by  Alexander Belopolsky

missing declaration in readline.c  (2007-04-18)
   http://python.org/sf/1703270  opened by  Alexander Belopolsky

bug fix: ctypes truncates 64-bit pointers  (2007-04-18)
   http://python.org/sf/1703286  opened by  Alexander Belopolsky

fixes non ansi c declarations in libffi  (2007-04-18)
   http://python.org/sf/1703300  opened by  Alexander Belopolsky

Refactor test_frozen.py to use unittest.  (2007-04-18)
   http://python.org/sf/1703379  opened by  Jerry Seutter

Patches Closed
__

Fix test_urllib on Windows buildbots  (2007-04-07)
   http://python.org/sf/1695862  closed by  zseil

Don't block on Queue get/put when time is moved back  (2007-03-29)
   http://python.org/sf/1690578  closed by  loewis

struct.pack() on 64bit architectures  (2004-03-30)
   http://python.org/sf/925932  closed by  zseil

bug# 1607041: Condition.wait timeout fails on clock change  (2006-12-01)
   http://python.org/sf/1607149  closed by  loewis

Add IllegalStateError  (2007-03-21)
   http://python.org/sf/1685642  closed by  gvanrossum

Help with Python codebase  (2007-04-11)
   http://python.org/sf/1698723  closed by  gbrandl

getstate/setstate for incremental codecs  (2007-04-12)
   http://python.org/sf/1698994  closed by  doerwalter

Change *args from a tuple to list  (2006-05-31)
   http://python.org/sf/1498441  closed by  collinwinter

New / Reopened Bugs
___

README is referencing obsolete? http://starship.python.net  (2007-04-09)
   http://python.org/sf/1696740  opened by  Jiri Navratil

package.pth file name not used as described.   (2007-04-09)
   http://python.org/sf/1697169  opened by  cfk

winreg module for cygwin?  (2007-04-09)
   http://python.org/sf/1697175  opened by  Zooko O'Whielacronx

Property with -> annotation triggers assert  (2007-04-09)
   http://python.org/sf/1697248  opened by  Guido van Rossum

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

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

__getslice__ still used in built-in types  (2007-04-10)
   http://python.org/sf/1697820  opened by  Torsten Bronger

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

Segfaults on memory error  (2007-04-10)
   http://python.org/sf/1697916  opened by  STINNER Victor

msgfmt cannot cope with BOM  (2007-04-10)
   http://python.org/sf/1697943  opened by  Christoph Zwerschke

xml.etree document element.tag  (2007-04-11)
   http://python.org/sf/1698167  opened by  paul rubin

wrong % of params for format string in ZipFile.printdir()  (2007-04-11)
   http://python.org/sf/1698398  opened by  Szabolcs Berecz

dtdparser discards last line  (2007-04-11)
CLOSED http://python.org/sf/1698944  opened by  L. Peter Deutsch

shlex fails to parse strings correctly  (2007-04-12)
   http://python.org/sf/1699594  opened by  Collin Winter

pickle example contains errors  (2007-04-13)
   http://python.org/sf/1699759  opened by  Mark Edgington

locale.getlocale() output fails as setlocale() input   (2007-04-13)
   http://python.org/sf/1699853  opened by  Bernhard Reiter

import and capital lett

[Python-Dev] Weekly Python Patch/Bug Summary

2007-04-27 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  356 open ( -1) /  3756 closed (+11) /  4112 total (+10)
Bugs:  968 open (+10) /  6673 closed (+16) /  7641 total (+26)
RFE :  254 open ( +3) /   282 closed ( +2) /   536 total ( +5)

New / Reopened Patches
__

fixes bug #1703952 - ctypes: problem with large integers  (2007-04-19)
CLOSED http://python.org/sf/1703972  opened by  Alexander Belopolsky

minidom Level 1 DOM compliance  (2007-04-20)
   http://python.org/sf/1704134  opened by  Jason Orendorff

textwrap.py mod. for jython  (2007-04-20)
CLOSED http://python.org/sf/1704473  opened by  Tim Couper

test_optparse.py mod. for jython  (2007-04-20)
   http://python.org/sf/1704474  opened by  Tim Couper

Use MoveFileEx() to implement os.rename() on windows  (2007-04-20)
   http://python.org/sf/1704547  opened by  Raghuram Devarakonda

interpreter crash when multiplying large lists  (2007-04-20)
   http://python.org/sf/1704621  opened by  Daniel Stutzbach

Added clearerr() to clear EOF state  (2007-04-23)
   http://python.org/sf/1706039  opened by  jos

Updated ASTVisitor Classes  (2007-04-24)
   http://python.org/sf/1706323  opened by  Yaakov Nemoy

Implementation of @abstractmethod for PEP 3119  (2007-04-24)
   http://python.org/sf/1706989  opened by  Guido van Rossum

get status output fix for Win32  (2007-04-25)
   http://python.org/sf/1707753  opened by  Ken Phillis Jr.

Make isinstance/issubclass overloadable  (2007-04-26)
   http://python.org/sf/1708353  opened by  Guido van Rossum

Patches Closed
__

silenced a compiler warning  (2007-04-18)
   http://python.org/sf/1703268  closed by  nnorwitz

missing declaration in readline.c  (2007-04-18)
   http://python.org/sf/1703270  closed by  nnorwitz

ZipFile.printdir fix (2.5)  (2007-04-11)
   http://python.org/sf/1698915  closed by  nnorwitz

Migrate test_minidom.py to unittest  (2007-03-30)
   http://python.org/sf/1691032  closed by  jorend

fixes bug #1703952 - ctypes: problem with large integers  (2007-04-20)
   http://python.org/sf/1703972  closed by  theller

Update to Macintosh library documentation  (2007-04-11)
   http://python.org/sf/1698768  closed by  gbrandl

textwrap.py mod. for jython  (2007-04-20)
   http://python.org/sf/1704473  closed by  gbrandl

tarfile bug when opening a file directly  (2007-04-05)
   http://python.org/sf/1695229  closed by  gustaebel

stream writing support in wave.py  (2007-02-05)
   http://python.org/sf/1652328  closed by  nnorwitz

PEP 3114 -- next() -> __next__()  (2007-03-07)
   http://python.org/sf/1675363  closed by  gbrandl

warnings.py gets filename wrong for eval/exec  (2007-04-01)
   http://python.org/sf/1692664  closed by  nnorwitz

New / Reopened Bugs
___

"t.join(); assert t not in threading.enumerate()" fails  (2007-04-19)
   http://python.org/sf/1703448  opened by  Andrew Bennetts

have a way to ignore nonexisting locales in locale.setlocale  (2007-04-19)
   http://python.org/sf/1703592  opened by  Matthias Klose

ctypes: problem with large integers  (2007-04-19)
   http://python.org/sf/1703952  reopened by  belopolsky

ctypes: problem with large integers  (2007-04-19)
   http://python.org/sf/1703952  opened by  Alexander Belopolsky

TarFile.addfile() throws a struct.error  (2007-04-20)
CLOSED http://python.org/sf/1704156  opened by  K. C. Wong

must run "make" before "make install"  (2007-04-20)
   http://python.org/sf/1704287  opened by  Joseph VanAndel

Exception message when using subprocess.POpen  (2007-04-21)
CLOSED http://python.org/sf/1704790  opened by  Sam Ruby

incorrect return value of unicodedata.lookup() - beoynd BMP  (2007-04-21)
   http://python.org/sf/1704793  opened by  vbr

contextmanager eats StopIteration  (2007-04-22)
   http://python.org/sf/1705170  opened by  Adam Olsen

cannot change cursor color in IDLE   (2007-04-22)
   http://python.org/sf/1705362  opened by  zorkin

'nonlocal x' at top level crashes interpreter  (2007-04-22)
CLOSED http://python.org/sf/1705365  opened by  John Reese

Select() failure (race condition)  (2007-04-22)
   http://python.org/sf/1705393  opened by  Ron Garret

Error in sys.argv documenation  (2007-04-23)
CLOSED http://python.org/sf/1705717  opened by  Kamil Kisiel

pydoc.py has typo.  (2007-04-23)
CLOSED http://python.org/sf/1705997  opened by  charlesmchen

SWIG options not being followed in all cases  (2007-04-24)
CLOSED http://python.org/sf/1706381  opened by  Morten Lied Johansen

socket.error exceptions not subclass of StandardError  (2007-04-24)
   http://python.org/sf/1706815  opened by  John Nagle

tarfile fails in 2.5.1 (NoneType has no ...)  (2007-04-24)
CLOSED http://python.org/sf/1706850  opened by  Thomas Leonard

Failed to build Python 2.5.1 with sqlite3  (2007-04-24)
   http://python.org/sf/1706863  opened by  Vitaliy Yermolenko

lost global variables in m

[Python-Dev] Weekly Python Patch/Bug Summary

2007-05-05 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  360 open ( +4) /  3760 closed ( +4) /  4120 total ( +8)
Bugs:  971 open ( +3) /  6683 closed (+10) /  7654 total (+13)
RFE :  257 open ( +3) /   282 closed ( +0) /   539 total ( +3)

New / Reopened Patches
__

test_1686475 of test_os & pagefile.sys   (2007-04-28)
   http://python.org/sf/1709112  opened by  A.B., Khalid

run test_1565150(test_os.py) only on NTFS  (2007-04-29)
   http://python.org/sf/1709599  opened by  Hirokazu Yamamoto

Update locale.__all__  (2007-04-30)
CLOSED http://python.org/sf/1710352  opened by  Humberto Diógenes

PEP 318 -- add resolution and XRef  (2007-05-01)
CLOSED http://python.org/sf/1710853  opened by  Jim Jewett

PEP 3132: extended unpacking  (2007-05-02)
   http://python.org/sf/1711529  opened by  Georg Brandl

syslog syscall support for SysLogLogger  (2007-05-02)
   http://python.org/sf/1711603  opened by  Luke-Jr

fix for bug 1712742  (2007-05-04)
   http://python.org/sf/1713041  opened by  Raghuram Devarakonda

Fix warnings related to PyLong_FromVoidPtr  (2007-05-05)
   http://python.org/sf/1713234  opened by  Hirokazu Yamamoto

Patches Closed
__

Picky floats  (2006-04-28)
   http://python.org/sf/1478364  closed by  loewis

Update locale.__all__  (2007-05-01)
   http://python.org/sf/1710352  closed by  gbrandl

Use MoveFileEx() to implement os.rename() on windows  (2007-04-20)
   http://python.org/sf/1704547  closed by  loewis

PEP 318 -- add resolution and XRef  (2007-05-01)
   http://python.org/sf/1710853  closed by  gbrandl

New / Reopened Bugs
___

test_1686475 fails when pagefile.sys does not exist  (2007-04-28)
CLOSED http://python.org/sf/1709282  opened by  Calvin Spealman

test_1686475 fails because pagefile.sys does not exist  (2007-04-28)
   http://python.org/sf/1709284  opened by  Calvin Spealman

struct.calcsize() incorrect  (2007-04-29)
CLOSED http://python.org/sf/1709506  opened by  JoelBondurant

Tutorial - Section 8.3 -   (2007-04-30)
CLOSED http://python.org/sf/1710295  opened by  elrond79

zipfile.ZipFile behavior inconsistent.  (2007-05-01)
   http://python.org/sf/1710703  opened by  Mark Flacy

Ctrl+Shift block marking by words  (2007-05-01)
   http://python.org/sf/1710718  opened by  zorkin

subprocess must escape redirection characters under win32  (2007-05-01)
CLOSED http://python.org/sf/1710802  opened by  Patrick Mézard

CGIHttpServer leaves traces of previous requests in env  (2007-05-03)
   http://python.org/sf/1711605  opened by  Steve Cassidy

CGIHttpServer fails if python exe has spaces  (2007-05-03)
   http://python.org/sf/1711608  opened by  Steve Cassidy

SequenceMatcher bug with insert/delete block after "replace"  (2007-05-03)
   http://python.org/sf/1711800  opened by  Christian Hammond

__getslice__ changes integer arguments  (2007-05-03)
   http://python.org/sf/1712236  opened by  Imri Goldberg

Cannot use dict with unicode keys as keyword arguments  (2007-05-04)
   http://python.org/sf/1712419  opened by  Viktor Ferenczi

urllib.quote throws exception on Unicode URL  (2007-05-04)
   http://python.org/sf/1712522  opened by  John Nagle

pprint handles depth argument incorrectly  (2007-05-04)
   http://python.org/sf/1712742  opened by  Dmitrii Tisnek

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

Error inside logging module's documentation  (2007-05-05)
CLOSED http://python.org/sf/1713535  opened by  billiejoex

Bugs Closed
___

TimedRotatingFileHandler's doRollover opens file in "w" mode  (2007-04-27)
   http://python.org/sf/1708538  closed by  vsajip

test_1686475 fails when pagefile.sys does not exist  (2007-04-28)
   http://python.org/sf/1709282  deleted by  ironfroggy

struct.calcsize() incorrect  (2007-04-29)
   http://python.org/sf/1709506  closed by  loewis

Tutorial - Section 8.3 -   (2007-04-30)
   http://python.org/sf/1710295  closed by  gbrandl

Portability issue: os.rename behaves differently on win32  (2007-04-03)
   http://python.org/sf/1693753  closed by  loewis

subprocess must escape redirection characters under win32  (2007-05-01)
   http://python.org/sf/1710802  closed by  astrand

Bypassing __dict__ readonlyness  (2005-09-24)
   http://python.org/sf/1303614  closed by  arigo

subclassing ModuleType and another built-in type  (2005-04-01)
   http://python.org/sf/1174712  closed by  arigo

Error inside logging module documentation  (2007-05-05)
   http://python.org/sf/1713535  closed by  gbrandl

New / Reopened RFE
__

commands module  (2007-05-05)
   http://python.org/sf/1713624  opened by  Joseph Armbruster

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.o

[Python-Dev] Weekly Python Patch/Bug Summary

2007-05-13 Thread Kurt B. Kaiser
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

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2007-05-22 Thread Kurt B. Kaiser
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/175  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_Ensure 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.handlers.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.FeedParser.BufferedSubFile 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.urlunparse 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 Br

[Python-Dev] Weekly Python Patch/Bug Summary

2007-06-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  385 open (+21) /  3790 closed (+21) /  4175 total (+42)
Bugs: 1029 open (+43) /  6744 closed (+43) /  7773 total (+86)
RFE :  262 open ( +4) /   291 closed ( +4) /   553 total ( +8)

New / Reopened Patches
__

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

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

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

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

dict size changes during iter  (2007-05-24)
   http://python.org/sf/1724999  opened by  Ali Gholami Rudi

Line ending bug SimpleXMLRPCServer  (2007-05-24)
   http://python.org/sf/1725295  opened by  bgrubbs

IDLE - cursor color configuration bug  (2007-05-25)
   http://python.org/sf/1725576  opened by  Tal Einat

Distutils default exclude doesn't match top level .svn  (2007-05-25)
   http://python.org/sf/1725737  opened by  Petteri Räty

ftplib.py: IndexError in voidresp occasionally  (2007-05-26)
   http://python.org/sf/1726172  opened by  kxroberto

Patch to vs 2005 build  (2007-05-26)
   http://python.org/sf/1726195  opened by  Joseph Armbruster

Windows Build Warnings  (2007-05-26)
   http://python.org/sf/1726196  opened by  Joseph Armbruster

Line iteration readability  (2007-05-26)
   http://python.org/sf/1726198  opened by  Joseph Armbruster

SimpleHTTPServer extensions_map  (2007-05-26)
   http://python.org/sf/1726208  opened by  Joseph Armbruster

ftplib and ProFTPD NLST 226 without 1xx response  (2007-05-27)
   http://python.org/sf/1726451  opened by  Kenneth Loafman

First steps towards new super (PEP 367)  (2007-05-28)
CLOSED http://python.org/sf/1727209  opened by  Guido van Rossum

move intern to sys, make intern() optionally warn  (2007-05-31)
   http://python.org/sf/1728741  opened by  Anthony Baxter

IDLE - configDialog layout cleanup  (2007-06-03)
   http://python.org/sf/1730217  opened by  Tal Einat

telnetlib: A callback for monitoring the telnet session  (2007-06-04)
   http://python.org/sf/1730959  opened by  Samuel Abels

BufReader, TextReader for PEP 3116 "New I/O"  (2007-06-04)
   http://python.org/sf/1731036  opened by  Ilguiz Latypov

Pruning threading.py from asserts  (2007-06-05)
CLOSED http://python.org/sf/1731049  opened by  Björn Lindqvist

Expect skips by platform  (2007-06-04)
   http://python.org/sf/1731169  opened by  Matt Kraai

Missing Py_DECREF in pysqlite_cache_display  (2007-06-05)
CLOSED http://python.org/sf/1731330  opened by  Tim Delaney

Improve doc for time.strptime  (2007-06-05)
   http://python.org/sf/1731659  opened by  Björn Lindqvist

urllib.urlretrieve/URLopener.retrieve - 'buff' argument  (2007-06-05)
   http://python.org/sf/1731720  opened by  Dariusz Suchojad

Document the constants in the socket module  (2007-06-06)
   http://python.org/sf/1732367  opened by  Björn Lindqvist

Allow T_LONGLONG to accepts ints  (2007-06-09)
CLOSED http://python.org/sf/1733960  opened by  Roger Upole

_lsprof.c:ptrace_enter_call assumes PyErr_* is clean  (2007-06-09)
   http://python.org/sf/1733973  opened by  Eyal Lotem

PY_LLONG_MAX and so on  (2007-06-09)
CLOSED http://python.org/sf/1734014  opened by  Hirokazu Yamamoto

Fast path for unicodedata.normalize()  (2007-06-10)
   http://python.org/sf/1734234  opened by  Rauli Ruohonen

patch for bug 1170311 "zipfile UnicodeDecodeError"  (2007-06-10)
   http://python.org/sf/1734346  opened by  Alexey Borzenkov

platform.py patch to support turbolinux  (2007-06-11)
CLOSED http://python.org/sf/1734945  opened by  Yayati_Turbolinux

Fix selectmodule.c compilation on GNU/Hurd  (2007-06-11)
   http://python.org/sf/1735030  opened by  Michael Banck

Kill StandardError  (2007-06-12)
CLOSED http://python.org/sf/1735485  opened by  Collin Winter

asyncore should handle also ECONNABORTED in recv  (2007-06-12)
   http://python.org/sf/1736101  opened by  billiejoex

asyncore/asynchat patches  (2007-06-12)
   http://python.org/sf/1736190  opened by  Josiah Carlson

EasyDialogs patch to remove aepack dependency  (2007-06-15)
   http://python.org/sf/1737832  opened by  has

help() can't find right source file  (2007-06-15)
   http://python.org/sf/1738179  opened by  Greg Couch

Add a -z interpreter flag to execute a zip file  (2007-06-19)
   http://python.org/sf/1739468  opened by  andy-chu

zipfile.testzip() using progressive file reads  (2007-06-19)
   http://python.org/sf/1739648  opened by  Grzegorz Adam Hankiewicz

Patch inspect.py for IronPython / Jython Compatibility  (2007-06-19)
   http://python.org/sf/1739696  opened by  Mike Foord

Accelerate attr dict lookups  (2007-06-19)
   http:

[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-09 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  392 open ( +7) /  3792 closed ( +2) /  4184 total ( +9)
Bugs: 1042 open (+13) /  6757 closed (+13) /  7799 total (+26)
RFE :  263 open ( +1) /   292 closed ( +1) /   555 total ( +2)

New / Reopened Patches
__

"%d" format handling for long values  (2007-06-25)
   http://python.org/sf/1742669  opened by  Gabriel Genellina

Read Write lock  (2007-06-27)
   http://python.org/sf/1744382  opened by  Yaakov Nemoy

Improve exception pickling support  (2007-06-27)
   http://python.org/sf/1744398  opened by  Eric Huss

Patch for feat. 713877 Expose callbackAPI in readline module  (2007-06-27)
   http://python.org/sf/1744456  opened by  strank

IPv6 Interface naming/indexing functions  (2007-07-02)
   http://python.org/sf/1746656  opened by  Michael Meier

Limiting data copy in xmlrpclib  (2007-07-04)
   http://python.org/sf/1747670  opened by  Gael Le Mignot

Extra optional argument to os.path.expandvars  (2007-07-06)
   http://python.org/sf/1748960  opened by  Geoffrey Bache

New byte packing format for the struct module  (2007-07-07)
   http://python.org/sf/1749662  opened by  Robert Zeh

itertools.getitem()  (2007-07-08)
   http://python.org/sf/1749857  opened by  Walter Dörwald

Patches Closed
__

Fix for duplicate "preferences" menu-OS X  (2007-04-03)
   http://python.org/sf/1693258  closed by  ronaldoussoren

Mac OS X: libtool  (2007-03-03)
   http://python.org/sf/1673122  closed by  ronaldoussoren

New / Reopened Bugs
___

Incorrect docs for optparse OptionParser add_help_option  (2007-06-23)
   http://python.org/sf/1742164  opened by  Forest Wilkinson

ZipFile.writestr writes incorrect extended local headers  (2007-06-23)
   http://python.org/sf/1742205  opened by  alexis

Documentation for BaseHTTPServer.HTTPServer  (2007-06-25)
   http://python.org/sf/1742837  opened by  Brandon Mintern

Pickling of exceptions broken  (2007-06-25)
   http://python.org/sf/1742889  opened by  Jim Fulton

shlex handles  'None' poorly  (2007-06-25)
CLOSED http://python.org/sf/1742901  opened by  Seth Vidal

can't run single lamba funcs as unittest  (2007-06-25)
   http://python.org/sf/1742940  opened by  timmeh

conditional expressions vs. () and * in call arguments.  (2007-06-26)
CLOSED http://python.org/sf/1743665  opened by  Mike Meyer

Some incorrect national characters (Polish) in unicodedata  (2007-06-26)
CLOSED http://python.org/sf/1743795  opened by  admindomeny

Examples dropped from PDF version of docs  (2007-06-26)
   http://python.org/sf/1743846  opened by  Terry Carroll

cvs.get_dialect() return a class object   (2007-06-28)
   http://python.org/sf/1744580  opened by  Christian Kristukat

Newline skipped in "for line in file"  (2007-06-28)
   http://python.org/sf/1744752  opened by  Rune Devik

DoS smtpd vulnerability  (2007-06-28)
   http://python.org/sf/1745035  opened by  billiejoex

2.5.1 curses panel segfault in new_panel on aix 5.3  (2007-06-29)
   http://python.org/sf/1745108  opened by  Mattias Wadenstein

pdtri gives wrong results  (2007-06-29)
CLOSED http://python.org/sf/1745178  opened by  Nikke Knatterton

Filename providing cross platform capability  (2007-06-29)
CLOSED http://python.org/sf/1745533  reopened by  loewis

Filename providing cross platform capability  (2007-06-29)
CLOSED http://python.org/sf/1745533  opened by  Damian

Bad attributes/data handling in SGMLib  (2007-06-30)
   http://python.org/sf/1745761  opened by  Alvaro Lopez

class mutex doesn't do anything atomically  (2007-07-01)
   http://python.org/sf/1746071  opened by  David Benbennick

long.__str__ is quadratic time  (2007-07-01)
   http://python.org/sf/1746088  opened by  David Benbennick

AMD64 installer does not place python25.dll in system dir  (2007-07-02)
   http://python.org/sf/1746880  opened by  Roger Upole

chown broken on 64bit  (2007-07-04)
   http://python.org/sf/1747858  opened by  Neal D. Becker

Module-level stack scopes have incorrect bindings.  (2007-07-04)
   http://python.org/sf/1748015  opened by  Nefarious CodeMonkey, Jr.

inspect.getargspec fails on built-in or slot wrapper methods  (2007-07-04)
   http://python.org/sf/1748064  opened by  Michael A. Hawker

str.join() intercepts UnicodeDecodeError raised by iterator  (2007-07-05)
CLOSED http://python.org/sf/1748292  opened by  Christoph Zwerschke

imaplib cannot handle mailboxes with ACL: lrs  (2007-07-07)
   http://python.org/sf/1749512  opened by  Florian Friesdorf

PLATFORM macro in PC/pyconfig.h already defined by Apache  (2007-07-07)
   http://python.org/sf/1749567  opened by  Adal Chiriliuc

expanduser("~") on Windows looks for HOME first  (2007-07-07)
   http://python.org/sf/1749583  opened by  Edward Diener

os.getlogin should use the DISPLAY and not the tty  (2007-07-08)
   http://python.org/sf/1750013  opened by  

[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-17 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  394 open ( +2) /  3827 closed (+35) /  4221 total (+37)
Bugs: 1046 open ( +4) /  6773 closed (+16) /  7819 total (+20)
RFE :  262 open ( -1) /   293 closed ( +1) /   555 total ( +0)

New / Reopened Patches
__

make build_opener raise exception when not passed a handler  (2007-07-10)
CLOSED http://python.org/sf/1750931  opened by  Robert Renaud

struni: fix for test_cmd_line  (2007-07-10)
CLOSED http://python.org/sf/1751493  opened by  Christian Heimes

struni: Replace assert_(==) with failUnlessEqual  (2007-07-11)
CLOSED http://python.org/sf/1751515  opened by  Christian Heimes

curses - new window methods: addchstr and addchnstr  (2007-07-11)
   http://python.org/sf/1751519  opened by  Wojciech Mula

Dict comprehensions  (2007-07-11)
CLOSED http://python.org/sf/1751800  opened by  Thomas Wouters

Patch for Windows build  (2007-07-11)
CLOSED http://python.org/sf/1751801  opened by  Thomas Heller

struni: gettext fixes  (2007-07-11)
CLOSED http://python.org/sf/1751958  opened by  Christian Heimes

Typo in Lib/lib-tk/ScrolledText.py  (2007-07-11)
CLOSED http://python.org/sf/1751965  opened by  Ali Gholami Rudi

opcode.h incorrectly describes arg of SETUP_*  (2007-07-11)
CLOSED http://python.org/sf/1752132  opened by  Christopher Tur Lesniewski-Laas

Use the bytes type in asynchat  (2007-07-11)
CLOSED http://python.org/sf/1752173  opened by  Alexandre Vassalotti

fixing 2.5.1 build with unicode and dynamic loading disabled  (2007-07-11)
   http://python.org/sf/1752175  opened by  Alexander Neundorf

PyHeapTypeObject fix  (2007-07-11)
   http://python.org/sf/1752184  opened by  Thomas Heller

struni: for for poll, pep263, bigmem and a bit pickletool   (2007-07-11)
CLOSED http://python.org/sf/1752195  opened by  Christian Heimes

struni: _fileio fixes for Windows  (2007-07-11)
CLOSED http://python.org/sf/1752225  opened by  Amaury Forgeot d'Arc

Use the Unicode API in dlmodule.c  (2007-07-11)
CLOSED http://python.org/sf/1752229  opened by  Alexandre Vassalotti

urllib2 1750931 alternative patch  (2007-07-12)
CLOSED http://python.org/sf/1752270  opened by  John J Lee

reference leak in _PyUnicode_AsDefaultEncodedString  (2007-07-12)
CLOSED http://python.org/sf/1752317  opened by  Amaury Forgeot d'Arc

getaddrinfo no longer used in httplib  (2007-07-12)
   http://python.org/sf/1752332  opened by  John J Lee

fix failing unit tests in mmap in struni branch  (2007-07-12)
CLOSED http://python.org/sf/1752647  opened by  Joe Gregorio

chown() does not handle UID > INT_MAX  (2007-07-12)
   http://python.org/sf/1752703  opened by  Andrew Ferguson

Add RegEnableReflectionKey and RegDisableReflectionKey  (2007-07-13)
   http://python.org/sf/1753245  opened by  Mark Hammond

Lib/regrtest.py -x 'test_xxx' does not work  (2007-07-13)
CLOSED http://python.org/sf/1753310  opened by  Thomas Heller

test_urllib2.test_fie passes  (2007-07-13)
CLOSED http://python.org/sf/1753889  opened by  Hasan Diwan

Tighter co_stacksize computation in stackdepth_walk  (2007-07-14)
   http://python.org/sf/1754094  opened by  Christopher Tur Lesniewski-Laas

Deprecation warning for `backticks`  (2007-07-15)
   http://python.org/sf/1754271  opened by  Tom Lee

Deprecation warning for <> (NOTEQUAL)  (2007-07-15)
   http://python.org/sf/1754273  opened by  Tom Lee

struni: Bytes support for TextIOWrapper.write()   (2007-07-15)
CLOSED http://python.org/sf/1754339  opened by  Christian Heimes

linecache package handling  (2007-07-15)
   http://python.org/sf/1754483  opened by  Kevin Goodsell

struni: Various patches for windows  (2007-07-16)
CLOSED http://python.org/sf/1754484  opened by  Amaury Forgeot d'Arc

Non-portable address length calculation for AF_UNIX sockets  (2007-07-16)
   http://python.org/sf/1754489  opened by  Vlado Handziski

urllib2 tests pass  (2007-07-16)
   http://python.org/sf/1755133  opened by  Hasan Diwan

struni: corrections for test_cProfile  (2007-07-17)
CLOSED http://python.org/sf/1755176  opened by  Amaury Forgeot d'Arc

struni: corrections in ftplib  (2007-07-17)
CLOSED http://python.org/sf/1755206  opened by  Amaury Forgeot d'Arc

struni: correction for sockets on win32  (2007-07-17)
CLOSED http://python.org/sf/1755214  opened by  Amaury Forgeot d'Arc

struni: correction for _winreg module  (2007-07-17)
CLOSED http://python.org/sf/1755229  opened by  Amaury Forgeot d'Arc

Patch for [ 735515 ] urllib2 should cache 301 redir  (2007-07-18)
   http://python.org/sf/1755841  opened by  O.R.Senthil Kumaran

Show Location of Unicode Escape Errors  (2007-07-18)
   http://python.org/sf/1755885  opened by  Kurt B. Kaiser

Patches Closed
__

make build_opener raise exception when not passed a handler  (2007-07-10)
   http://python.org/sf/1750931  closed by  gbrandl

struni: fix for test_cmd_line  (2007-07-10)
   http:

[Python-Dev] Weekly Python Patch/Bug Summary

2007-07-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  399 open ( +5) /  3836 closed ( +9) /  4235 total (+14)
Bugs: 1056 open (+10) /  6776 closed ( +3) /  7832 total (+13)
RFE :  263 open ( +1) /   294 closed ( +1) /   557 total ( +2)

New / Reopened Patches
__

utilize 2.5 try/except/finally in contextlib  (2007-07-19)
   http://python.org/sf/1757118  opened by  Philip Jenvey

Fix ptcp154 encoding cyrillic_asian alias  (2007-07-19)
   http://python.org/sf/1757126  opened by  Philip Jenvey

Add support for seeking/writing beyond EOF to io.BytesIO  (2007-07-20)
CLOSED http://python.org/sf/1757683  opened by  Alexandre Vassalotti

struni: make test_ucn pass  (2007-07-20)
CLOSED http://python.org/sf/1757758  opened by  Alexandre Vassalotti

struni: fix str/bytes errors for test_oldmailbox  (2007-07-20)
CLOSED http://python.org/sf/1757774  opened by  Alexandre Vassalotti

setuptools support for bazaar vcs  (2007-07-20)
CLOSED http://python.org/sf/1757782  opened by  Barry A. Warsaw

struni: make test_mailbox and test_old_mailbox pass  (2007-07-20)
CLOSED http://python.org/sf/1757839  opened by  Alexandre Vassalotti

struni: Fix test_macostools  (2007-07-22)
CLOSED http://python.org/sf/1758570  opened by  Jeffrey Yasskin

pyexpat unit tests - str/uni branch  (2007-07-23)
CLOSED http://python.org/sf/1759016  opened by  Joe Gregorio

clean up Solaris port and allow C99 extension modules  (2007-07-23)
   http://python.org/sf/1759169  opened by  Zooko O'Whielacronx

struni pulldom: Don't use 'types' to check strings  (2007-07-24)
   http://python.org/sf/1759922  opened by  Alexandre Vassalotti

Cross Compiling Python  (2007-07-25)
   http://python.org/sf/1760089  opened by  Yegnesh

ZipFile.write fails with bad modification time  (2007-07-25)
   http://python.org/sf/1760357  opened by  Grzegorz Adam Hankiewicz

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
   http://python.org/sf/1761465  opened by  Jeffrey Yasskin

Patches Closed
__

Show Location of Unicode Escape Errors  (2007-07-18)
   http://python.org/sf/1755885  closed by  gvanrossum

Add support for seeking/writing beyond EOF to io.BytesIO  (2007-07-20)
   http://python.org/sf/1757683  closed by  gvanrossum

struni: make test_ucn pass  (2007-07-20)
   http://python.org/sf/1757758  closed by  gvanrossum

struni: fix str/bytes errors for test_oldmailbox  (2007-07-20)
   http://python.org/sf/1757774  closed by  avassalotti

setuptools support for bazaar vcs  (2007-07-20)
   http://python.org/sf/1757782  closed by  pje

struni: make test_mailbox and test_old_mailbox pass  (2007-07-20)
   http://python.org/sf/1757839  closed by  gvanrossum

PEP 3123 implementation  (2007-05-13)
   http://python.org/sf/1718153  closed by  loewis

struni: Fix test_macostools  (2007-07-22)
   http://python.org/sf/1758570  closed by  gvanrossum

pyexpat unit tests - str/uni branch  (2007-07-23)
   http://python.org/sf/1759016  closed by  gvanrossum

New / Reopened Bugs
___

Python 2.5.1 fails to build on AIX  (2007-07-18)
   http://python.org/sf/1756343  opened by  Tom Epperly

reference count discrepancy, PyErr_Print vs. PyErr_Clear  (2007-07-18)
   http://python.org/sf/1756389  opened by  Jon Klein

IDLE + BeautifulSoup = Error  (2007-07-19)
   http://python.org/sf/1757057  opened by  Tal Einat

Pickle fails on BeautifulSoup's navigableString instances  (2007-07-19)
   http://python.org/sf/1757062  opened by  Tal Einat

Zipfile robustness  (2007-07-19)
   http://python.org/sf/1757072  opened by  Chris Mellon

Crash in PyObject_Malloc  (2007-07-21)
   http://python.org/sf/1758146  opened by  Tim Bishop

Documentation of descriptors needs more detail  (2007-07-22)
   http://python.org/sf/1758696  opened by  L. Peter Deutsch

unicode(None,charset) raise TypeError  (2007-07-23)
   http://python.org/sf/1758804  opened by  Guillaume

subprocess.call fails with unicode strings in command line  (2007-07-24)
   http://python.org/sf/1759845  opened by  Matt

poll() on cygwin sometimes fails [PATCH]  (2007-07-24)
   http://python.org/sf/1759997  opened by  Brian Warner

No docs for list comparison  (2007-07-25)
   http://python.org/sf/1760423  opened by  Kent Johnson

logging.FileHandler may throw exception in flush()  (2007-07-25)
   http://python.org/sf/1760556  opened by  J Livingston

pickle - cannot unpickle circular deps with custom __hash__  (2007-07-26)
   http://python.org/sf/1761028  opened by  Martin Süßkraut

Bugs Closed
___

struni: help() is broken  (2007-07-11)
   http://python.org/sf/1751932  closed by  kbk

Docstring for codecs.lookup is incorrect  (2007-07-15)
   http://python.org/sf/1754453  closed by  doerwalter

New / Reopened RFE
__

splice() function for itertools  (2007-07-20)
CLOSED http://python.org/sf/1757395  opened by  Alexander Dutton

Allow 

[Python-Dev] Weekly Python Patch/Bug Summary

2007-08-03 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  404 open ( +5) /  3847 closed (+11) /  4251 total (+16)
Bugs: 1059 open ( +3) /  6784 closed ( +8) /  7843 total (+11)
RFE :  263 open ( +0) /   295 closed ( +1) /   558 total ( +1)

New / Reopened Patches
__

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
CLOSED http://python.org/sf/1761465  reopened by  gvanrossum

distutils.util.get_platform() return value on 64bit Windows  (2007-07-27)
   http://python.org/sf/1761786  opened by  Mark Hammond

Some fix abount _WIN32_WINNT  (2007-07-27)
CLOSED http://python.org/sf/1761803  opened by  Hirokazu Yamamoto

struni: test_xml_etree.py  (2007-07-27)
CLOSED http://python.org/sf/1762412  opened by  Joe Gregorio

unable to serialize Infinity or NaN on ARM using marshal  (2007-07-28)
   http://python.org/sf/1762561  opened by  Matthias Klose

struni: test_urllib2, test_cookielib  (2007-07-29)
CLOSED http://python.org/sf/1762940  opened by  Joe Gregorio

socket close fixed  (2007-07-29)
CLOSED http://python.org/sf/1763387  opened by  Hasan Diwan

tiny addition to peephole optimizer  (2007-07-31)
   http://python.org/sf/1764087  opened by  Paul Pogonyshev

Fix for test_socketserver for Py3k  (2007-07-31)
CLOSED http://python.org/sf/1764815  opened by  ??PC??

generic and more efficient removal of unreachable code  (2007-08-01)
   http://python.org/sf/1764986  opened by  Paul Pogonyshev

logging: delay_fh option and configuration kwargs  (2007-08-01)
   http://python.org/sf/1765140  opened by  Chris Leary

small improvement for peephole conditional jump optimizer  (2007-08-01)
   http://python.org/sf/1765558  opened by  Paul Pogonyshev

urllib2-howto - correction  (2007-08-02)
   http://python.org/sf/1765839  opened by  O.R.Senthil Kumaran

improve xrange.__contains__  (2007-08-02)
   http://python.org/sf/1766304  opened by  Stargaming

Fix for test_zipimport  (2007-08-03)
CLOSED http://python.org/sf/1766592  opened by  ??PC??

Make xmlrpc use HTTP/1.1 and keepalive  (2007-08-04)
   http://python.org/sf/1767370  opened by  Donovan Baarda

test_csv struni fixes + unicode support in _csv  (2007-08-03)
   http://python.org/sf/1767398  opened by  Adam Hupp

Patches Closed
__

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
   http://python.org/sf/1761465  closed by  gvanrossum

struni: Fix test_aepack by converting 4cc's to bytes  (2007-07-26)
   http://python.org/sf/1761465  closed by  gvanrossum

Some fix abount _WIN32_WINNT  (2007-07-27)
   http://python.org/sf/1761803  closed by  mhammond

struni pulldom: Don't use 'types' to check strings  (2007-07-24)
   http://python.org/sf/1759922  closed by  gvanrossum

struni: test_xml_etree.py  (2007-07-27)
   http://python.org/sf/1762412  closed by  loewis

struni: test_urllib2, test_cookielib  (2007-07-28)
   http://python.org/sf/1762940  closed by  gvanrossum

socket close fixed  (2007-07-30)
   http://python.org/sf/1763387  closed by  facundobatista

itertools.getitem()  (2007-07-08)
   http://python.org/sf/1749857  closed by  rhettinger

Fix for test_socketserver for Py3k  (2007-07-31)
   http://python.org/sf/1764815  closed by  gvanrossum

Fix Decimal.sqrt bugs described in #1725899  (2007-06-22)
   http://python.org/sf/1741308  closed by  facundobatista

Fix for test_zipimport  (2007-08-03)
   http://python.org/sf/1766592  closed by  gvanrossum

urllib2 tests pass  (2007-07-16)
   http://python.org/sf/1755133  closed by  gvanrossum

New / Reopened Bugs
___

'exec' does not accept what 'open' returns  (2007-07-28)
   http://python.org/sf/1762972  opened by  Brett Cannon

S.find documentation uses s[start, end] vs. s[start:end]  (2007-07-29)
CLOSED http://python.org/sf/1763149  opened by  Rob

copy 2  (2007-07-30)
   http://python.org/sf/1764044  opened by  robs pythonid

_RLock.__repr__ throws exception  (2007-07-30)
CLOSED http://python.org/sf/1764059  opened by  Greg Kochanski

The -m switch does not use the builtin __main__ module  (2007-07-31)
   http://python.org/sf/1764407  opened by  Nick Coghlan

Decimal comparison with None fails in Windows  (2007-07-31)
CLOSED http://python.org/sf/1764761  opened by  pablohoffman.com

setup.py trashes LDFLAGS  (2007-08-01)
   http://python.org/sf/1765375  opened by  Harald Koenig

poll() returns "status code", not "return code"  (2007-08-02)
   http://python.org/sf/1766421  opened by  sjbrown

os.chmod failure  (2007-08-03)
   http://python.org/sf/1767242  reopened by  rgheck

os.chmod failure  (2007-08-03)
   http://python.org/sf/1767242  opened by  Richard Heck

String.capwords() does not capitalize first word  (2007-08-03)
   http://python.org/sf/1767363  opened by  Saatvik Agarwal

Bugs Closed
___

No docs for list comparison  (2007-07-25)
   http://python.org/sf/1760423  closed by  gbrandl

SSL-ed soc

[Python-Dev] Weekly Python Patch/Bug Summary

2007-08-10 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  404 open ( +0) /  3855 closed ( +8) /  4259 total ( +8)
Bugs: 1065 open ( +6) /  6790 closed ( +6) /  7855 total (+12)
RFE :  263 open ( +0) /   295 closed ( +0) /   558 total ( +0)

New / Reopened Patches
__

MSVC++8 x86 tkinter build patch for trunk  (2007-08-05)
   http://python.org/sf/1767787  opened by  brotchie

test_asyncore fix  (2007-08-05)
CLOSED http://python.org/sf/1767834  opened by  Hasan Diwan

Fix for failing test_scriptpackages in py3k-struni  (2007-08-07)
CLOSED http://python.org/sf/1768976  opened by  Antti Rasinen

Fix for failing test_plistlib in py3k-struni  (2007-08-07)
CLOSED http://python.org/sf/1769016  opened by  brotchie

struni: test_xml_etree_c  (2007-08-08)
CLOSED http://python.org/sf/1769767  opened by  Joe Gregorio

Remove cStringIO usage  (2007-08-08)
CLOSED http://python.org/sf/1770008  reopened by  tiran

Remove cStringIO usage  (2007-08-08)
CLOSED http://python.org/sf/1770008  opened by  Christian Heimes

ctypes: c_char now uses bytes and not str (unicode)  (2007-08-08)
CLOSED http://python.org/sf/1770355  opened by  STINNER Victor

Misc improvements for the io module  (2007-08-10)
   http://python.org/sf/1771364  opened by  Christian Heimes

Patches Closed
__

test_asyncore fix  (2007-08-05)
   http://python.org/sf/1767834  closed by  gvanrossum

test_csv struni fixes + unicode support in _csv  (2007-08-03)
   http://python.org/sf/1767398  closed by  gvanrossum

urllib2-howto - correction  (2007-08-02)
   http://python.org/sf/1765839  closed by  gbrandl

Fix for failing test_scriptpackages in py3k-struni  (2007-08-06)
   http://python.org/sf/1768976  closed by  nnorwitz

Fix for failing test_plistlib in py3k-struni  (2007-08-07)
   http://python.org/sf/1769016  closed by  gvanrossum

struni: test_xml_etree_c  (2007-08-07)
   http://python.org/sf/1769767  closed by  nnorwitz

Remove cStringIO usage  (2007-08-08)
   http://python.org/sf/1770008  closed by  gvanrossum

Remove cStringIO usage  (2007-08-08)
   http://python.org/sf/1770008  closed by  gvanrossum

ctypes: c_char now uses bytes and not str (unicode)  (2007-08-08)
   http://python.org/sf/1770355  closed by  haypo

New / Reopened Bugs
___

SocketServer.DatagramRequestHandler  (2007-08-04)
   http://python.org/sf/1767511  opened by  Alzheimer

Badly formed XML using etree and utf-16  (2007-08-05)
   http://python.org/sf/1767933  opened by  BugoK

Byte code WITH_CLEANUP missing, MAKE_CLOSURE wrong  (2007-08-05)
   http://python.org/sf/1768121  opened by  L. Peter Deutsch

tutorial  (2007-08-06)
CLOSED http://python.org/sf/1768767  opened by  Michael R Bax

Python - Operation time out problem   (2007-08-06)
   http://python.org/sf/1768858  opened by  MASK

A paragraph about packages should be updated.  (2007-08-07)
CLOSED http://python.org/sf/1769002  opened by  Noam Raphael

decimal.Decimal("trash") produces informationless exception  (2007-08-08)
   http://python.org/sf/1770009  opened by  John Machin

platform.mac_ver() returning incorrect patch version  (2007-08-08)
   http://python.org/sf/1770190  opened by  Gus Tabares

Decimal.__int__ overflows for large values  (2007-08-08)
   http://python.org/sf/1770416  opened by  Jason G

words able to decode but unable to encode in GB18030  (2007-08-09)
   http://python.org/sf/1770551  opened by  Z-flagship

Errors in site.py not reported properly  (2007-08-09)
   http://python.org/sf/1771260  opened by  Adam Olsen

bsddb can't use unicode keys  (2007-08-10)
   http://python.org/sf/1771381  opened by  Erol Aktay

another 'nothing to repeat'  (2007-08-10)
CLOSED http://python.org/sf/1771483  opened by  viciousdog

minor bug in turtle  (2007-08-10)
CLOSED http://python.org/sf/1771558  opened by  Jeremy Sanders

Bugs Closed
___

String.capwords() does not capitalize first word  (2007-08-03)
   http://python.org/sf/1767363  closed by  gbrandl

subprocess.Popen.wait fails sporadically with threads  (2007-07-16)
   http://python.org/sf/1754642  closed by  gbrandl

subprocess raising "No Child Process" OSError  (2007-07-14)
   http://python.org/sf/1753891  closed by  gbrandl

tutorial  (2007-08-06)
   http://python.org/sf/1768767  deleted by  mrbax

A paragraph about packages should be updated.  (2007-08-07)
   http://python.org/sf/1769002  closed by  gbrandl

cStringIO no longer accepts array.array objects  (2007-06-03)
   http://python.org/sf/1730114  closed by  gbrandl

another 'nothing to repeat'  (2007-08-10)
   http://python.org/sf/1771483  deleted by  viciousdog

minor bug in turtle  (2007-08-10)
   http://python.org/sf/1771558  closed by  gbrandl

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/option

[Python-Dev] Weekly Python Patch/Bug Summary

2007-08-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  417 open (+13) /  3855 closed ( +0) /  4272 total (+13)
Bugs: 1069 open ( +4) /  6800 closed (+10) /  7869 total (+14)
RFE :  262 open ( -1) /   296 closed ( +1) /   558 total ( +0)

New / Reopened Patches
__

Replacing char* with const char*  (2007-08-12)
   http://python.org/sf/1772673  opened by  eXt

[python-mode] Properly highlight lambda with no arguments  (2007-08-12)
   http://python.org/sf/1772721  opened by  Michal Kwiatkowski

-q (quiet) option for python interpreter  (2007-08-13)
   http://python.org/sf/1772833  opened by  Marcin Wojdyr

Decimal and long hash, compatibly and efficiently  (2007-08-13)
   http://python.org/sf/1772851  opened by  Mark Dickinson

Remove references to _xmlrpclib from xmlrpclib.py  (2007-08-14)
   http://python.org/sf/1773632  opened by  Alan McIntyre

Unify __builtins__ -> __builtin__  (2007-08-15)
   http://python.org/sf/1774369  opened by  Christian Heimes

Add Checkbutton get() and set(value)  (2007-08-14)
   http://python.org/sf/1774370  opened by  Graham Horler

Make it possible to use SVK to develop Python  (2007-08-14)
   http://python.org/sf/1774414  opened by  Collin Winter

Override flags set by IOBase in io.StringIO  (2007-08-15)
   http://python.org/sf/1774828  opened by  Alexandre Vassalotti

Convert str to bytes in io.BytesIO.__init__  (2007-08-15)
   http://python.org/sf/1774833  opened by  Alexandre Vassalotti

zipfile: Allow reading duplicate filenames  (2007-08-15)
   http://python.org/sf/1775025  opened by  Graham Horler

utt-32 codecs  (2007-08-16)
   http://python.org/sf/1775604  opened by  Walter Dörwald

Minor corrections to smtplib  (2007-08-17)
   http://python.org/sf/1776581  opened by  Alan McIntyre

New / Reopened Bugs
___

urllib2 hangs with some documents.  (2007-08-12)
   http://python.org/sf/1772481  opened by  Creature

dir() on traceback objects returns an empty list  (2007-08-11)
CLOSED http://python.org/sf/1772489  opened by  Collin Winter

exec() doesn't take an open file  (2007-08-12)
CLOSED http://python.org/sf/1772686  opened by  Neal Norwitz

chr(128) in u'only ascii' -> TypeError with misleading msg  (2007-08-13)
   http://python.org/sf/1772788  opened by  Pekka Laukkanen

Using telnetlib fails with unicode strings containing only a  (2007-08-13)
   http://python.org/sf/1772794  opened by  Pekka Laukkanen

Py Lib Ref, 3.6.1 String Methods startswith() typo  (2007-08-13)
CLOSED http://python.org/sf/1772890  opened by  arxaaron

xmlrpclib crash when PyXML installed  (2007-08-13)
   http://python.org/sf/1772916  opened by  lplatypus

Binding  fails  (2007-08-15)
   http://python.org/sf/1774736  opened by  Ali Gholami Rudi

Not exiting when running tests  (2007-08-15)
   http://python.org/sf/1774840  opened by  José Pablo "Pupeno" Fernández

Display CallTips for classes using metaclasses.  (2007-08-16)
   http://python.org/sf/1775388  opened by  Noam Raphael

Buffer overflow when listing deeply nested directory  (2007-08-17)
   http://python.org/sf/1776160  opened by  Björn Lindqvist

glob.glob inconsistent  (2007-08-18)
   http://python.org/sf/1776674  opened by  norbidur

tempfile.TemporaryFile differs between platforms  (2007-08-18)
   http://python.org/sf/1776696  opened by  Kenneth Loafman

memoryview('test') is causing a segfault  (2007-08-19)
   http://python.org/sf/1777057  opened by  Christian Heimes

Bugs Closed
___

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

dir() on traceback objects returns an empty list  (2007-08-11)
   http://python.org/sf/1772489  closed by  collinwinter

words able to decode but unable to encode in GB18030  (2007-08-09)
   http://python.org/sf/1770551  closed by  perky

exec() doesn't take an open file  (2007-08-12)
   http://python.org/sf/1772686  closed by  bcannon

Py Lib Ref, 3.6.1 String Methods startswith() typo  (2007-08-13)
   http://python.org/sf/1772890  closed by  gbrandl

decimal.Decimal("trash") produces informationless exception  (2007-08-08)
   http://python.org/sf/1770009  closed by  facundobatista

mark deprecated modules in indexes  (2003-10-02)
   http://python.org/sf/816725  closed by  gbrandl

Python function/method/constant names as HTML-tag IDs  (2005-07-24)
   http://python.org/sf/1243945  closed by  gbrandl

Collapse distutils docs  (2005-12-07)
   http://python.org/sf/1375258  closed by  gbrandl

some section links (previous, up, next) missing last word  (2006-09-15)
   http://python.org/sf/1559142  closed by  gbrandl

RFE Closed
__

-q (quiet) option for python interpreter  (2007-05-30)
   http://python.org/sf/1728488  closed by  wojdyr

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/m

[Python-Dev] Final SF Python Patch/Bug Summary

2007-08-23 Thread Kurt B. Kaiser
New / Reopened Patches
__

minidom pretty xml output improvement  (2007-08-19)
   http://python.org/sf/1777134  opened by  Teajay

removeTest() method patch for unittest.TestSuite  (2007-08-21)
   http://python.org/sf/1778410  opened by  Mark Edgington

robotparser.py fixes  (2007-08-21)
   http://python.org/sf/1778443  opened by  Indy

Remove redundancies inside class logging.Logger  (2007-08-22)
   http://python.org/sf/1779550  opened by  Carsten Grohmann

Replace AtheOS w/ Syllable  (2007-08-22)
   http://python.org/sf/1779613  opened by  Skip Montanaro

Make python build with gcc-4.2 on OS X 10.4.9  (2007-08-23)
   http://python.org/sf/1779871  opened by  Jeffrey Yasskin

Patches Closed
__

distutils.util.get_platform() return value on 64bit Windows  (2007-07-27)
   http://python.org/sf/1761786  closed by  mhammond

MSVC6/7 issues with bdist_wininst and --target-version  (2004-07-01)
   http://python.org/sf/983164  closed by  mhammond

Override flags set by IOBase in io.StringIO  (2007-08-15)
   http://python.org/sf/1774828  closed by  avassalotti

Convert str to bytes in io.BytesIO.__init__  (2007-08-15)
   http://python.org/sf/1774833  closed by  avassalotti

BufReader, TextReader for PEP 3116 "New I/O"  (2007-06-04)
   http://python.org/sf/1731036  closed by  gvanrossum

utf-32 codecs  (2007-08-16)
   http://python.org/sf/1775604  closed by  gvanrossum

Make it possible to use SVK to develop Python  (2007-08-14)
   http://python.org/sf/1774414  closed by  collinwinter

New / Reopened Bugs
___

memoryview('test') is causing a segfault  (2007-08-19)
CLOSED http://python.org/sf/1777057  reopened by  tiran

Please warn about a subtle trap  (2007-08-19)
CLOSED http://python.org/sf/1777160  opened by  Greg Kochanski

Confusing typography Python Ref 5.9  (2007-08-19)
CLOSED http://python.org/sf/1777168  opened by  Greg Kochanski

IDLE Freezes After Running Scripts  (2007-08-19)
   http://python.org/sf/1777398  opened by  Ross Peoples

Python's strftime dislikes years before 1900  (2007-08-20)
   http://python.org/sf/1777412  opened by  Benno Rice

glob doesn't return unicode with unicode parameter  (2007-08-20)
   http://python.org/sf/1777458  opened by  Grzegorz Adam Hankiewicz

ctypes on Solaris  (2007-08-20)
   http://python.org/sf/1777530  opened by  Aki

rounding inconsisntency using string formatting  (2007-08-20)
CLOSED http://python.org/sf/1778207  opened by  Jim Hurlburt

Segfault.  (2007-08-21)
   http://python.org/sf/1778376  opened by  Maciek Fijalkowski

PyThreadState_SetAsyncExc and the main thread  (2007-08-22)
   http://python.org/sf/1779233  opened by  Rotem

urlparse.urljoin does not obey current uri rfc (rfc 3986)  (2007-08-22)
   http://python.org/sf/1779700  opened by  John Adams

Bugs Closed
___

memoryview('test') is causing a segfault  (2007-08-18)
   http://python.org/sf/1777057  closed by  nnorwitz

memoryview('test') is causing a segfault  (2007-08-18)
   http://python.org/sf/1777057  closed by  nnorwitz

Please warn about a subtle trap  (2007-08-19)
   http://python.org/sf/1777160  closed by  gbrandl

Confusing typography Python Ref 5.9  (2007-08-19)
   http://python.org/sf/1777168  closed by  gbrandl

struni: str() doesn't call __str__() of subclasses of str  (2007-07-11)
   http://python.org/sf/1751598  closed by  tiran

rounding inconsisntency using string formatting  (2007-08-21)
   http://python.org/sf/1778207  closed by  loewis

mapitags.PROP_TAG() doesn't account for new longs  (2004-12-31)
   http://python.org/sf/1093389  closed by  mhammond

Overenthusiastic check in Swap?  (2004-04-01)
   http://python.org/sf/926910  closed by  mhammond

___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Mutable sequence .sort() signature

2008-02-12 Thread Kurt B. Kaiser
"Guido van Rossum" <[EMAIL PROTECTED]> writes:

> Also, pretty prominent, in the what's new in 3.0 doc.

By 'prominent', are you suggesting putting it near the bottom of the
"Common Stumbling Blocks" section, as opposed to the "Other Language
Changes" section?

I can work up a short patch.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Mutable sequence .sort() signature

2008-02-12 Thread Kurt B. Kaiser
Raymond Hettinger <[EMAIL PROTECTED]> writes:

> [Kurt]
>> Looking at the various py3k docs and mail lists, etc. I just can't
>> find the specification and discussion of the signature change 
>> eliminating the comparison function (so far)!
>
> There is a note Misc/NEWS and I believe the 2-to-3 folks are looking
> at a conversion. The Py3.0 docs have the new signature (same as
> the old one but it no longer accepts a cmp function and to prevent
> accidents keyword arguments are required). 

Yes, I see you changed those docs.  But I think we need to give better
notice that this is one of the py3k incompatibilities.

> I'm not sure where else to document it.

I'd say in PEP3100.  Here's a patch:

http://bugs.python.org/issue2092

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-01 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  258 open ( +4) /  2701 closed ( +1) /  2959 total ( +5)
Bugs:  812 open (+28) /  4642 closed (+13) /  5454 total (+41)
RFE :  160 open ( +4) /   136 closed ( +1) /   296 total ( +5)

New / Reopened Patches
__

#1074261 gzip dies on gz files with many appended headers  (2004-11-27)
   http://python.org/sf/1074381  opened by  Mark Eichin

Flush stdout/stderr if closed (fix for bug 1074011)  (2004-11-29)
   http://python.org/sf/1075147  opened by  Ben Hutchings

gcc compiler on Windows  (2004-11-30)
   http://python.org/sf/1075887  opened by  Michiel de Hoon

AUTH PLAIN in smtplib  (2004-11-30)
   http://python.org/sf/1075928  opened by  James Lan

readline does not need termcap  (2004-12-01)
   http://python.org/sf/1076826  opened by  Michal Čihař

Patches Closed
__

bug#1021756: more informative error message  (2004-11-23)
   http://python.org/sf/1071739  closed by  effbot

New / Reopened Bugs
___

Bugs in _csv module - lineterminator  (2004-11-24)
   http://python.org/sf/1072404  opened by  Chris Withers

mkarg undocumented  (2004-11-24)
   http://python.org/sf/1072410  opened by  Gunter Ohrner

email as_string() omits trailing newline  (2004-11-24)
CLOSED http://python.org/sf/1072623  opened by  Tessa Lau

dyld: ./python.exe multiple definitions of symbol _BC  (2004-11-24)
   http://python.org/sf/1072642  opened by  Marius

thisid not intialized in pindent.py script  (2004-11-24)
   http://python.org/sf/1072853  opened by  Niraj Bajpai

^Z doesn't exit interpreter - 2.4c1 & Win2K  (2004-11-26)
   http://python.org/sf/1073736  opened by  Kent Johnson

subprocess.py doc bug in 2.4c1  (2004-11-26)
CLOSED http://python.org/sf/1073790  opened by  Dan Christensen

2 XML parsing errors  (2004-11-26)
CLOSED http://python.org/sf/1073864  opened by  Peer Janssen

write failure ignored in Py_Finalize()  (2004-11-27)
   http://python.org/sf/1074011  opened by  Matthias Klose

current directory in sys.path handles symlinks badly  (2004-11-26)
   http://python.org/sf/1074015  opened by  Eric M. Hopper

xml.dom.minidom produces errors with certain unicode chars  (2004-11-27)
   http://python.org/sf/1074200  opened by  Peer Janssen

gzip dies on gz files with many appended headers  (2004-11-27)
   http://python.org/sf/1074261  opened by  Mark Eichin

input from numeric pad always dropped when numlock off  (2004-11-27)
   http://python.org/sf/1074333  opened by  Rick Graves

FeedParser problem on end boundaries w/o newline  (2004-11-24)
   http://python.org/sf/1072623  reopened by  tlau

Irregular behavior of datetime.__str__()  (2004-11-27)
   http://python.org/sf/1074462  opened by  Wai Yip Tung

Errors and omissions in logging module documentation  (2004-11-28)
   http://python.org/sf/1074693  opened by  Joachim Boomberschloss

Windows 2.4c1 installer default location issues  (2004-11-28)
   http://python.org/sf/1074873  opened by  dmerrill

exceeding obscure weakproxy bug  (2004-11-29)
   http://python.org/sf/1075356  opened by  Michael Hudson

urllib2.HTTPBasicAuthHandler problem with [HOST]:[PORT]  (2004-11-29)
   http://python.org/sf/1075427  opened by  O-Zone

PyGILState_Ensure() deadlocks (ver 2.4c1)  (2004-11-29)
   http://python.org/sf/1075703  opened by  Andi Vajda

Build Bug on Solaris.  (2004-11-30)
CLOSED http://python.org/sf/1075934  opened by  Jeremy Whiting

Memory fault pyexpat.so on SGI  (2004-11-30)
   http://python.org/sf/1075984  opened by  Maik Hertha

Memory fault pyexpat.so on SGI  (2004-11-30)
   http://python.org/sf/1075990  opened by  Maik Hertha

HTMLParser can't handle page with javascript  (2004-11-30)
   http://python.org/sf/1076070  opened by  Jeremy Hylton

distutils.core.setup() with unicode arguments broken  (2004-11-30)
   http://python.org/sf/1076233  opened by  Walter Dörwald

Whats New for 2.4 "SafeTemplate" patch.  (2004-11-30)
CLOSED http://python.org/sf/1076365  opened by  Sean Reifschneider

test_shutil fails on x86-64 // Suse 9.1  (2004-11-30)
   http://python.org/sf/1076467  opened by  Ross G Baker Jr

Another message that croaks email.FeedParser  (2004-11-30)
   http://python.org/sf/1076485  opened by  Skip Montanaro

Sate/Save typo in Mac/scripts/BuildApplication.py  (2004-11-30)
   http://python.org/sf/1076490  opened by  Neil Mayhew

BuildApplication includes many unneeded modules  (2004-11-30)
   http://python.org/sf/1076492  opened by  Neil Mayhew

python24.msi  install error  (2004-12-01)
   http://python.org/sf/1076500  opened by  guan zi jing

shutil.move clobbers read-only files.  (2004-12-01)
   http://python.org/sf/1076515  opened by  Jeremy Fincher

test test_codecs failed  (2004-12-01)
   http://python.org/sf/1076790  opened by  Michal Čihař

test test_re produced unexpected output  (2004-12-01)
   http://python.org/sf

Re: [Python-Dev] SRE bug and notifications

2004-12-03 Thread Kurt B. Kaiser
"A.M. Kuchling" <[EMAIL PROTECTED]> writes:

> Perhaps the summaries should include an "unassigned bugs" list to nag
> us to look at bugs and assign them to the right person.

The bug report is derived from the bug and patch email lists, so that 
information isn't available without scraping it off SF.

However, the SF trackers can be set to query for Unassigned / Open.
It looks like about 2/3 of the open bugs and 3/4 of the open patches
are unassigned.  I often unassign IDLE bugs that I'm not planning to
fix right now, hoping that may encourage someone to step forward by
removing the illusion that something is happening.  Conversely, if I
make progress on an unassigned bug/patch, I'll assign it to myself as
an indication that it's being worked on, avoiding duplication of
effort.

I track IDLE bugs via the IDLE category.  That's very useful, maybe we
need more categories?

-- 
KBK
___
Python-Dev mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-06 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  259 open ( +1) /  2705 closed ( +4) /  2964 total ( +5)
Bugs:  800 open (-12) /  4662 closed (+20) /  5462 total ( +8)
RFE :  160 open ( +0) /   137 closed ( +1) /   297 total ( +1)

New / Reopened Patches
__

add key  (2004-12-01)
CLOSED http://python.org/sf/1077353  opened by  Steven Bethard

Simple webbrowser fix for netscape -remote  (2004-12-02)
   http://python.org/sf/1077979  opened by  Josh Cherry

readline does not need termcap  (2004-12-01)
   http://python.org/sf/1076826  reopened by  nijel

Make cgi.py use logging module  (2004-12-05)
   http://python.org/sf/1079729  opened by  Josh Hoyt

Make cgi.py use email instead of rfc822 or mimetools  (2004-12-05)
   http://python.org/sf/1079734  opened by  Josh Hoyt

list sort is not "in place"  (2004-12-06)
   http://python.org/sf/1080078  reopened by  rhettinger

list sort is not "in place"  (2004-12-06)
CLOSED http://python.org/sf/1080078  opened by  Heikki Orsila

Patches Closed
__

add key  (2004-12-02)
   http://python.org/sf/1077353  closed by  rhettinger

readline does not need termcap  (2004-12-01)
   http://python.org/sf/1076826  closed by  loewis

raise error for common mistake with subprocess  (2004-11-23)
   http://python.org/sf/1071755  closed by  astrand

list sort is not "in place"  (2004-12-06)
   http://python.org/sf/1080078  closed by  rhettinger

list sort is not "in place"  (2004-12-06)
   http://python.org/sf/1080078  closed by  tim_one

AUTH PLAIN in smtplib  (2004-11-30)
   http://python.org/sf/1075928  closed by  jlgijsbers

New / Reopened Bugs
___

problem with make test on OS/X  (2004-12-02)
CLOSED http://python.org/sf/1077302  opened by  Ian Holsman

threads: segfault or Py_FatalError at exit  (2004-11-08)
   http://python.org/sf/1061968  reopened by  mhammond

assert fail to threw exception when run python with '-O'  (2004-12-02)
CLOSED http://python.org/sf/1077862  opened by  tj128

Python2.4: building '_socket' extension fails with `INET_ADD  (2004-12-03)
   http://python.org/sf/1078245  opened by  Michael Ströder

Docs for run() methods are misleading  (2004-12-04)
CLOSED http://python.org/sf/1078905  opened by  Kent Johnson

Email.Header encodes non-ASCII content incorrectly  (2004-12-04)
   http://python.org/sf/1078919  opened by  Tessa Lau

Incorrect error message (somewhat)  (2004-12-04)
   http://python.org/sf/1079011  opened by  Gerrit Holl

datetime changes missing from "Porting from 2.3 to 2.4"  (2004-12-04)
   http://python.org/sf/1079134  opened by  Sadruddin Rejeb

python-2.4.msi install error  (2004-12-05)
   http://python.org/sf/1079545  opened by  maharal

IDLE and old color themes  (2004-12-06)
   http://python.org/sf/1080387  opened by  projecktzero

Bugs Closed
___

threads: segfault or Py_FatalError at exit  (2004-11-07)
   http://python.org/sf/1061968  closed by  arigo

Tutorial corrections  (2004-12-01)
   http://python.org/sf/1076955  closed by  rhettinger

test_shutil fails on x86-64 // Suse 9.1  (2004-12-01)
   http://python.org/sf/1076467  closed by  jlgijsbers

test test_unicodedata failed   (2004-12-01)
   http://python.org/sf/1076795  closed by  lemburg

Problem testing python 2.4  (2004-12-01)
   http://python.org/sf/1077103  closed by  lemburg

re module segfaulting in large regular expression  (2004-11-24)
   http://python.org/sf/1072259  closed by  niemeyer

Memory fault pyexpat.so on SGI  (2004-11-30)
   http://python.org/sf/1075990  closed by  akuchling

assert fail to threw exception when run python with '-O'  (2004-12-02)
   http://python.org/sf/1077862  closed by  tim_one

Errors and omissions in logging module documentation  (2004-11-28)
   http://python.org/sf/1074693  closed by  vsajip

xml.dom.minidom produces errors with certain unicode chars  (2004-11-27)
   http://python.org/sf/1074200  closed by  effbot

test test_re produced unexpected output  (2004-12-01)
   http://python.org/sf/1076791  closed by  nijel

^Z doesn't exit interpreter - 2.4c1 & Win2K  (2004-11-26)
   http://python.org/sf/1073736  closed by  facundobatista

test_macostools failure on OS X  (2004-12-01)
   http://python.org/sf/1077302  closed by  bcannon

PyGILState_Ensure() deadlocks (ver 2.4)  (2004-11-29)
   http://python.org/sf/1075703  closed by  andivajda

calendar.weekheader() undocumented  (2004-05-04)
   http://python.org/sf/947894  closed by  doerwalter

Docs for unittest run() methods are misleading  (2004-12-04)
   http://python.org/sf/1078905  closed by  rhettinger

Another message that croaks email.FeedParser  (2004-11-30)
   http://python.org/sf/1076485  closed by  bwarsaw

Windows msi doesn't install site-packages directory  (2004-11-23)
   http://python.org/sf/1071594  closed by  loewis

win32con missing codes VK_VOLUME_MUTE, VK_BROWSER_BACK,

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-17 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  259 open ( +0) /  2707 closed ( +2) /  2966 total ( +2)
Bugs:  822 open (+22) /  4685 closed (+23) /  5507 total (+45)
RFE :  160 open ( +0) /   139 closed ( +2) /   299 total ( +2)

New / Reopened Patches
__

repair typo  (2004-12-08)
CLOSED http://python.org/sf/1080684  opened by  George Yoshida

Description of message_set and command option to store()  (2004-12-13)
   http://python.org/sf/1084092  opened by  Sean Reifschneider

Patches Closed
__

repair typo  (2004-12-07)
   http://python.org/sf/1080684  closed by  jlgijsbers

fix inspect.getsource breaking with line-continuation & more  (2004-08-19)
   http://python.org/sf/1011890  closed by  jlgijsbers

New / Reopened Bugs
___

Inplace set merge produces wrong results  (2004-12-07)
CLOSED http://python.org/sf/1080424  opened by  Matthias Klose

float issue for NaN type in .pyc file  (2004-12-07)
   http://python.org/sf/1080440  opened by  Dileep Nirala

Python Icon in system Tray  (2004-12-07)
CLOSED http://python.org/sf/1080634  opened by  Dileep Nirala

thread.error: release unlocked lock on Queue put  (2004-12-07)
CLOSED http://python.org/sf/1080660  opened by  John Speno

os.ttyname() accepts wrong arguments  (2004-12-07)
   http://python.org/sf/1080713  opened by  Christian Höltje

full test with all unicode text files  (2004-12-07)
CLOSED http://python.org/sf/1080811  opened by  Grzegorz Makarewicz

locale.py doesn't recognize valid locale setting  (2004-12-07)
CLOSED http://python.org/sf/1080864  opened by  stas Z

readline module doesn't build on MacOSX  (2004-12-07)
   http://python.org/sf/1081045  opened by  Skip Montanaro

Bad reference in whrandom docs  (2004-12-08)
CLOSED http://python.org/sf/1081370  opened by  Lars Marius Garshol

LDAP search segfaults on RedHat FC3  (2004-12-08)
CLOSED http://python.org/sf/1081633  opened by  Tessa Lau

Rewrite of docs for compiler.visitor  (2004-12-09)
   http://python.org/sf/1081824  opened by  Kent Johnson

Pydoc can't find browser (bug+solution!)  (2004-12-08)
   http://python.org/sf/1081879  opened by  Stewart Midwinter

PyString_AsString() segfaults when passed a unicode string  (2004-12-09)
CLOSED http://python.org/sf/1082085  opened by  Andreas Jung

Documentation for PyUnicode_TailMatch incorrrectly says it r  (2004-12-10)
CLOSED http://python.org/sf/1082944  opened by  Jim Fulton

truncated gzip file triggers zlibmodule segfault  (2004-12-10)
   http://python.org/sf/1083110  opened by  Sam Rushing

Change in signal function in the signal module  (2004-12-10)
   http://python.org/sf/1083177  opened by  Gary H. Loechelt

Unable to see Python binary  (2004-12-10)
   http://python.org/sf/1082874  opened by  Prabal Rakshit

UnboundLocalError raised by atexit module  (2004-12-10)
CLOSED http://python.org/sf/1083202  opened by  Gary H. Loechelt

Distutils doesn't pick up all the files it should.  (2004-12-10)
   http://python.org/sf/1083299  opened by  Mike Meyer

font lock keyword regular expressions  (2004-12-09)
   http://python.org/sf/1082487  opened by  Robert Brown

Tests fail instead of skip  (2004-12-12)
   http://python.org/sf/1083645  opened by  Detlef Vollmann

Python 2.4 crashes  (2004-12-12)
   http://python.org/sf/1083793  opened by  Axel Kaiser

functions replaced should point to its docs  (2004-12-12)
   http://python.org/sf/1083895  opened by  Johannes Gijsbers

status of small floats in xml-rpc ?  (2004-12-13)
CLOSED http://python.org/sf/1084279  opened by  Antoine Pitrou

ossaudiodev no longer undocumented  (2004-12-13)
CLOSED http://python.org/sf/1084457  opened by  Gregory H. Ball

sys.stdin segfaults on invalid stdin  (2004-12-13)
   http://python.org/sf/1084766  opened by  Mihai Ibanescu

list initialization bug  (2004-12-14)
CLOSED http://python.org/sf/1084906  opened by  py_py

gethostbyaddr on redhat for multiple hostnames  (2004-12-14)
   http://python.org/sf/1085069  opened by  Dave Kirby

Fix stale link in PEP  (2004-12-14)
CLOSED http://python.org/sf/1085096  opened by  Michael Chermside

Uninstaller unclear about the app it's uninstalling  (2004-12-14)
CLOSED http://python.org/sf/1085168  opened by  Giles Antonio Radford

Uninstaller should restore file associations if possible  (2004-12-14)
   http://python.org/sf/1085172  opened by  Giles Antonio Radford

Installation ends prematurely  (2004-12-14)
   http://python.org/sf/1085208  opened by  anamh0001

binascii.b2a_qp oddities  (2004-12-14)
   http://python.org/sf/1085283  opened by  DSM

Mac Library Modules 1.1.1 Bad Info  (2004-12-14)
   http://python.org/sf/1085300  opened by  Walrus

Make array.array pickle-able  (2004-12-14)
CLOSED http://python.org/sf/1085304  opened by  Nicolas Fleury

Bad interaction between PySequence_Fast and itertools  (2004-12-15)
CLOSED http://python.org/sf/1085744  opened by  Nick Coghlan

subp

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-22 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  257 open ( -2) /  2715 closed ( +8) /  2972 total ( +6)
Bugs:  807 open (-15) /  4717 closed (+32) /  5524 total (+17)
RFE :  163 open ( +3) /   139 closed ( +0) /   302 total ( +3)

New / Reopened Patches
__

sgmllib.SGMLParser does not unescape attribute values; patch  (2004-12-18)
   http://python.org/sf/1087808  opened by  Titus Brown

Patch for bug 1088077  (2004-12-19)
   http://python.org/sf/1088078  opened by  Mike Meyer

msi.py patch to build mingw library  (2004-12-20)
CLOSED http://python.org/sf/1088716  opened by  Paul Moore

acknowledge signals in non-main threads  (2004-12-21)
   http://python.org/sf/1088832  opened by  Andrew Langmead

Patches Closed
__

CGIHTTPServer can't redirect  (2004-10-27)
   http://python.org/sf/1055159  closed by  jhylton

urllib2 HTTP digest authentication fix  (2004-09-30)
   http://python.org/sf/1037974  closed by  jhylton

fix bsddb memory leaks  (2004-06-06)
   http://python.org/sf/967763  closed by  greg

fast dictionary lookup by name  (2002-09-07)
   http://python.org/sf/606098  closed by  rhettinger

add time elapsed to gc debug output  (2003-06-26)
   http://python.org/sf/760990  closed by  rhettinger

Argument passing from /usr/bin/idle2.3 to idle.py  (2003-11-30)
   http://python.org/sf/851459  closed by  jafo

fix bug in StringIO.truncate - length not changed  (2004-05-11)
   http://python.org/sf/951915  closed by  rhettinger

msi.py patch to build mingw library  (2004-12-21)
   http://python.org/sf/1088716  closed by  loewis

New / Reopened Bugs
___

inspect.py module  (2004-12-18)
CLOSED http://python.org/sf/1087551  opened by  sprasanna199

mmap instance method access bug  (2004-12-18)
   http://python.org/sf/1087735  opened by  Josiah Carlson

Mac: make frameworkinstall skips docs, scripts  (2004-12-19)
   http://python.org/sf/1087737  opened by  Jack Jansen

example code not working  (2004-12-19)
CLOSED http://python.org/sf/1087975  opened by  perica

CGIHTTPServer: directories/scripts with spaces in their name  (2004-12-19)
   http://python.org/sf/1088039  opened by  LT

[PATCH] tty needs a way to restore the terminal mode.  (2004-12-19)
   http://python.org/sf/1088077  opened by  Mike Meyer

Comments regarding 'macintosh' behaviour wrong for MacOS X  (2004-12-20)
CLOSED http://python.org/sf/1088119  opened by  James Matthew Farrow

zlib decompressobj documentation typo  (2004-12-20)
CLOSED http://python.org/sf/1088206  opened by  Scott David Daniels

calculation wrong rounding  (2004-12-20)
CLOSED http://python.org/sf/1088563  opened by  Sebastian Rockel

_sre.c references uninitialised memory  (2004-12-21)
CLOSED http://python.org/sf/1088891  opened by  Andrew McNamara

need siginterrupt()  on Linux - impossible to do timeouts  (2004-12-21)
   http://python.org/sf/1089358  opened by  Jason

segfault/assert in tokenizer  (2004-12-21)
   http://python.org/sf/1089395  opened by  Walter Dörwald

Carbon.Res misses GetIndString  (2004-12-21)
   http://python.org/sf/1089399  opened by  Jack Jansen

Carbon.File.FSCatalogInfo.createDate implementation  (2004-12-22)
   http://python.org/sf/1089624  opened by  Ronald Oussoren

_DummyThread() objects not freed from threading._active map  (2004-12-22)
   http://python.org/sf/1089632  opened by  saravanand

Carbon.File.FSCatalogInfo.createDate implementation  (2004-12-22)
CLOSED http://python.org/sf/1089643  opened by  Ronald Oussoren

special methods become static  (2004-11-14)
   http://python.org/sf/1066490  reopened by  kquick

mmap missing offset parameter  (2004-12-22)
   http://python.org/sf/1089974  opened by  James Y Knight

exec scoping problem  (2004-12-22)
   http://python.org/sf/1089978  opened by  Kevin Quick

Defaults in ConfigParser.get overrides section values  (2004-12-22)
   http://python.org/sf/1090076  opened by  Gabriel Genellina

presentation typo in lib: 6.21.4.2 How callbacks are called  (2004-12-22)
   http://python.org/sf/1090139  opened by  Jesse Weinstein

Bugs Closed
___

Tests fail instead of skip  (2004-12-11)
   http://python.org/sf/1083645  closed by  bcannon

readline module doesn't build on MacOSX  (2004-12-07)
   http://python.org/sf/1081045  closed by  bcannon

Python 2.4 crashes  (2004-12-12)
   http://python.org/sf/1083793  closed by  axel_kaiser

inspect.py module  (2004-12-18)
   http://python.org/sf/1087551  closed by  jlgijsbers

Possible error during LINKCC check in Configure.in  (2004-06-25)
   http://python.org/sf/980127  closed by  bcannon

example code not working  (2004-12-19)
   http://python.org/sf/1087975  closed by  rhettinger

Shared object modules in Windows have no __file__.  (2003-10-05)
   http://python.org/sf/818315  closed by  loewis

Easier-to-create alternative Python installer for Windows  (2003-08-22)

[Python-Dev] Weekly Python Patch/Bug Summary

2004-12-31 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  261 open ( +4) /  2718 closed ( +3) /  2979 total ( +7)
Bugs:  801 open ( -6) /  4733 closed (+16) /  5534 total (+10)
RFE :  165 open ( +2) /   139 closed ( +0) /   304 total ( +2)

New / Reopened Patches
__

Patch for bug 999042.  (2004-12-23)
   http://python.org/sf/1090482  opened by  Darek Suchojad

_AEModule.c patch  (2004-12-25)
   http://python.org/sf/1090958  opened by  has

py-compile DESTDIR support to compile in correct paths  (2004-12-27)
CLOSED http://python.org/sf/1091679  opened by  Thomas Vander Stichele

Refactoring Python/import.c  (2004-12-30)
   http://python.org/sf/1093253  opened by  Thomas Heller

socket leak in SocketServer  (2004-12-30)
   http://python.org/sf/1093468  opened by  Shannon -jj Behrens

sanity check for readline remove/replace  (2004-12-30)
   http://python.org/sf/1093585  opened by  DSM

miscellaneous doc typos  (2004-12-31)
CLOSED http://python.org/sf/1093896  opened by  DSM

Patches Closed
__

Avoid calling tp_compare with different types  (2004-07-22)
   http://python.org/sf/995939  closed by  arigo

py-compile DESTDIR support to compile in correct paths  (2004-12-27)
   http://python.org/sf/1091679  closed by  jafo

miscellaneous doc typos  (2004-12-31)
   http://python.org/sf/1093896  closed by  rhettinger

New / Reopened Bugs
___

presentation typo in lib: 6.21.4.2 How callbacks are called  (2004-12-23)
   http://python.org/sf/1090139  reopened by  jlgijsbers

input from numeric pad always dropped when numlock off  (2004-11-27)
   http://python.org/sf/1074333  reopened by  kbk

minor bug in what's new > decorators  (2004-12-26)
CLOSED http://python.org/sf/1091302  opened by  vincent wehren

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

DESTROOTed frameworkinstall fails  (2004-12-26)
CLOSED http://python.org/sf/1091468  opened by  Jack Jansen

No need to fix  (2004-12-27)
CLOSED http://python.org/sf/1091634  opened by  Bertram Scharpf

garbage collector still documented as optional  (2004-12-27)
   http://python.org/sf/1091740  opened by  Gregory H. Ball

IDLE hangs due to subprocess  (2004-12-28)
   http://python.org/sf/1092225  opened by  ZACK

slice [0:] default is len-1 not len  (2004-12-28)
CLOSED http://python.org/sf/1092240  opened by  Robert Phillips

Memory leak in socket.py on Mac OS X 10.3  (2004-12-28)
   http://python.org/sf/1092502  opened by  bacchusrx

os.remove fails on win32 with read-only file  (2004-12-29)
   http://python.org/sf/1092701  opened by  Joshua Weage

Make Generators Pickle-able  (2004-12-29)
   http://python.org/sf/1092962  opened by  Jayson Vantuyl

distutils/tests not installed  (2004-12-30)
   http://python.org/sf/1093173  opened by  Armin Rigo

mapitags.PROP_TAG() doesn't account for new longs  (2004-12-30)
   http://python.org/sf/1093389  opened by  Joe Hildebrand

Bugs Closed
___

presentation typo in lib: 6.21.4.2 How callbacks are called  (2004-12-22)
   http://python.org/sf/1090139  closed by  rhettinger

Memory leaks?  (2004-10-16)
   http://python.org/sf/1048495  closed by  rhettinger

_bsddb segfault  (2004-07-15)
   http://python.org/sf/991754  closed by  dcjim

coercion results used dangerously  (2004-06-26)
   http://python.org/sf/980352  closed by  arigo

exec scoping problem  (2004-12-22)
   http://python.org/sf/1089978  closed by  arigo

_DummyThread() objects not freed from threading._active map  (2004-12-22)
   http://python.org/sf/1089632  closed by  bcannon

Mac Library Modules 1.1.1 Bad Info  (2004-12-14)
   http://python.org/sf/1085300  closed by  bcannon

minor bug in what's new > decorators  (2004-12-26)
   http://python.org/sf/1091302  closed by  montanaro

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

Failed assert in stringobject.c  (2003-05-14)
   http://python.org/sf/737947  closed by  facundobatista

DESTROOTed frameworkinstall fails  (2004-12-26)
   http://python.org/sf/1091468  closed by  jackjansen

nturl2path.url2pathname() mishandles ///  (2002-12-07)
   http://python.org/sf/649961  closed by  mike_j_brown

No need to fix  (2004-12-27)
   http://python.org/sf/1091634  closed by  mwh

2.4a3: unhelpful error message from distutils  (2004-09-03)
   http://python.org/sf/1021756  closed by  effbot

BuildApplication includes many unneeded modules  (2004-12-01)
   http://python.org/sf/1076492  closed by  jackjansen

slice [0:] default is len-1 not len  (2004-12-28)
   http://python.org/sf/1092240  closed by  jlgijsbers

truncated gzip file triggers zlibmodule segfault  (2004-12-10)
   http://python.org/sf/1083110  closed by  akuchling

os.ttyname() accepts wrong arguments  (2004-12-07)
   http://

Re: [Python-Dev] Please help complete the AST branch

2005-01-04 Thread Kurt B. Kaiser
Guido van Rossum <[EMAIL PROTECTED]> writes:

> I'd be fine with keeping this on python-dev too.

Maybe tag the Subject: with [AST] when starting a thread?

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Please help complete the AST branch

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes:

> Does anyone want to volunteer to integrate the current head to the
> branch?  I think that's a pretty important near-term step.

I'll take a shot at it.

I see the following:

2216 changes:

1428 modifications w/o confict
399 adds
360 removes
29 conflicts

Major conflict:
Python/compile.c(Probably not merged during 1st merge)
Lib/test/test_compile.c (ditto)
Lib/test/test_os.py (AST?)
Lib/test/test_re.py (AST?)


Major conflict probably not AST related:
Lib/test/test_bool.py
Lib/test/test_urllib.py
Lib/test/output/test_profile
Python/pythonrun.c (check brackets!)

Other issues: need local -kk to avoid another 80 conflicts due to the priceless
  keyword expansion, have to watch out for binary files like IDLE 
icons.

  ViewCVS is down, slows things up.

I'm going to tag the trunk: mrg_to_ast-branch_05JAN05

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] ast branch pragmatics

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes:

> The existing ast-branch mostly works, but it does not include most of
> the new features of Python 2.4.  There is a substantial integration
> effort, perhaps easy for someone who does a lot of CVS branch merges. 
> (In particular, the head has already been merged to this branch once.)
>
> I think it would be easier to create a new branch from the current
> head, integrate the small number of changed files from ast-branch, and
> work with that branch instead.  The idea is that it's an end-run
> around doing an automatic CVS merge and relying on someone to manually
> merge the changes.
>
> At the same time, since there is a groundswell of support for
> finishing the AST work, I'd like to propose that we stop making
> compiler / bytecode changes until it is done.  Every change to
> compile.c or the bytecode ends up creating a new incompatibilty that
> needs to be merged.
>
> If these two plans sound good, I'll get started on the new branch.

Hm, I saw this after making my previous post.

Well, you can see from that post that it's a bit of work, but not
overwhelming.

You have a better feel for how much change was made on ast-branch and
how complete the previous merge was.  So, you decide: if you want me
to do the merge, I can. But ast-branch-2 sounds OK, also.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Please help complete the AST branch

2005-01-05 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes:

>> 29 conflicts
>
> Oh.  That's not as bad as I expected.

Proceeding

>> Major conflict:
>> Python/compile.c(Probably not merged during 1st merge)
>
> I think that's right.  I didn't merge any of the changes, then.
>
>> Lib/test/test_compile.c (ditto)
>
> Probably.

So maybe it's not necessary to merge these two; just leave them behind? 
That would lighten the load quite a bit.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-07 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes:

> How's the merge going?

Looks like it's done.  I tagged ast-branch when I finished:

merged_from_MAIN_07JAN05

Right now I'm trying to get Python-ast.c to compile.  It wasn't
modified by the merge, so there's some other issue.

> And if I haven't already said thanks, then, thanks for doing it!

You're welcome!  I volunteer to keep ast-branch synch'd, how often
do you want to do it?

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-07 Thread Kurt B. Kaiser
Jeremy Hylton <[EMAIL PROTECTED]> writes:

> ../Python/symtable.c:193: structure has no member named `st_tmpname'
>
> Do you see that?

Yeah, the merge eliminated it from the symtable struct in symtable.h.
You moved it to symtable_entry at rev 2.12 in MAIN :-)

I'll research it.

Apparently my build differs enough so that I'm still stuck in
Python-ast.c (once I had fixed pythonrun.c).

> There is this one ugly corner of Python-ast.c.  There's a routine
> that expects to take a pointer to a node, but instead gets passed an
> int.  The generated code is bogus, and I haven't decided if it needs
> to be worried about.  You need to manually edit the generated code to
> add a cast.

OK, I was looking in that direction.  Problem is with cmpop stuff.
Three hard errors when compiling.

OpenBSD.

[...]

> I don't think we'll need to merge again.  This last merge got all the
> language changes that were made for 2.4.  Since we've agreed to a
> moratorium on more compiler/bytecode changes, we shouldn't need to
> merge from the head again.

Is the plan to merge ast-branch to MAIN?  If so, it's a little tricky
since all the changes to MAIN are on ast-branch.  So just before the
final merge we need to merge MAIN to ast-branch once more and then
merge the diff from HEAD to ast-branch back to MAIN.  Or something
like that.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-07 Thread Kurt B. Kaiser
[EMAIL PROTECTED] (Kurt B. Kaiser) writes:
>  [JH]
>> ../Python/symtable.c:193: structure has no member named `st_tmpname'
>>
>> Do you see that?
>
> Yeah, the merge eliminated it from the symtable struct in symtable.h.
> You moved it to symtable_entry at rev 2.12 in MAIN :-)
>
> I'll research it.

I think it would be more efficient if you tackled it since almost
all the work is in compile.c ==> newcompile.c

The relevant changes are

compile.c 2.286
symtable.h 2.12
symtable.c 2.11

www.python.org/sf/734869

> Apparently my build differs enough so that I'm still stuck in
> Python-ast.c (once I had fixed pythonrun.c).

I resolved all the errors/warnings and diffed to against respository.
I was astonished to see the same changes, slightly different, being
replaced by mine.  Those were /your/ tweaks.

Apparently the $(AST_H) $(AST_C): target ran and Python-ast.c was
recreated (without the changes).  It's not clear to me how/why that
happened.  I did start with a clean checkout, but it seems that the
target only runs if Python-ast.c and/or its .h are missing (they
should have been in the checkout), or older than Python.asdl, which
they are not.  I don't see them in the .cvsignore.

Very amusing.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2005-01-08 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  267 open ( +6) /  2727 closed ( +9) /  2994 total (+15)
Bugs:  798 open ( -3) /  4748 closed (+15) /  5546 total (+12)
RFE :  165 open ( +0) /   140 closed ( +1) /   305 total ( +1)

New / Reopened Patches
__

Remove witty comment in pydoc.py  (2005-01-01)
CLOSED http://python.org/sf/1094007  opened by  Reinhold Birkenfeld

Docs for file() vs open()  (2005-01-01)
CLOSED http://python.org/sf/1094011  opened by  Reinhold Birkenfeld

Improvements for shutil.copytree()  (2005-01-01)
CLOSED http://python.org/sf/1094015  opened by  Reinhold Birkenfeld

xml.dom.minidom.Node.replaceChild(obj, x, x) removes child x  (2005-01-01)
   http://python.org/sf/1094164  opened by  Felix Rabe

os.py: base class _Environ on dict instead of UserDict  (2005-01-02)
   http://python.org/sf/1094387  opened by  Matthias Klose

add Bunch type to collections module  (2005-01-02)
   http://python.org/sf/1094542  opened by  Steven Bethard

self.button.pack() in tkinter.tex example  (2005-01-03)
   http://python.org/sf/1094815  opened by  [N/A]

fixes urllib2 digest to allow arbitrary methods  (2005-01-03)
   http://python.org/sf/1095362  opened by  John Reese

Argument passing from /usr/bin/idle2.3 to idle.py  (2003-11-30)
   http://python.org/sf/851459  reopened by  jafo

fix for trivial flatten bug in astgen  (2005-01-04)
   http://python.org/sf/1095541  opened by  DSM

exclude CVS conflict files in sdist command  (2005-01-04)
   http://python.org/sf/1095784  opened by  Wummel

Fix for wm_iconbitmap to allow .ico files under Windows.  (2005-01-05)
   http://python.org/sf/1096231  opened by  John Fouhy

Info Associated with Merge to AST  (2005-01-07)
   http://python.org/sf/1097671  opened by  Kurt B. Kaiser

Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3  (2005-01-07)
   http://python.org/sf/1097739  opened by  Bob Ippolito

Encoding for Code Page 273 used by EBCDIC Germany Austria  (2005-01-07)
   http://python.org/sf/1097797  opened by  Michael Bierenfeld

Patches Closed
__

locale.getdefaultlocale does not return tuple in some OS  (2004-10-21)
   http://python.org/sf/1051395  closed by  rhettinger

imghdr -- identify JPEGs in EXIF format  (2003-06-08)
   http://python.org/sf/751031  closed by  rhettinger

Remove witty comment in pydoc.py  (2005-01-01)
   http://python.org/sf/1094007  closed by  rhettinger

Docs for file() vs open()  (2005-01-01)
   http://python.org/sf/1094011  closed by  rhettinger

Improvements for shutil.copytree()  (2005-01-01)
   http://python.org/sf/1094015  closed by  jlgijsbers

a new subprocess.call which raises an error on non-zero rc  (2004-11-23)
   http://python.org/sf/1071764  closed by  astrand

Argument passing from /usr/bin/idle2.3 to idle.py  (2003-11-30)
   http://python.org/sf/851459  closed by  jafo

@decorators, including classes  (2004-08-12)
   http://python.org/sf/1007991  closed by  jackdied

Convert glob.glob to generator-based DFS  (2004-04-27)
   http://python.org/sf/943206  closed by  jlgijsbers

Make cgi.py use email instead of rfc822 or mimetools  (2004-12-06)
   http://python.org/sf/1079734  closed by  jlgijsbers

New / Reopened Bugs
___

marshal.dumps('hello',0) "Access violation"  (2005-01-03)
CLOSED http://python.org/sf/1094960  opened by  Mark Brophy

General FAW - incorrect "most stable version"  (2005-01-03)
   http://python.org/sf/1095328  opened by  Tim Delaney

Python FAQ: list.sort() out of date  (2005-01-03)
CLOSED http://python.org/sf/1095342  opened by  Tim Delaney

Bug In Python  (2005-01-04)
CLOSED http://python.org/sf/1095789  opened by  JastheAce

"Macintosh" references in the docs need to be checked.  (2005-01-04)
   http://python.org/sf/1095802  opened by  Jack Jansen

The doc for DictProxy is missing  (2005-01-04)
   http://python.org/sf/1095821  opened by  Colin J. Williams

Apple-installed Python fails to build extensions  (2005-01-04)
   http://python.org/sf/1095822  opened by  Jack Jansen

time.tzset() not built on Solaris  (2005-01-05)
   http://python.org/sf/1096244  opened by  Gregory Bond

sys.__stdout__ doco isn't discouraging enough  (2005-01-05)
   http://python.org/sf/1096310  opened by  Just van Rossum

_DummyThread() objects not freed from threading._active map  (2004-12-22)
   http://python.org/sf/1089632  reopened by  saravanand

Example needed in os.stat()  (2005-01-06)
CLOSED http://python.org/sf/1097229  opened by  Facundo Batista

SimpleHTTPServer sends wrong Content-Length header  (2005-01-06)
   http://python.org/sf/1097597  opened by  David Schachter

urllib2 doesn't handle urls without a scheme  (2005-01-07)
   http://python.org/sf/1097834  opened by  Jack Jansen

getsource and getsourcelines in the inspect module  (2005-01-07)
CLOSED htt

Re: [Python-Dev] Re: PEP 246: LiskovViolation as a name

2005-01-12 Thread Kurt B. Kaiser
Skip Montanaro <[EMAIL PROTECTED]> writes:

> I don't think that's appropriate in this case.  Liskov violation is
> something precise.  I don't think that changing what you call it will help
> beginners understand it any better in this case.  I say leave it as it and
> make sure it's properly documented.

+1
-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2005-01-16 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  272 open ( +5) /  2737 closed (+10) /  3009 total (+15)
Bugs:  793 open ( -5) /  4777 closed (+29) /  5570 total (+24)
RFE :  165 open ( +0) /   141 closed ( +1) /   306 total ( +1)

New / Reopened Patches
__

Enhance tracebacks and stack traces with vars  (2005-01-08)
   http://python.org/sf/1098732  opened by  Skip Montanaro

Single-line option to pygettext.py  (2005-01-09)
   http://python.org/sf/1098749  opened by  Martin Blais

improved smtp connect debugging  (2005-01-11)
CLOSED http://python.org/sf/1100140  opened by  Wummel

Log gc times when DEBUG_STATS set  (2005-01-11)
   http://python.org/sf/1100294  opened by  Skip Montanaro

deepcopying listlike and dictlike objects  (2005-01-12)
   http://python.org/sf/1100562  opened by  Björn Lindqvist

ast-branch: fix for coredump from new import grammar  (2005-01-11)
   http://python.org/sf/1100563  opened by  logistix

datetime.strptime constructor added  (2005-01-12)
   http://python.org/sf/1100942  opened by  Josh

Feed style codec API  (2005-01-12)
   http://python.org/sf/1101097  opened by  Walter Dörwald

Patch for potential buffer overrun in tokenizer.c  (2005-01-13)
   http://python.org/sf/1101726  opened by  Greg Chapman

ast-branch: hacks so asdl_c.py generates compilable code  (2005-01-14)
   http://python.org/sf/1102710  opened by  logistix

Fix for 926423: socket timeouts + Ctrl-C don't play nice  (2005-01-15)
   http://python.org/sf/1102879  opened by  Irmen de Jong

Boxing up PyDECREF correctly  (2005-01-15)
CLOSED http://python.org/sf/1103046  opened by  Norbert Nemec

AF_NETLINK sockets basic support  (2005-01-15)
   http://python.org/sf/1103116  opened by  Philippe Biondi

Adding the missing socket.recvall() method  (2005-01-16)
   http://python.org/sf/1103213  opened by  Irmen de Jong

tarfile.py: fix for bug #1100429  (2005-01-16)
   http://python.org/sf/1103407  opened by  Lars Gustäbel

Patches Closed
__

pydoc data descriptor unification  (2004-04-17)
   http://python.org/sf/936774  closed by  jlgijsbers

xml.dom missing API docs (bugs 1010196, 1013525)  (2004-10-21)
   http://python.org/sf/1051321  closed by  jlgijsbers

Fix for bug 1017546  (2004-08-27)
   http://python.org/sf/1017550  closed by  jlgijsbers

fixes urllib2 digest to allow arbitrary methods  (2005-01-04)
   http://python.org/sf/1095362  closed by  jlgijsbers

Bug fix 548176: urlparse('http://foo?blah') errs  (2003-03-30)
   http://python.org/sf/712317  closed by  jlgijsbers

bug fix 702858: deepcopying reflexive objects  (2003-03-22)
   http://python.org/sf/707900  closed by  jlgijsbers

minor codeop fixes  (2003-05-15)
   http://python.org/sf/737999  closed by  jlgijsbers

SimpleHTTPServer reports wrong content-length for text files  (2003-11-10)
   http://python.org/sf/839496  closed by  jlgijsbers

improved smtp connect debugging  (2005-01-11)
   http://python.org/sf/1100140  closed by  jlgijsbers

Boxing up PyDECREF correctly  (2005-01-15)
   http://python.org/sf/1103046  closed by  rhettinger

New / Reopened Bugs
___

socket.setdefaulttimeout() breaks smtplib.starttls()  (2005-01-08)
   http://python.org/sf/1098618  opened by  Matthew Cowles

set objects cannot be marshalled  (2005-01-09)
CLOSED http://python.org/sf/1098985  opened by  Gregory H. Ball

codec readline() splits lines apart  (2005-01-09)
CLOSED http://python.org/sf/1098990  opened by  Irmen de Jong

Optik OptionParse important undocumented option  (2005-01-10)
   http://python.org/sf/1099324  opened by  ncouture

refman doesn't know about universal newlines  (2005-01-10)
   http://python.org/sf/1099363  opened by  Jack Jansen

raw_input() displays wrong unicode prompt  (2005-01-10)
   http://python.org/sf/1099364  opened by  Petr Prikryl

tempfile files not types.FileType  (2005-01-10)
CLOSED http://python.org/sf/1099516  opened by  Frans van Nieuwenhoven

copy.deepcopy barfs when copying a class derived from dict  (2005-01-10)
   http://python.org/sf/1099746  opened by  Doug Winter

Cross-site scripting on BaseHTTPServer  (2005-01-11)
   http://python.org/sf/1100201  opened by  Paul Johnston

Scripts started with CGIHTTPServer: missing cgi environment  (2005-01-11)
   http://python.org/sf/1100235  opened by  pacote

Frame does not receive configure event on move  (2005-01-11)
   http://python.org/sf/1100366  opened by  Anand Kameswaran

Wrong "type()" syntax in docs  (2005-01-11)
   http://python.org/sf/1100368  opened by  Facundo Batista

TarFile iteration can break (on Windows) if file has links  (2005-01-11)
   http://python.org/sf/1100429  opened by  Greg Chapman

Python Interpreter shell is crashed   (2005-01-12)
   http://python.org/sf/1100673  opened by  abhishek

test_fcntl fails on netbsd2  (2005-01-12)
   http://python.org/sf/1101233  opened 

Re: [Python-Dev] Re: [Python-checkins] python/dist/src/Python pythonrun.c, 2.161.2.15, 2.161.2.16

2005-01-16 Thread Kurt B. Kaiser
[EMAIL PROTECTED] (Kurt B. Kaiser) writes:

> [EMAIL PROTECTED] (Kurt B. Kaiser) writes:
>>  [JH]
>>> ../Python/symtable.c:193: structure has no member named `st_tmpname'
>>>
>>> Do you see that?
>>
>> Yeah, the merge eliminated it from the symtable struct in symtable.h.
>> You moved it to symtable_entry at rev 2.12 in MAIN :-)

[...]

I checked in a change which adds the st_tmpname element back to
symtable.  Temporary until someone gets time to evaluate the situation.

[...]

> Apparently the $(AST_H) $(AST_C): target ran and Python-ast.c was
> recreated (without the changes).  It's not clear to me how/why that
> happened.  I did start with a clean checkout, but it seems that the
> target only runs if Python-ast.c and/or its .h are missing (they
> should have been in the checkout), or older than Python.asdl, which
> they are not.  I don't see them in the .cvsignore.

I believe the problem was caused by the fact that the dates in the
local tree aren't the repository dates, so it happened that
Parser/Python.adsl had a newer date than Python-ast.[ch].  I did a
clean install on my Debian system and got around the issue by touching
Python-ast.[c,h] before the build.  IMO ASDLGEN s/b a .phony target,
run manually as needed by the AST developer.  Otherwise there will be
no end of trouble when people try to build from CVS after the merge.

Absent objection, I'll check in such a change.

== 
The tree compiles, but there is a segfault when make tries to run
Python on setup.py.  Failure occurs when trying to import site.py

==
Neal has fixed the import issue and several others!!  I was bitten by the
Python.asdl / Python-ast.[ch] timing again when updating to his changes

Branch now builds and python can be started.  There are a number of
test failures remaining.

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Re: 2.3.5 delayed til next week

2005-01-17 Thread Kurt B. Kaiser
Thomas Heller <[EMAIL PROTECTED]> writes:

> 25-27 January are all ok for me.  Will there be a lot of backports, or
> are they already in place?  If they are already there, I can build the
> installer as soon as Fred has built the html docs.

I've got a couple, I'll get them in by tomorrow.
-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Weekly Python Patch/Bug Summary

2005-01-23 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  273 open ( +1) /  2746 closed ( +9) /  3019 total (+10)
Bugs:  797 open ( +4) /  4789 closed (+12) /  5586 total (+16)
RFE :  166 open ( +1) /   141 closed ( +0) /   307 total ( +1)

New / Reopened Patches
__

fix distutils.install.dump_dirs() with negated options  (2005-01-17)
CLOSED http://python.org/sf/1103844  opened by  Wummel

Add O_SHLOCK/O_EXLOCK to posix  (2005-01-17)
   http://python.org/sf/1103951  opened by  Skip Montanaro

setup.py --help and --help-commands altered.  (2005-01-17)
   http://python.org/sf/1104111  opened by  Titus Brown

new-style exceptions  (2005-01-18)
   http://python.org/sf/1104669  opened by  Michael Hudson

misc doc typos  (2005-01-18)
CLOSED http://python.org/sf/1104868  opened by  DSM

chr, ord, unichr documentation updates  (2004-10-31)
   http://python.org/sf/1057588  reopened by  mike_j_brown

Faster commonprefix in macpath, ntpath, etc.  (2005-01-19)
   http://python.org/sf/1105730  opened by  Jimmy Retzlaff

get rid of unbound methods (mostly)  (2005-01-17)
CLOSED http://python.org/sf/1103689  opened by  Guido van Rossum

Updated "Working on Cygwin" section  (2005-01-22)
   http://python.org/sf/1107221  opened by  Alan Green

Add Thread.isActive()  (2005-01-23)
   http://python.org/sf/1107656  opened by  Alan Green

Speed up function calls/can add more introspection info  (2005-01-23)
   http://python.org/sf/1107887  opened by  Neal Norwitz

Patches Closed
__

fix distutils.install.dump_dirs() with negated options  (2005-01-17)
   http://python.org/sf/1103844  closed by  theller

ast-branch: fix for coredump from new import grammar  (2005-01-11)
   http://python.org/sf/1100563  closed by  kbk

Shadow Password Support Module  (2002-07-10)
   http://python.org/sf/579435  closed by  loewis

misc doc typos  (2005-01-18)
   http://python.org/sf/1104868  closed by  fdrake

extending readline functionality  (2003-02-11)
   http://python.org/sf/684500  closed by  fdrake

self.button.pack() in tkinter.tex example  (2005-01-03)
   http://python.org/sf/1094815  closed by  fdrake

Clean up discussion of new C thread idiom  (2004-09-20)
   http://python.org/sf/1031233  closed by  fdrake

Description of args to IMAP4.store() in imaplib  (2004-12-12)
   http://python.org/sf/1084092  closed by  fdrake

get rid of unbound methods (mostly)  (2005-01-17)
   http://python.org/sf/1103689  closed by  gvanrossum

New / Reopened Bugs
___

email.base64MIME.header_encode vs RFC 1522  (2005-01-17)
   http://python.org/sf/1103926  opened by  Ucho

wishlist: os.feed_urandom(input)  (2005-01-17)
   http://python.org/sf/1104021  opened by  Zooko O'Whielacronx

configure doesn't set up CFLAGS properly  (2005-01-17)
   http://python.org/sf/1104249  opened by  Bryan O'Sullivan

Bugs in _csv module - lineterminator  (2004-11-24)
   http://python.org/sf/1072404  reopened by  fresh

Wrong expression with \w+?  (2005-01-18)
CLOSED http://python.org/sf/1104608  opened by  rengel

Bug in String rstrip method  (2005-01-18)
CLOSED http://python.org/sf/1104923  opened by  Rick Coupland

Undocumented implicit strip() in split(None) string method  (2005-01-19)
   http://python.org/sf/1105286  opened by  YoHell

Warnings in Python.h with gcc 4.0.0  (2005-01-19)
   http://python.org/sf/1105699  opened by  Bob Ippolito

incorrect constant names in curses window objects page  (2005-01-19)
   http://python.org/sf/1105706  opened by  dcrosta

null source chars handled oddly  (2005-01-19)
   http://python.org/sf/1105770  opened by  Reginald B. Charney

bug with idle's stdout when executing load_source  (2005-01-20)
   http://python.org/sf/1105950  opened by  imperialfists

os.stat int/float oddity  (2005-01-20)
CLOSED http://python.org/sf/1105998  opened by  George Yoshida

README of 2.4 source download says 2.4a3  (2005-01-20)
   http://python.org/sf/1106057  opened by  Roger Erens

semaphore errors from Python 2.3.x on AIX 5.2  (2005-01-20)
   http://python.org/sf/1106262  opened by  The Written Word

slightly easier way to debug from the exception handler  (2005-01-20)
   http://python.org/sf/1106316  opened by  Leonardo Rochael Almeida

os.makedirs() ignores mode parameter  (2005-01-21)
   http://python.org/sf/1106572  opened by  Andreas Jung

split() takes no keyword arguments  (2005-01-21)
   http://python.org/sf/1106694  opened by  Vinz

os.pathsep is wrong on Mac OS X  (2005-01-22)
CLOSED http://python.org/sf/1107258  opened by  Mac-arena the Bored Zo

Bugs Closed
___

--without-cxx flag of configure isn't documented.  (2003-03-12)
   http://python.org/sf/702147  closed by  bcannon

presentation typo in lib: 6.21.4.2 How callbacks are called  (2004-12-22)
   http://python.org/sf/1090139  closed by  gward

rfc822 Deprecated since release 2.3?  (2005-01-15)
   h

Re: [Python-Dev] Speed up function calls

2005-01-25 Thread Kurt B. Kaiser
Neal Norwitz <[EMAIL PROTECTED]> writes:

>> * not handling more than nine arguments,
>
> There are very few functions I've found that take more than 2
> arguments.  Should 9 be lower, higher?  I don't have a good feel.
> From what I've seen, 5 may be more reasonable as far as catching 90%
> of the cases.

Five is probably conservative.

http://mail.python.org/pipermail/python-dev/2004-February/042847.html

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] I think setup.py needs major rework

2005-01-26 Thread Kurt B. Kaiser
Skip Montanaro <[EMAIL PROTECTED]> writes:

> Python's setup.py has grown way out of control.  I'm trying to
> build and install Python 2.4.0 on a Solaris system with Tcl/Tk
> installed in a non-standard place and I can't figure out the
> incantation to tell setup.py to look where they are installed.

This may be more due to the complexity of distutils than to setup.py
itself.  Special cases are special cases, after all, e.g. look at
Autotools.

setup.py is billed as "Autodetecting setup.py script for building
the Python extensions" but exactly how to override it without hacking
it isn't very well documented, when possible at all.

"Distributing Python Modules" helped me, but the reference section
is missing, so it's utsl from there.

So one improvement would be to better document overriding setup.py in
README.

Your solution may be as simple as adding to Makefile:342 (approx)

--include-dirs= --library-dirs=

where setup.py is called.  (distutils/command/build_ext.py)

*But* I suspect build() may not pass the options through to build_ext()!

So, a config file approach:

.../src/setup.cfg:
[build_ext]
include-dirs=
library-dirs=


In setup.py, PyBuildExt.build_extension() does most of the special
casing.  The last thing done is to call PyBuildExt.detect_tkinter()
which handles a bunch of platform incompatibilities. e.g.

 # OpenBSD and FreeBSD use Tcl/Tk library names like libtcl83.a, but
 # the include subdirs are named like .../include/tcl8.3.

If the previous ideas flub, you could hack your detect_tkinter() and
append your include and lib dirs to inc_dirs and lib_dirs at the
beginning of the method.

All else fails, use Modules/Setup.dist to install Tcl/Tk?

Or maybe symlink your non-standard location?

-- 
KBK
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


  1   2   >