[issue1939] code object docstring obsolete

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Committed r60313. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1934] os.path.isabs documentation error

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60314. Thanks for the report! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1631394] sre module has misleading docs

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed r60136. _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1631394> _ ___ Python-bugs-list mailing list

[issue1934] os.path.isabs documentation error

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Okay, fixed in r60317. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1934> __ ___ Python-bugs-list mailing list Unsubs

[issue1928] test_urllib fails

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60318 -- one of the changes to urllib didn't survive the merge to py3k. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1940] curses.filter can not be used as described in its documentation

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: You're right. I fixed this in r60322, r60323 (2.5). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1473257] Add a gi_code attr to generators

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Reformatted the patch to use tabs and committed as r60324. -- assignee: gvanrossum -> georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1867] patch for pydoc to work in py3k

2008-01-27 Thread Georg Brandl
Georg Brandl added the comment: Done in r60366, thanks! __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1867> __ ___ Python-bugs-list mailing list Unsubs

[issue1961] possible error with json format for sphinx

2008-01-29 Thread Georg Brandl
Georg Brandl added the comment: Please run a make clean (or just remove the build/html/searchindex.json file) and this should go away. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed __ Tracker <[EMAIL PROTECTE

[issue1981] operator "is"

2008-01-31 Thread Georg Brandl
Georg Brandl added the comment: Yes, it is expected since the descriptor access to methods creates a new bound method object every time. The "is" operator does not work special with methods. There is another issue about documenting this, so closing as a duplicate. -

[issue1984] The raw string r'\' fails

2008-01-31 Thread Georg Brandl
Georg Brandl added the comment: This is not easily fixable -- it has been discussed several times on python-dev and won't change. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PRO

[issue1652] subprocess should have an option to restore SIGPIPE to default action

2008-02-01 Thread Georg Brandl
Georg Brandl added the comment: Martin, what do you think? -- assignee: -> loewis nosy: +loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1652> __ ___

[issue1222] locale.format bug if thousand separator is space (french separator as example)

2008-02-01 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1222> __ ___ Python-bugs-list mailing list Unsubs

[issue800926] Python version numbers in headers/footers PDF documentation

2008-02-01 Thread Georg Brandl
Georg Brandl added the comment: Added to Sphinx in r60490. -- resolution: -> accepted status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1986] io.StringIO allows any parameter

2008-02-01 Thread Georg Brandl
New submission from Georg Brandl: >>> x = io.StringIO(1) >>> x.read() '1' -- components: Extension Modules messages: 61957 nosy: georg.brandl priority: high severity: normal status: open title: io.StringIO allows any parameter type: b

[issue1998] documentation grammatical error

2008-02-01 Thread Georg Brandl
Georg Brandl added the comment: This seems already fixed in SVN. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1935] test_descr.py converted to unittest

2008-02-02 Thread Georg Brandl
Georg Brandl added the comment: The GHOP patch was now committed as r60521. -- nosy: +georg.brandl status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue2000] Undefined symbols: _PyOS_mystrnicmp on Mac OS X

2008-02-02 Thread Georg Brandl
Georg Brandl added the comment: Closing. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2003] Incorrect definition of new-style class

2008-02-03 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the delightful analysis! Fixed in r60550 :) -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-02-04 Thread Georg Brandl
Changes by Georg Brandl: -- type: behavior -> rfe __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2008> __ ___ Python-bugs-list mailing list Uns

[issue2007] cookielib lacks FileCookieJar class for Internet Explorer

2008-02-04 Thread Georg Brandl
Changes by Georg Brandl: -- type: behavior -> rfe __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2007> __ ___ Python-bugs-list mailing list Uns

[issue2004] tarfile extractall() allows local attacker to overwrite files while extracting

2008-02-05 Thread Georg Brandl
Georg Brandl added the comment: Closing as fixed. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2010] Link to howto section on re module documentation incorrect

2008-02-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60590. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2010> __

[issue2027] Module containing C implementations of common text algorithms

2008-02-08 Thread Georg Brandl
Georg Brandl added the comment: Even PHP includes Levenshtein... ;) -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2027> __ ___

[issue2085] Syntax for property set method

