[issue16194] imp.load_dynamic imports wrong module when called several times on a multi-module .so

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8745] zipimport is a bit slow

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue16384] import.c doesn't handle EOFError from PyMarshal_Read*

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16386] imp.find_module does not specify registry key it searches on windows

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16047] Tools/freeze no longer works in Python 3

2012-11-12 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +barry, loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue15104] Unclear language in __main__ description

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue10966] eliminate use of ImportError implicitly representing SkipTest

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue13028] python wastes linux users time by checking for dylib on each dynamic library load

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue16217] Tracebacks are unnecessarily verbose when using 'python -m'

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue5128] compileall: consider ctime

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue13349] Non-informative error message in index() and remove() functions

2012-11-12 Thread Sean Ochoa
Sean Ochoa added the comment: Lib/test/test_array.py -- Moved index test (for this issue) to test_index (existing test method). -- Added remove test (for this issue) to test_remove (existing test method) Lib/test/test_deque.py -- Moved remove test (for this issue) to test_index (existing t

[issue16213] Expose private functions in marshal used by importlib

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16144] misleading sentence in reference/import

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8478] tokenize.untokenize first token missing failure case

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue13290] get vars for object with __slots__

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16101] Verify all imported modules at startup are needed

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15599] test_circular_imports() of test_threaded_import fails on FreeBSD 9.0

2012-11-12 Thread Eric Snow
Eric Snow added the comment: Is this still an issue? -- nosy: +eric.snow status: open -> pending ___ Python tracker ___ ___ Python-bug

[issue13028] python wastes linux users time by checking for dylib on each dynamic library load

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow status: pending -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue13863] import.c sometimes generates incorrect timestamps on Windows + NTFS

2012-11-12 Thread Eric Snow
Eric Snow added the comment: actually still valid for previous to 3.3 -- nosy: +eric.snow resolution: works for me -> status: closed -> open ___ Python tracker ___ _

[issue13863] import.c sometimes generates incorrect timestamps on Windows + NTFS

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> works for me status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue16047] Tools/freeze no longer works in Python 3

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16027] pkgutil doesn't support frozen modules

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15415] Add temp_dir() and change_cwd() to test.support

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7559] TestLoader.loadTestsFromName swallows import errors

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue12680] cPickle.loads is not thread safe due to non-thread-safe imports

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15905] Copy to fixed size buffer w/o check in sys_update_path

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15892] _PyImport_GetDynLoadFunc() doesn't check return value of fstat()

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15894] _PyImport_ReInitLock() doesn't check return value of PyThread_acquire_lock

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11776] Constructor signatures missing in types module documentation

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15751] Support subinterpreters in the GIL state API

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue14373] C implementation of functools.lru_cache

2012-11-12 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___

[issue15031] Split .pyc parsing from module loading

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16441] range usage in gzip module leads to excessive memory usage.

2012-11-12 Thread Ezio Melotti
Changes by Ezio Melotti : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue15403] Refactor package creation support code into a common location

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15577] Real argc and argv in embedded interpreter

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15358] Test pkgutil.walk_packages in test_pkgutil instead of test_runpy

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15376] Refactor the test_runpy walk_package support code into a common location

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9914] trace/profile conflict with the use of sys.modules[__name__]

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue9325] Add an option to pdb/trace/profile to run library module as a script

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue15272] pkgutil.find_loader accepts invalid module names

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue12703] Improve error reporting for packaging.util.resolve_name

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15223] datetime instances lack __module__ attribute

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16457] Allow operator 'getter' methods to take a list and return a tuple

