[issue7213] subprocess leaks open file descriptors between Popen instances causing hangs

2010-12-13 Thread Gregory P. Smith
Gregory P. Smith g...@krypto.org added the comment: Milko's subprocess-00/01/02 patch set have been committed with minor modifications in r87207 r87208. Thanks, especially for the test cases! Is there anything else left that we know about for this bug? --

[issue10691] make testall no longer working on Darwin

2010-12-13 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Using py3k r87206 on Mac OSX 10.6.5, [~/Sources/py3k] make testall running build running build_ext building dbm using ndbm Python build finished, but the necessary bits to build these modules were not found: _gdbm ossaudiodev

[issue9234] argparse: aliases for positional arguments (subparsers)

2010-12-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Patch looks good. Can you add tests for the new functionality? (This is listed in the link I gave you :) Note: this code if 'aliases' in kwargs: aliases = kwargs.pop('aliases') else: aliases = () can be shortened to

[issue10689] _scproxy extension is NOT build

2010-12-13 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Building Python on OS X is currently only tested and supported using the gcc provided by Apple's Xcode Developer Tools (either gcc-4.0 for building on OS X 10.4 and 10.5 and gcc-4.2 or -4.0 for building on 10.6, depending on deployment target). Also

[issue10690] IDLE Crash when running/saving Module

2010-12-13 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Without more specific details on exactly how to reproduce the problem, I assume you are seeing something like the problem reported in Issue9783. There are several reported problems with IDLEs that are linked with the Apple-supplied Tcl/Tk 8.5 in OS X

[issue7213] subprocess leaks open file descriptors between Popen instances causing hangs

2010-12-13 Thread Giovanni Bajo
Giovanni Bajo giovannib...@gmail.com added the comment: Hi Gregory, will you backport Mirko's patches to subprocess32? The last thing left in this bug is my proposal to change the default of close_fds to True to Windows too, but at the same time detect whether this is possible or not

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Jan Kaliszewski
Changes by Jan Kaliszewski z...@chopin.edu.pl: -- nosy: +zuo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9232 ___ ___ Python-bugs-list mailing

[issue469972] xmlrpclib won't marshal new types

2010-12-13 Thread Jari Tenhunen
Jari Tenhunen jari.tenhu...@iki.fi added the comment: How about revisiting this one? Although this behavior/limitation is documented, it is quite surprising to the user. FWIW, (simple)json module serializes subclasses of builtin types just as expected. -- nosy: +jait

[issue10692] imap lib server compabilities

2010-12-13 Thread Yevgeniy
New submission from Yevgeniy shchemele...@gmail.com: When i trying to connect to courier-imap server i got error: server not IMAP4 compliant But as i see in the debug information and server responses there is error in the source code of library. imaplib.py version: 2.58 courier-imap server

[issue10693] error in documentation of distutils.archive_util.make_zipfile

2010-12-13 Thread Eli Bendersky
New submission from Eli Bendersky eli...@gmail.com: The documentation of: distutils.archive_util.make_zipfile(base_name, base_dir[, verbose=0, dry_run=0]) Says: Create a zip file from all files in and under base_dir. The output zip file will be named base_dir + .zip. This isn't

[issue469972] xmlrpclib won't marshal new types

2010-12-13 Thread Skip Montanaro
Skip Montanaro s...@pobox.com added the comment: FWIW, (simple)json module serializes subclasses of builtin types just as expected. Does that round trip properly? For instance, if you serialize an instance of a list subclass does it unserialize as a list instance or as the subclass? Perhaps

[issue469972] xmlrpclib won't marshal new types

2010-12-13 Thread Jari Tenhunen
Jari Tenhunen jari.tenhu...@iki.fi added the comment: FWIW, (simple)json module serializes subclasses of builtin types just as expected. Does that round trip properly? For instance, if you serialize an instance of a list subclass does it unserialize as a list instance or as the subclass?

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Updating patch because the assertTestRegexMatches name was updated. -- Added file: http://bugs.python.org/file20029/compileall_cli_revisited.patch ___ Python tracker rep...@bugs.python.org

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Removed file: http://bugs.python.org/file19989/compileall_cli_revisited.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Removed file: http://bugs.python.org/file20029/compileall_cli_revisited.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Added file: http://bugs.python.org/file20030/compileall_cli_revisited.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___

