[issue4111] Add Systemtap/DTrace probes

2011-02-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: dmalcolm -> dino.viehland nosy: +dino.viehland versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.org/iss

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2011-02-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: krisvale -> amaury.forgeotdarc keywords: +easy, patch -buildbot nosy: +amaury.forgeotdarc ___ Python tracker <http://bugs.python.org/issu

[issue11286] Some "trivial" python 2.x pickles fails to load in Python 3.2

2011-02-23 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: What if we commit Antoine patch for 3.2.x, and the "correct" patch for py3k trunk?. I am actually +1 to Marc-Andre. I feel in my guts that the provided patch is hidding a deeper issue. But avoiding surprises for third parties in 3.2.1 is a

[issue11303] b'x'.decode('latin1') is much slower than b'x'.decode('latin-1')

2011-02-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11303> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11322] encoding package's normalize_encoding() function is too slow

2011-03-01 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11322> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8516] Speed difference between Python 2.5 and 2.6 during filling bsddb database.

2011-03-14 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Python 2.7 is out for a year now, and BSDDB is not present in Python 3. I mark this as closed/out of date. Any bug in pybsddb must be reported to the external package at http://www.jcea.es/programacion/pybsddb.htm -- assignee: jcea -> jafo n

[issue4473] POP3 missing support for starttls

2011-03-14 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- versions: +Python 3.3 -Python 2.7, Python 3.2 ___ Python tracker <http://bugs.python.org/issue4473> ___ ___ Python-bugs-list mailin

[issue4142] smtplib doesn't clear helo/ehlo flags on quit

2011-03-14 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- versions: +Python 3.3 -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker <http://bugs.python.org/issue4142> ___ ___ Python-bug

[issue11495] Remove OSF support completelly

2011-03-14 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : OSF was deprecated in Python 3.2, following the PEP11. Now we must delete the support completelly for python 3.3. -- assignee: jcea messages: 130804 nosy: jcea priority: normal severity: normal stage: needs patch status: open title: Remove OSF

[issue11495] Remove OSF support completelly

2011-03-14 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Uhm... cleaning this code I have a lot of references in ctypes libraries, especifically in the FFI section. I have the feeling that we are importing this code from upstream, so I better don't touch this ctypes/FFI. Am I

[issue11495] Remove OSF support completelly

2011-03-14 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Committed as r15b090c9442a. The other deprecated supports should be covered in other issues. I will check myself them in a while. -- resolution: -> accepted status: open -> closed ___ Python tracker

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This issue is still bugging OpenIndiana buildbots. The patch is trivial and painless. I will patch 2.7, 3.1, 3.2 and 3.x in a few minutes. -- assignee: dmalcolm -> jcea status: closed -> open versions: +Python 3.1, Pyth

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Uhmm, the test seems to have vanished in 3.x. Uhmmm... Why?. -- ___ Python tracker <http://bugs.python.org/issue8600> ___ ___

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue8600> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: gdb tests. The python gdb scripting ability. -- ___ Python tracker <http://bugs.python.org/issue8600> ___ ___ Python-bug

[issue8600] test_gdb failures

2011-03-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I don't see it in python 3.1 branch. Will fix 3.2 and 3.x. -- ___ Python tracker <http://bugs.python.org/issue8600> ___ ___

[issue11570] Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS

2011-03-16 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Example of faulting build: http://www.python.org/dev/buildbot/all/builders/AMD64%20OpenIndiana%203.1/builds/297 Problem: "test_distutils.py" tests the generation of shared libraries. It correctly compile the ".c" to ".o" as

[issue11570] Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS

2011-03-16 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This patch is hacky, but 3.1 is in maintenance mode. This patch should be safe. It only touch SunOS compilation. It passes the testsuite, and it should allow 64 bit compilation of extension packages. This patch is not needed in 3.2 and 3.x. It only affects

[issue11570] Lib/test/test_distutils.py tries to mix 32 and 64 bits object files, doesn't obey LDFLAGS

2011-03-16 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Benjamin, could you possibly accept this for 3.1?. It solves a buildbot issue that cold mask othe problems. It seems pretty trivial and safe. If you approve, I will commit the patch myself. Thanks. -- assignee: -> jcea nosy: +benjamin.peter

[issue1628484] Python 2.5 64 bit compile fails on Solaris 10/gcc 4.1.1

