[issue1306253] Python 2.4.2c1 fails to build on 64-bit Solaris 10

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low type: -> behavior ___ Python tracker <http://bugs.python.org/issue1306253> ___ ___ Python-bugs-list

[issue1306484] compile() converts "filename" parameter to StringType

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> needs patch type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/iss

[issue1314572] Trailing slash redirection for SimpleHTTPServer

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Has patch. -- keywords: +easy nosy: +ajaksu2 stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1

[issue1303673] traceback on trying to load a hotshot stats file

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Extension Modules -Library (Lib) dependencies: +hotshot.stats.load fails with AssertionError stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker

[issue1283289] PyArg_ParseTupleAndKeywords gives misleading error message

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Fixed on trunk and py3k, can someone test on the release branches? Python 2.7a0 (trunk, Feb 24 2009, 10:30:17) >>> re.compile("a").match(pos=10) Traceback (most recent call last): File "", line 1, in TypeError: Required argumen

[issue1284496] traceback module can return undecodable byte strings

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Unicode -None priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1291169] mmap with unsigned int offset and cross build for ppc

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: This is 'open' and 'out of date'... There's been some recent mmap activity, so I'll leave closing this to someone that understands mmap :) -- nosy: +ajaksu2 versions: +Python 2.6 -Python 2.5 ___

[issue1294232] Error in metaclass search order

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> feature request versions: +Python 2.6 -Python 2.4 ___ Python tracker <http://bugs.python.org/

[issue1295179] termios.c in qnx4.25

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/

[issue1296434] Call by object reference sometimes call by value

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close this unless someone offers better wording for the docs and it doesn't involve a flamewar. -- nosy: +ajaksu2 priority: normal -> low status: open -> pending type: -> feature request versions: +Python 2

[issue1298835] vendor-packages directory.

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Should be considered for 3.1 and 2.7. -- nosy: +ajaksu2 type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.4 ___ Python tracker <http://bugs.python.org/issue1

[issue1234328] 'insufficient disk space' message wrong (msi on win xp pro)

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close as won't fix/lack of response unless someone wants this open. -- nosy: +ajaksu2 priority: normal -> low status: open -> pending type: -> behavior ___ Python tracker <http://bugs.python

[issue1243730] Big speedup in email message parsing

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Library (Lib) -Interpreter Core nosy: +ajaksu2 stage: -> test needed type: -> performance versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1276509] 2.4.1 make fails on Solaris 10 (complexobject.c/HUGE_VAL)

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Will close as won't fix if nobody object. >From pymath.h: /* HUGE_VAL is supposed to expand to a positive double infinity. Python * uses Py_HUGE_VAL instead because some platforms are broken in this * respect. We used to embed code in pyport.h t

[issue1262856] fcntl.ioctl have a bit problem.

2009-03-20 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

[issue1223976] error locale.getlocale() with LANGUAGE=eu_ES

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue1158490] locale fails if LANGUAGE has multiple locales

2009-03-20 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

[issue1431091] CSV Sniffer fails to report mismatch of column counts

2009-03-20 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

[issue1157169] csv Sniffer returns bad dialect?

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker <http://bugs.python.org/issue1157169> ___ ___

[issue1119626] patches to compile for AIX 4.1.x

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Unless someone tells me that providing 'stubs for openpty in posixmodule and wgetnstr in curses module' is still a valid concern, I'll close this. -- components: +Build nosy: +ajaksu2 priority: normal -> low stage: -> test needed st

[issue1145257] shutil.copystat() may fail...

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +shutil.copytree doesn't preserve directory permissions stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.4 ___ Python tracker <http://bugs.python.or

[issue1666318] shutil.copytree doesn't preserve directory permissions

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker <http://bugs.python.org/iss

[issue4535] Build / Test Py3K failed on Ubuntu 8.10

2009-03-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tests status: open -> pending ___ Python tracker <http://bugs.python.org/issue4535> ___ ___ Python-bugs-list mai

[issue2771] test issue

2009-03-10 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Description: From http://bugs.python.org/issue2771 Testing 1..2..3 Description fetched from: http://bugs.python.org/msg82496 Please review this at http://codereview.appspot.com/22062 Affected files: M static/upload.py

[issue5425] 2to3 wrong for types.StringTypes

