[issue3497] a bug in the interpreter?

2008-08-03 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I think we have enough evidence now to close this bug as invalid. :) -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PR

[issue3455] os.remove()method document error

2008-08-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Well, you seemed to be misled by the wording "in use". Therefore, I propose to change "in use" to "opened", but only if "in use" always means "opened".

[issue3498] mod_cls

2008-08-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65489. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue643841] New class special method lookup change

2008-08-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: But don't the docs with patch describe the behavior of new-style classes better? ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue643841] New class special method lookup change

2008-08-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Ah, I'm sorry for the noise then. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue643841> ___ ___

[issue3477] grammar productionlist are not properly indented

2008-08-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65547. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3503] Calls to print() function in Python 3.0 tutorial

2008-08-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for the patch! Committed in r65545. For the fibonacci example, I just left out the final print(). For simplicity's case, it's fine for the example to have the minor flaw of not printing a final newline -- it is there

[issue3504] Python Reference Manual inconsistency (Notation)

2008-08-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is already fixed in the development docs: http://docs.python.org/dev/reference/introduction.html#id2 -- resolution: -> out of date status: open -> closed ___ Python tracker <[

[issue3509] La Lutte, Je Vais Vous Montrer Mon Piquer!

2008-08-06 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3507] spelling in try.html

2008-08-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, this is already fixed in SVN. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3505] single/double quote error in Python v2.6b2 documentation

2008-08-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65558. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3516] string formatting quirk using %.%

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'd rather see it this way: It is a programming error if a format string contains a reference to a nonexisting dictionary key, no matter what formatting specifier is used. The implementation is quite consistent here.

[issue1717] Get rid of more refercenes to __cmp__

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Additionally, there are still lots of references to __cmp__ in the library which should be ripped out. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3519] Evaluation order example lacks suffix

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65591. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3429] urllib.urlopen() return type

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Agreed. -- resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3522] zip() function example in tutorial

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r65592. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3523] Reverse quotes in Python 3.0 tutorial

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r65593. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3525] Changes to exceptions not reflected in tutorial examples.

2008-08-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r65594. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3524] IOError when attempting negative seek in file (Python 3.0 tutorial)

2008-08-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Since the file is a text file, such seeking is not possible. I've now updated the whole section about files; in particular there was also an outdated description of text vs. binary mode. Committed r65595. -- resolution

[issue3528] TypeError when compiling with no translator

2008-08-08 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r65599 :-|. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3529] Remove long integer literals from Python 3.0 tutorial

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r65627. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3532] bytes.tohex method

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is why we will get transform() and untransform() in 3.1. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3536] case conversion problems in Turkish

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Being Unicode strings, Py3k strings use the Unicode database's lowercase<->uppercase mapping, which is not context sensitive. See #1528802 for more discussion. -- nosy: +georg.brandl resolution: -> wont fix sta

[issue3532] bytes.tohex method

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: At the moment, mails on python-dev are the only source of information :) Look here: http://mail.python.org/pipermail/python-3000/2008-August/014533.html ___ Python tracker <[EMAIL PROTECTE

[issue3532] bytes.tohex method

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: They are meant to replace encode/decode for those 2.x codecs that didn't really encode/decode Unicode. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.

[issue3097] sphinx: config option for exclude_dirnames

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added in r65632. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3537] dict creation failure causes crash

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Also happens in trunk. -- nosy: +georg.brandl versions: +Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3537] dict creation failure causes crash

2008-08-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The problem is that PyDict_New doesn't reinitialize the fields of a dict from the free list when the number of entries is zero. For a preconstructed dict (like created by BUILD_MAP) of size >=8, however, there will be an allocate

[issue3538] Docstring typos

2008-08-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Chester, please stop changing your user name and wasting our time. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3537] dict creation failure causes crash

2008-08-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Applied and added test in r65637. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3540] NotEmptyErrorError

2008-08-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r65639. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3530] ast.NodeTransformer bug

2008-08-11 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- nosy: +aronacher, georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3530> ___

[issue3544] "expection" typo

2008-08-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is already fixed in SVN. -- resolution: -> out of date status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3550] Socket Python 3k Documentation mistake OR Unicode string is not supported with socket.send

2008-08-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed the docs to refer to bytes objects in r65674. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3546] Missing linebreak in ext.doctest output

2008-08-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r65675. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3560] redundant "base" field in memoryview objects

2008-08-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Because it should be fixed before 3.0 final? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3558] Operator precedence misdocumented

2008-08-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, moved attribute reference to the appropriate place in r65693. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3473] In function call, keyword arguments could follow *args

2008-08-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Ping! -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3473> ___

[issue3575] [py3k] tell() fails in some situation

2008-08-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Please state the revision numbers when closing an issue due to a commit; this makes it easier to find the change later. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTE

[issue3608] memoryview constructor has no deallocator

