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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

<    1   2