[issue1740] use unittest for test_logging

2008-01-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok here is an updated patch with slightly more complete setUp/tearDown semantics. I don't backup all the objects though since some of them (e.g. _loggerClass) aren't touched by the tests. Added file: http://bugs.python.org/file9074/logtest.patch ___

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

[issue1740] use unittest for test_logging

2008-01-05 Thread Antoine Pitrou
New submission from Antoine Pitrou: Lib/test.test_logging.py doesn't use unittest. Here is a patch (against SVN trunk) to fix the problem. -- components: Tests files: logtest.patch messages: 59348 nosy: pitrou severity: normal status: open title: use unittest for test_logging versions: P

[issue1089358] need siginterrupt() on Linux - impossible to do timeouts

2008-01-05 Thread Ralf Schmitt
Ralf Schmitt added the comment: I'm attaching an updated patch against trunk. It also contains some documentation now. Added file: http://bugs.python.org/file9072/siginterrupt _ Tracker <[EMAIL PROTECTED]> ___

[issue1393] function comparing lacks NotImplemented error

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: That solution (return NotImplemented instead of False) appears to work. Committed revision 59761. Thanks for bringing up this regression w.r.t. 2.5! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PR

[issue1526] DeprecationWarning in zipfile.py while zipping 113000 files

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Sounds like a plan. Can you cook up a patch? Otherwise perhaps the Jan 19 bug day can look into this? -- priority: -> low __ Tracker <[EMAIL PROTECTED]>

[issue1491] BaseHTTPServer incorrectly implements response code 100

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Something for the bug day on Jan 19. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe

[issue1492] BaseHTTPServer hard-codes Content-Type for error messages

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Something for the bug day on Jan 19? __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe

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

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: "dont" is a pretty common contraction (see e.g. telnet.py). Tracker <[EMAIL PROTECTED]> ___ Python-bugs-l

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

2008-01-05 Thread Brett Cannon
Brett Cannon added the comment: For some reason I don't love the use of "dont", with the missing apostrophe. Just looks ugly to me. But I don't know if "donot" is that much better. And I don't think "PYTHONSKIPWRITINGBYTECODE" is much better. In other words, I wish there was a better optio

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

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Given how long this has been sitting without action, it's ludicrous to keep it at "high" priority. I'm also taking it away from Jermy since his interest must be minimal by now. And I'm removing 3.0 since it has a completely different I/O implementation (with

[issue1637] urlparse.urlparse misparses URLs with query but no path

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Backport to 2.5.2: Committed revision 59760. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Uns

[issue979658] Improve HTML documentation of a directory

2008-01-05 Thread Noam Raphael
Noam Raphael added the comment: I just wanted to say that I'm not going to bother too much with this right now - Personally I will just use epydoc when I want to create an HTML documentation. Of course, you can still do whatever you like with the patch. Good luck, Noam -- nosy: +noam _

[issue1637] urlparse.urlparse misparses URLs with query but no path

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: I checked in your change and made up a test. Committed revision 59758. Thanks! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1595] Probable extra semicolon in Py_LeaveRecursiveCall macro

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: -> high __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[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]> __

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

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: I'm okay with this feature, and the patch looks fine, except I don't like the names used. It's not really about "read-only-ness" of bytecode, it's about whether we write certain files. I'd suggest naming the envvar PYTHONDONTWRITEBYTECODE, the C flag variable

[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]> _ ___ Python-bugs-list

[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]> _ ___ Python-bugs-li

[issue1601] IDLE not working correctly on Windows (Py30a2/IDLE30a1)

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

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

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

[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59752, thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ P

[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]> _ ___ Python-bugs-list mailing list

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

[issue1692592] Stripping debugging symbols from compiled C extensions

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1180193] broken pyc files

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: -> rfe versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list

[issue1104021] wishlist: os.feed_urandom(input)

2008-01-05 Thread Zooko O'Whielacronx
Zooko O'Whielacronx added the comment: No, I don't want to work on a patch for this at this time. In fact, my current strategy with regard to random bits doesn't require this functionality, in general. _ Tracker <[EMAIL PROTECTED]>

