[issue8998] add crypto routines to stdlib

2010-09-18 Thread Gregory P. Smith
Gregory P. Smith added the comment: This bug has turned into a bikeshed. Lets stop that please. I _DON'T_ care about performance when it comes to someone submitting an actual working implementation of a crypto library for inclusion with the standard library. The first priority needs to be a u

[issue2236] Distutils' mkpath implementation ignoring the "mode" parameter

2010-09-18 Thread Senthil Kumaran
Senthil Kumaran added the comment: Buildbots are green now after fixing the mode issue in the tests in r84889,r84890,r84891 -- status: open -> closed ___ Python tracker ___

[issue2236] Distutils' mkpath implementation ignoring the "mode" parameter

2010-09-18 Thread Carlos Henrique Romano
Carlos Henrique Romano added the comment: Updating test in order to consider umask, this is supposed to fix buildbot issues. -- Added file: http://bugs.python.org/file18927/python-distutils_mkpath_filemode-test-update.diff ___ Python tracker

[issue9884] The 4th parameter of method always None or 0 on x64 Windows.

2010-09-18 Thread Owen
Owen added the comment: Please reproduce this issue by 64bit Python. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue8998] add crypto routines to stdlib

2010-09-18 Thread Damjan Georgievski
Changes by Damjan Georgievski : -- nosy: -gdamjan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue9896] Introspectable range objects

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: What is the use case for this? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mail

[issue8998] add crypto routines to stdlib

2010-09-18 Thread lorph
lorph added the comment: > The solution to stop violating it is trivial, though: just add the required mention(s). That only solves the problem for Python.org. It does not solve the problem for everyone else that has to write "This product includes software developed by the OpenSSL Project fo

[issue8998] add crypto routines to stdlib

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Since libtomcrypt is public domain, you could incorporate the source > into the tree without making it a binary dependency. And then we have to maintain our copy ourselves. I'm not sure why you think this is better than depending on a system-wide install, bec

[issue1708652] Exact matching

2010-09-18 Thread Tom Lynn
Tom Lynn added the comment: (Sorry to comment on a closed issue, it was closed as I was writing this.) It's not that I'm not convinced of the need, just not of the solution. I still think that there are problems here: a) forgetting any \Z or $ terminator to .match() is easy, b) $ is easily

[issue8998] add crypto routines to stdlib

2010-09-18 Thread lorph
lorph added the comment: > It certainly makes more sense than making Python depend on *several* crypto > libraries. Since libtomcrypt is public domain, you could incorporate the source into the tree without making it a binary dependency. The same cannot be said for OpenSSL. I certainly would

[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2010-09-18 Thread Florent Xicluna
Florent Xicluna added the comment: Committed with r84888. -- assignee: -> flox resolution: accepted -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue1708652] Exact matching

2010-09-18 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailin

[issue2236] Distutils' mkpath implementation ignoring the "mode" parameter

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: All buildbots are red. -- assignee: tarek -> orsenthil nosy: +pitrou ___ Python tracker ___ ___ Pyth

[issue9896] Introspectable range objects

2010-09-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: One other thought. If there is a perceived need, I would rather an alternate approach that unifies a language a bit by letting range() expose its arguments as a slice and modify its input to accept a slice. >>> range(0, 20, 2).slice slice(0, 20, 20) >>> r

[issue8998] add crypto routines to stdlib

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > It is also not a convincing argument that new python libraries should > use OpenSSL if possible just because that is what _ssl uses. Compiling > Python with OpenSSL support has been optional because it puts > additional restrictions on the PSF license. Spreadi

[issue1708652] Exact matching

