[issue1109658] distutils dry-run breaks when attempting to bytecompile

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1109658 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1104021] wishlist: os.feed_urandom(input)

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal - low versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1104021 _ ___ Python-bugs-list

[issue1092962] Make Generators Pickle-able

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Discuss this for 2.6 I thin it's neither possible to find a generic solution nor a good idea to make generators picklable. -- nosy: +tiran versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1396825] subprocess: wait for a period of time

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1396825 _ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman

[issue1087418] long int bitwise ops speedup (patch included)

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: It's probably useful for Python 3.0 since the old int type is gone. -- nosy: +tiran priority: low - normal versions: +Python 2.6, Python 3.0 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1087418

[issue920573] http libraries throw errors internally

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue920573 ___ Python-bugs-list mailing list

[issue1428655] Use PyOS_snprintf for static buffers

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1428655 _ ___ Python-bugs-list mailing list

[issue595601] file ( socket) I/O are not thread safe

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The race condition issue should get more attention. -- nosy: +tiran priority: normal - high versions: +Python 2.6, Python 3.0 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue595601

[issue1516068] Under OS X, compiling against local readline fails

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: probably outdated and already fixed. Please open a new bug if you still can't link against the system's libreadline -- nosy: +tiran resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http

[issue1533105] NetBSD build with --with-pydebug causes SIGSEGV

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1533105 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1326113] Letting build_ext --libraries take more than one lib

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Another bug day task -- nosy: +tiran versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1326113

[issue1251748] compiler package: global a; a=5

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1251748 _ ___ Python-bugs-list mailing list

[issue487738] weaklist

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue487738 ___ Python-bugs-list mailing list

[issue1276768] dirutils.mkpath (verbose option does not work)

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1276768 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1288056] pygettext - provide comments to help translators

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal - low type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1288056 _ ___ Python

[issue1260171] subprocess: more general (non-buffering) communication

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1260171 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1294959] Problems with /usr/lib64 builds.

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The problem with 64 bit builds should be discussed before we release 2.6. Another bug day topic. -- components: +Build -None keywords: +patch nosy: +tiran versions: +Python 2.6, Python 3.0 _ Tracker [EMAIL

[issue1471243] Visual Studio 2005 CRT error handler

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - tiran components: +Windows nosy: +tiran versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1471243

[issue1092502] Memory leak in socket.py on Mac OS X 10.3

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Probably outdated I haven't heard or seen any such problems in the past two years. -- nosy: +tiran resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1092502

[issue1351036] PythonD new file: python2.4/plat-ms-dos5/djstat.py

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: We don't support MS-DOS any more. -- nosy: +tiran resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1351036

[issue628842] Deprecate PyNumber_Check

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Discuss the bug at the bug day. -- nosy: +tiran type: - rfe versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue628842

[issue919614] Python configured with --disable-unicode fails tests, more

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The --disable-unicode option and related code should be removed from 3.0 and probably from 2.6, too. -- nosy: +tiran versions: +Python 2.6, Python 3.0 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue919614

[issue1524938] PEP MemoryError with a lot of available memory gc not called

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal - high versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1524938 _ ___ Python-bugs-list

[issue1518617] Website updating part of PEP101/102 out of date

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Could either of you update the PEP, please? -- assignee: anthonybaxter - nosy: +georg.brandl, tiran _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1518617

[issue1504947] There should be a Python build using Visual Studio 2005

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: We are using VS 2008 now. -- nosy: +tiran resolution: - out of date status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1504947

[issue1020188] Use Py_CLEAR where necessary to avoid crashes

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1020188 _ ___ Python-bugs-list mailing list

[issue436259] [Windows] exec*/spawn* problem with spaces in args

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Windows versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue436259 ___ Python-bugs-list mailing

[issue1180193] broken pyc files

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1180193 _ ___ Python-bugs-list mailing list

[issue1615275] tempile.TemporaryFile differences between linux and windows

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The behavior should be documented -- components: +Documentation nosy: +tiran versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1615275

[issue1615158] POSIX capabilities support

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1615158 _ ___ Python-bugs-list mailing list

[issue1339673] cross compile and mingw support

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: - out of date status: open - closed superseder: - Cross compiling patches for MINGW _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1339673

[issue1506296] Add some dicts to datetime module

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Yeah, use the calendar module. -- nosy: +tiran resolution: - wont fix status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1506296

[issue1732212] repr of 'nan' floats not parseable

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal - low type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1732212 _ ___ Python

[issue1225584] crash in gcmodule.c on python reinitialization

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1225584 _ ___ Python-bugs-list mailing list

[issue751260] Thread in threading.py can only be started once

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Close it for real -- nosy: +tiran status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue751260 ___ Python-bugs

[issue602345] option for not writing .py[co] files

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Should the read only option be considered for 2.6? -- nosy: +tiran versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue602345

[issue1471243] Visual Studio 2005 CRT error handler

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: Added file: http://bugs.python.org/file9071/invparamhandler.c _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1471243 _ ___ Python-bugs-list

[issue1471243] Visual Studio 2005 CRT error handler

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file1972/invparamfix.c _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1471243 _ ___ Python-bugs-list

[issue1646] Make socket support TIPC.

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: *PING* I'm still waiting for a new patch. Your feature patch has been accepted but I won't commit it without doc updates. -- resolution: - accepted __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1646

[issue1740] use unittest for test_logging

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Thanks! :) I quick review hasn't shown any larger issues but it need a proper review before it can be submitted. You probably should save _levelNames, _loggerClass, root, Logger.root and Logger.manager in setUp and reset the objects in tearDown

