[issue7381] subprocess.check_output: "docstring has inconsistent leading whitespace"

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: OK, applied in r77086, r77087. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7569] ctypes doc improvement: c_char_p

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: Wouldn't a "general" pointer better be of type c_void_p? -- ___ Python tracker <http://bugs.python.org/issue7569> ___ __

[issue7578] Behavior of operations on a closed file object is not documented correctly

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: I agree; though I would wish for a bit finer-grained I/O related exceptions... -- ___ Python tracker <http://bugs.python.org/issue7

[issue7578] Behavior of operations on a closed file object is not documented correctly

2009-12-28 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> pitrou ___ Python tracker <http://bugs.python.org/issue7578> ___ ___ Python-bugs-list mailing list Un

[issue7530] doc of multiprocessing.managers is wrong (server_forever)

2009-12-28 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> jnoller ___ Python tracker <http://bugs.python.org/issue7530> ___ ___ Python-bugs-list mailing list Un

[issue7033] C/API - Document exceptions

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch! I rewrote the C function a bit to also take a dict argument, and added a test for that. Committed in r77088. Will merge to py3k. -- resolution: -> accepted status: open -> closed ___

[issue1286] fileinput, StringIO, and cStringIO do not support the with protocol

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: FWIW, for the sake of consistency I'm +1 on supporting the context manager protocol on all file-like objects in the stdlib. -- ___ Python tracker <http://bugs.python.org/i

[issue7404] optparse Documentation References Example Files that do not Exist

2009-12-28 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report. I removed the references in r77092. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7569] ctypes doc improvement: c_char_p

2009-12-29 Thread Georg Brandl
Georg Brandl added the comment: OK, applied in r77108. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7595] Doc typo for select.kevent()

2009-12-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed (in docs and docstring) in r77120. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7579] Patch to add docstrings to msvcrt

2009-12-29 Thread Georg Brandl
Georg Brandl added the comment: Patch looks good, can someone with the ability to test it please commit it? -- ___ Python tracker <http://bugs.python.org/issue7

[issue7033] C/API - Document exceptions

2009-12-29 Thread Georg Brandl
Georg Brandl added the comment: lekma, this patch is now listed in the 2.7 "what's new" document as contributed by "the lekma user", please tell us if you want your name there. -- ___ Python tracker <http

[issue7590] 'exceptions' module mentioned in documentation

2009-12-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, should be fixed in r77121. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7593] Computed-goto patch for RE engine

2009-12-30 Thread Georg Brandl
Changes by Georg Brandl : -- title: Computed-goto patch -> Computed-goto patch for RE engine ___ Python tracker <http://bugs.python.org/issue7593> ___ ___ Py

[issue7487] doc: Code is not always colored

2009-12-30 Thread Georg Brandl
Georg Brandl added the comment: This was caused by an old version of Pygments being used for building the docs; I installed a new one in the external repo in r77144. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue7487] doc: Code is not always colored

2009-12-30 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r77151. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue7487> ___ ___ Python-bugs-list mai

[issue7602] Doc: make clean and make update do not delete or update Doc/tools

2009-12-30 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r77152. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue7602> ___ __

[issue7609] Add --with-system-expat option

2009-12-31 Thread Georg Brandl
Georg Brandl added the comment: The comment "Usage of a system shared libexpat.so/expat.dll is not advised." just above the change should probably be revised. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.

[issue7593] Computed-goto patch for RE engine

2009-12-31 Thread Georg Brandl
Georg Brandl added the comment: _sre is listed in Modules/Setup, so it will be a built-in module by default. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue7

[issue7592] ssl module documentation: SSLSocket.unwrap description shown twice

2010-01-02 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r77236. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1619] Test

2010-01-02 Thread Georg Brandl
New submission from Georg Brandl : Testing submission of long lines: http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Target-Triplets.html http://www.gnu.org/software/autoconf/manual/html_node/Specifying- Target-Triplets.html http://www.gnu.org/software/autoconf/manual

[issue7621] Test issue

2010-01-02 Thread Georg Brandl
New submission from Georg Brandl : [Test] `configure` should support --with-system-expat option (similarly to --with-system-ffi) to use an internal copy of expat. It will be useful for some distributions (e.g. Gentoo), which prefer to use system libraries instead internal copies

[issue7621] Test issue

2010-01-02 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue7621> ___ ___ Python-bugs-list

[issue7621] Test issue

2010-01-02 Thread Georg Brandl
Georg Brandl added the comment: http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Target- -- ___ Python tracker <http://bugs.python.org/issue7

[issue7618] optparse library documentation has an insignificant formatting issue

2010-01-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue7618> ___ ___ Python-

[issue7631] undefined label: bltin-file-objects

2010-01-04 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> pitrou ___ Python tracker <http://bugs.python.org/issue7631> ___ ___ Python-bugs-list mailing list Un