2010-09-18 Thread Matthew Barnett
Matthew Barnett added the comment: '$' matches at the end of the string or at a newline at the end of a string (if multiline mode isn't turned on). '\Z' matches only at the end of the string. If not even the OP is convinced of the need, then I have no objection to closing. -- __

[issue9896] Introspectable range objects

2010-09-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: I don't see anything wrong with this idea, but I don't really see a need for it either. AFAICT, this has never been requested in the 20 years that range() has been in Python. This is probably YAGNI. It may also be in violation of the language moratorium

[issue8998] add crypto routines to stdlib

2010-09-18 Thread lorph
lorph added the comment: > OpenSSL outperforms libtomcrypt by a significant factor (easily 2x) in most > cases. Gregory, do you have any evidence to substantiate this claim? Not that it isn't plausible, but I couldn't find any benchmarks, and here the author of libtomcrypt finds it to be 40%

[issue9810] bzip2 build sometimes fails (VS8.0)

2010-09-18 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Backported in r84881(release27-maint), r84886(release31-maint). -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue1708652] Exact matching

2010-09-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: Can we close this one? -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailin

[issue9895] Speed up test_subprocess

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Done, thank you. (r84883, r84884, r84885) -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2010-09-18 Thread Raymond Hettinger
Raymond Hettinger added the comment: This looks fine. -- assignee: barry -> resolution: -> accepted ___ Python tracker ___ ___ Pytho

[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2010-09-18 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- Removed message: http://bugs.python.org/msg63791 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : Added file: http://bugs.python.org/file18926/selectretry.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file18925/selectretry.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Here is a proof of concept patch for Python 3.2. It only wraps recv() and recv_into(). recvfrom() and recvfrom_into() should receive the same treatment, at least. -- stage: -> patch review Added file: http://bugs.python.org/file18925/selectretry.patc

[issue9895] Speed up test_subprocess

2010-09-18 Thread Florent Xicluna
Florent Xicluna added the comment: +1 fo faster regrtest -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue9895] Speed up test_subprocess

2010-09-18 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file18924/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue9895] Speed up test_subprocess

2010-09-18 Thread Florent Xicluna
Changes by Florent Xicluna : Removed file: http://bugs.python.org/file18923/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue9895] Speed up test_subprocess

2010-09-18 Thread Gregory P. Smith
Gregory P. Smith added the comment: looks good to me. commit it. :) -- Added file: http://bugs.python.org/file18924/unnamed ___ Python tracker ___looks good to me.  commit it.

[issue9895] Speed up test_subprocess

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > A few questions / clarifications: > > is errno.EMFILE portable? will that errno test work on both posix and > windows? It does (tested under Linux and a Win64 VM). > should the is_resource_enabled('subprocess') stuff be preserved (why was it > there to b

[issue9895] Speed up test_subprocess

2010-09-18 Thread Gregory P. Smith
Gregory P. Smith added the comment: Overall I like the approach. A few questions / clarifications: is errno.EMFILE portable? will that errno test work on both posix and windows? should the is_resource_enabled('subprocess') stuff be preserved (why was it there to begin with? because the old

[issue9896] Introspectable range objects

2010-09-18 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9893] Usefulness of the Misc/Vim/ files?

2010-09-18 Thread Brett Cannon
Brett Cannon added the comment: So the irony of saying that the files are poor is that I took that code from the highlight file from Vim itself and simply automated the creation of the files. As for the more proper way of selecting when to apply the highlights, I would not be surprised that

[issue9896] Introspectable range objects

2010-09-18 Thread Daniel Urban
New submission from Daniel Urban : The attached patch adds the start, stop and step members to range objects, corresponding the contructor arguments. The patch also include tests and documentation changes. -- components: Interpreter Core files: range_attrs.diff keywords: patch messages

[issue1722] Undocumented urllib functions

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mail

[issue1708] improvements for linecache

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: @umaxx are you interested in taking this forward? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Py

[issue1686] string.Template.safe_substitute fail when overriding pattern attribute

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Well what is the decision? FWIW I sway towards the +0 from msg112156 rather than the -0 from msg63791, but then what do I know? -- nosy: +BreamoreBoy ___ Python tracker __

[issue9895] Speed up test_subprocess

2010-09-18 Thread Antoine Pitrou
New submission from Antoine Pitrou : test_subprocess is currently very slow and the main culprit is test_no_leaking (here, it takes 80s out of the 100s needed for the whole run). This tests spawns as many subprocesses as would be needed to reach the max file descriptor limit. Spawning a subpro

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: @ehohenstein: sorry, I hadn't seen you'd already submitted a patch, so you may as well update it to take into account what was said above. Also, please note that this issue is not specific to windows, so it would be nice to fix it for Unices too. --

[issue9894] wrong errno check

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r84878 (3.2), r84879 (2.7) and r84880 (3.1). Thank you! -- nosy: +pitrou resolution: -> fixed status: open -> closed versions: +Python 2.7, Python 3.1 ___ Python tracker

[issue2643] mmap_object_dealloc does not call FlushViewOfFile on windows

2010-09-18 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: Any thoughts on this? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: Yes, I was concerned with the runtime overhead (especially under VMs, where clocks are emulated) and strace output ;-) As for the dull code writting, I could give it a shot unless someone else wants to go ahead. -- __

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Unfortunately, select doesn't necessarily update the timeout variable > with the remaining time, so we can't rely on this. This would mean > having the select enclosed within gettimeofday and friends, which > seems a bit overkill... Well, given the general co

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: > Unfortunately, select doesn't necessarily update the timeout variable with > the remaining time, so we can't rely on this. This would mean having the > select enclosed within gettimeofday and friends, which seems a bit overkill... How is it "overkill"