[issue1682403] docutils clarification request for rest

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Distutils, Windows -Library (Lib) versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1682403

[issue1696393] Remove redundant code in ntpath.walk()

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1696393 _ ___ Python-bugs-list mailing list

[issue1439312] Patch for bug 1438185: os.renames deletes junction points

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: Martin, you are the Windows expert. Does it sound right to you? -- assignee: - loewis nosy: +loewis, tiran versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1439312

[issue762963] timemodule.c: Python loses current timezone

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue762963 ___ Python-bugs-list mailing list

[issue1529353] Squeezer - squeeze large output in the interpreter

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - kbk versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1529353 _ ___ Python-bugs-list mailing list

[issue502236] Asynchronous exceptions between threads

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue502236 ___ Python-bugs-list mailing list Unsubscribe: http

[issue1559549] ImportError needs attributes for module and file name

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1559549 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1527597] New module: miniconf

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Library (Lib) -None versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1527597 _ ___ Python-bugs

[issue1772673] Replacing char* with const char*

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1772673 _ ___ Python-bugs-list mailing list

[issue1625576] add ability to specify name to os.fdopen

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: Where is the patch, Mark? Collin, does fdopen(fd[, mode[, bufsize[, msg=None]]]) and open file 'fdopen \d+ (msg)' sound good to you? -- assignee: - collinwinter nosy: +tiran versions: +Python 2.6 _ Tracker [EMAIL

[issue1245224] Time module is missing inverse of gmtime()

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - tiran keywords: +patch nosy: +tiran type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1245224

[issue416670] MatchObjects not deepcopy()able

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue416670 ___ Python-bugs-list mailing list Unsubscribe: http

[issue1745722] please add wsgi to SimpleXMLRPCServer

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1745722 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1772794] Telnetlib dosn't accept u'only ascii'

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: The code should raise a proper unicode error. In general network code accepts only bytes, not unicode. -- components: +Library (Lib) -None nosy: +tiran priority: normal - low type: - rfe versions: +Python 2.6

[issue1757831] Allow opening just an editor window

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - kbk versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1757831 _ ___ Python-bugs-list mailing list

[issue1753718] base64 legacy functions violate RFC 3548

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1753718 _ ___ Python-bugs-list mailing list

[issue1732367] Document the constants in the socket module

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - georg.brandl versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1732367 _ ___ Python-bugs-list

[issue1100942] datetime.strptime constructor added

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- type: - rfe versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1100942 _ ___ Python-bugs-list mailing list

[issue1730372] Mesa with NPTL makes Python extensions crash with std::cerr

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: Please provide a failing test program or we have to close the bug. I can't reproduce it on my x86 machine with Python 2.5 and GCC 4.2 either. -- nosy: +tiran status: open - pending versions: +Python 2.5, Python 2.6

[issue634412] RFC 2112 in email package

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: What about Python 2.6 support? :) -- assignee: - barry components: +Interpreter Core -None nosy: +tiran versions: +Python 2.6 Tracker [EMAIL PROTECTED] http://bugs.python.org/issue634412