[issue1676820] Add a PeriodicTimer to threading

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: -> rfe versions: +Python 2.6, Python 3.0 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list

[issue920573] http libraries throw errors internally

2008-01-05 Thread Facundo Batista
Facundo Batista added the comment: A lot of water passed through httplib.py. A lot of people made corrections from Python versions 2.2 and 2.3. Even me. I added timeout to it. And fixed recently (r58530) a problem that could generate the second exception. But how can check if this is solved? _

[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]> _ __

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

[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]> ___ Python-bugs-list mailing

[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]> _ ___ Python-bugs-list mailing list

[issue1615158] POSIX capabilities support

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: -> rfe versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list

[issue1656] Make math.{floor,ceil}(float) return ints per PEP 3141

2008-01-05 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Submitted as r59747. -- keywords: +py3k status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue1518617] PEP101/102 out of date

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: The PEPs don't know about SVN either. -- title: Website updating part of PEP101/102 out of date -> PEP101/102 out of date _ Tracker <[EMAIL PROTECTED]> _

[issue1518] Fast globals/builtins access (patch)

2008-01-05 Thread L. Peter Deutsch
L. Peter Deutsch added the comment: Sorry, I wrote "E's cached pointer to C.f", which of course should be "E's cached pointer to A.f". __ Tracker <[EMAIL PROTECTED]> __

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

[issue1518] Fast globals/builtins access (patch)

2008-01-05 Thread L. Peter Deutsch
L. Peter Deutsch added the comment: The proposed approach to speeding up lookup of inherited methods is not quite sound, given that class attributes can be added and removed dynamically. Consider: class A: def f(x): ... class B(A): pass class C(B): pass If C caches a pointer to A.f, the w

[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]> ___ Python-bugs-list mailing list Uns

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

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

[issue1396825] subprocess: wait for a period of time

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

[issue1353344] python.desktop

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal -> low versions: +Python 2.6, Python 3.0 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-

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

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

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

[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]> _ ___ Python-bugs-list m

[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]> _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1730] Documentation corrections for os module

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed as r59744! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

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

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

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

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

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

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

[issue1734] documentation on metaclasses is incomplete and misleading

2008-01-05 Thread L. Peter Deutsch
L. Peter Deutsch added the comment: Actually, "called" and "callable" are OK, if the documentation says somewhere that the normal effect of "calling" a type object is to invoke __new__. The places I looked first (sections 3.1, 3.3, and 3.4.1) do not say this. 5.3.4 does say that the result of cal

[issue1572210] help(x) for keywords too

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: 1600491 was applied, so I'm closing this. -- resolution: -> works for me status: open -> closed _ Tracker <[EMAIL PROTECTED]> _

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

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

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ 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]> _ ___ Pytho

[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]> _ ___ 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]> _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1712] Small errors in new-style classes doc

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r59743. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ P

[issue487738] weaklist

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list

[issue1145231] No os.statvfs on FreeBSD

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: My FreeBSD 6.2 machine has os.statvfs. -- nosy: +tiran resolution: -> works for me status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ __

[issue1222585] C++ compilation support for distutils

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Isn't it already fixed? Need to check it at the upcoming bug day. -- nosy: +tiran versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ _

[issue1203650] Allow larger programs to be frozen under Win32

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The command line argument size is limited on Windows. One has to use a file instead of an argument list if the list exceeds a limit. IIRC the limit is rather low (< 1024 or even < 512). -- components: +Windows nosy: +tiran priority: normal -> low type:

[issue932563] logging: need a way to discard Logger objects

2008-01-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: This could probably be solved with an optional argument to getLogger() and a weakref. Do you want me to write a patch? -- nosy: +pitrou Tracker <[EMAIL PROTECTED]> ___

[issue1166378] No os.spawn*p* on Windows

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The subprocess is the successor of the various exec, popen and spawn functions. -- nosy: +tiran resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]>

