[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Stefan, I am confused with your comments. The thing is that freebsd defines SEEK_HOLE/SEEK_DATA but reports an error when you use them. I guess they are errors when used on a filesystem that doesn't support them. This is a bug, in my opinion

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Greog, I am confused about ARM ubuntu errors. Do we know what ubuntu version is running there?. What is the filesystem?. I am seriously thinking about supporting these flags only in real OSs like Solaris derivatives

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-25 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Georg, I am fine with that if you are fine with that :-). Please, confirm :) (sorry for mistyping your name before!) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue15138] base64.urlsafe_b64**code are too slow

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: This is a feature request, not a bug. Marking for 3.3. -- nosy: +jcea versions: -Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue15138] base64.urlsafe_b64**code are too slow

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Guido, would your patch be enough?. Is a 3x improvement enough?. What improvement could be acceptable?. Implemented in C in binascii module? -- ___ Python tracker rep...@bugs.python.org http

[issue15139] Speed up threading.Condition wakeup

2012-06-22 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15139 ___ ___ Python-bugs-list mailing list

[issue1644987] ./configure --prefix=/ breaks, won't build C modules

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Closing, since this is ancient. Please, open a new bug if still relevant (for 2.7, 3.2 or 3.3). -- assignee: tarek - serwy nosy: +serwy resolution: - out of date status: open - closed ___ Python

[issue9527] Add aware local time support to datetime module

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: This patch breaks OpenIndiana buildbots. For instance http://www.python.org/dev/buildbot/all/builders/AMD64%20OpenIndiana%203.x/builds/3810/steps/test/logs/stdio FAIL: test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure

[issue15138] base64.urlsafe_b64**code are too slow

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Antoine thinks so: http://bugs.python.org/issue15139 :-) I think we should have an official policy, though. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15138

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: This looks like a bug in freebsd: http://lists.freebsd.org/pipermail/freebsd-amd64/2012-January/014332.html Since looks like a kernel bug, skipping test in that case. Committed patch. Thanks for the head-up

[issue4473] POP3 missing support for starttls

2012-06-22 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: 3.3 beta will be published next Sunday. Any hope? Lorenzo, is your patch applicable to 3.3? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4473

[issue14393] Incorporate Guide to Magic Methods?

2012-06-20 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14393 ___ ___ Python-bugs-list mailing list

[issue15118] uname c should return a struct sequence instead of a tuple

2012-06-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: +1. -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15118 ___ ___ Python-bugs-list

[issue15103] Solaris compiler chokes on importlib.h

2012-06-19 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: As a general rule, generated files should not be included in the repository. Recent mercurial versions include a --large parameter for hg add that threat files as binary. In particular, precludes hg diff, that I guess it is the point here

[issue14684] zlib set dictionary support inflateSetDictionary

2012-06-19 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: So my question is easy: could we apply this patch as is and defer any improvement to 3.4?. The risk of not doing so would be to miss 3.3 completely. -- ___ Python tracker rep...@bugs.python.org http

[issue15108] ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argument to internal function

2012-06-19 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Could you possibly reproduce this in 2.7, 3.2 and/or default (future 3.3)?. Python 2.6 support is over. -- components: +Cross-Build nosy: +jcea ___ Python tracker rep...@bugs.python.org http

[issue15108] ERROR: SystemError: ./../Objects/tupleobject.c:118: bad argument to internal function

2012-06-19 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- components: -Cross-Build ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15108 ___ ___ Python-bugs-list

[issue14684] zlib set dictionary support inflateSetDictionary

2012-06-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Sam, the window for Python 3.3 integration is almost close. Could you possibly update your patch with Nadeem's feedback?. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14684

[issue15103] Solaris compiler chokes on importlib.h

2012-06-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15103 ___ ___ Python-bugs-list mailing list

[issue15089] Add gzip support to urllib.request.retrieve()

2012-06-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15089 ___ ___ Python-bugs-list mailing list

[issue1508475] transparent gzip compression in urllib

2012-06-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1508475 ___ ___ Python-bugs-list mailing

