[issue1710703] zipfile.ZipFile behavior inconsistent.

2010-10-14 Thread Georg Brandl
Georg Brandl added the comment: Okay, applied as r85455. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue9418] Move _formatter_* methods from string type into _string module

2010-10-14 Thread Georg Brandl
Georg Brandl added the comment: Okay, committed as 85456. I'll leave it to you how to proceed from here. -- ___ Python tracker <http://bugs.python.org/i

[issue9964] Test failures with -OO

2010-10-14 Thread Georg Brandl
Georg Brandl added the comment: Fixed pdb issue in r85457. -- ___ Python tracker <http://bugs.python.org/issue9964> ___ ___ Python-bugs-list mailing list Unsub

[issue9964] Test failures with -OO

2010-10-14 Thread Georg Brandl
Georg Brandl added the comment: r85459 - test_dis r85460 - test_import r85461 - test_lib2to3 (bug was in fix_operator) r85462 - test_xml_etree r85464 - test_compileall r85465 - test_cmd_line_script That should be all of them. -- resolution: -> fixed status: open ->

[issue5355] Expat parser error constants are string descriptions

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85526. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5355> ___ __

[issue5355] Expat parser error constants are string descriptions

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: You're completely correct, added one in r85528. Thanks! -- status: open -> closed ___ Python tracker <http://bugs.python.or

[issue8340] bytearray undocumented on trunk

2010-10-15 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: d...@python -> pitrou ___ Python tracker <http://bugs.python.org/issue8340> ___ ___ Python-bugs-list mailing list Un

[issue8267] Tutorial section on dictionary keys recommends sort instead of sorted

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85529. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue8267> ___ __

[issue2830] Copy cgi.escape() to html

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Refined and applied the patch in r85531. Thanks all! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7771] dict view comparison methods are not documented

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85532. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9778] Make hash values the same width as a pointer (or Py_ssize_t)

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Ping? -- ___ Python tracker <http://bugs.python.org/issue9778> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9683] Dead code in py3k inspect module

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed both in r85533. Thanks! -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue9683> ___ ___ Python-

[issue1699594] shlex fails to parse strings correctly

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: That particular commit can't be the reason, but some other must be. Closing as wfm. -- dependencies: -shlex.split() does not tokenize like the shell resolution: -> works for me status: open -> closed ___

[issue9801] Can not use append/extend to lists in a multiprocessing manager dict

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: For now, documented the current behavior in r85534. If a different solution is desired, a new issue can be opened. -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.p

[issue9054] pyexpat configured with "--with-system-expat" is incompatible with expat 2.0.1

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85536, will backport to other branches as well. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7303] pkgutil lacks documentation for useful functions

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed markup a bit and committed in r85538. Thanks! -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue6798] Argument for sys.settrace() callbacks documented incorrectly

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed in r85540. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8954] wininst regression: errors when building on linux

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Raising priority. -- priority: normal -> critical ___ Python tracker <http://bugs.python.org/issue8954> ___ ___ Python-bugs-lis

[issue4968] Clarify inspect.is method docs

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Committed suggestions with a few changes in r85541. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5729] Allows tabs for indenting JSON output

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Bob, any chance you get to that merge before 3.2b1? -- ___ Python tracker <http://bugs.python.org/issue5729> ___ ___ Python-bug

[issue7790] struct_time documentation entry should point to the table defining the tuple

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, moved the table down in r85542. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue4785] json.JSONDecoder() strict argument undocumented and potentially confusing

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r85543 and r85544. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7450] document that os.chmod accepts an octal digit mode

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: We now have the S_IXXX constants documented explicitly, so I don't think this change is needed. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python

[issue10111] Minor problems with PyFileObject documentation (Doc/c-api/file.rst)

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Committed in r85545. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10117] Tools/scripts/reindent.py fails on non-UTF-8 encodings

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10117> ___ ___ Python-bugs-list mailing list Unsub

[issue4086] support %z format in time.strftime and _strptime?