[issue10691] make testall no longer working on Darwin

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: I'm not sure why you would be seeing a test failure on OSX when we aren't seeing it on other platforms, but the cause of the bug is known. It should be fixed by the last patch attached to issue 10453. If you could test that patch it

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___ ___ Python-bugs-list

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Removed file: http://bugs.python.org/file20030/compileall_cli_revisited.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: Added file: http://bugs.python.org/file20031/compileall_cli_revisited.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Patch works fine on Mac OSX 10.6.5 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453 ___

[issue10692] imap lib server compabilities

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Where does the non-telnet part of your trace come from? How did you produce it? Does this error still occur using 2.7? (Python 2.6 is in security fix only mode at this point.) -- nosy: +eric.smith, r.david.murray stage: -

[issue10687] Python fails to install with empty ABI flags

2010-12-13 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: Please include your ./configure command too -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10687 ___

[issue10188] tempfile.TemporaryDirectory may throw errors at shutdown

2010-12-13 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: A test still fails under Windows: == FAIL: test_warnings_on_cleanup (test.test_tempfile.test_TemporaryDirectory)

[issue9234] argparse: aliases for positional arguments (subparsers)

2010-12-13 Thread Raymond Hettinger
Raymond Hettinger rhettin...@users.sourceforge.net added the comment: +1 on this feature request -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9234 ___

[issue10687] Python fails to install with empty ABI flags

2010-12-13 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- assignee: - barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10687 ___ ___ Python-bugs-list

[issue10188] tempfile.TemporaryDirectory may throw errors at shutdown

2010-12-13 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: Ah, yes, I failed to account for the additional string escaping performed by the IO stream. I think I've been bitten by that before, but I always forget since I try to always use forward slashes for paths, even on Windows. r87212 modifies the

[issue10687] Python fails to install with empty ABI flags

2010-12-13 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: I've tested the following patch with both ./configure --prefix=/tmp/python and ./configure --without-pymalloc --prefix=/tmp/python. Both seem to work as expected. Note that this patch fixes a small drive-by bug I found, and it makes editing

[issue10687] Python fails to install with empty ABI flags

2010-12-13 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment: The patch works correctly for me. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10687 ___

[issue10690] IDLE Crash when running/saving Module

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Ned, did you mean issue 9763? -- nosy: +r.david.murray status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10690 ___

[issue10690] IDLE Crash when running/saving Module

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10690 ___ ___

[issue10634] Windows timezone changes not reflected by time.localtime

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: - invalid stage: unit test needed - committed/rejected ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10634 ___

[issue10690] IDLE Crash when running/saving Module

2010-12-13 Thread Ned Deily
Ned Deily n...@acm.org added the comment: [updated to refer to correct issue - thanks!] Without more specific details on exactly how to reproduce the problem, I assume you are seeing something like the problem reported in Issue9763. There are several reported problems with IDLEs that are

[issue10690] IDLE Crash when running/saving Module

2010-12-13 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- Removed message: http://bugs.python.org/msg123868 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10690 ___

[issue10690] IDLE Crash when running/saving Module

2010-12-13 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10690 ___ ___ Python-bugs-list mailing

[issue2394] [Py3k] Finish the memoryview object implementation

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: It looks to me like the critical parts of this have been done, so I'm downgrading the priority. -- nosy: +r.david.murray priority: critical - high versions: +Python 3.2 -Python 3.1 ___ Python

[issue10687] Python fails to install with empty ABI flags

2010-12-13 Thread Barry A. Warsaw
Barry A. Warsaw ba...@python.org added the comment: Thanks for testing it! r87213 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10687 ___ ___

[issue10687] Python fails to install with empty ABI flags

2010-12-13 Thread Barry A. Warsaw
Changes by Barry A. Warsaw ba...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10687 ___

[issue6302] email.header.decode_header data types are inconsistent and incorrectly documented

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Drat, missed this one when I was reviewing my issues for feature requests because I didn't change the type :( -- versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue6302] email.header.decode_header data types are inconsistent and incorrectly documented

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6302 ___ ___

[issue6302] Add decode_header_as_string method to email.utils

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: email.header.decode_header data types are inconsistent and incorrectly documented - Add decode_header_as_string method to email.utils type: behavior - feature request ___ Python tracker

[issue10665] Expand unicodedata module documentation

2010-12-13 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: On Fri, Dec 10, 2010 at 6:04 PM, Martin v. Löwis rep...@bugs.python.org wrote: .. Why?  I thought release early, release often was a good thing. Create a branch for that, or post an issue on Rietveld. Martin, This is a

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2010-12-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- stage: - patch review type: compile error - feature request versions: +Python 3.3 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2636