[issue9090] Error code 10035 calling socket.recv() on a socket with a timeout (WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately)

2010-09-18 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: Unfortunately, select doesn't necessarily update the timeout variable with the remaining time, so we can't rely on this. This would mean having the select enclosed within gettimeofday and friends, which seems a bit overkill... -- ___

[issue9894] wrong errno check

2010-09-18 Thread Pino Toscano
New submission from Pino Toscano : In Lib/test/test_subprocess.py there's a check of an errno value done against a number, instead of using the proper E* constants, which is not portable (POSIX does not specify any actual value of the E* constants). This makes the test test_leaking_fds_on_error

[issue9893] Usefulness of the Misc/Vim/ files?

2010-09-18 Thread Antoine Pitrou
New submission from Antoine Pitrou : While trying out vim, I noticed that the files in Misc/Vim are very poor compared to what is otherwise provided by the vim community: - highlighting including 3.x syntax: http://www.vim.org/scripts/script.php?script_id=974 - PEP 8 indentation: http://www.vim

[issue1605] Semi autogenerated _types module

2010-09-18 Thread Guido van Rossum
Guido van Rossum added the comment: I'm still against collecting all types in one module. Closing. -- status: open -> closed ___ Python tracker ___ __

[issue9892] Event spends less time in wait() than requested

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: I'm closing because there doesn't seem to be a genuine bug in Python. But thanks for reporting anyway! The threading facilities in 3.2 need real-world testing. -- resolution: -> invalid status: open -> closed ___

[issue1605] Semi autogenerated _types module

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Well, the core issue is a disagreement on the way to go. I would agree with Benjamin's and Christian's proposal, given that it's quite practical to implement. Guido's proposal means we would have to add new modules just so that the relevant C types can be exp

[issue9552] ssl build under Windows always rebuilds OpenSSL

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: The patch works here (VS 2008). -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue1616] compiler warnings

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: How many warnings are we now getting on the buildbots? -- nosy: +BreamoreBoy versions: -Python 2.6 ___ Python tracker ___ __

[issue7225] fwrite() compiler warnings

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: See also #1616 and #1621. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue1615] descriptor protocol bug

2010-09-18 Thread Benjamin Peterson
Benjamin Peterson added the comment: I consider this to be a feature. Properties can raise AttributeError to defer to __getattr__. -- nosy: +benjamin.peterson ___ Python tracker ___

[issue1615] descriptor protocol bug

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: This is still an issue with the latest trunk. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python

[issue9892] Event spends less time in wait() than requested

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > You are right, sorry. It's Windows XP Prof, Python 3.2a2. > > The differences in OS may be the cause, but the problem doesn't appear > in 3.1 on the same machine. The implementation changed between 3.1 and 3.2. On 3.1, wait() with timeout ran a polling loop

[issue1441] Cycles through ob_type aren't freed

2010-09-18 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> duplicate status: open -> closed superseder: -> __dict__ = self in subclass of dict causes a memory leak? ___ Python tracker ___