[issue15090] Add etag support to urllib.request.urlretrieve()

2012-06-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15090 ___ ___ Python-bugs-list mailing list

[issue15082] [httplib] httplib.BadStatusLine on any HTTPS connection in certain unknown cases.

2012-06-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15082 ___ ___ Python-bugs-list mailing list

[issue14963] Use an iterative implementation for contextlib.ExitStack.__exit__

2012-06-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14963 ___ ___ Python-bugs-list mailing list

[issue15030] PyPycLoader can't read cached .pyc files

2012-06-07 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Ronan, can you confirm if 2.7 or 3.2 are affected too? -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15030

[issue15030] PyPycLoader can't read cached .pyc files

2012-06-07 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Could you write a patch for 3.3? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15030

[issue15032] Provide a select.select implemented using select.poll

2012-06-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15032 ___ ___ Python-bugs-list mailing list

[issue13405] Add DTrace probes

2012-06-07 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Marc, please, check your GTalk/XMPP window :-) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

[issue15031] Split .pyc parsing from module loading

2012-06-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15031 ___ ___ Python-bugs-list mailing list

[issue15030] PyPycLoader can't read cached .pyc files

2012-06-07 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- dependencies: +Split .pyc parsing from module loading ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15030

[issue15018] Incomplete Python LDFLAGS and CPPFLAGS used for extension modules on posix

2012-06-06 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15018 ___ ___ Python-bugs-list mailing list

[issue15001] segmentation fault with del sys.module['__main__']

2012-06-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15001 ___ ___ Python-bugs-list mailing list

[issue14930] Make memoryview weakrefable

2012-05-28 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14930 ___ ___ Python-bugs-list mailing list

[issue14888] _md5 module crashes on large data

2012-05-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Does this affect other hash modules?. Why is this not affecting python 3? Patch looks good. -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14888

[issue14888] _md5 module crashes on large data

2012-05-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I can't reproduce this issue in my 64 bit machines, neither in Solaris neither in Ubuntu. I guess the assertion can be fooled by compiler optimizacions. As a consequence, I can't check other hashes functions. Antoine, can you reproduce it doing

[issue14889] PyBytes_FromObject(bytes_object) fails

2012-05-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14889 ___ ___ Python-bugs-list mailing list

[issue14888] _md5 module crashes on large data

2012-05-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: sha1 fails the same way. Same error. Just clone the test to show it. Please, correct sha1 too and add a test for it :). sha224, sha256, sha384 and sha512 seems OK. -- ___ Python tracker rep

[issue14888] _md5 module crashes on large data

2012-05-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: sha224, sha256, sha384 and sha512 are not failing because they are missing the Py_SAFE_DOWNCAST safety net completely. So I would tell that we have an issue here :). -- ___ Python tracker rep

[issue14888] _md5 module crashes on large data

2012-05-23 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Same can be said about Python 3 hash modules: they are not using the sanity check, so they work. Maybe the real question should be if the sanity check really makes sense at all. If not, remove everywhere (the calculated md5 with no checks looks

[issue14721] httplib doesn't specify content-length header for POST requests without data

2012-05-19 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Too late for asking to keep the parenthesis :-). I hate to have to remember non-obvious precedence rules :-). Cognitive overhead. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue14684] zlib set dictionary support inflateSetDictionary

2012-05-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Status of this feature?. Ready to integrate? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14684

[issue14791] setup.py only adds /prefix/lib, not /prefix/lib64

2012-05-14 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14791 ___ ___ Python-bugs-list mailing list

[issue14759] Is LICENSES.txt up to date?

2012-05-09 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I am the maintainer of Berkeley DB python bindings, pybsddb: http://www.jcea.es/programacion/pybsddb.htm If I recall correctly, Berkeley DB license is something like this: 1. Your code must be open source, if you distribute the programs

[issue14759] Is LICENSES.txt up to date?

2012-05-09 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Could be useful if you directly talk to Oracle about this and communicate what you learned. It could even influence pybsddb licensing/documentation :). -- ___ Python tracker rep...@bugs.python.org http

