[issue16902] Add OSS module support for Solaris

2013-01-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The problem with your approach is that different Solaris release could support different flags. So I rather prefer specific #ifdef's. I wonder about compiling OSS module under Solaris without OSS support. Compiling a module acting as "NULL" i

[issue16902] Add OSS module support for Solaris

2013-01-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Brian, then this module should be compiled only under Solaris 11 and up and, presumably, OpenSolaris/Illumos derivatives. Does your patch compiles cleanly under previous Solaris versions?. I am +1 to consider this a bugfix. Any other python-dev opinion? PS

[issue16902] Add OSS module support for Solaris

2013-01-09 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Brian, is this supported in Solaris 10 or Solaris 11?. How can I actually try it?. I use Solaris on servers, and have Solaris 10/11 virtual machines in my laptop but never ever used sound under Solaris... Also, I am unsure about this being a new feature

[issue16730] _fill_cache in _bootstrap.py crashes without directory execute permissions

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

[issue16871] Cleanup a few minor things

2013-01-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I elaborate: issue15580. An example of many. -- ___ Python tracker <http://bugs.python.org/issue16871> ___ ___ Python-bug

[issue16871] Cleanup a few minor things

2013-01-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: How about innecessary code churn? -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue16871> ___ ___ Python-bug

[issue16833] http.client delayed ack / Nagle algorithm optimisation performs badly for large messages

2013-01-03 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Sorry, firefox is playing with me. As usual :). Just writing about i in python-dev. Thanks for the heads up. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed _

[issue16833] http.client delayed ack / Nagle algorithm optimisation performs badly for large messages

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

[issue16839] segmentation fault when unicode(classic_class_instance)

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

[issue16828] bz2 error on compression of empty string

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

[issue6010] unable to retrieve latin-1 encoded data from sqlite3

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

[issue16783] sqlite3 accepts strings it cannot (by default) return

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

[issue16672] improve tracing performances when f_trace is NULL

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

[issue16743] mmap on Windows can mishandle files larger than sys.maxsize

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

[issue16789] :meth:`quit` links to constants instead of own module

2012-12-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Thanks!. -- ___ Python tracker <http://bugs.python.org/issue16789> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16789] :meth:`quit` links to constants instead of own module

2012-12-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I take care of this. -- assignee: docs@python -> jcea nosy: +jcea ___ Python tracker <http://bugs.python.org/issu

[issue16733] Solaris ctypes_test failures

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

[issue16694] Add pure Python operator module

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

[issue16692] Support TLS 1.1 and TLS 1.2

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

[issue16483] Make int(float('inf')) raise ValueError rather than OverflowError.

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

[issue16333] Trailing whitespace in json dump when using indent

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

[issue16477] tarfile fails to close file handles in case of exception

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

[issue16686] audioop overflow issues

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

[issue16685] Deprecate accepting strings as arguments in audioop functions

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

[issue16377] Fix bisect unittest

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

[issue16676] Segfault under Python 3.3 after PyType_GenericNew

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

[issue16478] Fix division in tabnanny

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

[issue16357] SSLSocket created from SSLContext.wrap_socket doesn't include cert/keyfile

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

[issue16674] Faster getrandbits() for small integers

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

[issue16632] Enable DEP and ASLR

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

[issue16631] tarfile.extractall() doesn't extract everything if .next() was used

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

[issue16647] LMTP.connect() loses socket error details

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

[issue16645] Wrong test_extract_hardlink() in test_tarfile.py

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

[issue1748064] inspect.getargspec fails on built-in or slot wrapper methods

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

[issue16650] Popen._internal_poll() references errno.ECHILD outside of the local scope

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

[issue16653] reference kept in f_locals prevents the tracing/profiling of a destructor

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

[issue16490] "inspect.getargspec()" and "inspect.getcallargs()" don't work for builtins

2012-12-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: David, please subscribe to Issue #16612. -- ___ Python tracker <http://bugs.python.org/issue16490> ___ ___ Python-bugs-list m

[issue16612] Integrate "Argument Clinic" specialized preprocessor into CPython trunk

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

[issue16601] Restarting iteration over tarfile continues from where it left off.

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

[issue16569] Preventing errors of simultaneous access in zipfile

2012-12-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Seek can be very cheap. Anybody could actually measure it??? -- ___ Python tracker <http://bugs.python.org/issue16569> ___ ___

[issue16597] file descriptor not being closed with context manager on IOError when device is full

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

[issue16618] Different glob() results for strings and bytes

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