2008-02-12 Thread Georg Brandl
Georg Brandl added the comment: First, syntax proposals for 3.0 are no longer accepted. Second, this sort of proposal should be discussed on the python-ideas mailing list first. Third, this is really ugly :) So, closing this. -- nosy: +georg.brandl resolution: -> rejected status: o

[issue2063] os.times() utime and stime exchanged on windows

2008-02-12 Thread Georg Brandl
Georg Brandl added the comment: Fixed on trunk in r60758. Should this be backported? -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2120] broken links in advocacy HOWTO

2008-02-16 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60855, thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2131] "codecs" module on Windows uses incorrect end-of-line, wiriting broken Unicode (UTF-8) files

2008-02-17 Thread Georg Brandl
Georg Brandl added the comment: The note in the docstring wasn't in the documentation. Fixed this in r60873. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python

[issue2133] a typo in pydoc.py causes modules to be cyan instead of white

2008-02-17 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60883. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2129] Link error of gethostbyaddr and gethostname in Python Manuals (the chm file)

2008-02-21 Thread Georg Brandl
Georg Brandl added the comment: I think you get two links in the CHM generated by Sphinx. Can somebody with a working HTML Help Compiler check that? -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bug

[issue2150] Broken Link to New Style Classes Documentation

2008-02-21 Thread Georg Brandl
Georg Brandl added the comment: This link has already been fixed in SVN. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2151] no way to get http result status from urllib

2008-02-21 Thread Georg Brandl
Georg Brandl added the comment: I've committed a patch for this in the trunk, the addinfourl object has a "code" attribute there. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __ Tracker <

[issue2154] doc: better detection of python snippets for highliting

2008-02-21 Thread Georg Brandl
Georg Brandl added the comment: Committed as r60938 (python) and r60939 (sphinx). Thanks for the nice patch! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2079] UserDict documentation typo

2008-02-21 Thread Georg Brandl
Georg Brandl added the comment: Committed in r60936, r60937. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue896199] Some Carbon modules missing

2008-02-22 Thread Georg Brandl
Georg Brandl added the comment: Still, I don't see File, Files or Folders under that heading. Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue896199> __

[issue1964] Slight adjustment to sphinx print-media stylesheet

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Thank you for the patch, applied in my sandbox (will be part of a larger commit). -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1759] Backport of PEP 3129 "class decorators"

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Attaching new diff that fixes these issues. -- nosy: +georg.brandl Added file: http://bugs.python.org/file9496/classdec_2.diff __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

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

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Reviewed and committed in r60980. Thanks! -- assignee: -> georg.brandl nosy: +georg.brandl status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2165] Fix for test_logging

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Committed r60982. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2067] file.__exit__ does not call subclass' close method

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Committed r60984. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2161] STORE_LOCAL byte code is not documented

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Indeed. Fixed in r60988. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2101] xml.dom documentation doesn't match implementation

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61017. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1524825] ConfigParser: accept leading whitespace on options+comments

2008-02-23 Thread Georg Brandl
Changes by Georg Brandl: -- type: -> feature request versions: +Python 2.6, Python 3.0 _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1524825> _ ___

[issue1607087] popen() slow on AIX due to large FOPEN_MAX value

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Changed popen2 to use os.closerange() in r61019. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1156430] doctest should support -m

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Closing as fixed. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue919238] Recursive variable definition causes sysconfig infinite loop

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Is a "print" really the right way to emit this warning? -- nosy: +georg.brandl Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue2144] os.environ should inherit dict

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: See #1367711 for a discussion whether this is really the way to go. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1820] Enhance Object/structseq.c to match namedtuple and tuple api

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Is there something else to be done for this to be closed? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1825] msilib.add_data() takes exactly three parameters

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61025. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1826] operator.attrgetter() should accept dotted attribute paths

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Committed in r61027. -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1826> __ ___ Python-bu

[issue1506171] Add "methodcaller" to the operator module

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Committed patch as r61028. -- assignee: rhettinger -> georg.brandl resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1759997] poll() on cygwin sometimes fails [PATCH]

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Closing as 3rd party, then. -- nosy: +georg.brandl status: open -> closed versions: +3rd party -Python 2.5 _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/

