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 Dowermailto:steve.do...@microsoft.com
 Sent: ‎4/‎4/‎2015 7:25
 To: Wes Turnermailto:wes.tur...@gmail.com; M. -A.
 Lemburgmailto:m...@egenix.com
 Cc: python-committersmailto:python-committ...@python.org;
 Python-Devmailto:python-dev@python.org
 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 Turnermailto:wes.tur...@gmail.com
 Sent: ‎4/‎4/‎2015 6:42
 To: M. -A. Lemburgmailto:m...@egenix.com
 Cc: Python-Devmailto:python-dev@python.org;
 python-committersmailto:python-committ...@python.org; Larry
 Hastingsmailto:la...@hastings.org; Steve
 Dowermailto:steve.do...@microsoft.com
 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
 m...@egenix.commailto: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.orghttp://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 available for Python, since all other files are (usually)
 GPG signed:
 
 https://www.python.org/ftp/python/3.4.3/
 
 Cheers,
 --
 Marc-Andre Lemburg
 

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


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] 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 k...@shore.net
 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


[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 selector to the
options dialog, and keep the expert features as disabled extensions.

That way, an instructor could distribute an idlerc file which would set
IDLE up exactly as desired, including links to course specific help
files on the web.

BTW, I'll take this chance to promote the use of idlelib/NEWS.txt for
IDLE news, instead of Misc/NEWS.  That way, if IDLE is used outside of
the main release, the NEWS.txt will go

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 with?

-- 
KBK

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 k...@shore.net 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 lookfeel 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, alt 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 mar...@v.loewis.de 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 k...@shore.net 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, 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


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] 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