[issue16602] weakref can return an object with 0 refcount

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

[issue16615] gcc 4.7 unused-but-set warnings

2012-12-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: jcea -> nosy: +christian.heimes ___ Python tracker <http://bugs.python.org/issue16615> ___ ___ Python-bugs-list mai

[issue16615] gcc 4.7 unused-but-set warnings

2012-12-05 Thread Jesús Cea Avión
New submission from Jesús Cea Avión: GCC 4.7 is showing some compilation warning about setting variables never read. -- assignee: jcea messages: 176984 nosy: jcea priority: normal severity: normal status: open title: gcc 4.7 unused-but-set warnings type: compile error versions: Python

[issue16615] gcc 4.7 unused-but-set warnings

2012-12-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Spin-off of Issue #16588. -- ___ Python tracker <http://bugs.python.org/issue16615> ___ ___ Python-bugs-list mailing list Unsub

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed type: -> compile error ___ Python tracker <http://bugs.python

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-12-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: fixed -> stage: committed/rejected -> patch review status: closed -> open type: compile error -> versions: +Python 2.7 ___ Python tracker <http://bugs.python

[issue16287] Sporadic test_utime() failures on Solaris

2012-12-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Doing "./python Lib/test/regrtest.py test_os" for current "default" in Solaris 10 Update 10, I don't see any test failure. I have run it 10.000 times. I can't reproduce this. What Solaris 1

[issue15745] Numerous utime ns tests fail on FreeBSD w/ ZFS (update: and NetBSD w/ FFS, Solaris w/ UFS)

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

[issue16605] test_posix.test_fs_holes() fails on FreeBSD 9.0

2012-12-05 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issue16605> ___ ___ Python-bugs-list mailing list Un

[issue16605] test_posix.test_fs_holes() fails on FreeBSD 9.0

2012-12-05 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: FreeBSD Buildbot has been updated to 9.1, and the issue is solved. This was clearly a 9.0 kernel bug. Closing bug as "Invalid". Thanks for triaging this, Koobs. -- resolution: -> invalid status: o

[issue16605] test_posix.test_fs_holes() fails on FreeBSD 9.0

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

[issue16605] test_posix.test_fs_holes() fails on FreeBSD 9.0

2012-12-04 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: koobs, do you want the SkipIf now?. Maybe having a red buildbot can contribute push FreeBSD kernel guys :) -- versions: +Python 3.3 ___ Python tracker <http://bugs.python.org/issue16

[issue16605] test_posix.test_fs_holes() fails on FreeBSD 9.0