2010-10-15 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue4086> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5762] AttributeError: 'NoneType' object has no attribute 'replace'

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the test case, committed the fix and the new test in r85546. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6098] xml.dom.minidom incorrectly claims DOM Level 3 conformance

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85547. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue10058] Unclear PyString_AsStringAndSize return value

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Same here. There is only ever one return value on error unless documented otherwise, since the type of error is already contained in the exception that is set on return. -- nosy: +georg.brandl resolution: -> works for me status: open ->

[issue10064] link to page with documentation bugs

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: The reference you're referring to is in the section about bugs in Python: """ Bug reports for Python itself should be submitted via the Python Bug Tracker (http://bugs.python.org/). """ and it is placed below the section d

[issue10072] ftplib documentation is unclear

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Committed after review in r85548. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10073] calendar.isleap() not checking parameter type

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: I don't see the point. If you file one such bug per day, you won't be finished in a year -- there's no reason to start adding typechecking in this function. -- nosy: +georg.brandl ___ Python

[issue10073] calendar.isleap() not checking parameter type

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: > To me, Alexander's example > >>> calendar.isleap("%d") > False > is a buggy result. So I would reclassify the issue. You'll always find plenty "wrong" inputs for which a function doesn't raise a

[issue10122] Documentation typo fix and a side question

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: Typo fixed in r85572. Otherwise, as David says. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10124] obvious typo in cporting HOWTO

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is what was intended; rather str and unicode. Fixed in r85573. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.

[issue10089] Add support for arbitrary -X options

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: I'd prefer "-X key[=val]" without the possibility to mention multiple key=val pairs, so that val can contain anything (commata in particular). Otherwise, the change looks fine to me. -- nosy

[issue10129] Curious 'name not defined error' with 'python -m'

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: (This is not specific to running with -m, it occurs as well when you do "python a.py b.py".) The issue here is your call to exec() does not execute the code as its own module. It executes the code as part of the main() function in a.py, with (since

[issue10058] C-API Intro should be more explicit about error return codes

2010-10-16 Thread Georg Brandl
Georg Brandl added the comment: Committed a change in that spirit in r85606. Thanks! -- ___ Python tracker <http://bugs.python.org/issue10058> ___ ___ Python-bug

[issue10024] Outdated advice in C-API tutorial?

2010-10-16 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/issue10024> ___ ___ Python-bugs-list

[issue8556] Confusing string formatting examples

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Committed in r85609. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8686] "This isn't defined beyond that" phrase is not friendly to non-native English speakers.

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Removed gloss in r85610. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8811] fixing sqlite3 docs for py3k

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: This was mostly fixed already, committed rest in r85611. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8818] urlsplit and urlparse add extra slash when using scheme

2010-10-17 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue8818> ___ ___ Python-bugs-list mailing list Unsubscri

[issue8855] Shelve documentation lacks security warning

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Committed in r85612, will be merged to the other maintained branches. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8968] token type constants are not documented

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Committed in r85614. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue459007] Document sys.path on Windows

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch, merged with existing info in using/windows.rst in r85615. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/is

[issue5212] Incorrect note about md5 in hmac module documentation

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Removed note in r85617. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9086] Wrong linking terminology in windows FAQ

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Okay, I removed mention of static linking and used John's terms "load-time" and "run-time" linking in r85618. I also removed the note that pythonXY.dll is only needed in one case, since it's not true. -- nosy: +geor

[issue9105] pickle security note should be more prominent

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Moved pickle warning in r85621. A warning in shelve was already added for issue8855. For the tutorial, I don't think a warning needs to be added. Same goes for logging. -- nosy: +georg.brandl status: open ->

[issue9112] argparse missing documentation for error() method

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Committed after review in r85622. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9117] class syntax not fully documented in reference manual

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: This patch was mostly out-of-date since PEP 3115 metaclasses are now documented; I've merged what was missing in r85626. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tra

[issue9138] Tutorial: classes intro paragraph icky

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Committed Aahz' version, with the last sentence reworded to what I think is more positive than what sounds like "you can break things without doing anything". -- nosy: +georg.brandl resolution: -> fixed stat