2009-03-07 Thread Daniel Diniz
Daniel Diniz added the comment: I think Hagen's initial analysis makes more sense: the translation is currently guessing that the user meant the more restrict (text) alternative. IMHO it doesn't make much sense to have this: >>> strings = (types.StringType, types.Unico

[issue3735] allow multiple threads to efficiently send the same requests to a processing.Pool without incurring duplicate processing

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller stage: -> test needed ___ Python tracker <http://bugs.python.org/issue3735> ___ ___ Python-bugs-list

[issue5400] patches for multiprocessing module on NetBSD

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller stage: -> test needed ___ Python tracker <http://bugs.python.org/issue5400> ___ ___ Python-bugs-list

[issue5177] multiprocessing: SocketListener should use SO_REUSEADDR

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller keywords: +patch stage: -> test needed ___ Python tracker <http://bugs.python.org/issue5177> ___ ___ Pyth

[issue5162] multiprocessing cannot spawn child from a Windows service

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller keywords: +patch stage: -> test needed ___ Python tracker <http://bugs.python.org/issue5162> ___ ___ Pyth

[issue4208] Make multiprocessing compatible with Python 2.4 and 2.5

2009-03-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> jnoller versions: +Python 2.4, Python 2.5 ___ Python tracker <http://bugs.python.org/issue4208> ___ ___ Python-

[issue2771] test issue

2009-03-06 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Description: From http://bugs.python.org/issue2771 "This is a very long line. I am wondering how it will be wrapped. What will happen to this exceedingly long line? Will it be wrapped? Will it? Really? What will happen? Here's

[issue2771] test issue

2009-03-06 Thread Daniel Diniz
Daniel Diniz added the comment: http://codereview.appspot.com/24075 ___ Python tracker <http://bugs.python.org/issue2771> ___ ___ Python-bugs-list mailing list Unsub

[issue400608] just testing

2009-03-06 Thread Daniel Diniz
Daniel Diniz added the comment: Thanks for the feedback, Guido! gvanrossum wrote: > You could maintain this as a locally modified version, but a better > approach would be to make just enough changes to upload.py itself so > that you can write the rest of this script as a *wrappe

[issue2771] test issue

2009-03-05 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Description: "This is a very long line. I am wondering how it will be wrapped. What will happen to this exceedingly long line? Will it be wrapped? Will it? Really? What will happen? Here's an example: def fact(n): if n > 1:

[issue400608] just testing

2009-03-05 Thread Daniel Diniz
Daniel Diniz added the comment: Reviewers: , Message: While this is a test issue, the attached diff is a crude first draft of a patched upload.py that makes linking to the Python Tracker a bit easier. Here's the command line and output: $ python static/upload.py -R 400608 -F msg32813 U

[issue1194222] parsedate and Y2K

2009-03-04 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk and py3k. -- keywords: +easy, patch nosy: +ajaksu2 stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.p

[issue1244208] expat binding for XML_ParserReset (Bug #1208730)

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +expat binding for XML_ParserReset stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker <http://bugs.python.org/iss

[issue1207589] Right Click Context Menu

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue1207589> ___ ___ Python-

[issue1201569] allow running multiple instances of IDLE

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> feature request versions: +Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue993580] inspect.findsource does not call linecache.checkcache

2009-03-04 Thread Daniel Diniz
Daniel Diniz added the comment: Issue 1218234 has a patch. -- dependencies: +inspect.getsource doesn't update when a module is reloaded nosy: +ajaksu2 ___ Python tracker <http://bugs.python.org/iss

[issue5416] str.replace does strange things when given a negative count

2009-03-04 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk and py3k. Changing to RFE, set it to behavior if you disagree. Python 2.4 does return "" for str.replace("", "", "asdf", -1), the change happened in rev46226, with the effbot adding this snippet (by

[issue4565] Rewrite the IO stack in C

2009-03-03 Thread Daniel Diniz
Daniel Diniz added the comment: A couple of typos in the Python implementation. http://codereview.appspot.com/22061/diff/1/11 File Lib/_pyio.py (right): http://codereview.appspot.com/22061/diff/1/11#newcode266 Line 266: fp is closed after the suite of the with statment is complete: statment

[issue5399] wer

2009-03-01 Thread Daniel Diniz
Daniel Diniz added the comment: Gah, script running amok, sorry! -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5399] wer

2009-03-01 Thread Daniel Diniz
New submission from Daniel Diniz : 234 -- messages: 82965 nosy: ajaksu2 severity: normal status: open title: wer ___ Python tracker <http://bugs.python.org/issue5

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

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

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

[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

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

[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

[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

[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

[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

[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-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: -> low status: open -> pending ___ Python tracker <http://bugs.python.org/issue5072> ___ ___ Python-bugs-list

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

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

[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

[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

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

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

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

[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

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

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

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

[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

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

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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

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

[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

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

[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

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

[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

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

[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

<    5   6   7   8   9   10   11   12   13   14   >