[issue10694] zipfile.py end of central directory detection not robust

2010-12-13 Thread Kevin Hendricks
New submission from Kevin Hendricks kevin.hendri...@sympatico.ca: The current version of zipfile.py is not robust to slight errors at the end of zip archives. Many file servers **improperly** append a new line to the end of files that do not have a new line when they are uploaded from a

[issue9012] Separate compilation of time and datetime modules

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Bump. This bug has priority high and it sounds like the patch is ready for commit. -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9012

[issue10340] asyncore doesn't properly handle EINVAL on OSX

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- versions: -Python 2.5, Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10340 ___

[issue10340] asyncore doesn't properly handle EINVAL on OSX

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Might even make sense to backport doesn't sound like a definite, so I've removed 2.6 and 2.5 from versions. You'll want to ask the release managers for a decision if you want to backport. -- nosy: +r.david.murray

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-13 Thread Christian S. Perone
New submission from Christian S. Perone christian.per...@gmail.com: When you use telnetlib with a str parameter as Port Number: tel = telnetlib.Telnet(10.0.2.9, 8123) tel.read_until(login: ) It works fine, except if you set the debuglevel: tel.set_debuglevel(30) Then the follow exception is

[issue9012] Separate compilation of time and datetime modules

2010-12-13 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: it sounds like the patch is ready for commit. there are two pending patches here: time.diff - a hack that makes _time.c look like a module while it is not. add_time_to_vc8_build.diff - a patch for VC 8.0 project file.

[issue6075] Patch for IDLE/OS X to work with Tk-Cocoa

2010-12-13 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- assignee: - ned.deily nosy: +ned.deily versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6075 ___

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: In #10682, several committers indicated that they would prefer not to change this. Issue #10682 has been open for less than 24 hours before it was rejected. In contrast, this issue was open after an almost week-long

[issue10696] port not split in function urllib.parse.urlsplit

2010-12-13 Thread JTMoon79
New submission from JTMoon79 jtm.moon.forum.user+pyt...@gmail.com: urlsplit function from urllib.parse.urlsplit does not return the port field. Repro steps import urllib import urllib.parse urllib.parse.urlsplit(r'http://foo.bar.com:80/blarg?a=1b=2') RETURNS: SplitResult(scheme='http',

[issue10697] port not split in function urllib.parse.urlparse

2010-12-13 Thread JTMoon79
New submission from JTMoon79 jtm.moon.forum.user+pyt...@gmail.com: Copy of issue 10696 This issue is exactly the same as issue 10696 except it affects a different function, urllib.parse.urlparse (instead of urllib.parse.urlsplit). urlparse function from urllib.parse.urlparse does not return

[issue10696] port not split in function urllib.parse.urlsplit

2010-12-13 Thread JTMoon79
JTMoon79 jtm.moon.forum.user+pyt...@gmail.com added the comment: see comments at http://bugs.python.org/issue10697#msg123898 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10696 ___

[issue10696] port not split in function urllib.parse.urlsplit

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Take another look at the documentation. http://docs.python.org/dev/library/urllib.parse.html import urllib.parse o = urllib.parse.urlsplit(http://foo.bar.com:80/blarg?a=1b=2;) o SplitResult(scheme='http', netloc='foo.bar.com:80',

[issue10696] port not split in function urllib.parse.urlsplit

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10696 ___ ___

[issue10697] host and port attributes not documented well in function urllib.parse.urlparse and urlsplit

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: The repr gives the primary components defined by the URL. The subfields are provided as attributes of the result. This is documented in the example at the top of the chapter, but it is not, IMO, well documented in the rest of the

[issue10695] telnetlib.Telnet port number int/str inconsistency

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +jackdied ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10695 ___ ___ Python-bugs-list

[issue10697] host and port attributes not documented well in function urllib.parse.urlparse and urlsplit

2010-12-13 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. fdr...@acm.org added the comment: These attributes were added in Python 2.5. Documentation improvements should be backported to 2.7 and 3.1. -- nosy: +fdrake ___ Python tracker rep...@bugs.python.org

[issue10697] host and port attributes not documented well in function urllib.parse.urlparse and urlsplit

2010-12-13 Thread Fred L. Drake, Jr.
Changes by Fred L. Drake, Jr. fdr...@acm.org: -- versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10697 ___ ___

[issue10697] host and port attributes not documented well in function urllib.parse.urlparse and urlsplit

2010-12-13 Thread JTMoon79
JTMoon79 jtm.moon.forum.user+pyt...@gmail.com added the comment: Doh! I feel a bit silly. I didn't notice 'hostname' and 'port' in dir(urllib.parse.urlparse(r'http://foo.bar.com:80/blarg?a=1b=2')) [... 'count', 'fragment', 'geturl', 'hostname', 'index' , 'netloc', 'params', 'password',

[issue10698] doctest load_tests() typo

2010-12-13 Thread Andrew Dalke
New submission from Andrew Dalke da...@dalkescientific.com: doctest.html Section 24.2.5 Unittest API says: def load_tests(loader, tests, ignore): tests.addTests(doctest.DocTestSuite(my_module_with_doctests)) return test That last line should be return tests -- assignee:

[issue10618] regression in subprocess.call() command quoting

2010-12-13 Thread Mads Kiilerich
Changes by Mads Kiilerich m...@kiilerich.com: -- nosy: +kiilerix ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10618 ___ ___ Python-bugs-list

[issue10665] Expand unicodedata module documentation

2010-12-13 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Are you going to reject say issue2636 on this basis? :-) Has *any* patch ever been rejected as incomplete? I certainly did close patches for that reason. Before that, I keep asking people not to post W-I-P. As for issue2636, I have been

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: I stand by my evaluation: there is clearly no consensus about this change, so it certainly requires more discussion, potentially leading to proponents being asked to write a PEP. -- ___ Python