[issue1605] Semi autogenerated _types module

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is this ever likely to go anywhere? My understanding is that this would be difficult to do (or have I simply misread something?). If I'm correct, wouldn't it be better to use our limited resources elsewhere? -- nosy: +BreamoreBoy ___

[issue1602] windows console doesn't print utf8 (Py30a2)

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: @Brian/Tim what's your take on this? -- nosy: +BreamoreBoy, brian.curtin, tim.golden ___ Python tracker ___ _

[issue1584] Mac OS X: building with X11 Tkinter

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: This will go nowhere unless someone supplies a patch. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___

[issue1574] Touchpad 2 Finger scroll does not work in IDLE on Mac (But scroll wheel of external mouse does)

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +taleinat, terry.reedy stage: unit test needed -> needs patch versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___

[issue9892] Event spends less time in wait() than requested

2010-09-18 Thread Dmitry Dvoinikov
Dmitry Dvoinikov added the comment: You are right, sorry. It's Windows XP Prof, Python 3.2a2. The differences in OS may be the cause, but the problem doesn't appear in 3.1 on the same machine. -- ___ Python tracker

[issue1554] socketmodule cleanups: allow the use of keywords in socket functions

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone please review the latest patch, I'd like to see the OP's work rewarded with the patch getting into 3.2. -- ___ Python tracker ___

[issue1540] Refleak tests: test_doctest and test_gc are failing

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have an update on this please as it seems important. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue1532] Refleak run of test_tcl fails

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: I don't believe that this can still be an issue. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___

[issue1518] Fast globals/builtins access (patch)

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Closing as recommended in msg101239. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___

[issue1441] Cycles through ob_type aren't freed

2010-09-18 Thread Adam Olsen
Adam Olsen added the comment: As far as I know. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1504] Add 2to3 fixer for (un)bound methods

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: No reply to msg71746. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___ ___ Python-

[issue1491] BaseHTTPServer incorrectly implements response code 100

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___

[issue1423] wave sunau aifc 16bit errors

2010-09-18 Thread jeroen
jeroen added the comment: as far as I know. But i have not use or tested it since a long time On Sat, Sep 18, 2010 at 4:34 PM, Mark Lawrence wrote: > > Mark Lawrence added the comment: > > Is this still valid? > > -- > nosy: +BreamoreBoy -gvanrossum > versions: +Python 2.7, Python 3.1

[issue1491] BaseHTTPServer incorrectly implements response code 100

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : Removed file: http://bugs.python.org/file10684/BaseHTTPServer_continue_2.patch ___ Python tracker ___ ___ Python-bug

[issue1491] BaseHTTPServer incorrectly implements response code 100

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : Removed file: http://bugs.python.org/file10278/BaseHTTPRequestHandlerTestCase.py ___ Python tracker ___ ___ Python-b

[issue1491] BaseHTTPServer incorrectly implements response code 100

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : Removed file: http://bugs.python.org/file10269/BaseHTTPServer_continue.patch ___ Python tracker ___ ___ Python-bugs-

[issue1483] xml.sax.saxutils.prepare_input_source ignores character stream in InputSource

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: There's a one line patch in msg57749 and some unit tests are attached so would a committer take a look please. Also note that #2174 and #2175 are related. -- nosy: +BreamoreBoy stage: -> patch review type: -> behavior ___

[issue1458] installer crashes on attempted cancellation

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: No reply to msg85633. -- nosy: +BreamoreBoy status: open -> closed ___ Python tracker ___ ___ Python-

[issue1452] subprocess's popen.stdout.seek(0) doesn't raise an error

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: @Brian/Tim what would you expect to happen here? -- nosy: +BreamoreBoy, brian.curtin, tim.golden ___ Python tracker ___ _

[issue1429] FD leak in SocketServer

2010-09-18 Thread Jeff McNeil
Jeff McNeil added the comment: I'll see if I can get it to reproduce and put a patch together. -- ___ Python tracker ___ ___ Python-bu

[issue1441] Cycles through ob_type aren't freed

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still valid? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1429] FD leak in SocketServer

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: This will go nowhere unless a patch is provided that contains code, doc and unit test changes. -- nosy: +BreamoreBoy stage: -> unit test needed type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 __