2012-12-04 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This is likely a FreeBSD 9 kernel bug. Using this code under python 3, on a ZFS filesystem: """ import os f = open("test", "wb") f.write(b"hello") f.flush() print(os.lseek(f.fileno(), 3, os.SEEK_HOLE)) "&quo

[issue16599] unittest: Access test result from tearDown

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

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Another patch proposal, not sure about which is cleaner. -- ___ Python tracker <http://bugs.python.org/issue16588> ___ ___ Pytho

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : Added file: http://bugs.python.org/file28177/z2.diff ___ Python tracker <http://bugs.python.org/issue16588> ___ ___ Python-bugs-list mailin

[issue16588] gcc 4.7 unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- title: gcc 4.7 ilegitimate unused-but-set warnings on Python/thread_pthread.h -> gcc 4.7 unused-but-set warnings on Python/thread_pthread.h ___ Python tracker <http://bugs.python.org/issu

[issue16588] gcc 4.7 ilegitimate unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- keywords: +patch Added file: http://bugs.python.org/file28176/z.diff ___ Python tracker <http://bugs.python.org/issue16

[issue16588] gcc 4.7 ilegitimate unused-but-set warnings on Python/thread_pthread.h

2012-11-30 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The warning is legitimate. "error" is set to 0 at the beginning and it will be set to 1 if an error occurred (via CHECK_STATUS macro). But the variable "error" is never used in the function. So it is set, but never actually used in the fu

[issue16535] json encoder unable to handle decimal

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

[issue16490] "inspect.getargspec()" and "inspect.getcallargs()" don't work for builtins

2012-11-30 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Larry, Ping... :-) -- ___ Python tracker <http://bugs.python.org/issue16490> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16467] frozen importlib required for extending Python interpreter not public

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

[issue16565] Increase Py_AddPendingCall array size

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

[issue16569] Preventing errors of simultaneous access in zipfile

2012-11-28 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I am -0 to this. We can't prevent programmers for shotting in the foot. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/is

[issue16562] Optimize dict equality test

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

[issue16215] Possible double memory free in str.replace

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

[issue16216] Arithmetic operations with NULL

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

[issue16560] Python sighandlers delayed for no reason

2012-11-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Not sure if this would be a feature request or a bugfix, specially in the python 2.7 case :). -- nosy: +jcea versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.org/issue16

[issue14631] Instance methods and WeakRefs don't mix.

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- superseder: Instance methods and WeakRefs don't mix. -> ___ Python tracker <http://bugs.python.org/issue14631> ___ ___ Py

[issue813299] Weak references and bound functions interact in a bad way

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- superseder: -> Instance methods and WeakRefs don't mix. ___ Python tracker <http://bugs.python.org/issue813299> ___ ___ Py

[issue14631] Instance methods and WeakRefs don't mix.

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- superseder: -> Instance methods and WeakRefs don't mix. ___ Python tracker <http://bugs.python.org/issue14631> ___ ___ Py

[issue14631] Instance methods and WeakRefs don't mix.

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

[issue16455] sys.getfilesystemencoding() is not the locale encoding on FreeBSD and OpenSolaris when the locale is not set

2012-11-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Victor, any progress on this? -- ___ Python tracker <http://bugs.python.org/issue16455> ___ ___ Python-bugs-list mailin

[issue16462] smtpd should return greeting

2012-11-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The trivial approach would be to add a new "set_helo_string()" method to "SMTPServer" class, and be called before "process_message()". User subclasses would be inherit it. -- ___

[issue16546] ast.YieldFrom needlessly has its expr value as optional

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

[issue16545] ast.FunctionDef sets a bad value for kw_defaults when keyword-only arguments present

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue16545> ___ ___ Python-bugs-

[issue16545] ast.FunctionDef sets a bad value for kw_defaults when keyword-only arguments present

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea resolution: invalid -> status: closed -> open ___ Python tracker <http://bugs.python.org/issue16545> ___ ___

[issue16549] regression: -m json.tool module is broken

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: -> ezio.melotti stage: needs patch -> patch review versions: +Python 3.4 -Python 3.1 ___ Python tracker <http://bugs.python.org/i

[issue16549] regression: -m json.tool module is broken

2012-11-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- assignee: ezio.melotti -> nosy: +jcea stage: patch review -> needs patch versions: +Python 3.1 -Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue16550] pickletools.py treats 32bit lengths as signed, but pickle.py as unsigned

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

[issue16551] Cleanup the pure Python pickle implementation

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

[issue16538] The docs doesn't describe MAKE_CLOSURE correctly

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

[issue16540] Make itertools count, cycle, and repeat objects subscriptable like range.

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

[issue16495] bytes_decode() unnecessarily examines encoding

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

[issue16496] Simplify and optimize random_seed()

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

[issue16494] Add a method on importlib.SourceLoader for creating bytecode file format/container

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

[issue16493] Document the 'optimize' argument to compile()

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

[issue16548] os.system won't run any command and there is no error message when memory cannot be allocated

2012-11-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: If Unix system call "system()" fails, it will return -1. Python should convert a -1 to the appropiate exception, checking "errno". In Solaris, for instance, "system()" is documented to fail if the max number of processes a

[issue16525] wave file module does not support 32bit float format

2012-11-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: About the 24 bit PCM bug, please fill another bug. -- ___ Python tracker <http://bugs.python.org/issue16525> ___ ___ Python-bug

[issue16525] wave file module does not support 32bit float format

2012-11-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Sebastian, Could you possibly write a patch with a test?. Could you possibly fill a contributor agreement? Details in http://www.python.org/psf/contrib/ -- ___ Python tracker <http://bugs.python.org/issue16

[issue16512] imghdr doesn't support jpegs with an ICC profile

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

[issue6923] Need pthread_atfork-like functionality in CPython

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

[issue16500] Add an 'afterfork' module

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

[issue16501] deprecate RISCOS "support"

2012-11-23 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Please, update PEP 11. -- ___ Python tracker <http://bugs.python.org/issue16501> ___ ___ Python-bugs-list mailing list Unsub

[issue16501] deprecate RISCOS "support"

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

[issue5765] stack overflow evaluating eval("()" * 30000)

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

[issue16529] Compiler error when trying to compile ceval.c on OpenSUSE 11.3

2012-11-23 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Could you possibly locate the problematic changeset? Could be doable by bisection. -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue16

[issue16514] Cryptic traceback when sys.path[0] is None

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

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