2012-11-12 Thread Raymond Hettinger
Raymond Hettinger added the comment: It's unfortunate that the automatic scalar/tuple switchover design doesn't play well with start-args. We have the same issue arising in a number of places (for example, min(*args) isn't happy when args is of length 1). While inconvenient for variable lengt

[issue16457] Allow operator 'getter' methods to take a list and return a tuple

2012-11-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14803] Add feature to allow code execution prior to __main__ invocation

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue14373] C implementation of functools.lru_cache

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue14369] make __closure__ writable

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue14260] re.groupindex available for modification and continues to work, having incorrect data inside it

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16421] importlib.machinery.ExtensionFileLoader cannot load several modules from the same shared object

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue14228] It is impossible to catch sigint on startup in python code

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue5950] Make zipimport work with zipfile containing comments

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue16392] import crashes on circular imports in ext modules

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16163] Wrong name in Lib/pkgutil.py:iter_importers

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15480] Drop TYPE_INT64 from marshal in Python 3.4

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue6386] importing yields unexpected results when initial script is a symbolic link

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue812369] module shutdown procedure based on GC

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16464] urllib.request: opener not resetting content-length

2012-11-12 Thread Terry J. Reedy
New submission from Terry J. Reedy: Code based on python-list post by a do-not-wish-to-register urllib user. import urllib.request opener = urllib.request.build_opener() request = urllib.request.Request("http://example.com/";, headers = {"Content-Type": "application/x-www-form-urlencoded

[issue12455] urllib2 forces title() on header names, breaking some requests

2012-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: The comment about urllib.request forcing .title() is consistent with 'Content-Length' and 'Content-Type' in the docs but puzzling and inconsistent given that in 3.3, header names are printed .capitalize()'ed and not .title()'ed and that has_header and get_head

[issue11076] Iterable argparse Namespace

2012-11-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11076] Iterable argparse Namespace

2012-11-12 Thread Hobs
Hobs added the comment: Seems like a great idea. `foo(**dict(args))` is very useful. I tested `foo(**dict(iter(o.__dict__.items(` on python 2.7 Mac OSX for my foo and it worked well. -- nosy: +Hobson.Lane ___ Python tracker

[issue10395] new os.path function to extract common prefix based on path components

2012-11-12 Thread Rafik Draoui
Changes by Rafik Draoui : Added file: http://bugs.python.org/file27974/patch10395-3 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue16416] Mac OS X: don't use the locale encoding but UTF-8 to encode and decode filenames

2012-11-12 Thread STINNER Victor
STINNER Victor added the comment: > Victor, are you going to backport this to 3.3? I'm waiting for the result of the buildbots, and maybe also the fix for the issue #16455 (which has an impact on tests on undecodable bytes). -- ___ Python tracker <

[issue16416] Mac OS X: don't use the locale encoding but UTF-8 to encode and decode filenames

2012-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Victor, are you going to backport this to 3.3? -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue16416] Mac OS X: don't use the locale encoding but UTF-8 to encode and decode filenames

2012-11-12 Thread STINNER Victor
STINNER Victor added the comment: @Serhiy: Thanks for your review, I missed it before my first commit. -- ___ Python tracker ___ ___ P

[issue16416] Mac OS X: don't use the locale encoding but UTF-8 to encode and decode filenames

2012-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b97cc71a05e by Victor Stinner in branch 'default': Issue #16416: Fix Misc/NEWS entry, mention Mac OS X http://hg.python.org/cpython/rev/1b97cc71a05e -- ___ Python tracker

[issue16416] Mac OS X: don't use the locale encoding but UTF-8 to encode and decode filenames

2012-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset f3e512b5ffb3 by Victor Stinner in branch 'default': Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions http://hg.python.org/cpython/rev/f3e512b5ffb3 -- ___ Python tracker

[issue16416] Mac OS X: don't use the locale encoding but UTF-8 to encode and decode filenames

2012-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48fbdaf3a849 by Victor Stinner in branch 'default': Issue #16416: OS data are now always encoded/decoded to/from http://hg.python.org/cpython/rev/48fbdaf3a849 -- nosy: +python-dev ___ Python tracker

[issue16463] test_timeout failure on the RHEL buildbot

2012-11-12 Thread Antoine Pitrou
New submission from Antoine Pitrou: The RHEL buildbot consistently fails on test_timeout: == FAIL: testConnectTimeout (test.test_timeout.TCPTimeoutTestCase) -

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