2008-08-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> wont fix status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3624] Null byte \0 not listed as a possible escape sequence

2008-08-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The \0 falls under this case: \oooCharacter with octal value ooo where the note says "As in Standard C, up to three octal digits are accepted. " -- resolution: -> works for me sta

[issue3643] Add more checks to testcapi

2008-08-23 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Still, _testcapi is built even for non-debug builds, so it is a gratuitous way for bad code to crash or internally invalidate a Python interpreter, so this should be treated like a bugfix. -- nosy: +georg.brandl priority:

[issue3653] segfault calling sys.excepthook with non-Exception argument

2008-08-23 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Patch looks good. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3653] segfault calling sys.excepthook with non-Exception argument

2008-08-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: PyErr_Format sets the new exception and returns NULL though. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3658] fix for pychecker property complaints

2008-08-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Read-only properties on old-style classes seem to work (though I don't know if that is an implementation accident), insofar it seems harmless not to apply this patch. -- nosy: +g

[issue3658] fix for pychecker property complaints

2008-08-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Ah yes. But still, I'd call that harmless. Assigning to attributes you're not supposed to assign to is detrimental in many cases. ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue3654] Duplicated test name in regex test script

2008-08-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r66014. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3665] Support \u and \U escapes in regexes

2008-08-24 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: Since \u and \U aren't interpolated in raw strings anymore, the re module should support those escapes in addition to the \x and octal ones it already does. Attached patch. -- components: Library (Lib) files: re_unicode_e

[issue3665] Support \u and \U escapes in regexes

2008-08-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: These concerns indeed must be handled: On narrow unicode builds, chars > 0x must be converted to surrogates. In ranges, they should raise an error. Additionally, this should at least raise an error too: >>> re.co

[issue3671] What's New in 2.6 - corrections

2008-08-24 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> akuchling nosy: +akuchling ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3663] Extra DECREF on syntax errors

2008-08-24 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The culprit is Python/pythonrun.c:1245: tb = tb ? tb : Py_None; Py_None needs to be INCREF'd in the else case. -- assignee: -> pitrou nosy: +georg.brandl ___ Python tracker <

[issue3689] reversed() not working as intended on lists

2008-08-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: "reversed() built in is not functioning correctly with list" is wrong -- there is no problem with reversed() on lists. The issue here is that the listreverseiterator has a strange __len__. Note that other (reverse) iterators ha

[issue3689] listreverseiterator has a decreasing len()

2008-08-26 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> rhettinger nosy: +rhettinger title: reversed() not working as intended on lists -> listreverseiterator has a decreasing len() versions: +Python 2.6, Python 3.0 -Python 2.5 __

[issue3692] improper scope in list comprehension, when used in class declaration

2008-08-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This won't change -- in 3.0, list comprehensions and generator expressions are both implemented using a function, so it's like the following: class Foo: attribute1 = 1 def f(): return attribute1

[issue3694] Undetected error in _struct.pack_into

2008-08-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The problem is that, unlike PyInt_AsSsize_t, PyLong_AsSsize_t expects its argument to already be a long object and else raises the SystemError. It should probably behave like PyInt_AsSsize_t and raise the TypeError since in 3.0 it

[issue3694] Undetected error in _struct.pack_into

2008-08-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The attached patches at least correct the XXX undetected error. -- keywords: +patch Added file: http://bugs.python.org/file11267/s26.diff ___ Python tracker <[EMAIL PROTECTE

[issue3694] Undetected error in _struct.pack_into

2008-08-27 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11268/s30.diff ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3706] Fix error message for wrong exec() argument type

2008-08-27 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: Fixes exec() message that claims it supports file objects. Also makes error messages from compile(), exec() and eval() more concrete, and in the case of compile() more correct. -- files: bltin.diff keywords: needs review,

[issue3707] help('finally') behaves bizarrely

2008-08-27 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Good catch! Patch attached. -- keywords: +easy, needs review, patch nosy: +georg.brandl priority: -> critical Added file: http://bugs.python.org/file11275/pydoc.diff ___ Python tracke

[issue3706] Fix error message for wrong exec() argument type

2008-08-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, I changed that and committed r66051. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3711] docs still say to use .dll for compiled extensions

2008-08-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66053. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3729] SystemError on calling len() if __len__() doesn't return an int

2008-08-29 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: That is *not* wanted. We had a discussion on the list about changing the return value of the sq_length slot to allow larger lengths to be reported, and while I don't recall why this wasn't done, I do recall that the conse

[issue3695] Source tarball for Sphinx 0.4.3 missing

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The website is in error; it takes sphinx.__version__ which in the repo is the next version to be released, so that easy_install works correctly. Fixed in r66061. -- resolution: -> fixed status: open

[issue3730] Update BaseHTTPServer docs

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed as r66062. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3716] mistake in 3.4.2 Customizing attribute access

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66063. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3577] Interpreter name: python vs. python-3.0

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66064. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3569] Glitch in eval() doc

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r66065. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3724] math.log(x, 10) gives different result than math.log10(x)