[issue1720705] thread + import => crashes?

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Documented in both thread and threading docs in r61029. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1411097] httplib patch to make _read_chunked() more robust

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: This seems to have been fixed in r60747. -- resolution: -> out of date status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue900744] catch invalid chunk length in httplib read routine

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61034, including unittest. -- resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.python.

[issue1486335] httplib: read/_read_chunked failes with ValueError sometime

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed for bug #900744. -- nosy: +georg.brandl resolution: -> duplicate status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1175194] import statement likely to crash if module launches threads

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: The documentation has now been updated to reflect this. -- nosy: +georg.brandl resolution: invalid -> duplicate status: pending -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue1627] Problem with httplib and Content-Length: -1

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61035. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2144] os.environ should inherit dict

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: > What was the rationale for this decision? To me it looks like a hold- > over from the time when dicts were not subclassable. I reckon it's faster this way, and you want basic datatypes like dict to be fast. __ Trac

[issue2171] Add map, filter, zip to future_builtins

2008-02-23 Thread Georg Brandl
New submission from Georg Brandl: And make 2to3 recognize that, not putting a list() around them then. -- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool), Extension Modules messages: 62855 nosy: collinwinter, georg.brandl severity: normal status: open title: Add map

[issue2171] Add map, filter, zip to future_builtins

2008-02-23 Thread Georg Brandl
Changes by Georg Brandl: -- versions: +Python 2.6 -Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2171> __ ___ Python-bugs-list mailing list

[issue1986] io.StringIO allows any parameter

2008-02-25 Thread Georg Brandl
Georg Brandl added the comment: Okay, then I see this as a intended feature. -- resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2173] Python fails silently on bad locale

2008-02-26 Thread Georg Brandl
Changes by Georg Brandl: -- title: Pyton fails silently on bad locale -> Python fails silently on bad locale __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue2194] Tiny patch to docs

2008-02-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed as r61087! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2201] Documentation Section 4.4

2008-02-28 Thread Georg Brandl
Georg Brandl added the comment: Sorry, but there must be another typo in your code. I guess the else clause isn't correctly indented -- it belongs to the "for" statement, not the "if" statement. -- nosy: +georg.brandl resolution: -> in

[issue2196] Fix hasattr's exception problems

2008-02-29 Thread Georg Brandl
Georg Brandl added the comment: Please reformat your patch using tabs. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2196> __ ___

[issue2206] critical memory leak in hashlib.md5

2008-02-29 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2206> __ ___ Python-bugs

[issue2205] os.times() returns incorrect value

2008-02-29 Thread Georg Brandl
Georg Brandl added the comment: Isn't that tracked in #1040026? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2205> __ ___

[issue2207] Bug in Sphinx highlighting when pygments not available

2008-02-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r61134. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2208] Patch to doc/make.bat to allow non-standard HTML Help location

2008-02-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r61135. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2217] Problem with if clause in generator expression on class level

2008-03-02 Thread Georg Brandl
Georg Brandl added the comment: This may seem odd, but is correct as per spec. The "if c in a" part is executed in a scope of its own, and class scopes don't contribute to nested scoping. -- nosy: +georg.brandl resolution: -> wont fix stat

[issue2217] Problem with if clause in generator expression on class level

2008-03-02 Thread Georg Brandl
Georg Brandl added the comment: The actual equivalent would be class A: a = 'test' def __g(_x): for c in _x: if c in a: yield c tuple(__g(a)) i.e. the outmost iterator is evaluated in the enclosing scope; not the if clause is in its

[issue2226] Small _abcoll Bugs / Oddities

2008-03-03 Thread Georg Brandl
Georg Brandl added the comment: I fixed the import in r61211. Raymond, can you sort out the set operations? -- assignee: -> rhettinger nosy: +georg.brandl, rhettinger __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue2217] Problem with if clause in generator expression on class level

2008-03-03 Thread Georg Brandl
Georg Brandl added the comment: Good idea! I've committed these changes in r61212. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2217> __ ___ Python-bugs-

[issue2230] Document PyArg_Parse* behavior on failed conversion

2008-03-03 Thread Georg Brandl
Georg Brandl added the comment: Committed in r61226, thank you! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2229] Search in 2.6 docs does not work