[issue1423] wave sunau aifc 16bit errors

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still valid? -- nosy: +BreamoreBoy -gvanrossum versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker _

[issue1350] IDLE - CallTips enhancement - show full doc-string in new window

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: >From msg84550 "The added functionality is useful, but this patch is not the >way to go". Can this be closed as rejected, would the OP like to supply an >updated patch, or what? -- nosy: +BreamoreBoy, terry.reedy versions: +Python 3.2 -Python 3.1 ___

[issue1348] httplib closes socket, then tries to read from it

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: No reply to msg114602 so I'll close in a couple of weeks unless anyone objects. -- nosy: +BreamoreBoy status: open -> pending ___ Python tracker

[issue9892] Event spends less time in wait() than requested

2010-09-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: It consistently doesn't here: 0.10013985633850098 0.1001589298248291 (etc.) What system are you using? There are two factors: - accuracy of the timeout in the wait() function - accuracy of the results returned by time() Apart from a possible bug in Python, bot

[issue1322] platform.dist() has unpredictable result under Linux

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-b

[issue1274] doctest fails to run file based tests with 8bit paths

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: The patch simply changes test_doctest, is it acceptable or not? -- nosy: +BreamoreBoy ___ Python tracker ___

[issue1274] doctest fails to run file based tests with 8bit paths

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : Removed file: http://bugs.python.org/file8527/bug_3740_1.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue1257] atexit errors should result in nonzero exit code

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone please review the attached patch with a view to committing, it contains doc and unit test changes. -- nosy: +BreamoreBoy stage: -> patch review versions: -Python 2.6 ___ Python tracker

[issue1250] Building external modules using Sun Studio 12

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Is anyone out there using Sun Studio who can comment on this? If there are no responses within a couple of weeks I'll close. -- status: open -> pending ___ Python tracker

[issue1215] Python hang when catching a segfault

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: There are several suggestions inline as how how the docs should be changed. -- assignee: -> d...@python nosy: +BreamoreBoy, d...@python ___ Python tracker _

[issue1195] Problems on Linux with Ctrl-D and Ctrl-C during raw_input

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: There's a one line patch in msg59242, could someone please take a look. Apparantly py3k is not affected by this issue although I haven't tried it myself. -- nosy: +BreamoreBoy stage: unit test needed -> patch review versions: +Python 2.7 -Python 2.6

[issue1159] os.getenv() not updated after external module uses C putenv()

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Can someone please comment on whether or not this issue is still valid. -- nosy: +BreamoreBoy resolution: postponed -> ___ Python tracker ___ __

[issue1128] msilib.Directory.make_short only handles file names with a single dot in them

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: @Brian/Tim do have have any input on this? Also note that a similar patch exists on issue7639. -- nosy: +BreamoreBoy, brian.curtin, tim.golden ___ Python tracker _

[issue1079] decode_header does not follow RFC 2047

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: needs patch -> patch review versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ _

[issue1034] [patch] Add 2to3 support for displaying warnings as Python comments

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Removed 2.7 as too late, can we get this into 3.2? -- nosy: +BreamoreBoy versions: -Python 2.7 ___ Python tracker ___ __

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone with commit privileges please review the patch with a view to committing, thanks. -- nosy: +BreamoreBoy, terry.reedy versions: -Python 2.6 ___ Python tracker ___

[issue9892] Event spends less time in wait() than requested

2010-09-18 Thread Dmitry Dvoinikov
New submission from Dmitry Dvoinikov : If you request Event.wait(x), the call consistently returns in less than x seconds. Sample: - from threading import Event from time import time e = Event() before = time() e.wait(0.1) after = time()

[issue1777398] IDLE Freezes After Running Scripts

2010-09-18 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1708652] Exact matching

2010-09-18 Thread Tom Lynn
Tom Lynn added the comment: Oh dear, I'm wrong on two fronts (I wish Roundup had post editing). a) foo$ doesn't match the 'foo' part of 'foo\nbar' as I stated above, but does match the 'foo' part of 'foo\n'. b) Obviously shortening an input string can cause it to match. It's still weird thou

  1   2   >