[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 <http://bugs.python.org/issue1152248> ___ ___ 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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue1156499> ___ ___ Python-

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue1154351> ___ ___ Python-

[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 <http://bugs.python.org/issue1153622> ___ ___ Py

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/i

[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 <http://bugs.python.

[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 <http://bugs.python.org/issue1234473> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue1278102> ___ ___

[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 <http://bugs.python.org/issue1282647> ___ ___

[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 <http://bugs.p

[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 <http://bugs.python.org/iss

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

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

[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

[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 <http://bugs.python.org/iss

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

[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 <http://bug

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue1186900> ___ ___ Python-bugs-list mai

[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 <http://bugs.python.org/iss

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

[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 <http://bugs.python.org/i

[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 <http://bugs.python.org/

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue2180> ___ ___ Python-

[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

[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 <http://bugs.python.org/

[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 <http://bugs.python.org/iss

[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 <http://bugs.p

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/

[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

[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 <http://bugs.python.org/

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/iss

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

[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 <http://bugs.python.org/iss

[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 <http://bugs.python.org/issue1250469> ___ ___

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

[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 <http://bugs.python.org/issue1149447> ___ ___ Python-

[issue1165404] ConfigParser alternative key-value delimitier

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue1165404> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1176504] locale._build_localename treatment for utf8

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode ___ Python tracker <http://bugs.python.org/issue1176504> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1372650] Cookie and multiple names

2009-02-15 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +Improper handling of duplicate cookies ___ Python tracker <http://bugs.python.org/issue1372650> ___ ___ Python-bug

[issue854918] Configurable SSL handshake

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

[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 <http://bugs.python.org/issue854

[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 <http://bugs.python.org/issue1

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

2009-02-16 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks for the feedback, Niki. -- resolution: -> out of date stage: test needed -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue2048] IRIX: Seg-fault while building tests with gmake on test_xml_etree.

2009-02-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue2048> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1086642] Compile of _socket fails on IRIX with 2.4

2009-02-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue1086642> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1178510] configure: refuses setgroups

2009-02-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue1178510> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1070140] endianness detection fails on IRIX 5.3

2009-02-16 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue1070140> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1047540] Turtle.py hangs Idle

2009-02-17 Thread Daniel Diniz
Daniel Diniz added the comment: Taro, the OP, has been able to reproduce the issue with Python 3.0. Leaving open, details on how to reproduce forthcoming. -- versions: +Python 3.0 ___ Python tracker <http://bugs.python.org/issue1047

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

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue1169633> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1111100] csv reader barfs encountering quote when quote_none is set

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue100> ___ ___ Python-bugs-

[issue995956] TclError with intel's hypertheading

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue995956> ___ ___ Python-bugs-

[issue1001150] hotspot profiler does not work correctly on P4 CPUs with HT

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue1001150> ___ ___ Python-bugs-list mailing list Unsubscri

[issue815753] SCO_SV: many modules cannot be imported

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue815753> ___ ___ Python-bugs-

[issue949667] file write() method and non-blocking mode.

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue949667> ___ ___ Python-bugs-

[issue727732] getpath.c-generated prefix wrong for Tru64 scripts

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue727732> ___ ___ Python-bugs-

[issue875654] add support for installations compiled for debugging

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue875654> ___ ___ Python-bugs-list mailing list Unsubscri

[issue872815] How to pass the proxy server use socket

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue872815> ___ ___ Python-bugs-

[issue835176] [2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue835176> ___ ___ Python-bugs-list mailing list Unsubscri

[issue854918] Configurable SSL handshake

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue854918> ___ ___ Python-bugs-

[issue780354] socket.makefile() isn't compatible with marshal/cPickle/etc

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue780354> ___ ___ Python-bugs-

[issue775340] OSX 'freeze' bug

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: open -> pending ___ Python tracker <http://bugs.python.org/issue775340> ___ ___ Python-bugs-list mailing list Unsubscri

[issue4191] urlparse normalize URL path

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue4191> ___ ___ Python-bugs-list

[issue1682241] Problems with urllib2 read()

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue1682241> ___ ___ Python-bugs-

[issue1210326] comma separated cookie values

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue1210326> ___ ___ Python-bugs-

[issue5072] urllib.open sends full URL after GET command instead of local path

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue5072> ___ ___ Python-bugs-list

[issue4191] urlparse normalize URL path

2009-02-18 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks Senthil! -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue4191> ___ ___ Python-bugs-list mai

[issue5072] urllib.open sends full URL after GET command instead of local path

2009-02-18 Thread Daniel Diniz
Changes by Daniel Diniz : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue5072> ___ ___ Python-bugs-list mailing list Unsubscri

[issue1001150] hotspot profiler does not work correctly on P4 CPUs with HT

2009-02-18 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks Viktor! -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue1001150> ___ ___ Python-bugs-lis

[issue1047540] Turtle.py hangs Idle

2009-02-18 Thread Daniel Diniz
Daniel Diniz added the comment: Here's Taro message: """ Turtle.py hanging is hardly important, but it's symptomatic of an underlying problem, and I can still reproduce in Python 3... Python 3.0 (r30:67507, Dec 3 2008, 20:14:27) [MSC v.1500 32 bit (Intel)] on win32

[issue991266] Cookie.py does not correctly quote Morsels

2009-02-18 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks, Zan! All tests pass with both patches applied. Test and fix look correct to me. -- nosy: +ajaksu2 stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issue

[issue5318] strip, rstrip & lstrip bug

2009-02-19 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks, Ezio! -- nosy: +ajaksu2 resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue835176] [2.3.2] bz2 test failure on AIX 4.3.2, Tru64 UNIX

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue1210326] comma separated cookie values

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org/

[issue1682241] Problems with urllib2 read()

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org/

[issue775340] OSX 'freeze' bug

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue780354] socket.makefile() isn't compatible with marshal/cPickle/etc

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

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

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> works for me status: pending -> closed ___ Python tracker <http://bugs.python.org/issue1169633> ___ ___ Pyth

[issue1111100] csv reader barfs encountering quote when quote_none is set

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org/

[issue995956] TclError with intel's hypertheading

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue815753] SCO_SV: many modules cannot be imported

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue727732] getpath.c-generated prefix wrong for Tru64 scripts

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue875654] add support for installations compiled for debugging

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> rejected stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue872815] How to pass the proxy server use socket

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> invalid stage: -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue854918] Configurable SSL handshake

2009-02-19 Thread Daniel Diniz
Changes by Daniel Diniz : -- resolution: -> out of date stage: test needed -> committed/rejected status: pending -> closed ___ Python tracker <http://bugs.python.org

[issue5328] Crash when doing some list iteration

2009-02-20 Thread Daniel Diniz
Daniel Diniz added the comment: Can you take a look at issues 4732 to see whether it helps you pinpoint the problem? Python 2.5 won't receive simple bugfixes any longer, only security fixes. -- components: +Interpreter Core -None nosy: +ajaksu2 stage: -> tes

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

2009-02-27 Thread Daniel Diniz
Daniel Diniz added the comment: FWIW, following simplejson's SVN history[1] makes understanding the (bits of the) patch (that I had time to look at) much easier to me. I recall other JSON packages having lots of cornercase tests, not sure if they'd be relevant here. But sprinkling

<    2   3   4   5   6   7   8   9   10   11   >