2008-03-03 Thread Georg Brandl
Georg Brandl added the comment: This is known and will be fixed before final release. -- nosy: +georg.brandl resolution: -> later status: open -> pending __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2239] Tiny patch to cmdline docs

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: I took the best of both worlds and committed in r61255. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Committed as r61263. I'll let Martin decide about a backport. -- assignee: -> loewis nosy: +loewis resolution: -> accepted status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2240] setitimer, getitimer wrapper

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Patch review: * ItimerError should be signal.ItimerError, not signal.error. * It should probably inherit from EnvironmentError or IOError. * itimer_retval will leak the new tuple if one of the PyFloat_FromDouble fails. * Do you have test and doc patches, too

[issue2242] Decoding UTF-7 with "ignore warnings" crashes Python on Windows Vista

2008-03-05 Thread Georg Brandl
Changes by Georg Brandl: -- priority: -> urgent severity: normal -> urgent versions: +Python 2.6, Python 3.0 __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2225] py_compile.main() does not return error code

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Committed patch and new docs in r61273. Thanks! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue1725737] Distutils default exclude doesn't match top level .svn

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Done! _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1725737> _ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue2220] bug in rlcompleter

2008-03-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61275, r61276 (2.5). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2252] "continue" documentation

2008-03-07 Thread Georg Brandl
Changes by Georg Brandl: -- resolution: -> duplicate status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2252> __ ___ Python

[issue2249] To document "assertTrue" in unittest

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: I agree with Raymond. Having three names for a function is even more un-Zen than two. Also, I can't see wha'ts clearer in assertTrue in comparison with assert_. -- resolution: -> wont fix status: op

[issue2257] typo in tutorial section 4.4 - final break statement is missing

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: Sorry, but I don't see a mismatch between code and output. -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue1095784] exclude CVS conflict files in sdist command

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: Closing this as "won't fix" as per discussion in #1725737. (Quote: "It's the job of the packager to clean the directory before packaging.") -- nosy: +georg.brandl resolution: ->

[issue2240] setitimer, getitimer wrapper

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: Could you please put all changes in one complete patch? It's much easier to review that way. -- assignee: -> loewis __ Tracker <[EMAIL PROTECTED]> <http://bugs.pyt

[issue1533486] long -> Py_ssize_t (C/API 1.2.1)

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r61305. -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.python.o

[issue2253] "continue" documentation internally inconsistent

2008-03-08 Thread Georg Brandl
Georg Brandl added the comment: You're right, the footnote has to be removed. Fixed in r61303. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs.

[issue2249] To document "assertTrue" in unittest

2008-03-09 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, I give in :) Committed as r61329. -- resolution: wont fix -> fixed status: pending -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2265] A line in the second example of "7.3.5 Examples" in "Python Library Reference" seems to be incorrect.

2008-03-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r61363. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2270] Typo on 8.6.2.5 Document Objects page

2008-03-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r61364. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue1533486] long -> Py_ssize_t (C/API 1.2.1)

2008-03-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: PEP 353 says: "Py_intptr_t needs to be the same size as void*, and Py_ssize_t the same size as size_t. These could differ, e.g. on machines where pointers have segment and offset." _

[issue1720705] thread + import => crashes?

2008-03-13 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Added your remarks to threading docs in r61365. -- resolution: -> fixed status: open -> closed _ Tracker <[EMAIL PROTECTED]> <http://bugs.py

[issue2285] list.sort.__doc__ says "cmp" is a keyword, but it isn't.

2008-03-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r61377. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue2288] Confusing documentation for urllib.urlopen

2008-03-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r61392. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> <http://bugs

[issue871747] sys.exec_prefix does not work

2008-03-14 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Done. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]> <http://bugs.p

[issue1810] AST compile() patch

2008-03-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'll try to handle it this weekend. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1810> __ ___ P

[issue2292] Missing *-unpacking generalizations

2008-03-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Just a nit: the syntax error message for invalid starred expressions should be changed from "can use starred expression only as assignment target". -- nosy: +georg.brandl __ Tracker &

<    17   18   19   20   21   22   23   24   25   26   >