2011-03-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue1628484> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1676121] Problem linking to readline lib on x86(64) Solaris

2011-03-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue1676121> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1733484] Solaris 64 bit LD_LIBRARY_PATH_64 needs to be set

2011-03-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue1733484> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue847812] 64 bit solaris versus /usr/local/lib

2011-03-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue847812> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1294959] Problems with /usr/lib64 builds.

2011-03-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue1294959> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9410] Add Unladen Swallow's optimizations to Python 3's pickle.

2011-03-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue9410> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3873] Unpickling is really slow

2011-03-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue3873> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11715] Building Python on multiarch Debian and Ubuntu

2011-03-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4111] Add Systemtap/DTrace probes

2011-04-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Some more references: Read the notes under the slides: https://dgl.cx/2011/01/dtrace-and-perl https://dgl.cx/dtrace http://dtrace.org/blogs/ What do we need to unblock this? -- ___ Python tracker <h

[issue4111] Add Systemtap/DTrace probes

2011-04-06 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Malcolm, it was a mistake. I only wanted to change the TARGET. I assign the issue to you again. Dino, I delete you from the nosy list now. Sorry for the inconvenience. My excuses to both. -- assignee: dino.viehland -> dmalcolm nosy: -dino.viehl

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea -Christophe Simonis ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsub

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Having "Christophe Simonis" in the nosy list is precluding NOSY changes. I guess the space is causing problems. Should we forbid spaces in usernames (maybe provided by OpenID, who knows)??? What do we need to progress in this issue?. A rewr

[issue5863] bz2.BZ2File should accept other file-like objects. (issue4274045)

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue5863> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10791] Wrapping TextIOWrapper around gzip files

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue10791> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Reported to metatracker. Thanks for the kick :-). As a reference, I think you are refering to #5863 and #10791. Pretty fine job, I must say. Nadeem, what do you think?. Is xz in your list?. -- ___ Python tracker

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: -Christophe Simonis ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +Christophe Simonis ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: -jcea ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6715] xz compressor support

2011-04-07 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I think doesn't makes sense for two threads using at the same time the same compress/decompress object. But I could guess ony reason for the locking code is to avoid crashing the interpreter just having two threads racing each other on an inherently mu

[issue11797] 2to3 does not correct "reload"

2011-04-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11797> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11799] urllib HTTP authentication behavior with unrecognized auth method

2011-04-07 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The patch seems ok. I think this should be applied to 3.2 and 3.3. Not sure about 3.1. -- keywords: +needs review -patch nosy: +jcea versions: +Python 3.2, Python 3.3 -Python 3.4 ___ Python tracker <h

[issue11803] Memory leak in sub-interpreters

2011-04-08 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The fact that the "leak" doesn't grow seems to confirm Nick supposition. Close as invalid? -- nosy: +jcea ___ Python tracker <http://bugs.pyt

[issue11803] Memory leak in sub-interpreters

2011-04-08 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I think this is a non-issue. Closing. If you have a testcase proving real leaks in a current release, reopen. -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.p

[issue11817] berkeley db 5.1 support

2011-04-11 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The 3rd party package is activelly maintained (by me :) in http://www.jcea.es/programacion/pybsddb.htm. BDB 5.1 support is there. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11810] _socket fails to build on OpenIndiana

2011-04-11 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11810> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11816] Refactor the dis module to provide better building blocks for bytecode analysis

2011-04-11 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11816> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11816] Refactor the dis module to provide better building blocks for bytecode analysis

2011-04-11 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Do not forget to update docs too. -- ___ Python tracker <http://bugs.python.org/issue11816> ___ ___ Python-bugs-list mailin

[issue11803] Memory leak in sub-interpreters

2011-04-11 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: a) Python 2.6 is open only for security fixes. Could you possibly try in 2.7, 3.1 and 3.2? b) Could you run the test a bit longer and confirm that the leak is slowly growing? c) I assume your mod_python is running under Apache. Apache restarts processes

[issue11828] startswith and endswith don't accept None as slice index

2011-04-11 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker <http://bugs.python.org/issue11828> ___ ___ Python-bugs-list m

[issue11828] startswith and endswith don't accept None as slice index

2011-04-11 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Since this is not a regression, this would be solved in 3.3 only. I guess. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11

