[issue5249] Fix strftime on windows.

2009-02-15 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Locale is my weak point. :-( If there is locale encoding function like PyUnicode_DecodeFSDefault for file system encoding, I think I can use it. ___ Python tracker __

[issue5272] OS X installer: fix makefile target changed for 3.x

2009-02-15 Thread Ned Deily
Ned Deily added the comment: Actually, it's more than just a cosmetic issue. Without the "make fullinstall" the bininstall target is skipped. ___ Python tracker ___

[issue5267] Subversion problem with PythonLauncher after building 3.0 or 3.1 on Mac

2009-02-15 Thread Ned Deily
Ned Deily added the comment: I see what the problem is. In 2.x, the PythonLauncher Makefile uses bundlebuilder to build Python Launcher.app in Mac/PythonLauncher and from there it gets installed into /Applications/Python nn. Because bundlebuilder was removed in 3.0, r64618 checked in a copy o

[issue849662] reading shelves is really slow

2009-02-15 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1214879] Support non-file source/dest in marshal

2009-02-15 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1152248] Enhance file.readlines by making line separator selectable

2009-02-15 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: -montanaro.historic ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1098732] Enhance tracebacks and stack traces with vars

2009-02-15 Thread Skip Montanaro
Skip Montanaro added the comment: How about reformulating it as a function appropriate as sys.excepthook? ___ Python tracker ___ ___ Python-

[issue4136] merge json library with latest simplejson 2.0.x

2009-02-15 Thread Bob Ippolito
Changes by Bob Ippolito : Added file: http://bugs.python.org/file13106/json_issue4136_r69662.diff ___ Python tracker ___ ___ Python-bugs-list m

[issue4136] merge json library with latest simplejson 2.0.x

2009-02-15 Thread Bob Ippolito
Bob Ippolito added the comment: patch to r69662 is attached as json_issue4136_r69662.diff -- note that simplejson 2.0.9 isn't released, as of r169 it's just simplejson 2.0.8 with some trivial changes to make this backport easier for me ___ Python tracker <

[issue1538778] pyo's are not overwritten by different optimization levels

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk. -- nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ _

[issue1759169] clean up Solaris port and allow C99 extension modules

2009-02-15 Thread Zooko O'Whielacronx
Zooko O'Whielacronx added the comment: Martin (sometimes called "MvL") mentioned some specific issues about e.g. #pragma redefine_extname sigwait __posix_sigwait I didn't understand exactly what MvL's concern was, and I don't know off the top of my head how Solaris sigwait behavior differs wit

[issue5277] email message.get_params() and related methods sometimes fail.

2009-02-15 Thread Mark Sapiro
New submission from Mark Sapiro : The message method get_params() and the related get_param() and get_filename() do not properly decode an RFC 2231 encoded parameter such as the following: Content-Disposition: inline; filename*0="Re: [Mailman-Users] Messages shunted with \"TypeError: "; filena

[issue854918] Configurable SSL handshake

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: SSL changed a lot, is this still relevant? Will close on lack of response. (sorry, removed the previous incarnation of this message) ___ Python tracker

[issue854918] Configurable SSL handshake

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python

[issue1372650] Cookie and multiple names

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Improper handling of duplicate cookies ___ Python tracker ___ ___ Python-bugs-list maili

[issue2279] distutils sdist add_defaults does not add data_files

2009-02-15 Thread George Sakkis
George Sakkis added the comment: By an equivalent option in setup() of course. I'm not against the *functionality* of MANIFEST.in but on that (a) it's a second file you have to remember to write and maintain in addition to setup.py (b) has its own ad-hoc syntax instead of python and (c) overlaps

[issue1176504] locale._build_localename treatment for utf8

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1165404] ConfigParser alternative key-value delimitier

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1149447] bssdb wrapper does not export some low-level functions

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1759169] clean up Solaris port and allow C99 extension modules

2009-02-15 Thread John Levon
John Levon added the comment: Python should define *only* __EXTENSIONS__, not the others, as Zooko already mentioned, for the reasons he mentioned. I'm not sure how you got a different impression from what I or he said. ___ Python tracker

[issue1153622] eval does not bind variables in lambda bodies correctly

2009-02-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think this should be closed as rejected. It is a vague wish that Python change its scoping rules in a way that is extremely unlikely and which would require a PEP in any case. I might sometime recheck my suggested doc changes versus the current versions, but

[issue1169108] PySys_WriteStderr() -> WaitForSingleObject() hangs system

2009-02-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I should have closed this years ago due to lack of response. Anyone with code that hangs CPython 2.6+ can reopen and post said code. -- resolution: -> invalid status: open -> closed ___ Python tracker