[issue7634] next/previous links in documentation skip some sections

2010-01-05 Thread Georg Brandl
Georg Brandl added the comment: Ezio is right. The "next" links are meant to take you to the next logical file, and if one file contains multiple top-level sections, that is going to be several chapters away. -- resolution: -> works for me status: pend

[issue6067] make error

2010-01-06 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of response. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5959] PyCode_NewEmpty

2010-01-06 Thread Georg Brandl
Georg Brandl added the comment: PyCode_NewEmpty has been merged in r74132. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue5954] PyFrame_GetLineNumber

2010-01-06 Thread Georg Brandl
Georg Brandl added the comment: This was merged in r74132. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue5991] Add non-command help topics to help completion of cmd.Cmd

2010-01-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch; applied and fixed up a bit in r77332. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5950] zimport doesn't work with zipfile containing comments

2010-01-06 Thread Georg Brandl
Georg Brandl added the comment: Yes, comments are not supported right now. Documented this in r77333, and turning this issue into a feature request for adding that support. -- nosy: +georg.brandl type: -> feature request ___ Python tracker &l

[issue7636] Add a set update action to optparse

2010-01-07 Thread Georg Brandl
Georg Brandl added the comment: I'm not sure how much value this adds, given that you can just call set() on the list resulting from "append" actions. -- nosy: +georg.brandl ___ Python tracker <http://bugs.py

[issue7653] Fix description of the way the PythonPath Windows registry key works

2010-01-07 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied your patch in r77360. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7655] PEP 374 Title usage & script redirection typo fixes

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

[issue7647] Add statvfs flags to the posix module

2010-01-09 Thread Georg Brandl
Georg Brandl added the comment: IMO these symbols should go to the "stat" module, not the "posix" module. However, that module is Python, so the values would need to be hardcoded. Do you know whether they are constant on all relevant systems? -- assig

[issue7422] Document inspect.get(full)argspec limitation to Python function

2010-01-09 Thread Georg Brandl
Georg Brandl added the comment: Thanks, added "Python" in r77382, r77383. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue7441] Py3.1: Fatal Python Error: Py_Initialize...unknown encoding: chcp 65001.

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

[issue7498] test_multiprocessing test_rapid_restart fails if port 9999 already in use

2010-01-09 Thread Georg Brandl
Georg Brandl added the comment: Can this be closed? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue7498> ___ ___ Python-bugs-list mailin

[issue7647] Add statvfs flags to the posix module

2010-01-09 Thread Georg Brandl
Georg Brandl added the comment: Okay. Would it then make sense to migrate those constants in the stat module to posix, and deprecate the former? -- ___ Python tracker <http://bugs.python.org/issue7

[issue7507] pipes.quote does not correctly escape !

2010-01-09 Thread Georg Brandl
Georg Brandl added the comment: I'm attaching a patch that changes quote() logic. It also fixes #7476, the empty argument case. Strings with unsafe characters are now always quoted with single quotes. Single quotes themselves are replaced by a single quote in double quotes, so that

[issue7507] pipes.quote does not correctly escape !

2010-01-09 Thread Georg Brandl
Georg Brandl added the comment: Really adding the patch now. -- keywords: +patch Added file: http://bugs.python.org/file15803/pipes.diff ___ Python tracker <http://bugs.python.org/issue7

[issue5297] Bug in SocketServer Example

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69728. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5296] Use of term sequence in Reference 6.3 Assignment Statements

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69729. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5278] optparse documentation example

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: This is documented in the small glossary in the optparse docs. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5268] VMSError not documented in Doc/library/exceptions.rst

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Added in r69730. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5268> ___ __

[issue1667546] Time zone-capable variant of time.localtime

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: To be honest, I forgot about it :( ___ Python tracker <http://bugs.python.org/issue1667546> ___ ___ Python-bugs-list mailing list Unsub

[issue1283110] Give __len__() advice for "don't know"

2009-02-17 Thread Georg Brandl
Georg Brandl added the comment: Where would you prefer adding this documentation? ___ Python tracker <http://bugs.python.org/issue1283110> ___ ___ Python-bugs-list mailin

[issue5310] operator precedence table is wrong

2009-02-19 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69769. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5310> ___ __

[issue3558] Operator precedence misdocumented

2009-02-19 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69769. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue3558> ___ __

[issue5312] errno not being set

2009-02-19 Thread Georg Brandl
Georg Brandl added the comment: The problem is in os.py. This patch fixes it: Index: Lib/os.py === --- Lib/os.py (Revision 69769) +++ Lib/os.py (Arbeitskopie) @@ -372,8 +372,8 @@ saved_exc = e

[issue5317] URL given for IronPython in CPython documentation incorrect

2009-02-19 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69776. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5327] Broken link in "What's New in Python 2.5"