[issue9138] Tutorial: classes intro paragraph icky

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: r85627. -- ___ Python tracker <http://bugs.python.org/issue9138> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9195] Link in docs from "String Formatting Operations" to "Template Strings"

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Mostly out of date now that we have str.format(). -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5962] Ambiguity about the semantics of sys.exit() and os._exit() in multithreaded program

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Added a note about threads to sys.exit(), and changed os._exit() wording to be clear about process exit, in r85629. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue1945] Document back ported C functions

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r85632. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9204] The documentation of PyType_Type in py3k mentions types.TypeType

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r85633. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5121] PyRun_InteractiveLoop disagrees with documentation?

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85635. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9237] Add sys.call_tracing to on-line sys module documentation

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Documented in r85636. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue10130] Create epub format docs and offer them on the download page

2010-10-17 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl nosy: georg.brandl priority: deferred blocker severity: normal status: open title: Create epub format docs and offer them on the download page type: feature request versions: Python 3.2 ___ Python

[issue9730] base64 docs refers to strings instead of bytes

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85642. -- dependencies: -b64decode should accept strings or bytes resolution: accepted -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9778] Make hash values the same width as a pointer (or Py_ssize_t)

2010-10-17 Thread Georg Brandl
Georg Brandl added the comment: Can't we just do it now, and be done with it regardless of the stable ABI? -- ___ Python tracker <http://bugs.python.org/i

[issue678250] test_mmap failing on AIX

2010-10-18 Thread Georg Brandl
Changes by Georg Brandl : -- title: test_mmap failling on AIX -> test_mmap failing on AIX ___ Python tracker <http://bugs.python.org/issue678250> ___ ___ Py

[issue10073] calendar.isleap() not checking parameter type

2010-10-18 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker <http://bugs.python.org/issue10073> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10135] Format specifier 'n' not working

2010-10-18 Thread Georg Brandl
Georg Brandl added the comment: You need to call setlocale() in your program. For more in-depth explanations, please refer to the docs at <http://docs.python.org/library/locale>. -- nosy: +georg.brandl ___ Python tracker <http://bugs.p

[issue10073] calendar.isleap() not checking parameter type

2010-10-18 Thread Georg Brandl
Georg Brandl added the comment: > return date(year, 3, 1) is not understandable. What are the arguments 3 and > 1 in the date() function for? BoĊĦtjan, we appreciate your concern for the programming style of the Python standard library. However, your question shows that you should pr

[issue5117] os.path.relpath problem with root directory

2010-10-18 Thread Georg Brandl
Changes by Georg Brandl : -- status: closed -> open ___ Python tracker <http://bugs.python.org/issue5117> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5117] os.path.relpath problem with root directory

2010-10-18 Thread Georg Brandl
Georg Brandl added the comment: No - the posixpath/ntpath routines are meant to be usable for path manipulation for posix/NT paths on any platform. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5

[issue10073] calendar.isleap() not checking parameter type

2010-10-18 Thread Georg Brandl
Georg Brandl added the comment: Not only is this issue already closed, the patch is also wrong -- your change to the parentheses changes the semantics. -- ___ Python tracker <http://bugs.python.org/issue10

[issue10139] regex A|B : both A and B match, but B is wrongly preferred

2010-10-19 Thread Georg Brandl
Georg Brandl added the comment: I'm not sure this is valid. First, I think I have a much easier example: >>> import re >>> re.search('bc|abc', 'abc').group() 'abc' I assume you'd expect this to give 'bc' as well. How

[issue10073] calendar.isleap() not checking parameter type

2010-10-19 Thread Georg Brandl
Georg Brandl added the comment: It will be merged in due time. -- ___ Python tracker <http://bugs.python.org/issue10073> ___ ___ Python-bugs-list mailin

[issue10092] calendar does not restore locale properly

2010-10-19 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85728. The problem was that unlike other system calls, setlocale() doesn't return the old setting but the new setting. The context manager that resets the locale therefore didn't work as intended. -- resolution: -> fixed

[issue10147] Python Documentation bugs

2010-10-19 Thread Georg Brandl
Georg Brandl added the comment: The first one is not a typo. Fixed the second one (and similar occurrences of "thread safe") in r85731. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <htt

[issue10150] Local references not released after exception

2010-10-19 Thread Georg Brandl
Georg Brandl added the comment: Alex is correct. (You can prove that by raising and catching another exception before the second getrefcount().) -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker

[issue10092] calendar does not restore locale properly