[issue11828] startswith and endswith don't accept None as slice index

2011-04-11 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Anybody taking care of this, should check also "byte" and "bytearray". -- ___ Python tracker <http://bug

[issue11828] startswith and endswith don't accept None as slice index

2011-04-13 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Some comments posted in the review. Could you possibly post a patch for 2.7 too?. Thanks. If any other reviewer agree, I will commit the patch. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11828] startswith and endswith don't accept None as slice index

2011-04-13 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I got your comments, Torsten. I finds funny too that the tracker is not notified. I wrote new comments too, but not using "the right way", so now I am the one not sure you got them... :-) Go for the 3.3/2.7 pat

[issue11828] startswith and endswith don't accept None as slice index

2011-04-13 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Better to have a 3.1/2.7 patch. The current workflow requires to patch the old version first (3.1), and up-port the change to 3.2 and 3.3. So, 2.7 and 3.1 would be more useful. Al least if the patch applies to 3.2 and 3.3 easily. If major surgery is needed

[issue11851] Flushing the standard input causes an error

2011-04-15 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I can't reproduce this Under Solaris 10 or Ubuntu. Maybe is it something Apple related?. Anyway, does it makes sense to flush sys.stdin, at all?. -- nosy: +jcea ___ Python tracker <http://bugs.py

[issue11863] Enforce PEP 11 - remove support for legacy systems

2011-04-17 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I think I toke care of OSF cleanup already. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11863> ___ ___ Pytho

[issue11828] startswith and endswith don't accept None as slice index

2011-04-18 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Torsten, could you possibly publish branches too for 3.2 and default (3.3)? -- ___ Python tracker <http://bugs.python.org/issue11

[issue11876] SGI Irix threads, SunOS lightweight processes, GNU pth threads, Mach C Threads are now unsupported, and code will be removed in 3.3

2011-04-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11876> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11828] startswith and endswith don't accept None as slice index

2011-04-20 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Added file: http://bugs.python.org/file21739/87be2a5e22ed.diff ___ Python tracker <http://bugs.python.org/issue11828> ___ ___ Python-bug

[issue11828] startswith and endswith don't accept None as slice index

2011-04-20 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: -> jcea ___ Python tracker <http://bugs.python.org/issue11828> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Compiling current 3.1 and 3.2 show this warning: """ Python/sysmodule.c:1378: warning: offset outside bounds of constant string """ This is a bit scary. Could be a security/stability hazard?. -- messages: 1341

[issue11888] Add C99's log2() function to the math library

2011-04-20 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11888> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This was introduced in 7327b4dbd4f0 and related changesets. The problem doesn't affect 2.7 because of d52b1faa7b11. I would suggest to upport that changeset to 3.1 and 3.2. -- ___ Python tracker

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Sorry, the correct changeset was 5cf8f6da8743. -- ___ Python tracker <http://bugs.python.org/issue11890> ___ ___ Python-bug

[issue11890] COMPILER WARNING: warning: offset outside bounds of constant string

2011-04-20 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: -> jcea ___ Python tracker <http://bugs.python.org/issue11890> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Compiling 3.1, I get this warning: """ /export/home/buildbot/32bits/3.1.cea-indiana-x86/build/Modules/cmathmodule.c:77: warning: implicit declaration of function 'finite' /export/home/buildbot/32bits/3.1.cea-indiana-x86/build

[issue11892] Compiler warning: warning: implicit declaration of function 'finite'

2011-04-20 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Porting 5b607cd8c71b... -- ___ Python tracker <http://bugs.python.org/issue11892> ___ ___ Python-bugs-list mailing list Unsub

[issue8809] smtplib should support SSL contexts

2011-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue8809> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8808] imaplib should support SSL contexts

2011-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue8808> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9319] imp.find_module('test/badsyntax_pep3120') causes segfault

2011-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue9319> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11895] pybench prep_times calculation error

2011-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea resolution: fixed -> stage: committed/rejected -> status: closed -> open ___ Python tracker <http://bugs.python.or

[issue11901] Docs for sys.hexversion should give the algorithm

2011-04-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: +1!. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11901> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11910] test_heapq C tests are not skipped when _heapq is missing

2011-04-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Patch seems good. Ezio, can you commit?. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11910> ___ ___ Pytho

[issue11912] Python shouldn't use the mprotect() system call