2008-08-30 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> marketdickinson nosy: +marketdickinson ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3737] An error in Python Library Reference document

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be clarified in r66067. In the future, please choose a more specific title for your bug reports :) -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Py

[issue3729] SystemError on calling len() if __len__() doesn't return an int

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: True. However, it's no pronouncement either. I suggest bringing it up on the list again; probably other people would want to voice their opinions too. ___ Python tracker <[EMAIL PRO

[issue3667] Reloading an extension module always leaks

2008-08-30 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3683] compilation --without-threads fails

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: The patch needs an #else that does ImportModule anyway... see attached. -- keywords: +patch nosy: +georg.brandl Added file: http://bugs.python.org/file11316/import.diff ___ Python tracker &

[issue3707] help('finally') behaves bizarrely

2008-08-30 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for reviewing! Committed trunk r66076. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3743] PY_FORMAT_SIZE_T is not for PyString_FromFormat

2008-08-31 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Looks good to me. -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3743] PY_FORMAT_SIZE_T is not for PyString_FromFormat

2008-08-31 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: You're right, Chris, I didn't think of that... ___ Python tracker <[EMAIL PROTECTED]> <http://

[issue3749] incrementalencoder and incrementalencoder

2008-09-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66098. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3653] segfault calling sys.excepthook with non-Exception argument

2008-09-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I think you need to clear the exception again before returning. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3520] New Global Module Index glitch on WinXP

2008-09-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in sphinx trunk with r66107, and in the next beta/rc. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3753] bytearray incompatible with y#

2008-09-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Documented in r66113. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3747] Fix caching in ABCMeta.__subclasscheck__

2008-09-01 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Looks good. -- nosy: +georg.brandl resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3794] __div__ still documented in Python 3

2008-09-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r66260. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3793] Small RST fix in datamodel.rst

2008-09-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r66260. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3794] __div__ still documented in Python 3

2008-09-06 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Uh, I meant r66261. Thanks for the patch! ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3376] Use Python 3 lexer for 3.0 docs

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Should be fixed in r66344. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3822] zfill doc string uses inconsistent variable names

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66347. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3800] Fix for formatter.py

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66348. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3803] Comparison operators - New rules undocumented in Python 3.0

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66349. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3743] PY_FORMAT_SIZE_T is not for PyString_FromFormat

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: It was a (lame attempt at a) joke... sorry :D ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1717] Get rid of more refercenes to __cmp__

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Bumping priority even further. This shouldn't make it past rc. -- priority: critical -> release blocker ___ Python tracker <[EMAIL PROTECTED]> <http://bu

[issue3472] Updates to "Macintosh Library Modules" Section 1.1

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Done in r66350. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue3818] ftplib.FTP.abort() should consider "225" a positive response code to ABOR

2008-09-09 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> duplicate status: open -> closed superseder: -> ftplib: ABOR does not consider 225 response code ___ Python tracker <[EMAIL PROTECTED]> <http://b

[issue3318] Documentation: timeit: "lower bound" should read "upper bound"

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Sadly, this is not mathematics. Else, I'd concur that the designation "lower bound" should be accurate with respect to a certain set. I fail to see what is missing in the explanation "the lowest value is a lower boun

[issue2859] sphinx and virtualenv

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is a known issue with Jinja, and will hopefully be fixed in its next release. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3746] Sphinx producing duplicate id attributes, HTML fails validation.

2008-09-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for the report! This was due to a docutils 0.4/0.5 incompatibility, which should now be fixed in r66355. -- resolution: -> fixed status: open -> closed ___ Python tracker <[

[issue3837] Comment for html_logo setting is out of date

2008-09-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r66397. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

[issue2747] Documentation of new gobject types fails

2008-09-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This turns out to be caused by the same problem that caused the SQLAlchemy model failure: the module was imported twice by autodoc. Should now be fixed in trunk and 0.4.x branch. -- resolution: -> fixed status: open

[issue3848] select.epoll calling register with the same fd fails

2008-09-12 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: georg.brandl -> christian.heimes nosy: +christian.heimes ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue3655] latexwriter: \footnotemark can only take numbers as arguments

2008-09-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This is now tracked in http://code.google.com/p/sphinx/issues/detail?id=13. -- resolution: -> postponed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <h

[issue3848] select.epoll calling register with the same fd fails

2008-09-12 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: This should be removed from the docs patch: - Register a fd descriptor with the epoll object. + Register a fd descriptor with the epoll object. ___ Python tracker <[EMAIL PROTECTE

[issue3888] [PATCH] Document more deprecated modules in What's New in Python 2.6

2008-09-17 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks for the patch, committed as r66485. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> <http://bugs

<    12   13   14   15   16   17   18   19   20   21   >