2009-02-20 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69803. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue5327> ___ __

[issue5326] Wrong anchors in "What's New in Python 2.5"

2009-02-20 Thread Georg Brandl
Georg Brandl added the comment: Fixed the bug in Sphinx trunk, the anchors will be fixed in the docs as soon as I update the revision we use to build them (after 0.6 is released). -- resolution: -> fixed status: open -> closed ___ Python t

[issue5339] Typo in Python/C API Chapter 2

2009-02-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69840. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5338] Typo in Python/C API sect 1.2.1

2009-02-21 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69840. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5341] A selection of spelling errors and typos throughout source

2009-02-21 Thread Georg Brandl
Georg Brandl added the comment: I reviewed the patch and found nothing wrong. (BTW, if you noticed the almost-total lack of its<->it's errors, it's because I fixed all of them some time ago :) "built-in" is fine. About AE/BE: I think we had a consensus somewhere tha

[issue5348] Documentation of format implies only strings and numbers are acceptable arguments

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r69895, r69896. (Added format() to the 2.x builtins doc in the latter.) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5349] abstractmethod vs C++ pure virtual

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69901. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5350] Modification to "pairwise" in itertools recipes

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Assigning to Raymond. Note that "for elem in b: break" and "next(b)" are not equivalent when b is empty/exhausted. -- assignee: georg.brandl -> rhettinger nosy: +rhettinger ___ Python tracker

[issue5351] Python tutorial error

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: What exactly would you want to change? There's a parenthetical remark "an existing file with the same name will be erased" just after the 'w' is described. -- nosy: +georg.brandl

[issue5352] Missing 'non overlapping' clause in str.count documentation

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r69905. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5350] Modification to "pairwise" in itertools recipes

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Shame on me, I forgot about the optional argument too. ___ Python tracker <http://bugs.python.org/issue5350> ___ ___ Python-bugs-list m

[issue725149] SRE bugs with capturing groups in negative assertions

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: Please do not hijack existing issues. In the case of this problem, do not open an issue at all, but ask in a Python mailing list or newsgroup. -- components: +Regular Expressions -Windows nosy: +georg.brandl title: _sre.MAGIC -> SRE bugs with captur

[issue5351] Python tutorial error

2009-02-23 Thread Georg Brandl
Georg Brandl added the comment: I'm sorry, but isn't it a bit nonsensical to talk about file I/O if you don't have files that contain anything? Also, it should be clear that the object "f" is just the same that was opened before. Yes, this is a tutorial, but no, it

[issue5373] TypeError when '\x00' in docstring

2009-02-26 Thread Georg Brandl
Georg Brandl added the comment: Why do you think this is a bug? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue5373> ___ ___ Python-bug

[issue5373] TypeError when '\x00' in docstring

2009-02-26 Thread Georg Brandl
Georg Brandl added the comment: Well, that per se is not an indication that it is not a valid change in 3.0. However, I can see no good reason to disallow null-bytes in class docstrings (especially since they're still allowed in function docstrings). Assigning to Alexandre who made this c

[issue5368] curses patch add color_set and wcolor_set functions

2009-02-26 Thread Georg Brandl
Georg Brandl added the comment: Why was this classified as "documentation"? -- components: +Extension Modules -Documentation ___ Python tracker <http://bugs.python.

[issue5361] Obsolete mispelled in string formatting docs

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r70022. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5363] Documentation of filecmp.compfiles missing word & possible explanation

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: That was really a suboptimal documentation :) I reworded it and added an example in r70023. (I suspect it's still not as clear as if the actual five lines of implementation were given ;) -- assignee: tarek -> georg.brandl nosy: +georg.brandl re

[issue5357] Last paragraph of urllib.request.urlopen documentation is garbled

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: That paragraph was a slight bit incomprehensible :) Fixed in r70024. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5344] typo in what's new in 2.6

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r70025. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5365] add conversion table to time module docs

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: Thanks, added the table in r70026. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5364] documentation in epub format

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: Well, the request is valid, so I'll leave this open here. Since the format seems to me to be nothing but XHTML with a bit of extra markup around it, it would be quite easy to write a builder for Sphinx (by copying from the HTML help one) to do it. Would you

[issue5360] RO (shorthand for READONLY) gone, not in documentation

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: Removed RO in r70027. Fixed HEAD_INIT stuff in r70028. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5382] Allow Python keywords as keyword arguments for functions.

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: This is not going to happen: First, function call syntax is nicely parallel to parameter definition syntax, and it is obviously not possible to define parameters named like keywords. Second, making exceptions like this leads to more exceptions and finally

[issue804543] invalid use of setlocale

2009-02-27 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: accepted -> status: closed -> open ___ Python tracker <http://bugs.python.org/issue804543> ___ ___ Python-bugs-