[issue10698] doctest load_tests() typo

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Thanks. Fixed in r87216. -- nosy: +r.david.murray resolution: - fixed stage: - committed/rejected status: open - closed type: - behavior ___ Python tracker rep...@bugs.python.org

[issue10699] [patch] fix incorrect help doc with time.tzset

2010-12-13 Thread Garrett Cooper
New submission from Garrett Cooper yaneg...@gmail.com: The following patch fixes the help docstring as time.tzset when called doesn't require any arguments (as noted in the source and also in the library documentation). The patch produced was against trunk, but this appears to be an issue on

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: An open issue more accurately reflects the lack of consensus than a closed one, though. We just won't commit it until there *is* consensus that it is a better option than the status quo. -- keywords: +after moratorium -patch

[issue10682] With '*args' or even bare '*' in def/call argument list, trailing comma causes SyntaxError

2010-12-13 Thread Nick Coghlan
Changes by Nick Coghlan ncogh...@gmail.com: -- resolution: rejected - duplicate superseder: - Allow trailing comma in any function argument list. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10682

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: From 10682: the grammar is also inconsistent as to when trailing commas are allowed in function calls, not just definitions. -- ___ Python tracker rep...@bugs.python.org

[issue9234] argparse: aliases for positional arguments (subparsers)

2010-12-13 Thread Adrian Sampson
Adrian Sampson asamp...@cs.washington.edu added the comment: Sorry I'm slow. Here's a new patch that includes tests. I'll also write documentation if that would be helpful, although I'm not very familiar with the style recommendations. -- Added file:

[issue1078919] email.Header (via add_header) encodes non-ASCII content incorrectly

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Committed the default-to-utf8 fix in r87217, splitting up the tests as suggested by Barry. Backported to 3.1 in r87218. Updated the documentation for 2.7 in r87219. -- resolution: - fixed stage: patch review -

[issue9234] argparse: aliases for positional arguments (subparsers)

2010-12-13 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the quick update! +1 (1alias1,1alias2) I think there should be a space after the comma. Maybe “aliases:” could also be prepended, for clarity. Help about the docs: http://docs.python.org/dev/documenting/ --

[issue10699] [patch] fix incorrect help doc with time.tzset

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Thanks. Fixed in py3k in r87221. I'll backport it when I backport my other doc updates. FYI, 'trunk' is no longer a live branch. Development trunk is now py3k. 2.6 only gets security fixes. -- nosy: +r.david.murray

[issue10699] fix incorrect help doc with time.tzset

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: [patch] fix incorrect help doc with time.tzset - fix incorrect help doc with time.tzset ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10699

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Eric Smith
Changes by Eric Smith e...@trueblade.com: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9232 ___ ___ Python-bugs-list mailing