2010-10-19 Thread Georg Brandl
Georg Brandl added the comment: Let's see if r85735 fixed this. -- ___ Python tracker <http://bugs.python.org/issue10092> ___ ___ Python-bugs-list m

[issue10092] calendar does not restore locale properly

2010-10-19 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19286/unnamed ___ Python tracker <http://bugs.python.org/issue10092> ___ ___ Python-bugs-list mailin

[issue10092] calendar does not restore locale properly

2010-10-20 Thread Georg Brandl
Georg Brandl added the comment: Bostjan, both your points are invalid. First, the locale settings that a machine supports vary greatly. "fr_FR" doesn't need to be a valid setting on your machine. Second, "val in None" will always fail. "val in (None, ...

[issue10151] Docs: can globals() be updated?

2010-10-20 Thread Georg Brandl
Georg Brandl added the comment: It is documented, however, that globals() returns the dictionary of a module, which can be modified. For locals(), the situation is quite more complicated, which is why the warning there is warranted. -- nosy: +georg.brandl resolution: -> works

[issue10159] rlcompleter's tests depend on dict order

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85766. Thanks! -- nosy: +georg.brandl resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue10163] 7/200 and 7%200 show weird results

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: The result of 7 / 200 is easy to explain -- this is how integer division works in Python 2. (To get a floating result, one of the numbers must be a float.) 200 % 7 giving 7 however is strange. Are you sure this is what you calculated? -- nosy

[issue5017] import suds help( suds ) fails

2010-10-21 Thread Georg Brandl
Changes by Georg Brandl : -- components: +Library (Lib) -Demos and Tools ___ Python tracker <http://bugs.python.org/issue5017> ___ ___ Python-bugs-list mailin

[issue8999] Add Mercurial support to patchcheck

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85767. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Now done in r85767. -- dependencies: -`make patchcheck` should check the whitespace of .c/.h files nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue3964] quiet the freeze makefile

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Closing as "works for me". -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.p

[issue9919] gdbinit lineno result is one line in excess

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Patch looks good, committed in r85768. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6364] freeze tool broken in Python 3.x

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: An equivalent patch had already been committed in r83606. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1772721] [python-mode] Properly highlight lambda with no arguments

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: python-mode.el is not maintained in Python anymore. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue3077] h2py char literal doesn't work

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85770. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9102] pybench: Cannot compare 2.x and 3.x benchmarks

2010-10-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> lemburg ___ Python tracker <http://bugs.python.org/issue9102> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5978] cProfile and profile don't work with pygtk/pyqt and sys.exit(0)

2010-10-21 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> d...@python components: +Documentation -Demos and Tools nosy: +d...@python ___ Python tracker <http://bugs.python.org/iss

[issue1203650] Allow larger programs to be frozen under Win32

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85771. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue6088] Python3.0.1.1 is not available when system locale is zh_TW.eucTW

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: This is very probably resolved in 3.1 or 3.2, where lots of environment vs Unicode bugs were fixed. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue3486] bytes.join does not accept a sequence of bytearrays

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: py3k bytes won't be backported now. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python

[issue4829] confusing error for file("foo", "w++")

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Amended error message in r85773. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5218] Check for tp_iter in ceval:ext_do_call before overriding exception message

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Is this ready to commit? -- assignee: -> pitrou nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/iss

[issue10163] 7/200 and 7%200 show weird results

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: The bug title interestingly says "7%200", which does result in 7. I therefore think the OP just confused the order of operands for "%". -- resolution: -> invalid status: open -> closed ___

[issue10154] locale.normalize strips "-" from UTF-8, which fails on Mac

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: If other Posix-y systems accept both spellings and only Macs insist on the dash, we should probably indeed change the alias entry to use it. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.

[issue10166] maximum recursion depth exceeded in lib\pstats.py

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r85787. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue6518] Enable 'with' statement in ossaudiodev module

2010-10-23 Thread Georg Brandl
Georg Brandl added the comment: Applied (with new test, and docs) in r85807. I also removed the AttributeError catch. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5178] Add context manager for temporary directory

2010-10-23 Thread Georg Brandl
Georg Brandl added the comment: Ping... soon it's too late for 3.2 too :) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5178> ___ ___

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