[issue1713877] Expose callback API in readline module

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1713877 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1713877] Expose callback API in readline module

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: A patch is always welcome -- nosy: +tiran _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1713877 _ ___ Python-bugs-list

[issue1707753] get status output fix for Win32

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: Do you call 8 months a few days? *g* -- components: +Windows nosy: +tiran versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1707753

[issue1708316] doctest work with Windows PyReadline

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch versions: +Python 2.5, Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1708316 _ ___ Python-bugs-list

[issue1673203] add identity function

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: What's the conclusion of your discussion? Do you consent to close the feature request? -- nosy: +tiran _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1673203

[issue1736792] dict reentrant/threading bug

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Interpreter Core -None type: - rfe versions: +Python 2.6, Python 3.0 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1736792

[issue1731706] tkinter memory leak problem

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1731706 _ ___ Python-bugs-list mailing list Unsubscribe

[issue1743] IDLE fails to launch

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: What's your OS and how did you install Python on your machine? -- nosy: +tiran __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1743

[issue1741] .pypirc not found on windows

2008-01-06 Thread Christian Heimes
Changes by Christian Heimes: -- priority: - normal type: - behavior versions: +Python 2.6 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1741 __ ___ Python-bugs-list

[issue1256] subprocess Popen wait() function hangs when stdout is 20480

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: The docs should be updated, see #1606 -- nosy: +tiran resolution: - wont fix status: open - closed superseder: - Doc: subprocess wait() may lead to dead lock __ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue602345] option for not writing .py[co] files

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: What do you think about PYTHONOMITPYC, --omit-pyc and sys.omit_pyc_creation? Tracker [EMAIL PROTECTED] http://bugs.python.org/issue602345

[issue1744] readline module - set/get quote delimiters

2008-01-06 Thread Christian Heimes
Christian Heimes added the comment: Please provide a patch against the trunk. Don't forget to update the documentation and to add an unit test. -- keywords: +patch nosy: +tiran priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org

[issue1755] Misspelling in future.c in 2.5.1 source (handl should be handle)

2008-01-07 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Interpreter Core -None priority: - low resolution: - accepted versions: +Python 2.6 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1755

[issue1646] Make socket support TIPC.

2008-01-07 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file8981/0002-Make-socket-support-TIPC.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1646

[issue1754] WindowsError messages are not properly encoded

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: Oh nice ... Amaury knows probably more about the wide char Windows API than me. The function Python/error.c:PyErr_SetExcFromWindows*() needs to be modified. -- assignee: - amaury.forgeotdarc nosy: +amaury.forgeotdarc priority: - normal versions

[issue1646] Make socket support TIPC.

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: The unit tests don't work for me (Ubuntu 7.10, Linux 2.6.22, i386) srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM) Traceback (most recent call last): File stdin, line 1, in module File /home/heimes/dev/python/trunk/Lib/socket.py, line 177

[issue1646] Make socket support TIPC.

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: Committed in r59819 -- resolution: accepted - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1646

[issue1762972] 'exec' does not accept what 'open' returns

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: both sounds like a good idea. -- nosy: +tiran _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1762972 _ ___ Python-bugs-list

[issue1762972] 'exec' does not accept what 'open' returns

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: I've readded reload() as imp.reload() in r59825. I've also copied two unit tests from trunk to py3k. -- resolution: - accepted _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1762972

[issue1657] [patch] epoll and kqueue wrappers for the select module

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: Guido, have you reviewed the patch and are you fine with it? -- components: +Extension Modules nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1657

[issue1743] IDLE fails to launch

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: Can you access the file C:\\Users\\Joakim\\.idlerc\\recent-files.lst with the explorer? Do the directory and the file exist? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1743

[issue1743] IDLE fails to launch

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: It smells like a Vista issue. But IDLE shouldn't crash w/o a notice if the recent list can't be opened. -- assignee: - kbk nosy: +kbk priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1743

[issue1759] Backport of PEP 3129 class decorators

2008-01-07 Thread Christian Heimes
New submission from Christian Heimes: The patch backports the class decorator syntax to 2.6. All tests except two are passing. I'm not sure why the inspect test fails and I don't know how to fix the ast test. -- components: Interpreter Core files: trunk_pep3129_classdec.patch messages

[issue1759] Backport of PEP 3129 class decorators

2008-01-07 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch nosy: +rhettinger __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1759 __ ___ Python-bugs-list mailing list Unsubscribe