[issue3694] Undetected error in _struct.pack_into

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: >> BTW, there's a warning in _struct.c:180 -> warning: 'get_ulong' >> defined but not used, should I open a new issue? > > Sure. Please could you add me to the nosy list if you do. OK, should do that soon. > In my opinion, the struct module *really* needs an ov

[issue1250469] Tix: PanedWindow.panes nonfunctional

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-

[issue1248658] dir should accept dirproxies for __dict__

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ _

[issue1244929] hide tests from TestProgram

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: I think this feature is already present in current unittest, can anyone confirm? -- components: +Tests nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.6 ___ Python tracke

[issue1243654] Faster output if message already has a boundary

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Interpreter Core stage: -> test needed type: -> performance versions: +Python 2.7 -Python 2.4 ___ Python tracker ___

[issue1230484] tokenize bug

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +tokenize: mishandles line joining keywords: +patch stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker __

[issue1229239] optionally allow mutable builtin types

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ _

[issue1233785] getpass.getpass() performs differently on Windows vs *nix

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -None priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker

[issue1231081] platform.processor() could be smarter

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: The behavior described by Stephan is confirmed for trunk. Michael's objection makes sense to me, so I'll close this one unless someone can defend its usefulness. With code, docs and tests, preferably :) -- components: +Library (Lib) -None nosy: +ajaksu2

[issue1229680] Tracing C function calls and keyword arguments

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ _

[issue1228112] code.py use sys.excepthook to display exceptions

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ _

[issue1217881] pydoc includes unnecessary files for a package.

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Extension Modules keywords: +easy, patch stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker

[issue1216923] LINKCC->CXX, -ltermcap->-lncurses

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Can the patch / ideas be salvaged for current versions? -- keywords: +patch nosy: +ajaksu2 stage: -> test needed type: -> compile error versions: +Python 2.6 -Python 2.4 ___ Python tracker

[issue1212900] Python segfaults on OpenBSD (tested 3.4 and 3.5)

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Is this still valid? -- components: +Interpreter Core -None nosy: +ajaksu2 stage: -> test needed type: -> crash versions: +Python 2.6 ___ Python tracker

[issue1209447] os.path.join() fails if 2nd arg is a UNC path

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> georg.brandl components: +Documentation nosy: +georg.brandl stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker __

[issue1205568] Compile fails on Darwin8 with --with-cxx=g++

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Is this failure to build --with-pydebug a symptom of a real configure issue? -- nosy: +ajaksu2 stage: -> test needed type: -> compile error versions: +Python 2.6 -Python 2.4 ___ Python tracker

[issue2180] tokenize: mishandles line joining

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list maili

[issue1759169] clean up Solaris port and allow C99 extension modules

2009-02-15 Thread Martin v. Löwis
Martin v. Löwis added the comment: > As Solaris has only ever moved towards the POSIX spec, __EXTENSIONS__ is > the right thing to always specify here And indeed, Python does define __EXTENSIONS__. > I hope that's a clearer explanation of why Python is doing the wrong > thing both theoreticall

[issue877121] configure detects incorrect compiler optimization

2009-02-15 Thread Laszlo (Laca) Peter
Changes by Laszlo (Laca) Peter : -- nosy: +laca ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue976613] socket timeout problems on Solaris

2009-02-15 Thread John Levon
Changes by John Levon : -- nosy: +movement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue877121] configure detects incorrect compiler optimization

2009-02-15 Thread John Levon
John Levon added the comment: Yep, this is an annoying misfeature of Sun Studio. There is no way to affect this behaviour. There is a Sun Studio bug filed for this (-errwarn should affect this behaviour, but it doesn't). Here's some example m4 that libvirt uses to check this case properly: AC_

[issue1759169] clean up Solaris port and allow C99 extension modules

2009-02-15 Thread John Levon
John Levon added the comment: Just came across this bug. _XOPEN_SOURCE_EXTENDED isn't the only sticking point here: neither XPG3 nor XPG4 have C99 either: _XOPEN_SOURCE (at least with a value below 600) is definitely wrong. To quote the header: "346 * It is invalid to compile an XPG3, XPG4, X

[issue1156499] __getattr__ and __setattr__ methods for modules

2009-02-15 Thread Georg Brandl
Georg Brandl added the comment: This won't be done without a PEP anyway. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker ___

[issue1210680] Split email headers near a space

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker ___ ___ Pytho

[issue1200313] HTMLParser fails to handle charref in attribute value

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Maybe the charrefs were lost in the SF -> Roundup transition? -- nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker _

[issue1198569] string.Template not flexible enough to subclass (regexes)

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: IIUC, Ian's link has a doctest for this feature. -- nosy: +ajaksu2 stage: -> needs patch versions: +Python 2.7 ___ Python tracker ___

[issue1195571] simple callback system for Py_FatalError

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +haypo stage: -> test needed title: simple callback system for Py_FatalError -> simple callback system for Py_FatalError type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker

[issue1189811] pydoc may hide non-private doc strings.

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 ___ Python tracker ___ ___ Pytho

[issue1186900] nntplib shouldn't raise generic EOFError

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue1162477] Parsing failures in parsedate_tz

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ _

[issue1144533] htmllib quote parse error within a

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ ___

[issue1147646] Windows deadlock with PyEval_ReleaseLock

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed title: Windows deadlock with PyEval_ReleaseLock -> Windows deadlock with PyEval_ReleaseLock type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker

[issue1122916] incorrect handle of declaration in markupbase

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed title: incorrect handle of declaration in markupbase -> incorrect handle of declaration in markupbase type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker

[issue1119673] ScrolledText allows Frame.bbox to hide Text.bbox

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ ___

[issue3265] Python-2.5.2/Modules/_ctypes/malloc_closure.c:70: error: `MAP_ANONYMOUS' undeclared

2009-02-15 Thread John Levon
Changes by John Levon : -- nosy: +movement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue3928] os.mknod missing on Solaris

2009-02-15 Thread John Levon
Changes by John Levon : -- nosy: +movement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue4609] Allow use of > 256 FD's on solaris in 32 bit mode

2009-02-15 Thread John Levon
Changes by John Levon : -- nosy: +movement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue1256786] slice object uses -1 as exclusive end-bound

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Closing suggested. FWIW, Micheal's reply is at http://mail.python.org/pipermail/python-list/2005-August/335846.html -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Pyth

[issue1249749] Encodings and aliases do not match runtime

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___

[issue1254125] Python interpreter unnecessarily linked against c++ runtime

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> feature request versions: +Python 2.7 ___ Python tracker ___ ___ Pyth

[issue1214879] Support non-file source/dest in marshal

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker ___

[issue1251921] Fail codecs.lookup() on 'mbcs' and 'tactis'

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: The 'tactis' codec is still missing, but it's not mentioned in docs either: http://docs.python.org/dev/library/codecs.html#id3 I'll close this one soon unless someone voices disagreement. -- components: +Documentation nosy: +ajaksu2 type: -> feature req

[issue1252001] Issue with telnetlib read_until not timing out

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ ___

[issue1251026] cgitb gives wrong lineno inside try:..finally:

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Cannot reproduce, trunk as of rev69550 displays the error highlighted in the correct line. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker

[issue1282647] socket.getaddrinfo() bug for IPv6 enabled platforms

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-

[issue1278102] help() broken, especially on Windows

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-

[issue1234674] filecmp.cmp's "shallow" option

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ ___

[issue1234473] configure: error: cannot compute sizeof (int), 77

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1248119] pdb 'next' does not skip list comprehension

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Will close this one as fixed by issue 1267629, unless someone voices disagreement. -- nosy: +ajaksu2 superseder: -> pdb: implement "until",fix for 1248119 ___ Python tracker

[issue1265100] sequence slicing documentation incomplete

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Is this a won't fix, then? -- nosy: +ajaksu2 type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ ___

[issue1252236] Simplying Tkinter's event loop

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ _

[issue1259434] Tix CheckList 'radio' option cannot be changed

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ ___

[issue5247] Unhelpful error message with str.format()

2009-02-15 Thread Eric Smith
Eric Smith added the comment: With this patch, I changed it to "format code", and made it more in line with Antoine's original suggested message. I'm okay with "format code" or "formatting code", but if we do use either of those wordings, we should change the documentation to match. Not sure if

[issue5267] Subversion problem with PythonLauncher after building 3.0 or 3.1 on Mac

2009-02-15 Thread Mitchell Model
Mitchell Model added the comment: Sorry -- msg 82178 refers to "my previous message" but I sent them out of order. The "previous message" was 82190, just below 82178. ___ Python tracker

[issue5267] Subversion problem with PythonLauncher after building 3.0 or 3.1 on Mac

2009-02-15 Thread Mitchell Model
Mitchell Model added the comment: >Martin v. Löwis added the comment: > >How precisely did you build? Can you check whether any build step >removed PythonLauncher, then recreated it? in the svn directory for, say, py3k % svn update % make clean % ./configure --enable-frameworks % make % sudo

[issue5243] Missing dependency in distutils build

2009-02-15 Thread Tarek Ziadé
Tarek Ziadé added the comment: The patch looks good. Minor tweaks : - sys.path should be set to its initial state after the test (setUp/tearDown might be helpfull here) - ensure_finalized() should be called right before run() so it acts like the real call _

[issue1152248] Enhance file.readlines by making line separator selectable

2009-02-15 Thread Nick Coghlan
Nick Coghlan added the comment: Any further work on this should wait until the io-in-c branch has landed (or at least be based on that branch). -- stage: test needed -> needs patch ___ Python tracker ___

[issue1153622] eval does not bind variables in lambda bodies correctly

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- type: -> feature request versions: +Python 2.7 -Python 2.4 ___ Python tracker ___ ___ Python-bugs-list

[issue1154351] add get_current_dir_name() to os module

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1155362] Bugs in parsedate_tz

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.3 ___ Python tracker ___ ___

[issue1156499] __getattr__ and __setattr__ methods for modules

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list ma

[issue5243] Missing dependency in distutils build

2009-02-15 Thread Patrick Gerken
Patrick Gerken added the comment: The attached test works breaks without the patch and passes with the patch. I am not sure whether the test itself is written following best practice. I would be more than happy for a review, with hints what should be done better. Added file: http://bugs.python

[issue1149798] hotshot.runctx: builtins missing

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +patch stage: -> patch review type: -> feature request versions: +Python 2.7 -Python 2.3 ___ Python tracker ___ ___

[issue1152248] Enhance file.readlines by making line separator selectable

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 3.1 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list ma

[issue1149447] bssdb wrapper does not export some low-level functions

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules type: -> feature request versions: +Python 3.1 -Python 2.3 ___ Python tracker ___ _

[issue1144263] reload() is broken for C extension objects

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +brett.cannon stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___

[issue1158231] string.Template does not allow step-by-step replacements

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5276] IDLE startup file .Idle.py not documented

2009-02-15 Thread Mitchell Model
New submission from Mitchell Model : The following behavior should be documented but it is not: If the user has a .Idle.py file IDLE will run it when it starts up. This is independent of running IDLESTARTUP or PYTHONSTARTUP when the -s switch is given. It is run by Tk.readprofile as called fro

[issue1159051] Handle corrupted gzip files with unexpected EOF

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk with test_gzip_error.py: struct.error: unpack requires a string argument of length 4 -- nosy: +ajaksu2 ___ Python tracker _

[issue1159139] cgi.py invalid REQUEST_METHOD set

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk. -- keywords: +easy nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker __

[issue1159425] 2.4 crashes when try to exit app and mulitple threads active

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: A sample script that reproduces this behavior in 2.6 is needed if this one is to have a chance of being fixed. -- nosy: +ajaksu2 stage: -> test needed type: -> crash versions: +Python 2.6 -Python 2.4 ___ Python track

[issue1169633] Install fail code 2932 after fail to copy python_icon.exe

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Will close soon for lack of response for OP unless someone wants to adopt it. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed type: -> behavior ___ Python tracker

[issue1172711] long long support for array module

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules -Library (Lib) stage: -> test needed type: -> feature request versions: +Python 2.7 -Python 2.5 ___ Python tracker ___

[issue1169108] PySys_WriteStderr() -> WaitForSingleObject() hangs system

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Unless someone can reproduce this in a recent CPython build, I'll close this one soon. -- nosy: +ajaksu2 priority: normal -> low type: -> behavior versions: +3rd party -Python 2.4 ___ Python tracker

[issue1165404] ConfigParser alternative key-value delimitier

2009-02-15 Thread Daniel Diniz
Daniel Diniz added the comment: Closing as #1682942 has a better patch (a link to this one is automagically added). -- components: +Library (Lib) -None nosy: +ajaksu2 superseder: -> ConfigParser support for alt delimiters type: -> feature request versions: +Python 2.7 ___

[issue1682942] ConfigParser support for alt delimiters

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review type: -> feature request versions: +Python 2.7 ___ Python tracker ___ ___ Pyth

[issue5267] Subversion problem with PythonLauncher after building 3.0 or 3.1 on Mac

2009-02-15 Thread Mitchell Model
Mitchell Model added the comment: >Ned Deily added the comment: > >There are various steps in the Mac build process where the files are >copied from the build source to the build destination and then .svn >directories (among other things) are removed. Perhaps you tried building >using the sour

[issue5275] BaseCookie.load doesn't create Morsel objects for mappings

2009-02-15 Thread Mark Florisson
New submission from Mark Florisson : The load method, which is also called from the initializer if input is provided, doesn't create Morsel objects for things other than strs, because it calls self.update(rawdata), which does not invoke the custom __setitem__. The documentation states that when

  1   2   >