[issue1173134] improvement of the script adaptation for the win32 platform

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal -> low type: -> rfe versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Pytho

[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]> _ ___ 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]> _ ___ Python-bugs-list ma

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

[issue1734] documentation on metaclasses is incomplete and misleading

2008-01-05 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1734] documentation on metaclasses is incomplete and misleading

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: I'll look into it. -- nosy: +georg.brandl resolution: invalid -> status: closed -> open __ Tracker <[EMAIL PROTECTED]> __ _

[issue964949] Ctrl-C causes odd behaviour

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> duplicate status: open -> closed superseder: -> Ctrl-C will exit out of Python interpreter in Windows Tracker <[EMAIL PROTECTED]> __

[issue985094] getattr(object,name) accepts only strings

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> wont fix status: open -> closed Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mai

[issue1053369] ftplib: add support for MDTM command

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal -> low type: -> rfe versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Pytho

[issue1018492] Solaris: reentrancy issues

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Check this for 2.6 or close it. -- nosy: +tiran versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___

[issue1052098] Seting defaultencoding through an environment variable

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe

[issue979658] Improve HTML documentation of a directory

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: What do you think about the feature, Georg? -- assignee: ping -> georg.brandl nosy: +georg.brandl, tiran type: -> rfe versions: +Python 2.6 Tracker <[EMAIL PROTECTED]>

[issue960325] "require " configure option

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Build -None priority: normal -> low versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> _

[issue963845] There ought to be a way to uninstall

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Maintainers of RPM, deb or ports have already a way to detect files. distutils doesn't aim to be a full package manager. It's a tool to make the installation of Python software easier. Please work the the distutils team and create an uninstaller if you *reall

[issue481171] Hang using files named prn.txt, etc

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Let's discuss it for 2.6 -- components: +Interpreter Core, Windows -None nosy: +tiran versions: +Python 2.6 Tracker <[EMAIL PROTECTED]>

[issue602245] os.popen() negative error code IOError

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Uns

[issue617979] need easy way of decoding a literal

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Closed as requested by the OP four years ago. -- nosy: +tiran resolution: -> wont fix status: open -> closed Tracker <[EMAIL PROTECTED]> __

[issue900949] plat-mac/videoreader.py not working on OS X

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Uns

[issue694339] Dedenting with Shift+Tab

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal -> low versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list maili

[issue626452] Support RFC 2111 in email package

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Does the email sig group still work on the topic? -- nosy: +tiran versions: +Python 2.6 Tracker <[EMAIL PROTECTED]>

[issue883969] distutils doesn't see user-directories set via VisStudio 7.1

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Python uses VS 2008 now -- nosy: +tiran resolution: -> out of date status: open -> closed Tracker <[EMAIL PROTECTED]> _

[issue787113] zipimport on meta_path fails with mutual importers

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Documentation, Library (Lib) -None versions: +Python 2.5, Python 2.6 Tracker <[EMAIL PROTECTED]> __

[issue793069] Add --remove-source option

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Should the feature be added in 2.6? I'm -0 on it. -- keywords: +patch nosy: +tiran versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> ___

[issue828450] sdist generates bad MANIFEST on Windows

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- components: +Windows versions: +Python 2.5, Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-l

[issue648658] xmlrpc can't do proxied HTTP

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: h

[issue691291] codecs.open(filename, 'U', 'UTF-16') corrupts text

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Checks this for 2.6 -- components: +Library (Lib) -None nosy: +tiran versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> _

[issue750423] event handling support

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The topic must be discussed on python-de and planed with PEP as already explained by Jeff. -- nosy: +tiran resolution: -> invalid status: open -> closed Tracker <[EMAIL PROTECTED]>

[issue577295] Print line number of string if at EOF

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The bug report is several years old and nobody was interested in adding this minor feature in about 5 years. -- nosy: +tiran resolution: -> out of date status: open -> closed Tracker <[EMAIL PROTECTED]>

  1   2   >