[issue1745] Backport of PEP 3102 keyword-only arguments to 2.6

2008-01-07 Thread Christian Heimes
Christian Heimes added the comment: I vaguely remember that I had to modify the tests to use 254 args in Python 3.0. -- nosy: +tiran priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1745

[issue1762] Inheriting from ABC slows Decimal down.

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: __instancecheck__ contains unnecessary code. If we restrict ABCs to new style classes we could make the function faster: Old: def __instancecheck__(cls, instance): Override for isinstance(instance, cls). return any(cls.__subclasscheck__(c

[issue1763] Winpath module - easy access to Windows directories like My Documents

2008-01-08 Thread Christian Heimes
New submission from Christian Heimes: The new module winpath gives easy access to Windows shell folders like my documents, my files, application data etc. -- components: Library (Lib), Windows files: trunk_winpath.patch keywords: patch messages: 59547 nosy: tiran priority: normal

[issue1762] Inheriting from ABC slows Decimal down.

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: The patch implements the rich cmp slots for , =, and = required for numbers.Real. Added file: http://bugs.python.org/file9107/trunk_decimal_richcmp.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1762

[issue1762] Inheriting from ABC slows Decimal down.

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: without abc: $ time ./python Lib/test/regrtest.py test_decimal real0m10.113s user0m9.685s sys 0m0.196s with numbers.Real subclass: $ time ./python Lib/test/regrtest.py test_decimal real0m16.232s user0m15.241s sys 0m0.384s Proposed

[issue1763] Winpath module - easy access to Windows directories like My Documents

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: Here is a new patch which adds os.path.getshellfolders(). It uses SHGetFolderPathW which is compatible with Windows 2000. I've implemented the API because several of my project need the path to my documents. I've a personal interested in the specific feature

[issue1381] cmath is numerically unsound

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: * I've added a configure test for copysign a while ago. I'm using this constructor for Windows compatibility in mathmodule.c: #ifdef MS_WINDOWS # define copysign _copysign # define HAVE_COPYSIGN 1 #endif #ifdef HAVE_COPYSIGN #endif I know no platform

[issue1576] [Patch] Working post import hook and lazy modules

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: The new patch applies against the latest svn revision. Several functions were renamed. Added file: http://bugs.python.org/file9112/py3k_post_import_lazy.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1576

[issue1576] [Patch] Working post import hook and lazy modules

2008-01-08 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file8909/py3k_post_import_hook3.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1576 __ ___ Python-bugs

[issue1576] [Patch] Working post import hook and lazy modules

2008-01-08 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file8914/py3k_post_import_hook4.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1576 __ ___ Python-bugs

[issue1576] [Patch] Working post import hook and lazy modules

2008-01-08 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file8928/py3k_post_import_hook_lazy.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1576 __ ___ Python

[issue1683] Thread local storage and PyGILState_* mucked up by os.fork()

2008-01-08 Thread Christian Heimes
Christian Heimes added the comment: Bug day task -- nosy: +tiran priority: - high versions: -Python 2.4 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1683

[issue1763] Winpath module - easy access to Windows directories like My Documents

2008-01-09 Thread Christian Heimes
Christian Heimes added the comment: Amaury Forgeot d'Arc wrote: For testing older platforms, we can still use virtual machines. I think this is how Christian develops on Windows XP. Correct, I'm using a VMWare installation of Windows XP SP2 German and DesktopBSD (FreeBSD variant) to test

[issue1776] __import__ must not accept filenames

2008-01-09 Thread Christian Heimes
New submission from Christian Heimes: See http://permalink.gmane.org/gmane.comp.python.devel/90960 It's also broken in 2.5 but we must not change the behavior in a maintenance release. -- components: Interpreter Core messages: 59602 nosy: tiran priority: normal severity: normal status

[issue1775] filehandle.write() does not return None (Python 3.0a2)

2008-01-09 Thread Christian Heimes
Christian Heimes added the comment: Guido, Mike and Mark have implemented most of the new IO library. I'm sure they can shed some light on the design decision. I've fixed the other bug a while ago. I don't use exit() and I didn't noticed the problem until Joseph pointed me in the right

[issue1774] Reference to New style classes documentation is incorrect

2008-01-09 Thread Christian Heimes
Changes by Christian Heimes: -- priority: - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1774 __ ___ Python-bugs-list mailing list Unsubscribe: http

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