[issue804543] invalid use of setlocale

2009-02-27 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r70029, merged to 3.0 in r70030. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/is

[issue5389] Uninitialized variable may be used in PyUnicode_DecodeUTF7Stateful()

2009-02-28 Thread Georg Brandl
Georg Brandl added the comment: I can't see at the moment how the unicode_decode_call_errorhandler call can be made without startinpos being previously set to some value. Antoine, maybe you can verify? -- assignee: -> pitrou nosy: +georg.brandl

[issue5392] stack overflow after hitting recursion limit twice

2009-02-28 Thread Georg Brandl
Georg Brandl added the comment: I can reproduce that (with the same limits) on Linux here. It doesn't happen with 2.6. (Although it is technically not a crash but a controlled abort().) -- nosy: +georg.brandl ___ Python tracker

[issue5373] TypeError when '\x00' in docstring

2009-02-28 Thread Georg Brandl
Georg Brandl added the comment: Looks good. (Alternately, you could also set tp_doc to NULL in the embedded \0 case.) ___ Python tracker <http://bugs.python.org/issue5

[issue5397] PEP 372: OrderedDict

2009-03-01 Thread Georg Brandl
Georg Brandl added the comment: Doc nits: * "items are returned in the order they were first added": it should be made clear that it matters when the *key* was first added * "An *OrderedDict* remembers order that entries were inserted": misses a word somewhere? * &

[issue5397] PEP 372: OrderedDict

2009-03-01 Thread Georg Brandl
Georg Brandl added the comment: I still see an "OrderDict" in the docs, and the TypeError in __init__ still needs to use "%" instead of ",". ___ Python tracker <

[issue5401] mimetypes.MAGIC_FUNCTION performance problems

2009-03-01 Thread Georg Brandl
Georg Brandl added the comment: Wah, that's really a horrible way to implement this caching. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/i

[issue5397] PEP 372: OrderedDict

2009-03-03 Thread Georg Brandl
Georg Brandl added the comment: I wonder if, instead of all kinds of new APIs, the _keys list could just be made public (under a different name of course). Of course, that makes further optimization or a rewrite in C harder. ___ Python tracker <h

[issue5397] PEP 372: OrderedDict

2009-03-03 Thread Georg Brandl
Georg Brandl added the comment: > The internal data structure *must* remain private so that we can build a > C replacement or switch to one of the other possible algorithms. Even then the keys list could be offered as a property. ___ Python tracker

[issue5397] PEP 372: OrderedDict

2009-03-03 Thread Georg Brandl
Georg Brandl added the comment: OK, disregard my suggestions, it's better not to have a property that does almost exactly the same as keys(). ___ Python tracker <http://bugs.python.org/i

[issue5179] subprocess leaves open fds on construction error

2009-03-03 Thread Georg Brandl
Georg Brandl added the comment: Since I can't test on Windows, I'll leave that in your hands :) ___ Python tracker <http://bugs.python.org/issue5179> ___ ___

[issue5389] Uninitialized variable may be used in PyUnicode_DecodeUTF7Stateful()

2009-03-05 Thread Georg Brandl
Georg Brandl added the comment: Only with security fixes IIRC. Letting Martin decide. -- assignee: pitrou -> loewis nosy: +loewis ___ Python tracker <http://bugs.python.org/iss

[issue5426] README slight error re OSX

2009-03-05 Thread Georg Brandl
Georg Brandl added the comment: So it is just called "python"? ___ Python tracker <http://bugs.python.org/issue5426> ___ ___ Python-bugs-list mailing list Un

[issue5428] Pyshell history management error

2009-03-05 Thread Georg Brandl
Georg Brandl added the comment: The code you pasted contains a non-ASCII quote (’). -- nosy: +georg.brandl resolution: -> invalid status: open -> pending ___ Python tracker <http://bugs.python.org/

[issue5486] doc copyedits

2009-03-13 Thread Georg Brandl
Georg Brandl added the comment: Applied in r70342, r70343. Thanks very much! -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5496] codecs.lookup docstring is misleading

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r70386. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5493] Rephrasing the doc of object.__nonzero__

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r70387. -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issue5493> ___ ___ Python-bugs-lis

[issue5491] Clarify contextlib.nested semantics

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r70390. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5493] Rephrasing the doc of object.__nonzero__

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

[issue5488] nb_inplace_divide slot is missing in docs

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r70392. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5478] document mistake xml.dom.minidom.Element

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r70393. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5276] IDLE startup file .Idle.py not documented

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks, edited a bit and committed in r70395. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5469] Reference paragraph about the constructs that bind names needs updating for Python 3

2009-03-15 Thread Georg Brandl
Georg Brandl added the comment: Fixed in trunk in r70397 and 3k in r70398. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

<    37   38   39   40   41   42   43   44   45   46   >