2012-11-12 Thread Antoine Pitrou
Antoine Pitrou added the comment: > What does inheriting from 'ref' buy you? Hmm, I'm not sure. I thought I'd mimick KeyedRef's inheritance design, plus isinstance(..., weakref.ref) works, and composition would make the object slightly bigger. Other than that, probably nothing. -- __

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

2012-11-12 Thread Mark Dickinson
Mark Dickinson added the comment: The patch looks okay to me. What does inheriting from 'ref' buy you? This feels a bit strange to me: the way I think of it, the WeakMethod *has* a weakref to the underlying object, rather than *being* a weakref to the underlying object. The __repr__ also se

[issue11362] image/webp missing from mimetypes.py

2012-11-12 Thread Stefan Neufeind
Changes by Stefan Neufeind : -- nosy: +neufeind ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue16451] Remove duplication between slice_indices and compute_slice_indices

2012-11-12 Thread Mark Dickinson
Mark Dickinson added the comment: Patch attached. -- keywords: +patch Added file: http://bugs.python.org/file27973/issue16451.patch ___ Python tracker ___ ___

[issue1470548] Bugfix for #1470540 (XMLGenerator cannot output UTF-16)

2012-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If nobody has any objections, why not apply this patch? -- ___ Python tracker ___ ___ Python-bug

[issue9720] zipfile writes incorrect local file header for large files in zip64

2012-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Please, review the patches. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue16137] Using time.asctime() with an array with negative tm_hour causes Python Crash.

2012-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Alexander, do you want to backport r87736 to 2.7? -- ___ Python tracker ___ ___ Python-bugs-list m

[issue15880] os.path.split() and long UNC names

2012-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Serhiy claims that the commit of Mark's version of your patch in #5799 fixed this in 3.1. Retesting in IDLE, 3.3, Win7: >>> import os >>> d = '//?/e:/python-test/dir' >>> d = os.path.split(d)[0] >>> d '//?/e:/python-test' >>> d = os.path.split(d)[0] >>> d '//?/

[issue15880] os.path.split() and long UNC names

2012-11-12 Thread Larry Hastings
Larry Hastings added the comment: ISTM that fixing this for 3.x (3? 4?) is worthwhile though. Or did somebody already fix it in 3.x? -- ___ Python tracker ___ _

[issue16458] subprocess.py throw "The handle is invalid" error on duplicating the STD_INPUT_HANDLE

2012-11-12 Thread Herc Silverstein
Changes by Herc Silverstein : -- nosy: +hercs ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-11-12 Thread Stefan Krah
Stefan Krah added the comment: Thanks for reviewing! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-11-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5db6d9ddf6e8 by Stefan Krah in branch '3.3': Issue #15835: Define PATH_MAX on HP-UX. http://hg.python.org/cpython/rev/5db6d9ddf6e8 -- nosy: +python-dev ___ Python tracker

[issue15880] os.path.split() and long UNC names

2012-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree. Larry H.'s patch in #5799 was called an enhancement and is explicitly a replacement for splitunc. The latter was deprecated and may disappear in 3.4. -- resolution: -> wont fix stage: test needed -> committed/rejected status: pending -> closed

[issue12082] Python/import.c still references fstat even with DONT_HAVE_FSTAT/!HAVE_FSTAT

2012-11-12 Thread Chromatix
Chromatix added the comment: Actually many people try to compile python on an environment with freestanding C library, so this can be a specific case of that. Is there any issue or thread where compiling python with freestanding headers is discussed? As this relates to that. Shall you remove

[issue16460] Strange results for floor division ("//") with non-integer divisors

2012-11-12 Thread Tom Pohl
Tom Pohl added the comment: Since nobody seems to share my point of view, I give up. :-) Thanks for your support and for working on Python (the best programming language as we all know), Tom -- ___ Python tracker

[issue16461] wave module: wrong integer format

2012-11-12 Thread Christian Kern
Christian Kern added the comment: Addendum: 4 Gib file size can only be achieved with "unsigned long". Moreover, for numbers < 2^31, "signed long" and "unsigned long" seem to be the same, so there should arise no problem. (Tested on x86_64 linux) BTW: Writing .wav files could gain performance it