[issue2226] Small _abcoll Bugs / Oddities

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - unit test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2226 ___

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Jan Kaliszewski
Jan Kaliszewski z...@chopin.edu.pl added the comment: From 10682: The patch proposed in this (#9232) issue does not fix call syntax but def sytax only. I think it should fix call sytax as well (see code examples in #10682). -- ___ Python tracker

[issue9162] License for multiprocessing files

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Committed in r87225, r87226, and r87227. Thanks, Daniel. -- nosy: +r.david.murray resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Jan Kaliszewski
Jan Kaliszewski z...@chopin.edu.pl added the comment: python-dev discussion continuation: http://mail.python.org/pipermail/python-dev/2010-December/106770.html -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9232

[issue9232] Allow trailing comma in any function argument list.

2010-12-13 Thread Andreas Stührk
Changes by Andreas Stührk andy-pyt...@hammerhartes.de: -- nosy: +Trundle ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9232 ___ ___

[issue9775] Multiprocessing, logging and atexit play not well together

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - unit test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9775 ___

[issue6696] Profile objects should be documented

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - needs patch type: - behavior versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6696 ___

[issue3657] pickle can pickle the wrong function

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: The randomly failing tests seem to have been the high priority issue. The remaining, eponymous issue seems to be of rather lower priority, so I'm setting it to normal. Although Tim wanted a separate issue for the pickling problem, I

[issue4180] warnings.simplefilter(always) does not make warnings always show up

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- type: - behavior versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4180 ___

[issue10692] imap lib server compabilities

2010-12-13 Thread Yevgeniy
Yevgeniy shchemele...@gmail.com added the comment: Where does the non-telnet part of your trace come from? How did you produce it? When i got this error i set Debug = 5 in imaplib.py and run next code: import imaplib M = imaplib.IMAP4_SSL('localhost') M.login('username', 'password') M.logout()

[issue6377] distutils compiler switch ignored

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +eric.araujo stage: - unit test needed type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6377 ___

[issue6721] Locks in python standard library should be sanitized on fork

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - unit test needed type: - behavior versions: -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6721 ___

[issue10541] regrtest.py -T broken

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - needs patch type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10541 ___

[issue6559] add pass_fds paramter to subprocess.Popen()

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: [PATCH]add pass_fds paramter to subprocess.Popen() - add pass_fds paramter to subprocess.Popen() type: - feature request ___ Python tracker rep...@bugs.python.org

[issue10670] Provide search scope limits

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: This feature request should be submitted to the Sphinx tracker, since the docs search facility is provided by Sphinx. -- nosy: +r.david.murray resolution: - invalid stage: - committed/rejected status: open - closed type: -

[issue10692] imap lib server compabilities

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: Well, in that case your telnet session doesn't tell us all that much, since you are using IMAP4_SSL in the Python but regular non-SSL in the telnet session. Are you sure it is even the same server running on the SSL port? --

[issue10692] imap lib server compabilities

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: By the way, an SSL login runs just fine for me against my Courier-IMAP server. Does regular IMAP work for you? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10692

[issue8863] Display Python backtrace on SIGSEGV, SIGFPE and fatal error

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- stage: - patch review type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8863 ___

[issue8863] Display Python backtrace on SIGSEGV, SIGFPE and fatal error

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8863 ___ ___

[issue10262] Add --soabi option to `configure`

2010-12-13 Thread R. David Murray
R. David Murray rdmur...@bitdance.com added the comment: What's the status of this? It sounds like it something that should be taken care of before the 3.2 release, but I know there has been other activity in this area and I haven't looked closely enough to understand the issues involved.

[issue10530] distutils2 should allow the installing of python files with invalid syntax

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10530 ___ ___

[issue6731] Add option of non-zero exit status of setup.py when building of extensions has failed

2010-12-13 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- type: - feature request versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6731 ___

[issue2226] Small _abcoll Bugs / Oddities

2010-12-13 Thread Raymond Hettinger
Raymond Hettinger rhettin...@users.sourceforge.net added the comment: Yes, if you have a chance to think it through, it would be nice to get this fixed-up. -- assignee: - stutzbach versions: -Python 3.1 ___ Python tracker rep...@bugs.python.org

[issue10700] python pickle.dumps AssertionError

2010-12-13 Thread HwidongNa
New submission from HwidongNa le...@postech.ac.kr: I'm trying to pickle a class instance containing two lists of another instances. The instances in the two lists have attributes that refer instances of each other. Here are the classes. import pickle from copy import copy class Graph:

  1   2   >