[issue14762] ElementTree memory leak

2012-05-09 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Can this be reproduced in 3.2/3.3? -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14762

[issue14758] SMTPServer of smptd does not support binding to an IPv6 address

2012-05-09 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14758 ___ ___ Python-bugs-list mailing list

[issue14759] BSDDB license missing from liscense page in 2.7.

2012-05-09 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: If your program is not using Berkeley DB in any way, you don't need to worry about its license. The situation is similar to Berkeley DB being included in you linux distribution: if you don't use it, you don't have to worry

[issue5471] os.path.expanduser('~') doesnt works correctly when HOME is '/'

2012-05-09 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: See issue #14768. -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5471 ___ ___ Python

[issue14768] os.path.expanduser('~/a') doesn't works correctly when HOME is '/'

2012-05-09 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I though that this situation would be happen for ANY env with $HOME ending in /, but it is not the case: jcea@ubuntu:~$ echo $HOME /home/jcea jcea@ubuntu:~$ python Python 2.7.3 (default, Apr 12 2012, 13:11:53) [GCC 4.4.3] on linux2 Type help

[issue14768] os.path.expanduser('~/a') doesn't works correctly when HOME is '/'

2012-05-09 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- keywords: +easy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14768 ___ ___ Python-bugs-list mailing

[issue14768] os.path.expanduser('~/a') doesn't works correctly when HOME is '/'

2012-05-09 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- assignee: - jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14768 ___ ___ Python-bugs-list mailing

[issue14654] Faster utf-8 decoding

2012-05-06 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I understand Martin point, but I think 95% of issues in the bugtracker are work in progress, mine included. Maybe the issue is that Serhiy hasn't made a concrete proposal to be tested integrated. It seems to be more an exploratory work. I am

[issue14721] httplib doesn't specify content-length header for POST requests without data

2012-05-04 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Could you provide a patch? Does this affect 3.x too? -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14721

[issue14721] httplib doesn't specify content-length header for POST requests without data

2012-05-04 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Patch with test, please :-). I know it is a pain in the ass, but the result is having a higher quality python. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14721

[issue14721] httplib doesn't specify content-length header for POST requests without data

2012-05-04 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: HEAD?. It doesn't make sense in HEAD if it doesn't make sense in GET. Looking around, I found this, to mud the water a little bit more: http://fixunix.com/tcp-ip/66198-http-rfc-related-question-content-length-0-get-request.html. Not being

[issue14684] zlib set dictionary support inflateSetDictionary

2012-05-03 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: A dictionary could be provided an init time. Then, the Z_NEED_DICT could be intercepted in the binding and automatically inject the dictionary provided in the init. Anyway, for a patch to be approved, we need a test too. PS: Why

[issue14684] zlib set dictionary support inflateSetDictionary

2012-05-03 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Retargetting to python 3.3. If you hurry a bit and I find your patch acceptable (remember the tests!), I will try to integrate it. -- assignee: - serwy nosy: +serwy versions: +Python 3.3 -Python 3.4

[issue14684] zlib set dictionary support inflateSetDictionary

2012-05-03 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- assignee: serwy - nosy: -serwy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14684 ___ ___ Python

[issue14682] Backport missing errnos to 2.7

2012-04-27 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Benjamin should talk about this, but I am +1 to backport the missing DEFINEs. In fact, hardwired values are actually a bug, as reported in the linked issue. -- nosy: +jcea ___ Python tracker rep

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Yes, backing out changeset. Never suppose anything... -- resolution: fixed - stage: committed/rejected - patch review status: closed - open ___ Python tracker rep...@bugs.python.org http

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25370/6447a9323b11.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: New patch proposed, with testsuite fixed. Please, review. Last chance :-). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25374/c7abfb4d4260.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-26 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: New patch, after neolo...@free.fr review. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT

2012-04-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I will take care of this. -- assignee: - jcea nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14661

[issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT

2012-04-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I add some other constants too. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14661

[issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT

2012-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14661

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25347/34103049559f.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Removed file: http://bugs.python.org/file25347/34103049559f.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25348/0a5a40a4674a.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: New version, addressing Amaury concerns and Neologix review. Please, do a final review. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-24 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25350/ad882ba08568.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-24 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Another version, after Antoine feedback. Please, review. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue14654] More fast utf-8 decoding

2012-04-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14654 ___ ___ Python-bugs-list mailing list

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: I am going to integrate next week Please, review. -- assignee: - jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Terry, yes, skiping the test in the code will raise an error anyway when doing the real seek() OS syscall. Is there a reason to say (several times) 'can support' instead of just 'support'? Do the OSes in question just optionally support rather

[issue13405] Add DTrace probes

2012-04-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Stan, anybody working in SystemTap support, could you possibly create a new issue in the tracker to track specifically stap support?. You can depend on this bug, and coordinate effort. Clone my repository and use it as base. Thanks

[issue13405] Add DTrace probes

2012-04-20 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Frank, if somebody provides a diff I can test under Ubuntu 10.04, I can try it myself. This patch MUST be differential from my current patch (to be applied OVER it) and must cover EVERYTHING, from ./configure to the test execution. Anyway

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25259/d6aeff63fa5e.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- hgrepos: +119 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142 ___ ___ Python-bugs-list mailing

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Removed file: http://bugs.python.org/file19566/z.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25260/3f967e00e267.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10142

[issue10142] Support for SEEK_HOLE/SEEK_DATA

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Victor, internally Python uses 0, 1 and 2 as wired values independently of the platform values. This is probably an historic accident. Please, review. -- stage: needs patch - patch review ___ Python

[issue14518] Add bcrypt $2a$ to crypt.py

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14518 ___ ___ Python-bugs-list mailing list

[issue14596] struct.unpack memory leak

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14596 ___ ___ Python-bugs-list mailing list

[issue8536] Support new features of ZLIB 1.2.4

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Nadeem Vawda: Jesús, did you have any particular idea about exactly where these new features would be useful? Or was your idea that someone needs to read through the code and check whether the features can be used at all? Yes, my idea

[issue8536] Support new features of ZLIB 1.2.6

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- title: Support new features of ZLIB 1.2.4 - Support new features of ZLIB 1.2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8536

[issue14601] PEP sources not available as documented

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14601 ___ ___ Python-bugs-list mailing list

[issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Patch ad030571e6c0 introduces a compilation warning in Python 2.7. See http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%202.7/builds/1034/steps/compile/logs/warnings%20%281%29 -- nosy: +jcea versions: +Python 2.7, Python

[issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: In fact, the compilation warning seems to expose a far more serious issue. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14331

[issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: PyErr_NoMemory() returns always NULL, but it is declared as returning PyObject *. Could we change return PyErr_NoMemory(); to PyErr_NoMemory(); return NULL;?. Maybe with some comment... A cast would silence the compiler but could be unclear

[issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN

2012-04-18 Thread Jesús Cea Avión
Jesús Cea Avión j...@jcea.es added the comment: Gregory patching was faster than my writing :-). Thanks for taking the effort :-). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14331

[issue14381] Intern certain integral floats for memory savings and performance

2012-04-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14381 ___ ___ Python-bugs-list mailing list

[issue14371] Add support for bzip2 compression to the zipfile module

2012-04-17 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14371 ___ ___ Python-bugs-list mailing list

[issue13405] Add DTrace probes

2012-04-13 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25203/4a072278b866.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

[issue13405] Add DTrace probes

2012-04-13 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Removed file: http://bugs.python.org/file25193/1e4d2c51b2d9.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

[issue13405] Add DTrace probes

2012-04-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Removed file: http://bugs.python.org/file24281/5458412752d5.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

[issue13405] Add DTrace probes

2012-04-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Removed file: http://bugs.python.org/file24283/f86bb02fd8f4.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

[issue13405] Add DTrace probes

2012-04-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25192/aa2dcffa267f.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

[issue13405] Add DTrace probes

2012-04-12 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: Added file: http://bugs.python.org/file25193/1e4d2c51b2d9.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13405

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