[issue16391] add "terminator" ctor argument to logging.StreamHandlers derived handlers

2012-11-12 Thread Vinay Sajip
Vinay Sajip added the comment: I don't understand what you mean. For example, defining def my_handler(*args, **kwargs): terminator = kwargs.pop('terminator', '!\n') h = logging.StreamHandler(*args, **kwargs) h.terminator = terminator return h you can use with a definition of the

[issue16462] smtpd should return greeting

2012-11-12 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 3.4 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue16462] smtpd should return greeting

2012-11-12 Thread R. David Murray
R. David Murray added the comment: On the other hand, it would also be backward incompatible. Can anyone think of a backward compatible way to provide this info? Maybe we could use the new signature object support. -- ___ Python tracker

[issue16461] wave module: wrong integer format

2012-11-12 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Python 3.x affected too. Python 2.6 is open only for security fixes. 4GB support confirmed: https://en.wikipedia.org/wiki/WAV#Limitations But trying to find a "canonical" description of the format, I see tons of inconsistencies. For instance http://web.arch

[issue16462] smtpd should return greeting

2012-11-12 Thread mike.a
mike.a added the comment: David, Yes, that is what I am asking. Thanks, -Mike -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue16461] wave module: wrong integer format

2012-11-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Library (Lib) -Extension Modules stage: -> needs patch versions: +Python 3.2, Python 3.3, Python 3.4 -Python 2.6 ___ Python tracker ___

[issue16462] smtpd should return greeting

2012-11-12 Thread R. David Murray
R. David Murray added the comment: Are you asking to have seen_greeting passed in the server.process_message call? That is reasonable. -- components: +email nosy: +barry, r.david.murray versions: +Python 2.6 -Python 2.7, Python 3.1, Python 3.2, Python 3.3 _

[issue2005] posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)

2012-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > I think the patch will break on Unix systems that don't have uid_t or gid_t > types. I think defines to int will be used on such systems. As I understand the configure script. > A smal nit with the patch: it uses "long long" as a type instead of > PY_LO

[issue2005] posixmodule expects sizeof(pid_t/gid_t/uid_t) <= sizeof(long)

2012-11-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file27926/posix_uid_gid_conv.patch ___ Python tracker ___ ___ Python-bugs-li

[issue15835] HP-UX build needs to be tweaked to pick up PATH_MAX

2012-11-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: The patch looks good, please apply. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list ma

[issue16462] smtpd should return greeting

2012-11-12 Thread mike.a
mike.a added the comment: The greeting value is the HELO/EHLO identity. RFC 4408 (SPF) recommends checking both the mail from domain as well as the HELO identity, so this value is useful and could be passed to proc_message() function (API for "doing something useful with this message"). Later

[issue16442] PATH_MAX vs MAXPATHLEN vs pathconf(..., _PC_PATH_MAX).

2012-11-12 Thread Stefan Krah
Stefan Krah added the comment: #15835 has a patch specifically for HP-UX. Also see the link in msg171068 for evidence that PATH_MAX is quite a mess on HP-UX. -- nosy: +skrah ___ Python tracker _

[issue16462] smtpd should return greeting

2012-11-12 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Mike, could you possibly elaborate more?. I don't understand your bug report. BTW, Python 2.6 is open only for security bugfixes. Python 2.7, 3.2 and 3.3 are currently open for regular bugfixes. -- nosy: +jcea ___

[issue16462] smtpd should return greeting

2012-11-12 Thread mike.a
New submission from mike.a: The greeting value is required by SPF, and should be returned by SMTPChannel. This would involve a simple fix by adding self.__greeting to the list of returned values in the status object -- messages: 175451 nosy: mike.a priority: normal severity: normal sta

[issue16461] wave module: wrong integer format

2012-11-12 Thread Christian Kern
New submission from Christian Kern: Writing .wav files is limited to a file size of 2 Gib, while the WAV file format itself supports up to 4 Gib. Trying to write a file beyond 2 Gib (e.g. 203 minutes at CD quality (i.e. 44.1 kHz, 2 channels, 16 bit)) will crash at the moment when self._datawritte

  1   2   >