2011-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11912> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11662] Redirect vulnerability in urllib/urllib2

2011-04-25 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11662> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11856] Optimize parsing of JSON numbers

2011-04-25 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Patch seems OK. Please, commit. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11856> ___ ___ Python-bug

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-25 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11918> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11924] Pickle and copyreg modules doesn't document the interface

2011-04-25 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : Python 3.2 here. "copyreg" module documentation says "See the pickle module for more details on the interface expected of function and constructor.", but I don't see any useful "copyreg" reference in pickle documentat

[issue11924] Pickle and copyreg modules don't document the interface

2011-04-25 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- title: Pickle and copyreg modules doesn't document the interface -> Pickle and copyreg modules don't document the interface ___ Python tracker <http://bugs.pytho

[issue11923] gcc: unrecognized option '-n32'

2011-04-25 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11923> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11918] Drop OS/2 and VMS support in Python 3.3

2011-04-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Would be possible to publish a notice in "python insider" blog?.Enigmail -- ___ Python tracker <http://bugs.python.o

[issue11923] gcc: unrecognized option '-n32'

2011-04-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> invalid ___ Python tracker <http://bugs.python.org/issue11923> ___ ___ Python-bugs-list mailing list Unsubscri

[issue11937] Interix support

2011-04-27 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I don't agree with some details of the patch (I would move the log-like calculation to a inline function, and document WHY it is needed at all, for instance), but supporting a new platform is good, moreover when the patch is so small. I would ask

[issue11937] Interix support

2011-04-27 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Markus, could you possibly provide a buildbot running under Interix?. A virtual machine could be OK, if available 24x7, with reasonable resources (CPU, memory). -- ___ Python tracker <http://bugs.python.

[issue11457] Expose nanosecond precision from system calls

2011-04-28 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11457> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11943] Add TLS-SRP (RFC 5054) support to ssl, _ssl, http, and urllib

2011-04-28 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11943] Add TLS-SRP (RFC 5054) support to ssl, _ssl, http, and urllib

2011-04-28 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The idea seems interesting. I will check the RFC ASAP. The patch should include documentation updates, though. You can update the issue number in the NEWS file, also. Do you plan to complete the sections marked as "TODO"? PS: The mercurial repo

[issue11943] Add TLS-SRP (RFC 5054) support to ssl, _ssl, http, and urllib

2011-04-28 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Also, I will not invest too much time on this until OpenSSL 1.0.1 is released, with support for this. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11967] Left shift and Right shift for floats

2011-05-02 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue11967> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11873] test_regexp() of test_compileall failure on "x86 OpenIndiana 3.x"

2011-05-02 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Same here. I am using a standard ZFS configuration. If the child finish doing its job, the file should be there. Are we sure no errors happens in the child?. -- ___ Python tracker <http://bugs.python.

[issue12025] strangely missing separator in "resource" table

2011-05-06 Thread Jesús Cea Avión
New submission from Jesús Cea Avión : "resource" page in python docs is missing a separator between 6 and 7. Checking the RST source code, everything seems correct. But the fact is that a line is missing in the HTML output. Checking the HTML output code, it seems OK. Disabling CSS,

[issue8407] expose signalfd(2) and pthread_sigmask in the signal module

2011-05-08 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue8407> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12025] strangely missing separator in "resource" table

2011-05-08 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Cntl+0 "fixes" it. I was not aware of having set a zoom level for python website. Sorry for wasting your time. PS: FF should no "drop" details like that. Whatever :). -- resolution: -> invalid

[issue12050] unconsumed_tail of zlib.Decompress is not always cleared on decompress() call

2011-05-11 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue12050> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12069] test_signal.test_without_siginterrupt() failure on AMD64 OpenIndiana 3.x

2011-05-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue12069> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12071] test_concurrent_futures.test_context_manager_shutdown() hangs on OpenIndiana

2011-05-13 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue12071> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9205] Parent process hanging in multiprocessing if children terminate unexpectedly

2011-05-13 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue9205> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12075] python3.2 memory leak when setting integer key in dictionary

2011-05-16 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue12075> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12081] Remove distributed copy of libffi

2011-05-16 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue12081> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue706263] print raises exception when no console available

2011-05-18 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Does this affects Python 3? -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue706263> ___ ___ Python-bugs-list m

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