[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 Control-space 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

[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: 

[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 

[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-07-18 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.org/sf/1751493  closed by  gvanrossum

struni: Replace

[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  Serge 

[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)
   

[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 

[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 quot;ifquot; 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-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 - type 'instance'  (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 - type 'instance'  (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

[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 main 

[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 

[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)
   

[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-20)

[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)
   

[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 python2.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/1669304  

[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 python2.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.5 

[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 

[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 local 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


[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 quot;handle_exptquot;  (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  

[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-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 / wrong 

[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

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 quot;bugquot; 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)
   

[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  

[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  

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


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] 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] 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

 URL:
 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


[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


[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)
   

[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 

[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-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-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 iteration 

[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 

[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-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  

[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)
   

[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

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-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-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 

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-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, Enter 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] 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-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)
   

[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-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-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 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  378 open ( +3) /  3298 closed (+34) /  3676 total (+37)
Bugs:  886 open (-24) /  5926 closed (+75) /  6812 total (+51)
RFE :  224 open ( +7) /   227 closed ( +7) /   451 total (+14)

New / Reopened Patches
__

Improve super() objects support for implicit method calls  (2006-05-31)
   http://python.org/sf/1498363  opened by  Collin Winter

Improve itertools.starmap  (2006-05-31)
   http://python.org/sf/1498370  opened by  Collin Winter

Change *args from a tuple to list  (2006-05-31)
   http://python.org/sf/1498441  opened by  Collin Winter

Correctly unpickle exceptions  (2006-06-01)
CLOSED http://python.org/sf/1498571  opened by  Žiga Seilnacht

Fault in XMLRPC not always returned to client  (2006-05-31)
CLOSED http://python.org/sf/1498627  opened by  Daniel Savard

Generate from Unicode database instead of manualy coding.  (2006-06-01)
   http://python.org/sf/1498930  opened by  Anders Chrigström

Optimise in operations on tuples of consts  (2006-06-01)
CLOSED http://python.org/sf/1499095  opened by  Collin Winter

Fix for memory leak in WindowsError_str  (2006-06-02)
CLOSED http://python.org/sf/1499797  opened by  Žiga Seilnacht

Alternate RFC 3896 compliant URI parsing module  (2006-06-05)
   http://python.org/sf/1500504  opened by  Nick Coghlan

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

(py3k) Remove the sets module  (2006-06-04)
   http://python.org/sf/1500611  opened by  Collin Winter

Remove the repr()-backticks  (2006-06-04)
   http://python.org/sf/1500623  opened by  Collin Winter

wm_attributes doesn't take keyword arguments  (2006-06-04)
   http://python.org/sf/1500773  opened by  Greg Couch

AF_NETLINK support for socket module  (2006-06-05)
CLOSED http://python.org/sf/1500815  opened by  lplatypus

Cyclic garbage collection support for slices  (2006-06-05)
CLOSED http://python.org/sf/1501180  opened by  Žiga Seilnacht

Fix Bug #1339007 - shelve.open('non-existant-file', 'r')  (2006-06-06)
CLOSED http://python.org/sf/1501534  opened by  Jeung Mun Sic

syntax errors on continuation lines  (2006-06-06)
   http://python.org/sf/1501979  opened by  Roger Miller

Remove randomness from test_exceptions  (2006-06-07)
CLOSED http://python.org/sf/1501987  opened by  Žiga Seilnacht

Conditional compilation of zlib.(de)compressobj.copy  (2006-06-08)
CLOSED http://python.org/sf/1503046  opened by  Chris AtLee

Allow Empty Subscript List Without Parentheses  (2006-06-09)
CLOSED http://python.org/sf/1503556  opened by  Noam Raphael

Tiny patch to stop make spam  (2006-06-09)
   http://python.org/sf/1503717  opened by  Chris AtLee

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

Patch for 1496501 tarfile opener order  (2006-06-10)
   http://python.org/sf/1504073  opened by  Jack Diederich

Switch syntax (partial PEP 275)  (2006-06-11)
   http://python.org/sf/1504199  opened by  Thomas Lee

winerror module  (2006-06-13)
   http://python.org/sf/1505257  opened by  M.-A. Lemburg

curses.resizeterm()  (2006-06-15)
CLOSED http://python.org/sf/1506645  opened by  Walter Dörwald

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

Use a set to keep interned strings  (2006-06-15)
   http://python.org/sf/1507011  opened by  Alexander Belopolsky

tarfile extraction does not honor umask  (2006-06-16)
   http://python.org/sf/1507247  opened by  Faik Uygur

improve object.c and abstract.c exception messages  (2006-06-17)
CLOSED http://python.org/sf/1507676  opened by  Georg Brandl

transparent gzip compression in liburl2  (2006-06-19)
   http://python.org/sf/1508475  opened by  Jakob Truelsen

uuid documentation  (2006-06-20)
   http://python.org/sf/1508766  opened by  George Yoshida

Make Lib/test/regrtest.py NetBSD 3 aware.  (2006-06-20)
CLOSED http://python.org/sf/1509001  opened by  Matt Fleming

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

skip tests in test_socket__ssl when connection refused  (2006-06-20)
CLOSED http://python.org/sf/1509404  reopened by  bcannon

skip tests in test_socket__ssl when connection refused  (2006-06-20)
CLOSED http://python.org/sf/1509404  opened by  Brett Cannon

Small fix for sqlite3 test suite  (2006-06-20)
CLOSED http://python.org/sf/1509584  opened by  Gerhard Häring

tarfile stops iteration with some longfiles  (2006-06-21)
CLOSED http://python.org/sf/1509889  opened by  Faik Uygur

Patches Closed
__

Possible fix to #1334662 (int() wrong answers)  (2006-03-31)
   http://python.org/sf/1462361  closed by  gbrandl

Correctly unpickle exceptions  (2006-05-31)
   http://python.org/sf/1498571  closed by  gbrandl

Fault in 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  378 open ( +0) /  3238 closed (+22) /  3616 total (+22)
Bugs:  907 open (+13) /  5831 closed (+20) /  6738 total (+33)
RFE :  218 open ( +2) /   217 closed ( +2) /   435 total ( +4)

New / Reopened Patches
__

Patch fixing #1481770 (wrong shared lib ext on hpux ia64)  (2006-05-07)
CLOSED http://python.org/sf/1483325  opened by  David Everly

Add new top-level domains to cookielib  (2006-05-07)
CLOSED http://python.org/sf/1483395  reopened by  jjlee

Add new top-level domains to cookielib  (2006-05-07)
CLOSED http://python.org/sf/1483395  opened by  John J Lee

Wave.py support for ulaw and alaw audio  (2006-05-07)
   http://python.org/sf/1483545  opened by  Eric Woudenberg

tarfile.py fix for #1471427 and updates  (2006-05-09)
CLOSED http://python.org/sf/1484695  opened by  Lars Gustäbel

cookielib: reduce (fatal) dependency on beta logging?  (2006-05-09)
CLOSED http://python.org/sf/1484758  opened by  kxroberto

urllib2: resolves extremly slow import (of everything)  (2006-05-09)
CLOSED http://python.org/sf/1484793  opened by  kxroberto

HTMLParser : A auto-tolerant parsing mode  (2006-05-11)
   http://python.org/sf/1486713  opened by  kxroberto

Patches and enhancements to turtle.py  (2006-05-11)
CLOSED http://python.org/sf/1486962  opened by  Vern Ceder

MacOSX: distutils support for -arch and -isysroot flags  (2006-05-13)
   http://python.org/sf/1488098  opened by  Ronald Oussoren

Memory alignment fix on SPARC  (2006-05-14)
CLOSED http://python.org/sf/1488312  opened by  Jan Palus

tarfile.py: support for file-objects and bz2 (cp. #1488634)  (2006-05-15)
CLOSED http://python.org/sf/141  opened by  Lars Gustäbel

Updates to syntax rules in reference manual  (2006-05-16)
   http://python.org/sf/1489771  opened by  Žiga Seilnacht

Patch for the urllib2 HOWTO  (2006-05-16)
CLOSED http://python.org/sf/1489784  opened by  Mike Foord

fix typo in os.utime() docstring  (2006-05-17)
CLOSED http://python.org/sf/1490189  opened by  M. Levinson

add os.chflags() and os.lchflags() where available  (2006-05-17)
   http://python.org/sf/1490190  opened by  M. Levinson

time.altzone does not include DST offset on Cygwin  (2006-05-17)
CLOSED http://python.org/sf/1490224  opened by  Christian Franke

PC new-logo-based icon set  (2006-05-17)
   http://python.org/sf/1490384  opened by  Andrew Clover

Describe Py_DEBUG and friends...  (2006-05-18)
   http://python.org/sf/1490989  opened by  Skip Montanaro

IDLE LF on MacOSX   (2006-05-19)
   http://python.org/sf/1491759  opened by  Ronald Oussoren

Simple slice support for list.sort() and .reverse()  (2006-05-19)
   http://python.org/sf/1491804  opened by  Heiko Wundram

Complex representation  (2006-05-19)
   http://python.org/sf/1491866  opened by  Heiko Wundram

Fix for bug #1486663 mutable types check kwargs in tp_new  (2006-05-20)
   http://python.org/sf/1491939  opened by  Žiga Seilnacht

Patches Closed
__

applesingle endianness issue  (2004-06-30)
   http://python.org/sf/982340  closed by  gbrandl

Patch fixing #1481770 (wrong shared lib ext on hpux ia64)  (2006-05-07)
   http://python.org/sf/1483325  closed by  loewis

Add new top-level domains to cookielib  (2006-05-07)
   http://python.org/sf/1483395  closed by  gbrandl

Add new top-level domains to cookielib  (2006-05-07)
   http://python.org/sf/1483395  closed by  gbrandl

Heavy revisions to urllib2 howto  (2006-05-01)
   http://python.org/sf/1479977  closed by  akuchling

Make urllib2 digest auth and basic auth play together  (2006-04-30)
   http://python.org/sf/1479302  closed by  gbrandl

Take advantage of BaseException/Exception split in cookielib  (2006-04-29)
   http://python.org/sf/1478993  closed by  gbrandl

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

cookielib: reduce (fatal) dependency on beta logging?  (2006-05-09)
   http://python.org/sf/1484758  closed by  gbrandl

urllib2: resolves extremly slow import (of everything)  (2006-05-09)
   http://python.org/sf/1484793  closed by  gbrandl

Fix doctest nit.  (2006-04-28)
   http://python.org/sf/1478292  closed by  tim_one

Remote debugging with pdb.py  (2003-04-14)
   http://python.org/sf/721464  closed by  gbrandl

urllib2: better import ftplib and gopherlib etc late  (2004-10-24)
   http://python.org/sf/1053150  closed by  loewis

detect %zd format for PY_FORMAT_SIZE_T  (2006-04-22)
   http://python.org/sf/1474907  closed by  bcannon

Patches and enhancements to turtle.py  (2006-05-11)
   http://python.org/sf/1486962  closed by  gbrandl

Improve docs for tp_clear and tp_traverse  (2006-04-19)
   http://python.org/sf/1473132  closed by  tim_one

Memory alignment fix on SPARC  (2006-05-14)
   http://python.org/sf/1488312  closed by  nnorwitz

tarfile.py: support for file-objects and bz2 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  378 open ( +0) /  3216 closed (+17) /  3594 total (+17)
Bugs:  894 open ( -7) /  5811 closed (+19) /  6705 total (+12)
RFE :  216 open ( +2) /   215 closed ( +1) /   431 total ( +3)

New / Reopened Patches
__

Rename functional to functools  (2006-04-29)
   http://python.org/sf/1478788  opened by  Collin Winter

Take advantage of BaseException/Exception split in cookielib  (2006-04-29)
   http://python.org/sf/1478993  opened by  John J Lee

Split open() and file()  (2006-04-29)
CLOSED http://python.org/sf/1479181  opened by  Aahz

ColorDelegator - Several bug fixes  (2006-04-30)
   http://python.org/sf/1479219  opened by  Tal Einat

Fix building with SWIG's -c++ option set in setup.py  (2006-04-30)
   http://python.org/sf/1479255  opened by  dOb

Make urllib2 digest auth and basic auth play together  (2006-04-30)
   http://python.org/sf/1479302  opened by  John J Lee

with statement context managers - with should be keyword  (2006-04-30)
CLOSED http://python.org/sf/1479438  opened by  Matt Fleming

speed up function calls  (2006-04-30)
   http://python.org/sf/1479611  opened by  Neal Norwitz

Heavy revisions to urllib2 howto  (2006-05-01)
   http://python.org/sf/1479977  opened by  John J Lee

weakref dict methods  (2006-05-01)
CLOSED http://python.org/sf/1479988  opened by  Fred L. Drake, Jr.

urllib2 digest auth redirection bug causes 400 error  (2006-05-01)
CLOSED http://python.org/sf/1480067  opened by  John J Lee

patch smtplib:when SMTPDataError, rset crashes with sslerror  (2006-05-03)
   http://python.org/sf/1481032  opened by  kxroberto

Support HTTP_REFERER in CGIHTTPServer.py  (2006-05-03)
   http://python.org/sf/1481079  opened by  Sébastien Martini

Python long option support  (2006-05-03)
   http://python.org/sf/1481112  opened by  Heiko Wundram

Cleaned up 16x16px icons for windows.  (2006-05-03)
   http://python.org/sf/1481304  opened by  goxe

imputil from os.path import bug  (2006-05-03)
CLOSED http://python.org/sf/1481530  opened by  Eric Huss

Patches Closed
__

--enable-universalsdk on Mac OS X  (2006-04-17)
   http://python.org/sf/1471883  closed by  ronaldoussoren

Split open() and file()  (2006-04-29)
   http://python.org/sf/1479181  closed by  nnorwitz

urllib2 ProxyBasicAuthHandler broken  (2006-04-15)
   http://python.org/sf/1470846  closed by  gbrandl

Forbid iteration over strings  (2006-04-16)
   http://python.org/sf/1471291  closed by  gbrandl

Fix for urllib/urllib2 ftp bugs 1357260 and 1281692  (2006-04-15)
   http://python.org/sf/1470976  closed by  gbrandl

cPickle produces locale-dependent dumps  (2006-04-20)
   http://python.org/sf/1473625  closed by  gbrandl

IndentationError for unexpected indent  (2006-04-25)
   http://python.org/sf/1475845  closed by  loewis

rlcompleter to be usable without readline  (2006-04-19)
   http://python.org/sf/1472854  closed by  gbrandl

fix for #1472251  (2006-04-18)
   http://python.org/sf/1472263  closed by  gbrandl

with statement context managers - with should be keyword  (2006-04-30)
   http://python.org/sf/1479438  closed by  gbrandl

fixed handling of nested  comments in mail addresses  (2006-04-05)
   http://python.org/sf/1464708  closed by  bwarsaw

weakref dict methods  (2006-05-01)
   http://python.org/sf/1479988  closed by  fdrake

urllib2 digest auth redirection bug causes 400 error  (2006-05-01)
   http://python.org/sf/1480067  closed by  gbrandl

Fix to allow urllib2 digest auth to talk to livejournal.com  (2005-02-18)
   http://python.org/sf/1143695  closed by  gbrandl

pdb: fix for #1472191('clear' command bug)  (2006-04-18)
   http://python.org/sf/1472184  closed by  gbrandl

__init__.py'less package import warnings  (2006-04-26)
   http://python.org/sf/1477281  closed by  gbrandl

imputil from os.path import bug  (2006-05-04)
   http://python.org/sf/1481530  closed by  gbrandl

New / Reopened Bugs
___

urllib2.Request constructor to urllib.quote the url given  (2006-04-20)
CLOSED http://python.org/sf/1473560  reopened by  gbrandl

'compile' built-in function failures when missing EOL  (2006-04-30)
   http://python.org/sf/1479099  opened by  Ori Peleg

test_inspect fails on WinXP (2.5a2)  (2006-04-30)
CLOSED http://python.org/sf/1479226  opened by  Miki Tebeka

Segmentation fault while using Tkinter  (2006-05-01)
   http://python.org/sf/1479586  opened by  Ali Gholami Rudi

Uninstall does not clearn registry  (2006-05-01)
   http://python.org/sf/1479626  opened by  Miki Tebeka

float-str rounding bug  (2006-05-01)
CLOSED http://python.org/sf/1479776  opened by  Michael Nolta

Quitter object masked  (2006-05-01)
   http://python.org/sf/1479785  opened by  Jim Jewett

mmap tries to truncate special files  (2006-05-02)
CLOSED http://python.org/sf/1480678  opened by  Carl Banks


[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  378 open ( +7) /  3199 closed ( +4) /  3577 total (+11)
Bugs:  901 open ( -7) /  5792 closed (+25) /  6693 total (+18)
RFE :  214 open ( +3) /   214 closed ( +2) /   428 total ( +5)

New / Reopened Patches
__

Allow PyArg_ParseTupleAndKeywords to unpack tuples  (2006-04-22)
   http://python.org/sf/1474454  reopened by  loewis

Allow PyArg_ParseTupleAndKeywords to unpack tuples  (2006-04-21)
   http://python.org/sf/1474454  opened by  Roger Upole

detect %zd format for PY_FORMAT_SIZE_T  (2006-04-22)
   http://python.org/sf/1474907  opened by  Brett Cannon

New doctest option: +SKIP  (2006-04-23)
CLOSED http://python.org/sf/1475231  opened by  Edward Loper

patch fixing #1448060 (gettext.py bug)  (2006-04-24)
   http://python.org/sf/1475523  opened by  Thenault Sylvain

IndentationError for unexpected indent  (2006-04-24)
   http://python.org/sf/1475845  opened by  Roger Miller

Add help reference on Mac  (2006-04-25)
   http://python.org/sf/1476578  opened by  Bruce Sherwood

__init__.py'less package import warnings  (2006-04-27)
   http://python.org/sf/1477281  opened by  Thomas Wouters

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

Fix doctest nit.  (2006-04-28)
   http://python.org/sf/1478292  opened by  Thomas Heller

Picky floats  (2006-04-28)
   http://python.org/sf/1478364  opened by  Skip Montanaro

Patches Closed
__

Allow PyArg_ParseTupleAndKeywords to unpack tuples  (2006-04-22)
   http://python.org/sf/1474454  closed by  loewis

Weak linking support for OSX  (2006-04-17)
   http://python.org/sf/1471925  closed by  ronaldoussoren

test for broken poll at runtime  (2006-04-17)
   http://python.org/sf/1471761  closed by  ronaldoussoren

New doctest option: +SKIP  (2006-04-23)
   http://python.org/sf/1475231  closed by  tim_one

start testing strings  2GB  (2006-04-17)
   http://python.org/sf/1471578  closed by  twouters

New / Reopened Bugs
___

non-keyword argument following keyword  (2006-04-23)
   http://python.org/sf/1474677  opened by  George Yoshida

pickling files works with protocol=2.  (2006-04-22)
   http://python.org/sf/1474680  opened by  Kirill Simonov

Document os.path.join oddity on Windows  (2006-04-23)
CLOSED http://python.org/sf/1475009  opened by  Miki Tebeka

example code in what's new/sqlite3 docs  (2006-04-23)
CLOSED http://python.org/sf/1475080  opened by  James Pryor

Tkinter hangs in test_tcl  (2006-04-23)
   http://python.org/sf/1475162  opened by  Thomas Wouters

Poorly worded description for socket.makefile()  (2006-04-24)
   http://python.org/sf/1475554  opened by  Roy Smith

replacing obj.__dict__ with a subclass of dict  (2006-04-24)
   http://python.org/sf/1475692  opened by  ganges master

SystemError in socket sendto  (2006-04-25)
CLOSED http://python.org/sf/1476111  opened by  CyDefect

Documentation date stuck on 5th April 2006  (2006-04-25)
CLOSED http://python.org/sf/1476216  opened by  Mat Martineau

StringIO should implement __str__()  (2006-04-25)
CLOSED http://python.org/sf/1476356  opened by  Dom Lachowicz

Finish PEP 343 terminology cleanup  (2006-04-26)
   http://python.org/sf/1476845  opened by  Nick Coghlan

Missing import line in example  (2006-04-26)
CLOSED http://python.org/sf/1477102  opened by  Bruce Eckel

Incorrect code in example  (2006-04-26)
CLOSED http://python.org/sf/1477140  opened by  Bruce Eckel

test_bsddb skipped -- Failed to load /home/shashi/Python-2.4  (2006-04-27)
   http://python.org/sf/1477450  opened by  shashi

test_ctypes: undefined symbol: XGetExtensionVersion  (2006-04-28)
   http://python.org/sf/1478253  opened by  balducci

Invalid value returned by util.get_platform() on HP  (2006-04-28)
CLOSED http://python.org/sf/1478326  opened by  Sébastien Sablé

test_capi crashed -- thread.error: can't allocate lock  (2006-04-28)
CLOSED http://python.org/sf/1478400  opened by  shashi

datetime.datetime.fromtimestamp ValueError. Rounding error  (2006-04-28)
CLOSED http://python.org/sf/1478429  opened by  Erwin Bonsma

size limit exceeded for read() from network drive  (2006-04-28)
   http://python.org/sf/1478529  opened by  Mark Sheppard

Bugs Closed
___

IDLE does not start 2.4.3  (2006-04-17)
   http://python.org/sf/1471806  closed by  egrimes

TempFile can hang on Windows  (2006-04-20)
   http://python.org/sf/1473760  closed by  tim_one

import module with .dll extension  (2006-04-18)
   http://python.org/sf/1472566  closed by  gbrandl

Document os.path.join oddity on Windows  (2006-04-23)
   http://python.org/sf/1475009  closed by  gbrandl

example code in what's new/sqlite3 docs  (2006-04-23)
   http://python.org/sf/1475080  closed by  akuchling

interactive: no cursors ctrl-a/e... in 2.5a1/linux/debian  (2006-04-18)
 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  371 open (-12) /  3195 closed (+39) /  3566 total (+27)
Bugs:  908 open (+22) /  5767 closed ( +8) /  6675 total (+30)
RFE :  211 open ( +1) /   212 closed ( +0) /   423 total ( +1)

New / Reopened Patches
__

Fix test_augassign in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470424  opened by  Thomas Wouters

fix test_exceptions in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470459  opened by  Thomas Wouters

fix test_bisect  (2006-04-14)
CLOSED http://python.org/sf/1470460  opened by  Thomas Wouters

partially fix test_class in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470504  opened by  Thomas Wouters

fix test_descrtut in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470515  opened by  Thomas Wouters

fix test_enumerate in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470522  opened by  Thomas Wouters

Fix test_descr in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470536  opened by  Thomas Wouters

fix test_getargs2 in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470543  opened by  Thomas Wouters

Bugfix for #1470540 (XMLGenerator cannot output UTF-16)  (2006-04-15)
   http://python.org/sf/1470548  opened by  Nikolai Grigoriev

fix test_inspect in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470560  opened by  Thomas Wouters

fix test_itertools in p3yk  (2006-04-14)
CLOSED http://python.org/sf/1470566  opened by  Thomas Wouters

urllib2 ProxyBasicAuthHandler broken  (2006-04-15)
   http://python.org/sf/1470846  opened by  John J Lee

Building Python with MS Free Compiler  (2006-04-15)
CLOSED http://python.org/sf/1470875  opened by  Paul Moore

Fix for urllib/urllib2 ftp bugs 1357260 and 1281692  (2006-04-15)
   http://python.org/sf/1470976  opened by  John J Lee

Forbid iteration over strings  (2006-04-16)
   http://python.org/sf/1471291  opened by  Guido van Rossum

start testing strings  2GB  (2006-04-16)
   http://python.org/sf/1471578  opened by  Neal Norwitz

test for broken poll at runtime  (2006-04-17)
   http://python.org/sf/1471761  opened by  Ronald Oussoren

--enable-universalsdk on Mac OS X  (2006-04-17)
   http://python.org/sf/1471883  opened by  Ronald Oussoren

Weak linking support for OSX  (2006-04-17)
   http://python.org/sf/1471925  opened by  Ronald Oussoren

pdb 'clear' command doesn't clear selected bp's  (2006-04-18)
   http://python.org/sf/1472184  opened by  Kuba Kończyk

fix for #1472251  (2006-04-18)
   http://python.org/sf/1472257  opened by  Kuba Kończyk

fix for #1472251  (2006-04-18)
   http://python.org/sf/1472263  opened by  Kuba Kończyk

Updates to PEP 359 and 3002  (2006-04-18)
CLOSED http://python.org/sf/1472459  opened by  Steven Bethard

make range be xrange  (2006-04-19)
   http://python.org/sf/1472639  opened by  Thomas Wouters

rlcompleter to be usable without readline  (2006-04-19)
   http://python.org/sf/1472854  opened by  kxroberto

Improve docs for tp_clear and tp_traverse  (2006-04-19)
   http://python.org/sf/1473132  opened by  Collin Winter

Add a gi_code attr to generators  (2006-04-19)
   http://python.org/sf/1473257  opened by  Collin Winter

Patches Closed
__

fix for 764437 AF_UNIX socket special linux socket names  (2004-11-07)
   http://python.org/sf/1062014  closed by  arigo

Make -tt the default  (2006-04-12)
   http://python.org/sf/1469190  closed by  twouters

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  closed by  montanaro

Compiling and linking main() with C++ compiler  (2005-10-12)
   http://python.org/sf/1324762  closed by  loewis

Python-ast.h  Python-ast.c generated twice (#1355883)  (2005-11-13)
   http://python.org/sf/1355971  closed by  loewis

don't add -OPT:Olimit=0 for icc  (2005-03-12)
   http://python.org/sf/1162023  closed by  loewis

improved configure.in output  (2004-10-12)
   http://python.org/sf/1045620  closed by  loewis

environment parameter for popen2  (2003-02-28)
   http://python.org/sf/695275  closed by  loewis

Fix test_augassign in p3yk  (2006-04-14)
   http://python.org/sf/1470424  closed by  twouters

Kill off docs for unsafe macros  (2003-03-13)
   http://python.org/sf/702933  closed by  loewis

fix test_exceptions in p3yk  (2006-04-14)
   http://python.org/sf/1470459  closed by  twouters

fix test_bisect in p3yk  (2006-04-14)
   http://python.org/sf/1470460  closed by  twouters

IDNA codec simplification  (2006-03-18)
   http://python.org/sf/1453235  closed by  doerwalter

partially fix test_class in p3yk  (2006-04-14)
   http://python.org/sf/1470504  closed by  twouters

fix test_descrtut in p3yk  (2006-04-14)
   http://python.org/sf/1470515  closed by  twouters

fix test_enumerate in p3yk  (2006-04-14)
   http://python.org/sf/1470522  closed by  twouters

Fix test_descr in p3yk  (2006-04-14)
   http://python.org/sf/1470536  closed by  

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  383 open ( -8) /  3156 closed (+14) /  3539 total ( +6)
Bugs:  886 open (-12) /  5759 closed (+28) /  6645 total (+16)
RFE :  210 open ( -5) /   212 closed ( +5) /   422 total ( +0)

New / Reopened Patches
__

socket.py: remove misleading comment  (2006-04-08)
CLOSED http://python.org/sf/1466993  opened by  John J Lee

Many functions in socket module are not thread safe  (2006-04-09)
   http://python.org/sf/1467080  opened by  Maxim Sobolev

fix double free with tqs in standard build  (2006-04-09)
CLOSED http://python.org/sf/1467512  opened by  Neal Norwitz

add Popen objects to _active only in __del__,   (2006-04-10)
CLOSED http://python.org/sf/1467770  opened by  cheops

tkFont: simple fix to error at shutdown  (2006-04-11)
CLOSED http://python.org/sf/1468808  opened by  Russell Owen

Make -tt the default  (2006-04-12)
   http://python.org/sf/1469190  opened by  Thomas Wouters

PyErrr_Display and traceback.format_exception_only behaviour  (2003-12-15)
CLOSED http://python.org/sf/860326  reopened by  tim_one

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  opened by  Skip Montanaro

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  reopened by  montanaro

Patches Closed
__

socket.py: remove misleading comment  (2006-04-08)
   http://python.org/sf/1466993  closed by  gbrandl

Use dlopen() to load extensions on Darwin, where possible  (2006-03-21)
   http://python.org/sf/1454844  closed by  anthonybaxter

Improved generator finalization  (2006-04-03)
   http://python.org/sf/1463867  closed by  pje

const int was truncated to char  (2006-03-31)
   http://python.org/sf/1461822  closed by  ocean-city

Mutable Iterators PEP  (03/26/06)
   http://python.org/sf/1459011  closed by  sf-robot

fix double free with tqs in standard build  (2006-04-09)
   http://python.org/sf/1467512  closed by  nnorwitz

clean up new calendar locale usage  (2006-04-03)
   http://python.org/sf/1463288  closed by  doerwalter

Functioning Tix.Grid  (2006-03-31)
   http://python.org/sf/146  closed by  loewis

Link Python modules to libpython on linux if --enable-shared  (2006-02-11)
   http://python.org/sf/1429775  closed by  loewis

add Popen objects to _active only in __del__,   (2006-04-10)
   http://python.org/sf/1467770  closed by  loewis

subprocess: optional auto-reaping fixing os.wait() lossage  (2005-04-21)
   http://python.org/sf/1187312  closed by  loewis

tkFont: simple fix to error at shutdown  (2006-04-11)
   http://python.org/sf/1468808  closed by  gbrandl

PEP 343 draft documentation  (2005-07-07)
   http://python.org/sf/1234057  closed by  ncoghlan

PyErrr_Display and traceback.format_exception_only behaviour  (2003-12-15)
   http://python.org/sf/860326  closed by  gbrandl

Alternative to rev 45325  (2006-04-12)
   http://python.org/sf/1469594  closed by  montanaro

832799 proposed changes  (2003-11-25)
   http://python.org/sf/849262  closed by  loewis

Updated Demo\parser\unpack.py  (2006-03-02)
   http://python.org/sf/1441452  closed by  loewis

New / Reopened Bugs
___

size_t warnings on OSX 10.3  (2006-04-09)
   http://python.org/sf/1467201  opened by  Anthony Baxter

open should default to binary mode on windows  (2006-04-09)
CLOSED http://python.org/sf/1467309  opened by  Adam Hupp

test_ctypes fails on OSX 10.3  (2006-04-10)
   http://python.org/sf/1467450  opened by  Anthony Baxter

Header.decode_header eats up spaces  (2006-04-10)
   http://python.org/sf/1467619  opened by  Mathieu Goutelle

%-formatting and dicts  (2006-04-10)
   http://python.org/sf/1467929  opened by  M.-A. Lemburg

os.listdir on Linux returns empty list on some errors  (2006-04-10)
CLOSED http://python.org/sf/1467952  opened by  Gary Stiehr

re incompatibility in sre  (2000-09-11)
   http://python.org/sf/214033  reopened by  tmick

Hitting CTRL-C while in a loop closes IDLE on cygwin  (2006-04-11)
   http://python.org/sf/1468223  opened by  Miki Tebeka

test_grp test_pwd fail on Linux  (2006-04-11)
CLOSED http://python.org/sf/1468231  opened by  Miki Tebeka

Possible Integer overflow  (2006-04-11)
CLOSED http://python.org/sf/1468727  opened by  ekellinis

SimpleXMLRPCServer doesn't work anymore on Windows  (2006-04-12)
CLOSED http://python.org/sf/1469163  opened by  kadeko

Exception when handling http response  (2006-04-12)
CLOSED http://python.org/sf/1469498  opened by  Richard Kasperski

Build requires already built Python  (2006-04-12)
CLOSED http://python.org/sf/1469548  opened by  Stephan R.A. Deibel

FTP modue functions are not re-entrant,give odd exceptions  (2006-04-12)
   http://python.org/sf/1469557  opened by  Bruce

__dict__   (2006-04-13)
   http://python.org/sf/1469629  opened by  Dobes V

distutils.core: link to list of Trove classifiers  (2006-04-13)
 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  389 open ( -3) /  3117 closed (+23) /  3506 total (+20)
Bugs:  901 open ( -6) /  5687 closed (+41) /  6588 total (+35)
RFE :  214 open ( +1) /   206 closed ( +4) /   420 total ( +5)

New / Reopened Patches
__

Minimalist fix for bug 1446847  (2006-03-17)
CLOSED http://python.org/sf/1452332  opened by  Nick Coghlan

N-d array interface for array object  (2006-03-17)
   http://python.org/sf/1452906  opened by  Alexander Belopolsky

IDNA codec simplification  (2006-03-18)
   http://python.org/sf/1453235  opened by  Walter Dörwald

popen2 new parameter and setpgid  (2006-03-20)
CLOSED http://python.org/sf/1454425  opened by  Oskar Anderö

2 Tools for easy inter-thread communication-Queue,threading  (2006-03-20)
   http://python.org/sf/1454452  opened by  kxroberto

Make thread stack size runtime tunable  (2006-03-20)
   http://python.org/sf/1454481  opened by  Andrew I MacIntyre

patch for SIGSEGV in arraymodule.c  (2006-03-20)
   http://python.org/sf/1454485  reopened by  tbmetin

patch for SIGSEGV in arraymodule.c  (2006-03-20)
   http://python.org/sf/1454485  opened by  Baris Metin

Use dlopen() to load extensions on Darwin, where possible  (2006-03-20)
   http://python.org/sf/1454844  opened by  Zach Pincus

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

timestamp() method for datetime objects  (2006-03-23)
CLOSED http://python.org/sf/1457227  opened by  Chris AtLee

Support different GPG keys in upload --sign  (2006-03-23)
   http://python.org/sf/1457316  opened by  Stefan Behnel

patch for building trunk with VC6  (2006-03-24)
   http://python.org/sf/1457736  opened by  ocean-city

floor division  (2006-03-25)
CLOSED http://python.org/sf/1458419  opened by  Andy

Improved PySet C API  (2006-03-25)
CLOSED http://python.org/sf/1458476  opened by  Barry A. Warsaw

Mutable Iterators PEP  (2006-03-26)
   http://python.org/sf/1459011  opened by  Adam DePrince

Install PKG-INFO with packages  (2006-03-27)
   http://python.org/sf/1459476  opened by  Phillip J. Eby

Add docs for zlib.decompressobj.flush optional param  (2006-03-27)
CLOSED http://python.org/sf/1459630  opened by  Chris AtLee

Update docs for zlib.decompressobj.flush()  (2006-03-27)
   http://python.org/sf/1459631  opened by  Chris AtLee

convenient Message.as_string to use mangle_from_=unixfrom ?  (2006-03-28)
   http://python.org/sf/1459867  opened by  kxroberto

Patches Closed
__

PEP 338 implementation  (2006-02-11)
   http://python.org/sf/1429601  closed by  ncoghlan

patch for 1441408  compiler fails to spot extended slice  (2006-03-10)
   http://python.org/sf/1446847  closed by  ncoghlan

Minimalist fix for bug 1441408  (2006-03-17)
   http://python.org/sf/1452332  closed by  ncoghlan

PEP 338 documentation  (2006-02-11)
   http://python.org/sf/1429605  closed by  ncoghlan

error checking after PyXXX_New  (2006-03-08)
   http://python.org/sf/1445505  closed by  gbrandl

audioop - alaw encoding/decoding added, code updated  (2005-07-02)
   http://python.org/sf/1231053  closed by  anthonybaxter

Method for cell objects to access contents  (2005-03-25)
   http://python.org/sf/1170323  closed by  gbrandl

Incremental codecs for CJKCodecs  (2006-03-05)
   http://python.org/sf/1443155  closed by  perky

A wait4() implementation  (2005-09-30)
   http://python.org/sf/1309579  closed by  nnorwitz

Make itertools.tee participate in GC  (2006-03-06)
   http://python.org/sf/1444398  closed by  twouters

more leaky, leaky  (2006-03-07)
   http://python.org/sf/1445431  closed by  nnorwitz

Some fixes for the binary distribution builder  (2005-12-14)
   http://python.org/sf/1380777  closed by  ronaldoussoren

popen2 new parameter and setpgid  (2006-03-20)
   http://python.org/sf/1454425  closed by  oskar_andero

CALL_ATTR opcode  (2003-03-26)
   http://python.org/sf/709744  closed by  twouters

FreeBSD is system scope threads capable  (2006-01-04)
   http://python.org/sf/1396919  closed by  perky

timestamp() method for datetime objects  (2006-03-23)
   http://python.org/sf/1457227  closed by  gvanrossum

Add method to function objects to simplify decoration  (2005-03-12)
   http://python.org/sf/1161819  closed by  ncoghlan

Simplify using Queues with consumer threads  (2006-03-21)
   http://python.org/sf/1455676  closed by  rhettinger

floor division  (2006-03-25)
   http://python.org/sf/1458419  closed by  nnorwitz

Improved PySet C API  (2006-03-25)
   http://python.org/sf/1458476  closed by  gvanrossum

Add docs for zlib.decompressobj.flush optional param  (2006-03-27)
   http://python.org/sf/1459630  closed by  gbrandl

New / Reopened Bugs
___

xmlrpclib.py problem solved  (2006-03-17)
CLOSED http://python.org/sf/1452174  opened by  varun bhansaly

htmllib 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  392 open ( +6) /  3094 closed ( +5) /  3486 total (+11)
Bugs:  907 open (+18) /  5646 closed (+10) /  6553 total (+28)
RFE :  213 open ( +1) /   202 closed ( +1) /   415 total ( +2)

New / Reopened Patches
__

new exit and quit objects  (2006-03-09)
CLOSED http://python.org/sf/1446372  opened by  Georg Brandl

zipfile: support for ZIP64  (2006-03-09)
   http://python.org/sf/1446489  opened by  Ronald Oussoren

patch for 1441408  compiler fails to spot extended slice  (2006-03-09)
   http://python.org/sf/1446847  opened by  Grant Olson

Patch for bug 1441486: bad unary minus folding in compiler  (2006-03-09)
   http://python.org/sf/1446922  opened by  Grant Olson

logging: findCaller() sometimes raises AttributeError  (2006-03-10)
CLOSED http://python.org/sf/1447410  opened by  Kevin J Bluck

ConnectRegistry blocks all threads  (2006-03-12)
   http://python.org/sf/1448199  opened by  Lars L

decorator module  (2006-03-12)
   http://python.org/sf/1448297  opened by  Georg Brandl

declspec for ssize_t  (2006-03-12)
   http://python.org/sf/1448484  opened by  Zooko O'Whielacronx

const PyDict_Type ?  (2006-03-12)
   http://python.org/sf/1448488  opened by  Zooko O'Whielacronx

email.message.py charset can be unicode instance  (2006-03-13)
   http://python.org/sf/1449244  opened by  Tokio Kikuchi

Splitting CJK codecs from pythoncore dll  (2006-03-14)
   http://python.org/sf/1449471  opened by  Hye-Shik Chang

Patches Closed
__

new exit and quit objects  (2006-03-09)
   http://python.org/sf/1446372  closed by  gbrandl

logging: findCaller() sometimes raises AttributeError  (2006-03-10)
   http://python.org/sf/1447410  closed by  vsajip

Several minor fixes for NULL checks, etc.  (2006-03-06)
   http://python.org/sf/1444030  closed by  nnorwitz

New with semantics  (2006-03-08)
   http://python.org/sf/1445739  closed by  nnorwitz

Python memory allocator: Free memory  (2005-02-15)
   http://python.org/sf/1123430  closed by  tim_one

New / Reopened Bugs
___

extended slice behavior inconsistent with docs  (2006-03-09)
   http://python.org/sf/1446619  opened by  Steven Bethard

bug with xmlrpclib  (2006-03-09)
   http://python.org/sf/1446690  opened by  varun bhansaly

whatsnew 2.5: pep 353, python -m  (2006-03-09)
   http://python.org/sf/1447031  opened by  Gene Tani

tkinter Dialog fails when more than four buttons are used  (2006-03-10)
   http://python.org/sf/1447222  opened by  Hernan P. Dacharry

tkinter Dialog fails when more than four buttons are used  (2006-03-10)
CLOSED http://python.org/sf/1447234  opened by  Hernan P. Dacharry

Mac Framework build fails on intel  (2006-03-10)
   http://python.org/sf/1447587  opened by  Michael Mondragon

make frameworkinstall fails on Intel Macs  (2006-03-10)
   http://python.org/sf/1447607  opened by  Michael Mondragon

reindent.py exposes bug in tokenize  (2006-03-10)
CLOSED http://python.org/sf/1447633  opened by  Edward C. Jones

traceback.format_exception_only() and SyntaxError  (2006-03-11)
   http://python.org/sf/1447885  opened by  Remy Blank

Unable to stringify datetime with tzinfo  (2006-03-11)
   http://python.org/sf/1447945  opened by  Ilpo Nyyssönen

Defining a class with __dict__ brakes attributes assignment  (2006-03-11)
   http://python.org/sf/1448042  opened by  Michal Kwiatkowski

problems with too many sockets in FreeBSD  (2006-03-12)
   http://python.org/sf/1448058  opened by  aix-d

gettext.py breaks on plural-forms header  (2006-03-12)
   http://python.org/sf/1448060  opened by  Danilo Segan

re search infinite loop  (2006-03-12)
   http://python.org/sf/1448325  opened by  Don Allen

Convertion error for latin1 characters with iso-2022-jp-2  (2006-03-12)
CLOSED http://python.org/sf/1448490  opened by  Francois Duranleau

asyncore dispatcher.__getattr__() masks self._map  (2006-03-12)
   http://python.org/sf/1448639  opened by  Doug White

datetime.__init__ cannot be overridden  (2006-03-13)
CLOSED http://python.org/sf/1448640  opened by  Martin Blais

Subscript operations generating incorrect code  (2006-03-13)
CLOSED http://python.org/sf/1448804  opened by  Nick Coghlan

urllib2+https+proxy not working  (2006-03-13)
   http://python.org/sf/1448934  opened by  Rui Martins

urllib2+https+proxy not working  (2006-03-14)
CLOSED http://python.org/sf/1449397  opened by  Rui Martins

optparse: extending actions missing ALWAYS_TYPES_ACTIONS  (2006-03-13)
   http://python.org/sf/1449311  opened by  Christopher

Build of readline fails  (2006-03-14)
CLOSED http://python.org/sf/1450019  opened by  Sydney Weidman

int() and isdigit() accept non-digit numbers when using unic  (2006-03-15)
CLOSED http://python.org/sf/1450212  opened by  Pierre-Frédéric Caillaud

windows python truncates files when reading them  (2006-03-15)
CLOSED 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  386 open ( +4) /  3089 closed (+10) /  3475 total (+14)
Bugs:  889 open ( +9) /  5636 closed (+12) /  6525 total (+21)
RFE :  212 open ( +1) /   201 closed ( +0) /   413 total ( +1)

New / Reopened Patches
__

db4.4 support for bsddb  (2006-03-02)
CLOSED http://python.org/sf/1441660  opened by  Jérome Laheurte

Faster list comprehensions  (2006-03-03)
CLOSED http://python.org/sf/1442442  opened by  Collin Winter

Add support for the If-Modified-Since header  (2006-03-03)
   http://python.org/sf/1442867  opened by  Shannon -jj Behrens

PyLong_FromString optimization  (2006-03-04)
   http://python.org/sf/1442927  opened by  Alan McIntyre

Incremental codecs for CJKCodecs  (2006-03-05)
   http://python.org/sf/1443155  opened by  Hye-Shik Chang

Remove bad PREDICT in ceval.c  (2006-03-04)
   http://python.org/sf/1443159  opened by  Collin Winter

gc.get_count() and other changes  (2006-03-05)
CLOSED http://python.org/sf/1443865  opened by  Barry A. Warsaw

email/charset.py convert() patch  (2006-03-06)
   http://python.org/sf/1443875  opened by  Tokio Kikuchi

Various minor fixes for NULL checks, etc.  (2006-03-06)
   http://python.org/sf/1444030  opened by  Hye-Shik Chang

Make itertools.tee participate in GC  (2006-03-06)
   http://python.org/sf/1444398  opened by  Thomas Wouters

kwdargs for compile/__import__  (2006-03-07)
   http://python.org/sf/1444529  opened by  Thomas Wouters

New with semantics  (2006-03-08)
   http://python.org/sf/1445739  opened by  Guido van Rossum

Patches Closed
__

db4.4 support for bsddb  (2006-03-02)
   http://python.org/sf/1441660  closed by  nnorwitz

Inconsistency in os' function naming  (2006-03-01)
   http://python.org/sf/1440928  closed by  gvanrossum

PEP 357 --- adding nb_index  (2006-02-21)
   http://python.org/sf/1436368  closed by  gvanrossum

Faster list comprehensions  (2006-03-03)
   http://python.org/sf/1442442  closed by  nnorwitz

The email package needs an application type  (2006-02-04)
   http://python.org/sf/1424065  closed by  bwarsaw

Size of time_t changed to 64 bits in MSVC++ 2005 CRT  (2006-02-24)
   http://python.org/sf/1437769  closed by  loewis

gc.get_count() and other changes  (2006-03-05)
   http://python.org/sf/1443865  closed by  bwarsaw

StreamReader.readline with size reading multiple lines  (2005-12-13)
   http://python.org/sf/1379332  closed by  doerwalter

Make property use the getter's __doc__ if no doc argument  (2006-02-18)
   http://python.org/sf/1434038  closed by  gbrandl

New / Reopened Bugs
___

yet another svn head compiler change  (2006-03-02)
   http://python.org/sf/1441486  opened by  Michael Hudson

socket read() can cause MemoryError in Windows  (2006-03-02)
   http://python.org/sf/1441530  opened by  taukki

Omission in docs for urllib2.urlopen()  (2006-03-02)
   http://python.org/sf/1441864  opened by  Kent Johnson

A (treaded) Python crash only on dual core machines  (2006-03-02)
CLOSED http://python.org/sf/1441884  opened by  Robert Kiendl

Multiple simultaneous sendtos on AF_UNIX socket broken.  (2006-03-02)
   http://python.org/sf/1441984  opened by  Brian Brunswick

Traceback in pydoc  (2006-03-02)
CLOSED http://python.org/sf/1442012  opened by  Thomas Heller

IDLE shell window gets very slow when displaying long lines  (2006-03-03)
   http://python.org/sf/1442493  opened by  Heiko Selber

os.listdir doesn't release GIL  (2006-02-15)
CLOSED http://python.org/sf/1432525  reopened by  gvanrossum

docs for os.statvfs miss f_bsize parameter  (2006-03-03)
CLOSED http://python.org/sf/1442767  opened by  Chris Cogdon

handling comments with markupbase and HTMLParser  (2006-03-03)
   http://python.org/sf/1442874  opened by  Daniel

Bad Coroutine link  (2006-03-04)
CLOSED http://python.org/sf/1442937  opened by  Paddy McCarthy

Pickle protocol 2 fails on private slots.  (2006-03-05)
   http://python.org/sf/1443328  opened by  Daniele Varrazzo

locale.getpreferredencoding() dies when setlocale fails  (2006-03-05)
   http://python.org/sf/1443504  opened by  Catherine Devlin

email 3.0+ stops parsing headers prematurely  (2006-03-05)
   http://python.org/sf/1443866  opened by  Mark Sapiro

os.open() Documentation  (2006-03-06)
   http://python.org/sf/1444104  opened by  Thomas Guettler

subprocess test cases fail with noexec-mounted /tmp  (2006-03-06)
   http://python.org/sf/108  opened by  Wummel

Pointer freed twice in Py_InitializeEx()  (2006-03-07)
   http://python.org/sf/1444893  opened by  athorp

getpass.getpass queries on STDOUT not STERR (*nix)  (2006-03-07)
   http://python.org/sf/1445068  opened by  Jon Lasser

embedding Python causes memory leaks  (2006-03-08)
   http://python.org/sf/1445210  opened by  Andrew Trevorrow

install fails on hard link  (2006-03-08)
   

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  382 open ( -3) /  3079 closed (+12) /  3461 total ( +9)
Bugs:  880 open (+16) /  5624 closed ( +3) /  6504 total (+19)
RFE :  211 open ( +0) /   201 closed ( +1) /   412 total ( +1)

New / Reopened Patches
__

PEP 357 --- adding nb_index  (2006-02-21)
   http://python.org/sf/1436368  opened by  Travis Oliphant

Test of PEP 357  (2006-02-21)
CLOSED http://python.org/sf/1436377  opened by  Travis Oliphant

Size of time_t changed to 64 bits in MSVC++ 2005 CRT  (2006-02-23)
   http://python.org/sf/1437769  opened by  Atul Varma

dict.getdefault() implementation  (2006-02-24)
CLOSED http://python.org/sf/1438113  opened by  Barry A. Warsaw

PEP 0328 (relative import) implementation  (2006-02-24)
CLOSED http://python.org/sf/1438387  opened by  Thomas Wouters

Patch for bug  1438185: os.renames deletes junction points  (2006-02-26)
   http://python.org/sf/1439312  opened by  Grant Olson

issue syntax warning for with becoming a keyword  (2006-02-27)
CLOSED http://python.org/sf/1439917  opened by  Neal Norwitz

Add col information to parse  ast nodes  (2006-02-28)
CLOSED http://python.org/sf/1440601  opened by  John Ehresman

asdl generation changes  (2006-02-28)
CLOSED http://python.org/sf/1440620  opened by  John Ehresman

Stop help() crashing with incorrect privileges  (2006-03-01)
   http://python.org/sf/1440660  opened by  splitscreen

Inconsistency in os' function naming  (2006-03-01)
   http://python.org/sf/1440928  opened by  Frederik 'Freso' S. Olesen

Updated Demo\parser\unpack.py  (2006-03-02)
   http://python.org/sf/1441452  opened by  John Ehresman

Patches Closed
__

Implement PEP 357 for real  (2006-02-11)
   http://python.org/sf/1429591  deleted by  teoliphant

Test of PEP 357  (2006-02-21)
   http://python.org/sf/1436377  deleted by  teoliphant

add collections.defaultdict  (2006-02-17)
   http://python.org/sf/1433928  closed by  gvanrossum

dict.getdefault() implementation  (2006-02-24)
   http://python.org/sf/1438113  closed by  gvanrossum

PEP 0328 (relative import) implementation  (2006-02-24)
   http://python.org/sf/1438387  closed by  nnorwitz

PyThreadState_Delete doesnt' clean autoTLSkey  (2006-01-23)
   http://python.org/sf/1413181  closed by  tim_one

issue syntax warning for with becoming a keyword  (2006-02-27)
   http://python.org/sf/1439917  closed by  nnorwitz

PEP 343 with statement  (2006-02-21)
   http://python.org/sf/1435715  closed by  gvanrossum

Inline Lambda patch  (2006-02-18)
   http://python.org/sf/1434008  closed by  loewis

More easily extensible logging module  (2006-01-22)
   http://python.org/sf/1412054  closed by  vsajip

Add col information to parse  ast nodes  (2006-02-28)
   http://python.org/sf/1440601  closed by  loewis

asdl generation changes  (2006-02-28)
   http://python.org/sf/1440620  closed by  jpe

new-style exceptions  (2005-01-18)
   http://python.org/sf/1104669  closed by  bcannon

unknown locale: lt_LT (patch)  (2005-02-08)
   http://python.org/sf/1118341  closed by  nerijus

New / Reopened Bugs
___

urllib has trouble with Windows filenames  (2006-02-21)
   http://python.org/sf/1436428  opened by  Donovan Eastman

length of unicode string changes print behaviour  (2006-02-22)
   http://python.org/sf/1436532  opened by  James

urllib.py overwrite HTTPError code with 200  (2005-04-06)
   http://python.org/sf/1178141  reopened by  gbrandl

Problem parsing cmdline parameter quoted with a trailing \  (2006-02-22)
CLOSED http://python.org/sf/1436900  opened by  Wai Yip Tung

continue in .pdbrc has no effect  (2006-02-22)
   http://python.org/sf/1437051  opened by  Coolheads Consulting

can't send files via ftp on my MacOS X 10.3.9  (2006-02-23)
   http://python.org/sf/1437614  opened by  Li Quid

robotparser crashes if robots.txt contains non-ASCII  (2006-02-23)
   http://python.org/sf/1437699  opened by  osvenskan

Problems w/ expat 1.95.7 vs. Python 2.4  (2006-02-23)
   http://python.org/sf/1437785  opened by  Skip Montanaro

os.renames() crashes NTFS junctions  (2006-02-24)
   http://python.org/sf/1438185  opened by  Daniel Rohlfing

shutil.move raises OSError when copystat fails  (2006-02-25)
   http://python.org/sf/1438480  opened by  Joe Wreschnig

modules search in help() crashes on insufficient file perms  (2006-02-25)
   http://python.org/sf/1438537  opened by  A. Coder

test -e is not portable (Solaris 2.7)  (2006-02-27)
   http://python.org/sf/1439538  opened by  HÃ¥vard Tveite

file to store pickled object should be opened in binary mode  (2006-02-27)
   http://python.org/sf/1439659  opened by  Raghuram Devarakonda

email.Generator is not idempotent  (2006-02-28)
   http://python.org/sf/1440472  opened by  WonderClown

UnicodeWriter: utf-8 hardcoded instead of self.encoding  (2006-03-01)
   

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  385 open (-14) /  3067 closed (+25) /  3452 total (+11)
Bugs:  864 open (-59) /  5621 closed (+68) /  6485 total ( +9)
RFE :  211 open ( +2) /   200 closed ( +2) /   411 total ( +4)

New / Reopened Patches
__

GNU uses double-dashes not single  (2006-02-16)
   http://python.org/sf/1433148  opened by  splitscreen

restrict codec lookup to encodings package  (2006-02-16)
CLOSED http://python.org/sf/1433198  reopened by  lemburg

restrict codec lookup to encodings package  (2006-02-16)
CLOSED http://python.org/sf/1433198  opened by  Guido van Rossum

add on_missing() and default_factory to dict  (2006-02-17)
   http://python.org/sf/1433928  opened by  Guido van Rossum

CHM file contains proprietary link format  (2006-02-18)
   http://python.org/sf/1434298  opened by  Alexander Schremmer

Patch to support lots of file descriptors  (2006-02-19)
   http://python.org/sf/1434657  opened by  Sven Berkvens-Matthijsse

Add copy() method to zlib's compress and decompress objects  (2006-02-20)
   http://python.org/sf/1435422  opened by  Chris AtLee

PEP 343 with statement  (2006-02-21)
   http://python.org/sf/1435715  opened by  mbland

Incremental codecs  (2006-02-21)
   http://python.org/sf/1436130  opened by  Walter Dörwald

fix inplace assignment for immutable sequences  (2006-02-21)
   http://python.org/sf/1436226  opened by  Georg Brandl

Patches Closed
__

GNU uses double-dashes not single  (2006-02-16)
   http://python.org/sf/1433166  deleted by  gvanrossum

restrict codec lookup to encodings package  (2006-02-16)
   http://python.org/sf/1433198  closed by  lemburg

restrict codec lookup to encodings package  (2006-02-16)
   http://python.org/sf/1433198  closed by  lemburg

use computed goto's in ceval loop  (2006-01-18)
   http://python.org/sf/1408710  closed by  loewis

have SimpleHTTPServer return last-modified headers  (2006-01-28)
   http://python.org/sf/1417555  closed by  birkenfeld

Feed style codec API  (2005-01-12)
   http://python.org/sf/1101097  closed by  lemburg

chunk.py can't handle 2GB chunks  (2005-12-05)
   http://python.org/sf/1373643  closed by  birkenfeld

Fix of bug 1366000  (2005-11-30)
   http://python.org/sf/1370147  closed by  birkenfeld

Optional second argument for startfile  (2005-12-29)
   http://python.org/sf/1393157  closed by  birkenfeld

Clairify docs on reference stealing  (2006-01-26)
   http://python.org/sf/1415507  closed by  birkenfeld

urllib proxy_bypass broken  (2006-02-07)
   http://python.org/sf/1426648  closed by  birkenfeld

Speed up EnumKey call  (2004-06-22)
   http://python.org/sf/977553  closed by  birkenfeld

[PATCH] Bug #1351707  (2005-11-10)
   http://python.org/sf/1352711  closed by  birkenfeld

fileinput patch for bug #1336582  (2005-10-25)
   http://python.org/sf/1337756  closed by  birkenfeld

Fix for int(string, base) wrong answers  (2005-10-22)
   http://python.org/sf/1334979  closed by  birkenfeld

[PATCH] 100x optimization for ngettext  (2005-11-06)
   http://python.org/sf/1349274  closed by  birkenfeld

commands.getstatusoutput()  (2005-11-02)
   http://python.org/sf/1346211  closed by  birkenfeld

two fileinput enhancements (fileno, openhook)  (2005-06-05)
   http://python.org/sf/1215184  closed by  birkenfeld

mode argument for fileinput class  (2005-05-31)
   http://python.org/sf/1212287  closed by  birkenfeld

do not add directory of sys.argv[0] into sys.path  (2004-05-02)
   http://python.org/sf/946373  closed by  gbrandl

prefix and exec_prefix as root dir bug  (2004-04-08)
   http://python.org/sf/931938  closed by  gbrandl

New / Reopened Bugs
___

optparse docs double-dash confusion  (2006-02-16)
   http://python.org/sf/1432838  opened by  John Veness

Logging hangs thread after detaching a StreamHandler's termi  (2006-02-13)
CLOSED http://python.org/sf/1431253  reopened by  yangzhang

os.path.expandvars sometimes doesn't expand $HOSTNAME  (2006-02-17)
CLOSED http://python.org/sf/1433667  opened by  Doug Fort

normalize function in minidom unlinks empty child nodes  (2006-02-17)
   http://python.org/sf/1433694  opened by  RomanKliotzkin

string parameter to ioctl not null terminated, includes fix  (2006-02-17)
   http://python.org/sf/1433877  opened by  Quentin Barnes

pointer aliasing causes core dump, with workaround  (2006-02-17)
   http://python.org/sf/1433886  opened by  Quentin Barnes

Python crash on __init__/__getattr__/__setattr__ interaction  (2004-04-26)
CLOSED http://python.org/sf/942706  reopened by  hhas

Crash when decoding UTF8  (2006-02-20)
CLOSED http://python.org/sf/1435487  opened by  Viktor Ferenczi

CGIHTTPServer doesn't handle path names with embeded space  (2006-02-21)
   http://python.org/sf/1436206  opened by  Richard Coupland

Bugs Closed
___

Logging hangs thread 

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  391 open ( +0) /  3038 closed (+10) /  3429 total (+10)
Bugs:  915 open ( +9) /  5540 closed (+21) /  6455 total (+30)
RFE :  209 open ( +2) /   197 closed ( +0) /   406 total ( +2)

New / Reopened Patches
__

difflib exceeding recursion limit  (2006-01-24)
CLOSED http://python.org/sf/1413711  opened by  Gustavo Niemeyer

Patch for bug #1380970  (2006-01-25)
   http://python.org/sf/1414934  opened by  Collin Winter

Clairify docs on reference stealing  (2006-01-26)
   http://python.org/sf/1415507  opened by  Collin Winter

optparse enable_interspersed_args disable_interspersed_args  (2006-01-26)
   http://python.org/sf/1415508  opened by  Rocky Bernstein

Configure patch for Mac OS X 10.3  (2006-01-27)
   http://python.org/sf/1416559  opened by  Ronald Oussoren

have SimpleHTTPServer return last-modified headers  (2006-01-28)
   http://python.org/sf/1417555  opened by  Aaron Swartz

Fix be be documentation typo in lang ref  (2006-02-01)
CLOSED http://python.org/sf/1421726  opened by  Wummel

Changes to nis module to support multiple NIS domains  (2006-02-02)
CLOSED http://python.org/sf/1422385  opened by  Ben Bell

Patches Closed
__

difflib exceeding recursion limit  (2006-01-24)
   http://python.org/sf/1413711  closed by  niemeyer

fix bsddb test associate problems w/bsddb 4.1  (2006-01-16)
   http://python.org/sf/1407992  closed by  greg

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
   http://python.org/sf/1349118  closed by  loewis

bsddb3 build problems on FreeBSD (2.4 + 2.5)  (2005-02-22)
   http://python.org/sf/1146231  closed by  greg

Add support for db 4.3  (2004-11-23)
   http://python.org/sf/1071911  closed by  nnorwitz

zipfile: use correct system type on unixy systems  (2006-01-23)
   http://python.org/sf/1412872  closed by  loewis

Fill out the functional module  (2006-01-22)
   http://python.org/sf/1412451  closed by  rhettinger

Fix be be documentation typo in lang ref  (2006-02-01)
   http://python.org/sf/1421726  closed by  effbot

Changes to nis module to support multiple NIS domains  (2006-02-02)
   http://python.org/sf/1422385  closed by  loewis

anonymous mmap  (2006-01-16)
   http://python.org/sf/1407135  closed by  nnorwitz

New / Reopened Bugs
___

Popenhangs with latest Cygwin update  (2006-01-23)
CLOSED http://python.org/sf/1413378  opened by  Eric McRae

Popened file object close hangs in latest Cygwin update  (2006-01-23)
   http://python.org/sf/1413379  opened by  Eric McRae

zipfile: inserting some filenames produces corrupt .zips  (2006-01-24)
   http://python.org/sf/1413790  opened by  Grant Olson

email.Utils.py: UnicodeError in RFC2322 header  (2006-01-25)
   http://python.org/sf/1414018  opened by  A. Sagawa

Can only install 1 of each version of Python on Windows  (2006-01-25)
CLOSED http://python.org/sf/1414612  opened by  Max M Rasmussen

Underspecified behaviour of string.split/rsplit  (2006-01-25)
   http://python.org/sf/1414673  opened by  Collin Winter

inconsistency in help(set)  (2006-01-25)
   http://python.org/sf/1414697  opened by  Gregory Petrosyan

Typo in online documentation - 6.8.3.6 Replacing popen2.*  (2006-01-26)
CLOSED http://python.org/sf/1415455  opened by  Phil Wright

Inconsistency between StringIO and cStringIO  (2006-01-27)
   http://python.org/sf/1416477  opened by  Michael Kerrin

Problem with SOAPpy on 64-bit systems  (2006-01-27)
CLOSED http://python.org/sf/1416544  opened by  Gustavo J. A. M. Carneiro

SimpleHTTPServer doesn't return last-modified headers  (2006-01-28)
   http://python.org/sf/1417554  opened by  Aaron Swartz

EditorWindow demo causes attr-error  (2006-01-29)
   http://python.org/sf/1417598  opened by  snowman

float/atof have become locale aware  (2006-01-29)
   http://python.org/sf/1417699  opened by  Bernhard Herzog

PyRun_SimpleString won't parse \\x  (2006-01-30)
CLOSED http://python.org/sf/1418374  opened by  gnupun

PyImport_AppendInittab stores pointer to parameter  (2006-01-31)
   http://python.org/sf/1419652  opened by  coder_5

class dictionary shortcircuits __getattr__  (2006-01-31)
   http://python.org/sf/1419989  opened by  Shaun Cutts

IMPORT PROBLEM: Local submodule shadows global module  (2006-02-01)
   http://python.org/sf/1421513  opened by  Jens Engel

[win32] stderr atty encoding not set  (2006-02-01)
   http://python.org/sf/1421664  opened by  Snaury

http response dictionary incomplete  (2006-02-01)
   http://python.org/sf/1421696  opened by  Jim Jewett

CVS (not SVN) mentioned in Python FAQ  (2006-02-01)
CLOSED http://python.org/sf/1421811  opened by  Gregory Petrosyan

2.4.1 mentioned in Python FAQ as most stable version  (2006-02-01)
CLOSED http://python.org/sf/1421814  opened by  Gregory Petrosyan

Inconsistency in Programming FAQ  (2006-02-01)
  

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  391 open ( +7) /  3028 closed (+12) /  3419 total (+19)
Bugs:  905 open ( -4) /  5519 closed (+19) /  6424 total (+15)
RFE :  207 open ( -1) /   197 closed ( +1) /   404 total ( +0)

New / Reopened Patches
__

Patch for #1371247  (2006-01-14)
CLOSED http://python.org/sf/1406159  opened by  Peter van Kampen

Doc patch for bug #1396471  (2006-01-16)
CLOSED http://python.org/sf/1407021  opened by  Peter van Kampen

anonymous mmap  (2006-01-16)
   http://python.org/sf/1407135  opened by  Ralf Schmitt

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

Patches Closed
__

AF_NETLINK sockets basic support  (2005-01-15)
   http://python.org/sf/1103116  closed by  loewis

Further .vcproj cleanups  (2006-01-03)
   http://python.org/sf/1396093  closed by  loewis

bind() for netlink sockets  (2005-12-15)
   http://python.org/sf/1381398  closed by  loewis

Patch for #1371247  (2006-01-14)
   http://python.org/sf/1406159  closed by  birkenfeld

Doc patch for bug #1396471  (2006-01-16)
   http://python.org/sf/1407021  closed by  birkenfeld

New / Reopened Bugs
___

bz2module with no long long type support  (2006-01-16)
CLOSED http://python.org/sf/1407069  opened by  kbob_ru

urlparse does not know about sftp: urls  (2006-01-17)
CLOSED http://python.org/sf/1407902  opened by  Stuart Bishop

Bugs Closed
___

segfault when using mmap(-1,...) [+PATCH]  (2006-01-10)
   http://python.org/sf/1402308  closed by  nnorwitz

2.3.5 RPM provides incompatibility  (2006-01-11)
   http://python.org/sf/1403225  closed by  jafo

locale.windows_locale   (2005-12-01)
   http://python.org/sf/1371247  closed by  birkenfeld

file.tell() returns illegal value on Windows  (2006-01-04)
   http://python.org/sf/1396471  closed by  birkenfeld

bz2module with no long long type support  (2006-01-15)
   http://python.org/sf/1407069  closed by  nnorwitz

TimedRotatingFileHandler at midnight rolls over at 01:00  (2006-01-03)
   http://python.org/sf/1396030  closed by  vsajip

TimedRotatingFileHandler does not recover from open error  (2006-01-03)
   http://python.org/sf/1396040  closed by  vsajip

urllib2 should be more robust for sloppy proxy URLs  (2004-02-22)
   http://python.org/sf/902075  closed by  birkenfeld

urlparse does not know about sftp: urls  (2006-01-17)
   http://python.org/sf/1407902  closed by  birkenfeld

in email can't get attachments' filenames using get_filename  (2006-01-11)
   http://python.org/sf/1403349  closed by  bwarsaw

RFE Closed
__

python.org - add RFE tracker  (2006-01-05)
   http://python.org/sf/1397806  closed by  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 (Revised)

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

Patches :  391 open ( +7) /  3028 closed (+12) /  3419 total (+19)
Bugs:  906 open ( -3) /  5519 closed (+19) /  6425 total (+16)
RFE :  207 open ( -1) /   197 closed ( +1) /   404 total ( +0)

New / Reopened Patches
__

Patch for #1371247  (2006-01-14)
CLOSED http://python.org/sf/1406159  opened by  Peter van Kampen

Doc patch for bug #1396471  (2006-01-16)
CLOSED http://python.org/sf/1407021  opened by  Peter van Kampen

anonymous mmap  (2006-01-16)
   http://python.org/sf/1407135  opened by  Ralf Schmitt

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

fix bsddb test associate problems w/bsddb 4.1  (2006-01-16)
   http://python.org/sf/1407992  opened by  Neal Norwitz

Corrupt Berkeley DB using Modify bsddb.dbtables  (2006-01-17)
   http://python.org/sf/1408584  opened by  jross

use computed goto's in ceval loop  (2006-01-18)
   http://python.org/sf/1408710  opened by  Simon David Burton

Add foldr and foldl to functional module  (2006-01-19)
CLOSED http://python.org/sf/1410119  opened by  Collin Winter

Add 'surgical editing' to ConfigParser  (2006-01-21)
   http://python.org/sf/1410680  opened by  Tony Meyer

Add notes to the manual about `is` and methods  (2006-01-20)
   http://python.org/sf/1410739  opened by  Collin Winter

Doc patch for classmethod and staticmethod  (2006-01-20)
CLOSED http://python.org/sf/1410783  opened by  Collin Winter

Remove mention of DOS from os.py's docstring  (2006-01-20)
CLOSED http://python.org/sf/1410998  opened by  Hamish Lawson

Add DarwinPorts directories to setup.py  (2006-01-21)
CLOSED http://python.org/sf/1411588  opened by  Barry A. Warsaw

More easily extensible logging module  (2006-01-22)
   http://python.org/sf/1412054  opened by  Daniele Varrazzo

Compile under mingw properly  (2006-01-23)
   http://python.org/sf/1412448  opened by  Alexandre Girão Bezerra de Mene

Fill out the functional module  (2006-01-22)
   http://python.org/sf/1412451  opened by  Collin Winter

Proper locking with asynchronous callbacks.  (2006-01-23)
   http://python.org/sf/1412632  opened by  uiltje

zipfile: use correct system type on unixy systems  (2006-01-23)
   http://python.org/sf/1412872  opened by  Ronald Oussoren

PyThreadState_Delete doesnt' clean autoTLSkey  (2006-01-23)
   http://python.org/sf/1413181  opened by  Gabriel Becedillas

Patches Closed
__

AF_NETLINK sockets basic support  (2005-01-15)
   http://python.org/sf/1103116  closed by  loewis

Further .vcproj cleanups  (2006-01-03)
   http://python.org/sf/1396093  closed by  loewis

bind() for netlink sockets  (2005-12-15)
   http://python.org/sf/1381398  closed by  loewis

Patch for #1371247  (2006-01-14)
   http://python.org/sf/1406159  closed by  birkenfeld

Doc patch for bug #1396471  (2006-01-16)
   http://python.org/sf/1407021  closed by  birkenfeld

Add foldr and foldl to functional module  (2006-01-19)
   http://python.org/sf/1410119  closed by  collinwinter

Need warning that `dl` module can cause segfaults/crashes  (2006-01-11)
   http://python.org/sf/1402224  closed by  birkenfeld

Doc patch for classmethod and staticmethod  (2006-01-20)
   http://python.org/sf/1410783  closed by  birkenfeld

Make unittest.TestCase easier to subclass  (2005-12-22)
   http://python.org/sf/1388073  closed by  birkenfeld

Remove mention of DOS from os.py's docstring  (2006-01-20)
   http://python.org/sf/1410998  closed by  birkenfeld

fix UnixBrowswer failure when no browser running  (2005-12-03)
   http://python.org/sf/1372125  closed by  birkenfeld

Add DarwinPorts directories to setup.py  (2006-01-21)
   http://python.org/sf/1411588  closed by  bwarsaw

New / Reopened Bugs
___

bz2module with no long long type support  (2006-01-16)
CLOSED http://python.org/sf/1407069  opened by  kbob_ru

urlparse does not know about sftp: urls  (2006-01-17)
CLOSED http://python.org/sf/1407902  opened by  Stuart Bishop

email.Message should supress warning from uu.decode  (2006-01-18)
   http://python.org/sf/1409403  opened by  Mark Sapiro

frame-f_lasti not always correct  (2006-01-18)
   http://python.org/sf/1409443  opened by  John Ehresman

email.Message.set_payload followed by bad result get_payload  (2006-01-18)
   http://python.org/sf/1409455  opened by  Mark Sapiro

email.Utils.parseaddr() gives arcane result  (2006-01-18)
   http://python.org/sf/1409460  opened by  Mark Sapiro

email.Charset.py CODEC_MAP no longer requires 'japanese'  (2006-01-19)
   http://python.org/sf/1409538  opened by  Tokio Kikuchi

urllib2.urlopen() hangs due to use of socket._fileobject?  (2006-01-20)
   http://python.org/sf/1411097  opened by  John J Lee

print statement in libref index broken  (2006-01-21)
   http://python.org/sf/1411674  opened by  

[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  384 open ( +2) /  3016 closed (+13) /  3400 total (+15)
Bugs:  909 open ( +6) /  5500 closed (+21) /  6409 total (+27)
RFE :  208 open ( +5) /   196 closed ( +1) /   404 total ( +6)

New / Reopened Patches
__

add support for thread function result storage  (2006-01-02)
   http://python.org/sf/1395552  opened by  tosi-in

Nit: incorrect subsection LaTeX label in cookielib docs  (2006-01-03)
CLOSED http://python.org/sf/1395715  opened by  John J Lee

Further .vcproj cleanups  (2006-01-03)
   http://python.org/sf/1396093  opened by  Adal Chiriliuc

FreeBSD is system scope threads capable  (2006-01-04)
   http://python.org/sf/1396919  opened by  Valts

Fix dict and set docs, re: immutability  (2006-01-05)
   http://python.org/sf/1397711  opened by  Collin Winter

dictnotes.txt  (2006-01-05)
   http://python.org/sf/1397848  opened by  Jim Jewett

File-iteration and read* method protection  (2006-01-05)
   http://python.org/sf/1397960  opened by  Thomas Wouters

ConfigParser to save with order  (2006-01-07)
   http://python.org/sf/1399309  opened by  Facundo Batista

enhance unittest to define tests that *should* fail  (2006-01-08)
   http://python.org/sf/1399935  opened by  Neal Norwitz

unicode formats floats according to locale  (2006-01-09)
CLOSED http://python.org/sf/1400181  opened by  Neal Norwitz

Need warning that `dl` module can cause segfaults/crashes  (2006-01-10)
   http://python.org/sf/1402224  opened by  Tim Delaney

Fix dictionary subclass semantics when used as global dicts.  (2006-01-10)
   http://python.org/sf/1402289  opened by  crutcher

Suggested patch for #1403410  (2006-01-13)
CLOSED http://python.org/sf/1404357  opened by  Peter van Kampen

Patch for #1394565  (2006-01-13)
CLOSED http://python.org/sf/1404374  opened by  Peter van Kampen

Patches Closed
__

dict.merge  (2005-12-27)
   http://python.org/sf/1391204  closed by  gvanrossum

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
   http://python.org/sf/1117398  closed by  nnorwitz

Nit: incorrect subsection LaTeX label in cookielib docs  (2006-01-03)
   http://python.org/sf/1395715  closed by  birkenfeld

mingw compile  (2004-10-25)
   http://python.org/sf/1053879  closed by  loewis

skip winsound for Windows/IA64 build  (2005-03-09)
   http://python.org/sf/1160169  closed by  loewis

PCbuild vcproj project files need a cleanup  (2005-09-29)
   http://python.org/sf/1307806  closed by  loewis

look in libbsd.a also for openpty and forkpty  (2004-01-22)
   http://python.org/sf/881820  closed by  loewis

UTF-8-Sig codec  (2005-04-05)
   http://python.org/sf/1177307  closed by  loewis

fix for distutils upload command  (2005-09-23)
   http://python.org/sf/1299675  closed by  loewis

unicode formats floats according to locale  (2006-01-09)
   http://python.org/sf/1400181  closed by  nnorwitz

Python crashes in pyexpat.c if malformed XML is parsed  (2005-03-31)
   http://python.org/sf/1173998  closed by  nnorwitz

Suggested patch for #1403410  (2006-01-13)
   http://python.org/sf/1404357  closed by  birkenfeld

Patch for #1394565  (2006-01-13)
   http://python.org/sf/1404374  closed by  birkenfeld

New / Reopened Bugs
___

errata  (2006-01-01)
CLOSED http://python.org/sf/1394868  opened by  Chad Whitacre

os.remove should behave like rm, not unlink  (2006-01-02)
CLOSED http://python.org/sf/1395442  opened by  Chad Whitacre

Please document pyc format guarantees  (2006-01-02)
CLOSED http://python.org/sf/1395511  opened by  Joe Wreschnig

module os, very small doc inconsistency  (2006-01-02)
CLOSED http://python.org/sf/1395597  opened by  tiissa

Can't build Python on POSIX w/o $HOME  (2004-05-24)
   http://python.org/sf/959576  reopened by  birkenfeld

make fails trying to run svnversion  (2006-01-03)
CLOSED http://python.org/sf/1395926  opened by  M.-A. Lemburg

TimedRotatingFileHandler at midnight rolls over at 01:00  (2006-01-03)
   http://python.org/sf/1396030  opened by  Andrew Waters

TimedRotatingFileHandler does not recover from open error  (2006-01-03)
   http://python.org/sf/1396040  opened by  Andrew Waters

KeyboardInterrupt prevents return to Windows console  (2006-01-03)
   http://python.org/sf/1396258  opened by  Vernon Cole

file.tell() returns illegal value on Windows  (2006-01-03)
   http://python.org/sf/1396471  opened by  Tom Goddard

urlparse is confused by /  (2006-01-04)
   http://python.org/sf/1396543  opened by  John Hansen

TimedRotatingFileHandler midnight rollover time increases  (2006-01-04)
   http://python.org/sf/1396622  opened by  Andrew Waters

bsddb.__init__ causes error  (2006-01-04)
   http://python.org/sf/1396678  opened by  Fabian_M

%ehrntDRT support for time.strptime   (2006-01-04)
   http://python.org/sf/1396946  opened by  Johan Dahlin

no 

[Python-Dev] Weekly Python Patch/Bug Summary

2005-12-31 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  382 open ( +3) /  3003 closed ( +1) /  3385 total ( +4)
Bugs:  903 open (-11) /  5479 closed (+27) /  6382 total (+16)
RFE :  203 open ( -1) /   195 closed ( +2) /   398 total ( +1)

New / Reopened Patches
__

NotImplemented-TypeError in __add__ and __mul__  (2005-12-26)
CLOSED http://python.org/sf/1390657  opened by  Armin Rigo

dict.merge  (2005-12-27)
   http://python.org/sf/1391204  opened by  Nicolas Lehuen

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
   http://python.org/sf/1117398  reopened by  jjlee

Optional second argument for startfile  (2005-12-29)
   http://python.org/sf/1393157  opened by  Thomas Heller

Add restart debugger command to pdb.py  (2005-12-30)
   http://python.org/sf/1393667  opened by  Rocky Bernstein

Patches Closed
__

NotImplemented-TypeError in __add__ and __mul__  (2005-12-26)
   http://python.org/sf/1390657  closed by  arigo

weakref callbacks are called only if the weakref is alive  (2005-12-12)
   http://python.org/sf/1379023  closed by  arigo

New / Reopened Bugs
___

Incorrectly docs for return values of set update methods  (2005-12-24)
CLOSED http://python.org/sf/1389673  opened by  Collin Winter

Fxn call in _elementtree.c has incorrect signedness  (2005-12-24)
CLOSED http://python.org/sf/1389809  opened by  Brett Cannon

_winreg specifies EnvironmentError instead of WindowsError  (2005-12-21)
CLOSED http://python.org/sf/1386675  reopened by  birkenfeld

ScrolledText hungs up in some conditions  (2005-12-25)
   http://python.org/sf/1390086  opened by  dani_filth

README mention --without-cxx  (2005-12-25)
   http://python.org/sf/1390321  opened by  Aahz

time docs lack %F in strftime!  (2005-12-26)
CLOSED http://python.org/sf/1390605  opened by  Nikos Kouremenos

split() breaks no-break spaces  (2005-12-26)
CLOSED http://python.org/sf/1390608  opened by  MvR

time.strftime('%F', local_time) is okay but time.strptime no  (2005-12-26)
CLOSED http://python.org/sf/1390629  opened by  Nikos Kouremenos

lambda functions confused when mapped in dictionary object  (2005-12-27)
CLOSED http://python.org/sf/1390991  opened by  Samuel Hsiung

missing module names in email package  (2005-12-27)
   http://python.org/sf/1391608  opened by  Gabriel Genellina

floating point literals don't work in non-US locale in 2.5  (2005-12-28)
   http://python.org/sf/1391872  opened by  Fredrik Lundh

build fails on BSD 3.8  (2005-12-30)
   http://python.org/sf/1392915  opened by  George Yoshida

cannot build SVN trunk on old systems  (2005-12-29)
   http://python.org/sf/1393109  opened by  Fredrik Lundh

Deleting first item causes anydbm.first() to fail  (2005-12-30)
   http://python.org/sf/1394135  opened by  Dan Bisalputra

urllib2 raises exception when page redirects to itself  (2005-12-31)
CLOSED http://python.org/sf/1394453  opened by  René Pijlman

SimpleHTTPServer doesn't understand query arguments  (2005-12-31)
   http://python.org/sf/1394565  opened by  Aaron Swartz

'Plus' filemode exposes uninitialized memory on win32  (2005-12-31)
   http://python.org/sf/1394612  opened by  Cory Dodt

Bugs Closed
___

Decimal sqrt() ignores rounding  (2005-12-23)
   http://python.org/sf/1388949  closed by  facundobatista

Incorrect docs for return values of set update methods  (2005-12-24)
   http://python.org/sf/1389673  closed by  birkenfeld

Fxn call in _elementtree.c has incorrect signedness  (2005-12-25)
   http://python.org/sf/1389809  closed by  effbot

_winreg specifies EnvironmentError instead of WindowsError  (2005-12-21)
   http://python.org/sf/1386675  closed by  birkenfeld

time docs lack %F in strftime!  (2005-12-26)
   http://python.org/sf/1390605  closed by  birkenfeld

split() breaks no-break spaces  (2005-12-26)
   http://python.org/sf/1390608  closed by  lemburg

time.strftime('%F', local_time) is okay but time.strptime no  (2005-12-26)
   http://python.org/sf/1390629  closed by  birkenfeld

metaclasses, __getattr__, and special methods  (2003-04-29)
   http://python.org/sf/729913  closed by  arigo

special methods become static  (2004-11-15)
   http://python.org/sf/1066490  closed by  arigo

len() on class broken  (2005-12-16)
   http://python.org/sf/1382740  closed by  arigo

urllib.url2pathname, pathname2url doc strings inconsistent  (2002-12-07)
   http://python.org/sf/649974  closed by  birkenfeld

PyLong_AsVoidPtr()/PyLong_FromVoidPtr()  (2002-12-14)
   http://python.org/sf/653542  closed by  birkenfeld

Acrobat Reader 5 compatibility  (2003-04-14)
   http://python.org/sf/721160  closed by  birkenfeld

Calling socket.recv() with a large number breaks  (2003-06-17)
   http://python.org/sf/756104  closed by  birkenfeld

Automated daily documentation builds  (2002-06-26)
   http://python.org/sf/574241  closed by  

[Python-Dev] Weekly Python Patch/Bug Summary

2005-12-23 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  379 open ( -4) /  3002 closed (+12) /  3381 total ( +8)
Bugs:  914 open (-13) /  5452 closed (+37) /  6366 total (+24)
RFE :  204 open ( +0) /   193 closed ( +1) /   397 total ( +1)

New / Reopened Patches
__

Some fixes for the binary distribution builder  (2005-12-14)
   http://python.org/sf/1380777  opened by  Ronald Oussoren

Fix bug read() would hang on ssl socket if settimeout() used  (2005-12-15)
   http://python.org/sf/1380952  opened by  Arkadiusz Miskiewicz

bind() for netlink sockets  (2005-12-15)
   http://python.org/sf/1381398  opened by  Timo Metsälä

list.count() patch for feature request 1370948  (2005-12-15)
CLOSED http://python.org/sf/1382087  opened by  Mike Fondo

Expose Subversion revision number  (2005-12-16)
CLOSED http://python.org/sf/1382163  opened by  Barry A. Warsaw

Specify new reference return value for PyObject_Call  (2005-12-17)
CLOSED http://python.org/sf/1383115  opened by  Farshid Lashkari

Make unittest.TestCase easier to subclass  (2005-12-22)
   http://python.org/sf/1388073  opened by  Collin Winter

add more readline support  (2005-12-22)
   http://python.org/sf/1388440  opened by  Sebastien Boving

Patches Closed
__

PyXxx_Check() speed-up  (2005-02-27)
   http://python.org/sf/1153056  closed by  arigo

[PATCH] mmap fails on AMD64  (2005-11-24)
   http://python.org/sf/1365916  closed by  nnorwitz

list.count() patch for feature request 1370948  (2005-12-15)
   http://python.org/sf/1382087  closed by  gvanrossum

Expose Subversion revision number  (2005-12-16)
   http://python.org/sf/1382163  closed by  bwarsaw

fix description of format_exc in traceback doc  (2005-12-09)
   http://python.org/sf/1376914  closed by  birkenfeld

xml.parsers.expat documentation fix  (2005-12-10)
   http://python.org/sf/1377848  closed by  birkenfeld

correct display of pathnames in SimpleHTTPServer  (2005-11-18)
   http://python.org/sf/1360443  closed by  birkenfeld

PEP 341 - Unification of try/except and try/finally  (2005-11-13)
   http://python.org/sf/1355913  closed by  nnorwitz

Specify new reference return value for PyObject_Call  (2005-12-17)
   http://python.org/sf/1383115  closed by  effbot

LibRef: reworked chapter organization  (2005-12-07)
   http://python.org/sf/1375417  closed by  akuchling

cookielib LWPCookieJar and MozillaCookieJar exceptions  (2005-02-06)
   http://python.org/sf/1117398  closed by  nnorwitz

cookielib mis-handles RFC 2109 cookies in Netscape mode  (2005-03-04)
   http://python.org/sf/1157027  closed by  nnorwitz

New / Reopened Bugs
___

split() description not fully accurate  (2005-12-14)
   http://python.org/sf/1380970  opened by  K.C.

csv.reader endless loop   (2005-12-15)
   http://python.org/sf/1381476  opened by  Christian Harms

mode 't' not documented as posssible mode for file built-in  (2005-12-15)
   http://python.org/sf/1381717  opened by  Simo Salminen

cElementTree only supports a few encodings  (2005-12-15)
CLOSED http://python.org/sf/1381939  opened by  Fredrik Lundh

MacRoman Encoding Bug (OHM vs. OMEGA)  (2005-12-16)
CLOSED http://python.org/sf/1382096  opened by  Sean B. Palmer

Tutorial section 9.5.1 ignores MRO for new-style classes  (2005-12-16)
   http://python.org/sf/1382213  opened by  GaryD

--install-base not honored on win32  (2005-12-16)
   http://python.org/sf/1382562  opened by  John Ehresman

len() on class broken  (2005-12-16)
   http://python.org/sf/1382740  reopened by  kquick

len() on class broken  (2005-12-16)
   http://python.org/sf/1382740  opened by  Kevin Quick

len() on class broken  (2005-12-16)
CLOSED http://python.org/sf/1382815  opened by  Kevin Quick

MacOS.WMAvailable() doesn't launch Python.app properly  (2005-12-17)
CLOSED http://python.org/sf/1383644  opened by  has

random module - Provider DLL failed to initialize correctly  (2005-12-18)
   http://python.org/sf/1384175  opened by  Greg Hazel

exec statement link in index broken  (2005-12-19)
   http://python.org/sf/1385004  opened by  Harri Pasanen

compiler module does not detect a syntax error  (2005-12-19)
   http://python.org/sf/1385040  opened by  Harri Pasanen

execfile anomaly with from __future__ import division  (2005-12-19)
CLOSED http://python.org/sf/1385055  opened by  Harri Pasanen

_winreg specifies EnvironmentError instead of WindowsError  (2005-12-21)
   http://python.org/sf/1386675  opened by  Tony Meyer

sys.path[0] when executed thru a symbolic link  (2005-12-21)
CLOSED http://python.org/sf/1387483  opened by  Tomasz Kowaltowski

weird behavior when assigning locals() to a variable  (2005-12-22)
CLOSED http://python.org/sf/1387650  opened by  Samuel Bayer

Minor error in md5 docs  (2005-12-22)
CLOSED http://python.org/sf/1388141  opened by  Kent Johnson

bug in rstrip  lstrip  (2005-12-23)
CLOSED 

[Python-Dev] Weekly Python Patch/Bug Summary

2005-12-13 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  383 open (+11) /  2990 closed (+10) /  3373 total (+21)
Bugs:  927 open (+19) /  5415 closed (+20) /  6342 total (+39)
RFE :  204 open ( +4) /   192 closed ( +1) /   396 total ( +5)

New / Reopened Patches
__

use PyOS_ReadlineFunctionPointer in non-interractive input   (2004-05-18)
CLOSED http://python.org/sf/955928  reopened by  loewis

use PyOS_ReadlineFunctionPointer in non-interractive input   (2005-11-27)
   http://python.org/sf/1367628  opened by  Gregory Lielens

Remove usage of UserDict from os.py  (2005-11-27)
   http://python.org/sf/1367711  opened by  Wolfgang Langner

replace usage of UserDict with new dict class  (2005-11-27)
CLOSED http://python.org/sf/1367717  opened by  Wolfgang Langner

email/Charset.py  (2005-11-28)
   http://python.org/sf/1368247  opened by  Damjan Georgievski

UUID module for Python  (2005-11-29)
   http://python.org/sf/1368955  opened by  Ka-Ping Yee

Module fixedlenfields for standard lib  (2005-11-29)
   http://python.org/sf/1369028  opened by  Michael Ströder

Fix of bug 1366000  (2005-11-30)
   http://python.org/sf/1370147  opened by  STINNER Victor

ConfigParser to accept a custom dict to allow ordering  (2005-12-01)
   http://python.org/sf/1371075  opened by  Micah Elliott

fix UnixBrowswer failure when no browser running  (2005-12-02)
   http://python.org/sf/1372125  opened by  Greg Couch

tiny chunk of unused code in cookielib  (2005-12-04)
CLOSED http://python.org/sf/1372836  opened by  John J Lee

Missing \versionadded in urllib2 and cookielib docs  (2005-12-04)
CLOSED http://python.org/sf/1372995  opened by  John J Lee

chunk.py can't handle 2GB chunks  (2005-12-05)
   http://python.org/sf/1373643  opened by  Christer Weinigel

Tweak pprint.PrettyPrinter.format for subclassing  (2005-12-05)
   http://python.org/sf/1373762  opened by  Mark Hirota

Broader iterable support for xmlrpclib  (2005-12-05)
   http://python.org/sf/1374063  opened by  Skip Montanaro

Improper handling of duplicate cookies  (2005-12-06)
   http://python.org/sf/1375011  opened by  Viraj Alankar

LibRef: reworked chapter organization  (2005-12-07)
   http://python.org/sf/1375417  opened by  A.M. Kuchling

subprocess.CalledProcessError uses errno incorrectly  (2005-12-08)
   http://python.org/sf/1376309  opened by  Michael Hoffman

Use 'seealso' to add examples to LibRef  (2005-12-08)
   http://python.org/sf/1376361  opened by  A.M. Kuchling

fix description of format_exc in traceback doc  (2005-12-08)
   http://python.org/sf/1376914  opened by  Ilya Sandler

xml.parsers.expat documentation fix  (2005-12-10)
   http://python.org/sf/1377848  opened by  Ori Avtalion

weakref callbacks are called only if the weakref is alive  (2005-12-12)
   http://python.org/sf/1379023  opened by  Noam Raphael

StreamReader.readline with size reading multiple lines  (2005-12-13)
   http://python.org/sf/1379332  opened by  Matthew Mueller

Patches Closed
__

use PyOS_ReadlineFunctionPointer in non-interractive input   (2004-05-18)
   http://python.org/sf/955928  closed by  greglielens

use PyOS_ReadlineFunctionPointer in non-interractive input   (2004-05-18)
   http://python.org/sf/955928  closed by  greglielens

EditorWindow's title with non-ASCII chars.  (2005-03-14)
   http://python.org/sf/1162825  closed by  loewis

Fix for signal related abort in Visual Studio 2005  (2005-11-07)
   http://python.org/sf/1350409  closed by  loewis

PyOS_Readline  (2005-07-04)
   http://python.org/sf/1232343  closed by  dalcinl

PyOS_Readline  (2005-07-04)
   http://python.org/sf/1232343  deleted by  dalcinl

cgi: replace usage of UserDict with new dict class  (2005-11-27)
   http://python.org/sf/1367717  closed by  tds33

tiny chunk of unused code in cookielib  (2005-12-04)
   http://python.org/sf/1372836  closed by  akuchling

SimpleXMLRPCServer.py optional allow_none argument  (2004-02-09)
   http://python.org/sf/893642  closed by  akuchling

SimpleXMLRPCServer optional allow_none / encoding arguments  (2004-10-02)
   http://python.org/sf/1039083  closed by  akuchling

Missing \versionadded in urllib2 and cookielib docs  (2005-12-04)
   http://python.org/sf/1372995  closed by  akuchling

Adding new regrtest resource 'urlfetch'  (2005-08-30)
   http://python.org/sf/1276356  closed by  perky

New / Reopened Bugs
___

maximum length not enforce in cgi.parse()  (2005-11-27)
   http://python.org/sf/1367631  opened by  Andrew Rogers

loogger module locks  (2005-11-27)
   http://python.org/sf/1367814  opened by  Chris Fuller

fix for scheme identification in urllib2?  (2005-11-28)
   http://python.org/sf/1368312  opened by  Ben Boals

prompt_user_passwd() in FancyURLopener  (2005-11-28)
   http://python.org/sf/1368368  opened by  Björn Lindqvist

python.dir still refers to 

[Python-Dev] Weekly Python Patch/Bug Summary

2005-11-26 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  372 open ( -7) /  2980 closed (+12) /  3352 total ( +5)
Bugs:  908 open ( -2) /  5395 closed (+11) /  6303 total ( +9)
RFE :  200 open ( +0) /   191 closed ( +0) /   391 total ( +0)

New / Reopened Patches
__

CodeContext - Improved text indentation  (2005-11-21)
   http://python.org/sf/1362975  opened by  Tal Einat

test_cmd_line expecting English error messages   (2005-11-23)
CLOSED http://python.org/sf/1364545  opened by  A.B., Khalid

Add reference for en/decode error types  (2005-11-23)
CLOSED http://python.org/sf/1364946  opened by  Wummel

[PATCH] mmap fails on AMD64  (2005-11-24)
   http://python.org/sf/1365916  opened by  Joe Wreschnig

Patches Closed
__

zlib.crc32 doesn't handle 0x seed  (2005-11-07)
   http://python.org/sf/1350573  closed by  akuchling

xml.dom.minidom.Node.replaceChild(obj, x, x) removes child x  (2005-01-01)
   http://python.org/sf/1094164  closed by  akuchling

Patch for (Doc) #1255218  (2005-10-17)
   http://python.org/sf/1328526  closed by  birkenfeld

Patch for (Doc) #1261659  (2005-10-17)
   http://python.org/sf/1328566  closed by  birkenfeld

Patch for (Doc) #1357604  (2005-11-18)
   http://python.org/sf/1359879  closed by  birkenfeld

CallTip Modifications  (2005-05-11)
   http://python.org/sf/1200038  closed by  kbk

ensure lock is released if exception is raised  (2005-10-05)
   http://python.org/sf/1314396  closed by  bcannon

test_cmd_line expecting English error messages   (2005-11-23)
   http://python.org/sf/1364545  closed by  doerwalter

ToolTip.py: fix main() function  (2005-10-06)
   http://python.org/sf/1315161  closed by  kbk

Add reference for en/decode error types  (2005-11-23)
   http://python.org/sf/1364946  closed by  doerwalter

solaris 10 should not define _XOPEN_SOURCE_EXTENDED  (2005-06-27)
   http://python.org/sf/1227966  closed by  loewis

Solaris 10 fails to compile complexobject.c [FIX incl.]  (2005-02-05)
   http://python.org/sf/1116722  closed by  loewis

New / Reopened Bugs
___

textwrap.dedent() expands tabs  (2005-11-19)
   http://python.org/sf/1361643  opened by  Steven Bethard

Text.edit_modified() doesn't work  (2005-11-20)
   http://python.org/sf/1362475  opened by  Ron Provost

Problem with tapedevices and the tarfile module  (2005-11-21)
   http://python.org/sf/1362587  opened by  Henrik

spawnlp is missing  (2005-11-21)
   http://python.org/sf/1363104  opened by  Greg MacDonald

A possible thinko in the description of os/chmod  (2005-11-22)
CLOSED http://python.org/sf/1363712  opened by  Evgeny Roubinchtein

urllib cannot open data: urls  (2005-11-25)
CLOSED http://python.org/sf/1365984  opened by  Warren Butler

Bug bz2.BZ2File(...).seek(0,2)  (2005-11-25)
   http://python.org/sf/1366000  opened by  STINNER Victor

inoorrect documentation for optparse  (2005-11-25)
   http://python.org/sf/1366250  opened by  Michael Dunn

SRE engine do not release the GIL  (2005-11-25)
   http://python.org/sf/1366311  opened by  Eric Noyau

inspect.getdoc fails on objs that use property for __doc__  (2005-11-26)
   http://python.org/sf/1367183  opened by  Drew Perttula

Bugs Closed
___

A possible thinko in the description of os.chmod  (2005-11-22)
   http://python.org/sf/1363712  closed by  birkenfeld

docs need to discuss // and __future__.division  (2001-08-08)
   http://python.org/sf/449093  closed by  akuchling

Prefer configured browser over Mozilla and friends  (2005-11-17)
   http://python.org/sf/1359150  closed by  birkenfeld

Incorrect documentation of raw unidaq string literals  (2005-11-17)
   http://python.org/sf/1359053  closed by  birkenfeld

appropriately decorated is undefined in MultiFile.push doc  (2005-08-09)
   http://python.org/sf/1255218  closed by  birkenfeld

Tutorial doesn't cover * and ** function calls  (2005-08-17)
   http://python.org/sf/1261659  closed by  birkenfeld

os.path.makedirs DOES handle UNC paths  (2005-11-15)
   http://python.org/sf/1357604  closed by  birkenfeld

Exec Inside A Function  (2005-04-06)
   http://python.org/sf/1177811  closed by  birkenfeld

Py_BuildValue k format units don't work with big values  (2005-09-04)
   http://python.org/sf/1281408  closed by  birkenfeld

urllib cannot open data: urls  (2005-11-25)
   http://python.org/sf/1365984  closed by  birkenfeld

imaplib: parsing INTERNALDATE  (2003-03-06)
   http://python.org/sf/698706  closed by  birkenfeld

___
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-11-18 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  379 open (+14) /  2968 closed ( +7) /  3347 total (+21)
Bugs:  910 open ( +6) /  5384 closed (+17) /  6294 total (+23)
RFE :  200 open ( +0) /   191 closed ( +2) /   391 total ( +2)

New / Reopened Patches
__

PythonD DJGPP-specific patch set for porting to DOS.  (2005-11-08)
   http://python.org/sf/1351020  opened by  Ben Decker

PythonD new file: python2.4/plat-ms-dos5/djstat.py  (2005-11-08)
   http://python.org/sf/1351036  opened by  Ben Decker

askyesnocancel helper for tkMessageBox  (2005-11-08)
   http://python.org/sf/1351744  opened by  Fredrik Lundh

fix for resource leak in _subprocess  (2005-11-09)
CLOSED http://python.org/sf/1351997  opened by  Fredrik Lundh

[PATCH] Bug #1351707  (2005-11-10)
   http://python.org/sf/1352711  opened by  Thomas Lee

Small upgrades to platform.platform()  (2005-11-10)
   http://python.org/sf/1352731  opened by  daishi harada

a faster Modulefinder  (2005-11-11)
   http://python.org/sf/1353872  opened by  Thomas Heller

support whence argument for GzipFile.seek (bug #1316069)  (2005-11-12)
   http://python.org/sf/1355023  opened by  Fredrik Lundh

PEP 341 - Unification of try/except and try/finally  (2005-11-14)
   http://python.org/sf/1355913  opened by  Thomas Lee

Delete Python-ast.[ch] during make depclean (#1355883)  (2005-11-14)
CLOSED http://python.org/sf/1355940  opened by  Thomas Lee

Python-ast.h  Python-ast.c generated twice (#1355883)  (2005-11-14)
   http://python.org/sf/1355971  opened by  Thomas Lee

Sort nodes when writing to file  (2005-11-14)
CLOSED http://python.org/sf/1356571  opened by  Johan Ström

potential crash and free memory read  (2005-11-15)
   http://python.org/sf/1357836  opened by  Neal Norwitz

ftplib dir() problem with certain servers  (2005-11-17)
   http://python.org/sf/1359217  opened by  Stuart D. Gathman

Iterating closed StringIO.StringIO  (2005-11-18)
   http://python.org/sf/1359365  opened by  Walter Dörwald

Speed charmap encoder  (2005-11-18)
   http://python.org/sf/1359618  opened by  Martin v. Löwis

Patch for (Doc) #1357604  (2005-11-18)
   http://python.org/sf/1359879  opened by  Peter van Kampen

Add XML-RPC Fault Interoperability to XMLRPC libraries  (2005-11-18)
   http://python.org/sf/1360243  opened by  Joshua Ginsberg

correct display of pathnames in SimpleHTTPServer  (2005-11-18)
   http://python.org/sf/1360443  opened by  Ori Avtalion

Auto Complete module for IDLE  (2005-11-19)
   http://python.org/sf/1361016  opened by  Jerry

Patches Closed
__

Redundant connect() call in logging.handlers.SysLogHandler  (2005-11-07)
   http://python.org/sf/1350658  closed by  vsajip

incomplete support for AF_PACKET in socketmodule.c  (2004-11-19)
   http://python.org/sf/1069624  closed by  gustavo

fix for resource leak in _subprocess  (2005-11-09)
   http://python.org/sf/1351997  closed by  effbot

Info Associated with Merge to AST  (2005-01-07)
   http://python.org/sf/1097671  closed by  kbk

Delete Python-ast.[ch] during make depclean (#1355883)  (2005-11-13)
   http://python.org/sf/1355940  closed by  montanaro

Sort nodes when writing to file  (2005-11-14)
   http://python.org/sf/1356571  closed by  effbot

CodeContext - an extension to show you where you are  (2004-04-16)
   http://python.org/sf/936169  closed by  kbk

New / Reopened Bugs
___

win32serviceutil bug  (2005-11-08)
CLOSED http://python.org/sf/1351545  opened by  Tim Graber

Switch to make pprint.pprint display ints and longs in hex  (2005-11-08)
   http://python.org/sf/1351692  opened by  Mark Hirota

zipimport produces incomplete IOError instances  (2005-11-08)
   http://python.org/sf/1351707  opened by  Fred L. Drake, Jr.

CVS webbrowser.py (1.40) bugs  (2005-10-26)
CLOSED http://python.org/sf/1338995  reopened by  montanaro

SVN webbrowser.py fix 41419 didn't  (2005-11-09)
   http://python.org/sf/1352621  opened by  Greg Couch

poplib.POP3_SSL() class incompatible with socket.timeout  (2005-11-10)
   http://python.org/sf/1353269  opened by  Charles

Http redirection error in urllib2.py  (2005-11-10)
   http://python.org/sf/1353433  opened by  Thomas Dehn

Python drops core when stdin is bogus  (2005-11-10)
   http://python.org/sf/1353504  opened by  Skip Montanaro

Error in documentation for os.walk  (2005-11-11)
CLOSED http://python.org/sf/1353793  opened by  Martin Geisler

logging: Default handlers broken  (2005-11-11)
CLOSED http://python.org/sf/1354052  opened by  Jonathan S. Joseph

Interactive help fails with Windows Installer  (2005-11-11)
CLOSED http://python.org/sf/1354265  opened by  Colin J. Williams

shutil.move() does not preserve ownership  (2005-11-13)
   http://python.org/sf/1355826  opened by  lightweight

Incorrect Decimal-float behavior for +  (2005-11-13)
   http://python.org/sf/1355842  opened by 

[Python-Dev] Weekly Python Patch/Bug Summary

2005-11-07 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  365 open ( +5) /  2961 closed ( +5) /  3326 total (+10)
Bugs:  904 open (+11) /  5367 closed (+14) /  6271 total (+25)
RFE :  200 open ( +1) /   189 closed ( +0) /   389 total ( +1)

New / Reopened Patches
__

new function: os.path.relpath  (2005-10-27)
   http://python.org/sf/1339796  opened by  Richard Barran

commands.getstatusoutput()  (2005-11-02)
   http://python.org/sf/1346211  opened by  Dawa Lama 

Better dead code elimination for the AST compiler  (2005-11-02)
   http://python.org/sf/1346214  opened by  Rune Holm

A constant folding optimization pass for the AST  (2005-11-02)
   http://python.org/sf/1346238  opened by  Rune Holm

Remove inconsistent behavior between import and zipimport  (2005-11-03)
   http://python.org/sf/1346572  opened by  Osvaldo Santana Neto

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
CLOSED http://python.org/sf/1349117  opened by  Johannes Nicolai

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
   http://python.org/sf/1349118  opened by  Johannes Nicolai

[PATCH] 100x optimization for ngettext  (2005-11-06)
   http://python.org/sf/1349274  opened by  Joe Wreschnig

Fix for signal related abort in Visual Studio 2005  (2005-11-07)
   http://python.org/sf/1350409  opened by  Adal Chiriliuc

Redundant connect() call in logging.handlers.SysLogHandler  (2005-11-07)
   http://python.org/sf/1350658  opened by  Ken Lalonde

Patches Closed
__

tarfile.py: fix for bug #1336623  (2005-10-26)
   http://python.org/sf/1338314  closed by  nnorwitz

Python 2.4.2 doesn't build with --without-threads  (2005-10-22)
   http://python.org/sf/1335054  closed by  nnorwitz

Speedup PyUnicode_DecodeCharmap  (2005-10-05)
   http://python.org/sf/1313939  closed by  lemburg

Allow use of non-latin1 chars in interactive shell  (2005-10-21)
   http://python.org/sf/1333679  closed by  loewis

Patch f. bug 495682 cannot handle http_proxy with user:pass@  (2005-11-05)
   http://python.org/sf/1349117  closed by  birkenfeld

New / Reopened Bugs
___

CVS webbrowser.py (1.40) bugs  (2005-10-27)
CLOSED http://python.org/sf/1339806  opened by  Greg Couch

TAB SETTINGS DONT WORK (win)  (2005-10-27)
   http://python.org/sf/1339883  opened by  reson5

time.strptime() with bad % code throws bad exception  (2005-10-27)
CLOSED http://python.org/sf/1340337  opened by  Steve R. Hastings

mmap does not accept length as 0  (2005-10-28)
   http://python.org/sf/1341031  opened by  liturgist

\n is incorrectly represented  (2005-10-30)
CLOSED http://python.org/sf/1341934  opened by  Pavel

Tkinter.Menu.delete doesn't delete command of entry  (2005-10-30)
   http://python.org/sf/1342811  opened by  Sverker Nilsson

Broken docs for os.removedirs  (2005-10-31)
   http://python.org/sf/1343671  opened by  David Kågedal

UNIX mmap leaks file descriptors  (2005-11-01)
CLOSED http://python.org/sf/1344508  opened by  Erwin S. Andreasen

colorsys tests, bug in frange  (2005-11-01)
CLOSED http://python.org/sf/1345263  opened by  Rune Holm

Python 2.4 and 2.3.5 won't build on OpenBSD 3.7  (2005-11-01)
   http://python.org/sf/1345313  opened by  Dan

doc typo  (2005-11-02)
CLOSED http://python.org/sf/1346026  opened by  Keith Briggs

Segfaults from unaligned loads in floatobject.c  (2005-11-02)
   http://python.org/sf/1346144  opened by  Rune Holm

Missing import in documentation  (2005-11-03)
CLOSED http://python.org/sf/1346395  opened by  Aggelos Orfanakos

selectmodule.c calls PyInt_AsLong without error checking  (2005-11-03)
CLOSED http://python.org/sf/1346533  opened by  Luke

_subprocess.c calls PyInt_AsLong without error checking  (2005-11-03)
   http://python.org/sf/1346547  opened by  Luke

httplib simply ignores CONTINUE  (2005-11-03)
   http://python.org/sf/1346874  opened by  Mike Looijmans

FeedParser does not comply with RFC2822  (2005-11-04)
   http://python.org/sf/1347874  opened by  Julian Phillips

pydoc seems to run some scripts!  (2005-11-04)
   http://python.org/sf/1348477  opened by  Olly Betts

email.Generators does not separates headers with \r\n  (2005-11-05)
   http://python.org/sf/1349106  opened by  Manlio Perillo

xmlrpclib does not use http proxy  (2005-11-06)
   http://python.org/sf/1349316  opened by  greatred

urllib.urlencode provides two features in one param  (2005-11-06)
   http://python.org/sf/1349732  opened by  Ori Avtalion

urllib2 blocked from news.google.com  (2005-11-07)
CLOSED http://python.org/sf/1349977  opened by  Michael Hoisie

built-in method .__cmp__  (2005-11-07)
   http://python.org/sf/1350060  opened by  Armin Rigo

setdlopenflags leads to crash upon import  (2005-11-07)
   http://python.org/sf/1350188  opened by  John Pye

CVS migration not in www.python.org docs  (2005-11-07)
   

[Python-Dev] Weekly Python Patch/Bug Summary

2005-10-27 Thread Kurt B. Kaiser
Patch / Bug Summary
___

Patches :  360 open (+16) /  2956 closed ( +1) /  3316 total (+17)
Bugs:  893 open (+10) /  5353 closed (+12) /  6246 total (+22)
RFE :  199 open ( -2) /   189 closed ( +2) /   388 total ( +0)

New / Reopened Patches
__

Patch for (Doc) #1255218  (2005-10-17)
   http://python.org/sf/1328526  opened by  Peter van Kampen

Patch for (Doc) #1261659  (2005-10-17)
   http://python.org/sf/1328566  opened by  Peter van Kampen

pclose raises spurious exception on win32  (2005-10-17)
   http://python.org/sf/1328851  opened by  Guido van Rossum

datetime/xmlrpclib.DateTime comparison  (2005-10-18)
   http://python.org/sf/1330538  opened by  Skip Montanaro

tarfile.py: fix for 1330039  (2005-10-19)
CLOSED http://python.org/sf/1331635  opened by  Lars Gustäbel

Allow use of non-latin1 chars in interactive shell  (2005-10-21)
   http://python.org/sf/1333679  opened by  Noam Raphael

Fix for int(string, base) wrong answers  (2005-10-22)
   http://python.org/sf/1334979  opened by  Adam Olsen

Patch to implement PEP 351  (2005-10-23)
   http://python.org/sf/1335812  opened by  Barry A. Warsaw

Fix for int(string, base) wrong answers (take 2)  (2005-10-24)
   http://python.org/sf/1335972  opened by  Alan McIntyre

remove 4 ints from PyFrameObject  (2005-10-24)
   http://python.org/sf/1337051  opened by  Neal Norwitz

Elemental Security contribution - parsexml.py  (2005-10-25)
   http://python.org/sf/1337648  opened by  Guido van Rossum

 Elemental Security contribution - pgen2 package  (2005-10-25)
   http://python.org/sf/1337696  opened by  Guido van Rossum

fileinput patch for bug #1336582  (2005-10-25)
   http://python.org/sf/1337756  opened by  A. Murat EREN

Inconsistent use of buffer interface in string and unicode  (2005-10-25)
   http://python.org/sf/1337876  opened by  Phil Thompson

tarfile.py: fix for bug #1336623  (2005-10-26)
   http://python.org/sf/1338314  opened by  Lars Gustäbel

cross compile and mingw support  (2005-10-27)
   http://python.org/sf/1339673  opened by  Jan Nieuwenhuizen

Patches Closed
__

tarfile.py: fix for 1330039  (2005-10-19)
   http://python.org/sf/1331635  closed by  nnorwitz

New / Reopened Bugs
___

HTTPResponse instance has no attribute 'fileno'  (2005-10-16)
   http://python.org/sf/1327971  opened by  Kevin Dwyer

__getslice__ taking priority over __getitem__  (2005-10-17)
   http://python.org/sf/1328278  opened by  Josh Marshall

os-process.html  (2005-10-17)
CLOSED http://python.org/sf/1328915  opened by  Noah Spurrier

Empty Generator doesn't evaluate as False  (2005-10-17)
CLOSED http://python.org/sf/1328959  opened by  Christian Höltje

tarfile.add() produces hard links instead of normal files  (2005-10-18)
CLOSED http://python.org/sf/1330039  opened by  Martin Pitt

utf 7 codec broken  (2005-10-19)
CLOSED http://python.org/sf/1331062  opened by  Ralf Schmitt

string_subscript doesn't check for failed PyMem_Malloc  (2005-10-19)
CLOSED http://python.org/sf/1331563  opened by  Adam Olsen

Incorrect use of -L/usr/lib/termcap  (2005-10-19)
   http://python.org/sf/1332732  opened by  Robert M. Zigweid

Inaccurate footnote 1 in Lib ref, sect 2.3.6.4  (2005-10-20)
CLOSED http://python.org/sf/1332780  opened by  Andy

BSD DB test failures for BSD DB 3.2  (2005-10-19)
   http://python.org/sf/1332852  opened by  Neal Norwitz

 Fatal Python error: Interpreter not initialized   (2005-10-20)
   http://python.org/sf/1332869  opened by  Andrew Mitchell

BSD DB test failures for BSD DB 4.1  (2005-10-19)
   http://python.org/sf/1332873  opened by  Neal Norwitz

Bugs of the new AST compiler  (2005-10-21)
   http://python.org/sf/1333982  opened by  Armin Rigo

int(string, base) wrong answers  (2005-10-22)
   http://python.org/sf/1334662  opened by  Tim Peters

Python 2.4.2 doesn't build with --without-threads  (2005-10-22)
   http://python.org/sf/1335054  opened by  Gunter Ohrner

fileinput device or resource busy error  (2005-10-24)
   http://python.org/sf/1336582  opened by  A. Murat EREN

tarfile can't extract some tar archives..  (2005-10-24)
   http://python.org/sf/1336623  opened by  A. Murat EREN

Python.h should include system headers properly [POSIX]  (2005-10-25)
   http://python.org/sf/1337400  opened by  Dimitri Papadopoulos

IDLE, F5 – wrong external file content on error.  (2005-10-26)
   http://python.org/sf/1337987  opened by  MvGulik

doctest mishandles exceptions raised within generators  (2005-10-26)
   http://python.org/sf/1337990  opened by  Tim Wegener

Memory keeping  (2005-10-26)
   http://python.org/sf/1338264  opened by  sin

CVS webbrowser.py (1.40) bugs  (2005-10-26)
   http://python.org/sf/1338995  opened by  Greg Couch

shelve.Shelf.__del__ throws exceptions  (2005-10-26)
   http://python.org/sf/1339007  opened by  Geoffrey T. Dairiki


[Python-Dev] Weekly Python Patch/Bug Summary

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

Patches :  344 open ( +3) /  2955 closed ( +2) /  3299 total ( +5)
Bugs:  883 open ( -1) /  5341 closed (+20) /  6224 total (+19)
RFE :  201 open ( +5) /   187 closed ( +0) /   388 total ( +5)

New / Reopened Patches
__

Compiling and linking main() with C++ compiler  (2005-10-12)
   http://python.org/sf/1324762  opened by  Christoph Ludwig

Adding redblack tree to collections module  (2005-10-12)
   http://python.org/sf/1324770  opened by  Hye-Shik Chang

Letting build_ext --libraries take more than one lib  (2005-10-13)
   http://python.org/sf/1326113  opened by  Stephen A. Langer

VS NET 2003 Project Files contain per file compiler settings  (2005-10-15)
   http://python.org/sf/1327377  opened by  Juan-Carlos Lopez-Garcia

Static Windows Build fails to locate existing installation  (2005-10-15)
   http://python.org/sf/1327594  opened by  Doe, Baby

Patches Closed
__

Encoding alias unicode-1-1-utf-7  (2005-07-26)
   http://python.org/sf/1245379  closed by  doerwalter

Py_INCREF/Py_DECREF with magic constant demo  (2005-10-07)
   http://python.org/sf/1316653  closed by  rhamphoryncus

New / Reopened Bugs
___

irregular behavior within class using __setitem__  (2005-10-08)
CLOSED http://python.org/sf/1317376  opened by  capnSTABN

Missing Library Modules  (2005-10-09)
CLOSED http://python.org/sf/1321736  opened by  George LeCompte

Minor error in the Library Reference doc  (2005-10-10)
CLOSED http://python.org/sf/1323294  opened by  Colin J. Williams

getwindowsversion() constants in sys module  (2005-10-11)
   http://python.org/sf/1323369  opened by  Tony Meyer

C API doc for PySequence_Tuple duplicated  (2005-10-11)
CLOSED http://python.org/sf/1323739  opened by  George Yoshida

MSI installer not working  (2005-10-11)
CLOSED http://python.org/sf/1323810  opened by  Eric Rucker

ISO8859-9 broken  (2005-10-11)
   http://python.org/sf/1324237  opened by  Eray Ozkural

Curses module doesn't install on Solaris 2.8  (2005-10-12)
   http://python.org/sf/1324799  opened by  Andrew Koenig

as keyword sometimes highlighted in strings  (2005-10-12)
   http://python.org/sf/1325071  opened by  Artur de Sousa Rocha

binary code made by freeze results unknown encoding  (2005-10-13)
CLOSED http://python.org/sf/1325491  opened by  greatPython

Curses,h  (2005-10-13)
CLOSED http://python.org/sf/1325611  reopened by  rbrenner

Curses,h  (2005-10-13)
CLOSED http://python.org/sf/1325611  opened by  hafnium

Curses,h  (2005-10-13)
CLOSED http://python.org/sf/1325903  opened by  hafnium

traceback.py formats SyntaxError differently  (2005-10-13)
   http://python.org/sf/1326077  opened by  Neil Schemenauer

odd behaviour when making lists of lambda forms  (2005-10-13)
CLOSED http://python.org/sf/1326195  opened by  Johan Hidding

itertools.count wraps around after maxint  (2005-10-13)
   http://python.org/sf/1326277  opened by  paul rubin

pdb breaks programs which import from __main__  (2005-10-13)
   http://python.org/sf/1326406  opened by  Ilya Sandler

set.__getstate__ is not overriden  (2005-10-14)
   http://python.org/sf/1326448  opened by  George Sakkis

SIGALRM alarm signal kills interpreter  (2005-10-14)
CLOSED http://python.org/sf/1326841  opened by  paul rubin

wrong TypeError traceback in generator expressions  (2005-10-14)
   http://python.org/sf/1327110  opened by  Yusuke Shinyama

title() uppercases latin1 strings after accented letters  (2005-10-14)
CLOSED http://python.org/sf/1327233  opened by  Humberto Diógenes

Bugs Closed
___

Segmentation fault with invalid coding  (2005-10-07)
   http://python.org/sf/1316162  closed by  birkenfeld

irregular behavior within class using __setitem__  (2005-10-08)
   http://python.org/sf/1317376  closed by  ncoghlan

python.exe 2.4.2 compiled with VS2005 crashes  (2005-10-03)
   http://python.org/sf/1311784  closed by  loewis

2.4.2 make problems  (2005-10-03)
   http://python.org/sf/1311579  closed by  loewis

2.4.1 windows MSI has no _socket  (2005-09-24)
   http://python.org/sf/1302793  closed by  loewis

The _ssl build process for 2.3.5 is broken  (2005-09-16)
   http://python.org/sf/1292634  closed by  loewis

codecs.readline sometimes removes newline chars  (2005-04-02)
   http://python.org/sf/1175396  closed by  doerwalter

Missing Library Modules  (2005-10-09)
   http://python.org/sf/1321736  closed by  nnorwitz

inspect.getsourcelines() broken  (2005-10-07)
   http://python.org/sf/1315961  closed by  doerwalter

Minor error in the Library Reference doc  (2005-10-10)
   http://python.org/sf/1323294  closed by  nnorwitz

failure to build RPM on rhel 3  (2005-07-28)
   http://python.org/sf/1246900  closed by  jafo

C API doc for PySequence_Tuple duplicated  (2005-10-11)
   http://python.org/sf/1323739  closed by  nnorwitz

MSI installer not working  

Re: [Python-Dev] Python 2.5 and ast-branch

2005-10-06 Thread Kurt B. Kaiser
Guido van Rossum [EMAIL PROTECTED] writes:

 I happen to agree with Kurt that we should first merge the head into
 the branch; then the AST team can work on making sure the entire
 test suite passes; then they can merge back into the head.

I can be available to do this again.  It would involve freezing the
AST branch for a day.

Once the AST branch is stable, we would need to freeze everything,
merge MAIN to AST one more time to pick up the last few changes in
MAIN, and then merge the AST head back to MAIN.

By doing these merges from MAIN to AST we would have effectively moved
the AST branch point along MAIN to HEAD.  So the final join is HEAD to
AST, conducted from MAIN.  I'll run a local experiment to verify this
concept is workable.

-- 
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   >