[issue8777] Add threading.Barrier

2010-10-23 Thread Georg Brandl
Georg Brandl added the comment: Ping -- is this something you want in 3.2, Kristjan? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8

[issue10180] File objects should not pickleable

2010-10-23 Thread Georg Brandl
Georg Brandl added the comment: Sounds like a good idea to me. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10180> ___ ___ Python-bug

[issue10180] File objects should not pickleable

2010-10-23 Thread Georg Brandl
Georg Brandl added the comment: What would be the use case for that? -- ___ Python tracker <http://bugs.python.org/issue10180> ___ ___ Python-bugs-list mailin

[issue4999] multiprocessing.Queue does not order objects

2010-10-24 Thread Georg Brandl
Georg Brandl added the comment: Are you sure this needs to be a warning? We try to use them very sparingly. (Also note the 3-space indent for reStructuredText markup.) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue4

[issue10189] SyntaxError: no binding for nonlocal doesn't contain a useful traceback

2010-10-25 Thread Georg Brandl
Georg Brandl added the comment: +1 for adding at least the info the symtable knows (this is already done in one of the branches in that function that raises a SyntaxError). -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.

[issue3018] tkinter demos fixed

2010-10-25 Thread Georg Brandl
Georg Brandl added the comment: Committed remaining changes from patch in r85840. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue1772788] chr(128) in u'only ascii' -> TypeError with misleading msg

2010-10-25 Thread Georg Brandl
Georg Brandl added the comment: I don't think we'll do anything about this message in 2.x -- in 3.x you get a clear TypeError anyway if you mix str and bytes. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed __

[issue4402] os.getenv('PATH') return different result between 2.5 and 3.0rc3

2010-10-25 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg76444 ___ Python tracker <http://bugs.python.org/issue4402> ___ ___ Python-bugs-list mailin

[issue1772788] chr(128) in u'only ascii' -> TypeError with misleading msg

2010-10-25 Thread Georg Brandl
Georg Brandl added the comment: Ah. I tried the other combination :) -- ___ Python tracker <http://bugs.python.org/issue1772788> ___ ___ Python-bugs-list mailin

[issue2775] Implement PEP 3108

2010-10-26 Thread Georg Brandl
Georg Brandl added the comment: I will have a go at the profiler situation. I imagine the following: deprecate the cProfile module, and provide both profiler classes from the profile module -- e.g. as PythonProfile and CProfile, and provide Profile = PythonProfile. (From cProfile.py

[issue10200] Documentation: "link use"?

2010-10-26 Thread Georg Brandl
Changes by Georg Brandl : -- priority: normal -> low ___ Python tracker <http://bugs.python.org/issue10200> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7061] Improve 24.5. turtle doc

2010-10-26 Thread Georg Brandl
Georg Brandl added the comment: LGTM, if you verified that the label "debugger" is not in use at the moment. -- ___ Python tracker <http://bugs.python.

[issue10200] Documentation: "link use"?

2010-10-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r85849, r85850, and the third one isn't a typo. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.

[issue10199] Move Demo/turtle under Lib/

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

[issue10200] Documentation: "link use"?

2010-10-26 Thread Georg Brandl
Georg Brandl added the comment: I don't think that comma is an error; it's more a stylistic issue. You could write it with and without, and both are correct. (Remember that TOOWTDI does absolutely not apply to natural languages.) --

[issue7061] Improve 24.5. turtle doc

2010-10-26 Thread Georg Brandl
Georg Brandl added the comment: If you do a full build, you'll get a warning; however, currently documents that reference a label will not be recognized as out of date when that label changes or is removed. -- status: pending -> open __

[issue5688] inability to ignore multiline warnings -- request to add re.DOTALL to re.compile

2010-10-27 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/issue5688> ___ ___ Python-bugs-

[issue2703] SimpleXMLRPCDispatcher.__init__ is not python2.4-backward-compatible

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Seems to have been changed in 2.6 and 2.7 already. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue4828] patch suggestion for webbrowser

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

[issue5975] csv unix file format ('\n' line terminator)

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

[issue7167] Smarter FTP passive mode

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Closing following Giampaolo's suggestion. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python

[issue4828] patch suggestion for webbrowser

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Oh, sorry. Shouldn't do too many things at once. Well, I think there aren't many webbrowsers that come as a .com file, for example. And as Amaury shows, the patch can't be applied as is anyway. -- nosy

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Michael: ping? Will you do this before beta1? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue7

[issue10214] Misc/python-mode.el is out of date.

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

[issue7351] Documentation typos found in "zipfile — Work with ZIP archives"

2010-10-27 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: georg.brandl -> ___ Python tracker <http://bugs.python.org/issue7351> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7351] Rename BadZipfile to BadZipFile for consistency

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Applied after review in r85873. (Please make sure your patches don't have trailing whitespace.) -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python

[issue7351] Rename BadZipfile to BadZipFile for consistency

2010-10-27 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg119757 ___ Python tracker <http://bugs.python.org/issue7351> ___ ___ Python-bugs-list m

[issue7351] Rename BadZipfile to BadZipFile for consistency

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Applied after review in r85874. (Please make sure your patches don't have trailing whitespace.) -- ___ Python tracker <http://bugs.python.org/i

[issue8777] Add threading.Barrier

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: The tests pass for me, and the patch looks good except for a stray change to Condition objects. -- ___ Python tracker <http://bugs.python.org/issue8

[issue8777] Add threading.Barrier

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Well, that change would be fine by me, it was just not explained anywhere in the patch. So if it's going to be documented (with versionchanged etc.), just leave it in. -- ___ Python tracker <http://bugs.py

[issue8777] Add threading.Barrier

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: Two comments: * The return value of wait() isn't documented well. What is the significance of the returned index, i.e. what does distinguish it from a randomly selected one in range(parties)? * get_parties() and is_broken() should be properties (wa

[issue10218] Add a return value to threading.Condition.wait()

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: Committed in r85876. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue8777] Add threading.Barrier

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me now, I think you can commit it. -- ___ Python tracker <http://bugs.python.org/issue8777> ___ ___ Python-bug

[issue7351] Rename BadZipfile to BadZipFile for consistency

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the catch! -- ___ Python tracker <http://bugs.python.org/issue7351> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7351] Rename BadZipfile to BadZipFile for consistency

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: a) I already removed the whitespace before committing. The pre-commit hook wouldn't even allow committing that. b) I don't think constant refusal to submit a patch in the way we request earns you a place in the acknow

[issue10116] Sporadic failures in test_urllibnet

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: Let's try with the patch. r85893. (I'm afraid the pre-commit hook still rejected the file after applying the patch.) -- nosy: +georg.brandl resolution: -> fixed status: open -> pending ___ Pytho

[issue10147] Python Documentation bugs

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: I can only repeat myself and point to <http://www.nerdcore.de/wp/2010/10/19/stephen-frys-message-to-grammer-nazis/>. -- ___ Python tracker <http://bugs.python.org/i

[issue10222] 3.2 on AIX - Unexpected text ',' encountered.

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

[issue10224] Build 3.x documentation using python3.x

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: I fixed that bug in Sphinx rev 49747f5b0c70 (which I will push as soon as bitbucket is up again); incremental build now works for me. -- versions: +Python 3.3 -Python 3.2 ___ Python tracker <http://bugs.python.

[issue10224] Build 3.x documentation using python3.x

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: In r85910, I ported the Python-specific modules in tools/ so that they don't need to be 2to3-converted. Now you can basically easy_install Sphinx on 3.1 and run its sphinx-build without touching the Doc/

[issue10226] urlparse example is wrong

2010-10-28 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: d...@python -> orsenthil nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue10226> ___ ___ Python-bugs-lis

[issue10226] urlparse example is wrong

2010-10-28 Thread Georg Brandl
Georg Brandl added the comment: I think this is correct: it is the new behavior after the fix for #754016 was committed. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10

[issue10198] wave module writes corrupt wav file for zero-length writeframes

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

[issue6715] xz compressor support

2010-10-29 Thread Georg Brandl
Georg Brandl added the comment: After applying the patch, it builds fine here and the test suite passes. However, it seems to leak quite a bit -- if I run regrtest with -R::, my system starts swapping heavily after the second run. In lzmamodule, there are lots of API calls that aren't

[issue10224] Build 3.x documentation using python3.x

2010-10-29 Thread Georg Brandl
Georg Brandl added the comment: Nope, these files run just as fine in Python 2. -- ___ Python tracker <http://bugs.python.org/issue10224> ___ ___ Python-bug

[issue10224] Build 3.x documentation using python3.x

2010-10-29 Thread Georg Brandl
Georg Brandl added the comment: (The usual build process via Makefile still uses Python 2, and that won't change for 3.2.) -- ___ Python tracker <http://bugs.python.org/is

[issue6715] xz compressor support

2010-10-29 Thread Georg Brandl
Georg Brandl added the comment: Yes, definitely no externally maintained modules. -- ___ Python tracker <http://bugs.python.org/issue6715> ___ ___ Python-bug

[issue10226] urlparse example is wrong

2010-10-29 Thread Georg Brandl
Georg Brandl added the comment: That's for Senthil to rephrase as intended :) -- ___ Python tracker <http://bugs.python.org/issue10226> ___ ___ Python-bugs-l

[issue10230] test_tarfile failure (test_extractall) on AMD64 debian parallel 3.x: os.utime(float) issue

2010-10-29 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed superseder: -> tarfile touches directories twice ___ Python tracker <http://bugs.python.or

[issue10244] PEP100 has broken links

2010-10-30 Thread Georg Brandl
Georg Brandl added the comment: Well, obviously only the first link works (does for me too), the second needs to have a version filled in :) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10

[issue1346238] A constant folding optimization pass for the AST

2010-10-30 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: -georg.brandl, georg.brandl ___ Python tracker <http://bugs.python.org/issue1346238> ___ ___ Python-bugs-list mailin

[issue10238] ctypes not building under OS X 10.6 with LLVM/Clang 2.8

2010-10-30 Thread Georg Brandl
Georg Brandl added the comment: I agree, this shouldn't be a blocker. -- priority: deferred blocker -> critical ___ Python tracker <http://bugs.python.org

[issue10255] refleak in initstdio

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

[issue9919] gdbinit lineno result is one line in excess

2010-11-01 Thread Georg Brandl
Georg Brandl added the comment: If you look at the commit, you'll see that I already added that newline. Thanks anyway :) -- ___ Python tracker <http://bugs.python.org/i

[issue9919] gdbinit lineno result is one line in excess

2010-11-03 Thread Georg Brandl
Georg Brandl added the comment: Right. Fixed in r86134. Thanks :) -- ___ Python tracker <http://bugs.python.org/issue9919> ___ ___ Python-bugs-list mailin

[issue10286] URLOpener => URLopener x2 in fix_urllib.py

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

[issue10293] PyMemoryView object has obsolete members

2010-11-04 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> pitrou nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue10293> ___ ___ Python-bugs-list mailing list Un

[issue10198] wave module writes corrupt wav file for zero-length writeframes

2010-11-04 Thread Georg Brandl
Georg Brandl added the comment: I'm sorry, the actual revision is r85970. Why should it be irrelevant for other branches? -- ___ Python tracker <http://bugs.python.org/is

[issue10198] wave module writes corrupt wav file for zero-length writeframes

2010-11-04 Thread Georg Brandl
Georg Brandl added the comment: I always to the backports batched for these minor and docs fixes. -- ___ Python tracker <http://bugs.python.org/issue10

[issue7061] Improve 24.5. turtle doc

2010-11-05 Thread Georg Brandl
Georg Brandl added the comment: Why shouldn't global function doctests be runnable? -- ___ Python tracker <http://bugs.python.org/issue7061> ___ ___ Pytho

[issue10315] smtplib.SMTP_SSL new in 2.6

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

[issue10318] "make altinstall" installs many files with incorrect shebangs

2010-11-05 Thread Georg Brandl
Georg Brandl added the comment: You can ignore those under Doc/tools; they are neither part of the distribution and nor installed. -- ___ Python tracker <http://bugs.python.org/issue10

[issue10334] Add new reST directive for links to source code

2010-11-06 Thread Georg Brandl
Georg Brandl added the comment: OK, I added a "source" role in r86256. It can be used as Alex showed: either like :source:`ast module Python source code ` (with an explicit link title) or like :source:`Lib/ast.py` (where the link title is the file name). -- resolution: -

[issue10335] tokenize.open_python(): open a Python file with the right encoding

2010-11-06 Thread Georg Brandl
Georg Brandl added the comment: +1 for the feature. However, tokenize.open() sounds a bit unspecific. But I don't really have better suggestions; open_cookie() is wrong too, since it doesn't open cookies :) -- nosy: +georg.brandl

[issue10347] regrtest progress counter makes -f option less useful

2010-11-07 Thread Georg Brandl
Georg Brandl added the comment: Right. Let's make -f ignore leading [...] in the file :) -- ___ Python tracker <http://bugs.python.org/issue10347> ___ ___

[issue10352] rlcompleter.py has no tests in trunk

2010-11-08 Thread Georg Brandl
Georg Brandl added the comment: trunk is no longer active. The real "trunk" is the py3k branch, which does have test_rlcompleter. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <htt

[issue10224] Build 3.x documentation using python3.x

2010-11-08 Thread Georg Brandl
Georg Brandl added the comment: I agree that 3.2 should eventually be independent of a 2.x Python. Since the "port to 3.x" part of Sphinx 1.1 is basically done, I might just do an early alpha release and use that for Doc/tools before

[issue10360] _weakrefset.WeakSet.__contains__ should not propagate TypeErrors

2010-11-08 Thread Georg Brandl
Georg Brandl added the comment: A result from IRC is that to be consistent with normal sets, only TypeErrors coming from ref() should be caught, but not those TypeErrors from the actual membership test (i.e. the hash functioon of the value). -- assignee: -> rhettinger n

[issue10380] AttributeError: 'module' object has no attribute 'exc_traceback'

2010-11-09 Thread Georg Brandl
Georg Brandl added the comment: sys.exc_traceback is deprecated, please use sys.exc_info(). Also note that this tracker is not a place to get help; the python-list mailing list (a.k.a. comp.lang.python newsgroup) is the right place for that. -- nosy: +georg.brandl resolution

[issue10358] Doc styles for print should only use dark colors

2010-11-09 Thread Georg Brandl
Georg Brandl added the comment: I agree and will add a print-media stylesheet. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10

[issue10387] ConfigParser's getboolean method is broken

2010-11-11 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> lukasz.langa nosy: +lukasz.langa ___ Python tracker <http://bugs.python.org/issue10387> ___ ___ Python-bugs-list mai

[issue9312] Fix usage of :option: markup in stdlib ReST docs

2010-11-11 Thread Georg Brandl
Changes by Georg Brandl : Removed file: http://bugs.python.org/file19577/unnamed ___ Python tracker <http://bugs.python.org/issue9312> ___ ___ Python-bugs-list mailin

[issue9312] Fix usage of :option: markup in stdlib ReST docs

2010-11-11 Thread Georg Brandl
Georg Brandl added the comment: Yes, please apply. -- ___ Python tracker <http://bugs.python.org/issue9312> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10008] Two links point to same place

2010-11-11 Thread Georg Brandl
Georg Brandl added the comment: It is indeed what Hirokazu suggested: there were two ".. class:: ZipFile" entries in the docs. I've added ":noindex:" now to one of them in r86425. -- resolution: -> fixed status: open -> closed ___

[issue1625576] add ability to specify name to os.fdopen

2010-11-11 Thread Georg Brandl
Georg Brandl added the comment: Collin: I doubt Christian will do much about this anymore :) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue1625

[issue10398] errors in docs re module initialization vs self arg to functions

2010-11-12 Thread Georg Brandl
Georg Brandl added the comment: Thanks, done in r86432. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue10385] Mark up "subprocess" as module in its doc

2010-11-12 Thread Georg Brandl
Georg Brandl added the comment: Eric: any :mod: role never affects the index. Only the module directive does. Otherwise, I concur that it's not mandatory to mark up every occurrence of the module name, but it's nice in sectio

[issue8746] os.chflags() and os.lchflags() are not built when they should be be

2010-11-12 Thread Georg Brandl
Georg Brandl added the comment: Same for a4. -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issue8746> ___ ___ Py

[issue10396] stdin argument to pdb.Pdb doesn't work unless you also set Pdb.use_rawinput = False

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

[issue10401] Globals / builtins cache

2010-11-12 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10401> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10260] Add a threading.Condition.wait_for() method

2010-11-13 Thread Georg Brandl
Georg Brandl added the comment: Good, but please wait until after the a4 freeze. -- ___ Python tracker <http://bugs.python.org/issue10260> ___ ___ Python-bug

[issue10416] UnicodeDecodeError when 2to3 is run on a dir with numpy .npy files

2010-11-14 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <http://bugs.python.org/issue10416> ___ ___ Python-

[issue10426] The whole thing is NOT good

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

[issue9076] Add C-API documentation for PyUnicode_AsDecodedObject/Unicode and PyUnicode_AsEncodedObject/Unicode

2010-11-16 Thread Georg Brandl
Georg Brandl added the comment: Documenting Unicode C APIs is now tracked in #10435. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed superseder: -> Document unicode C-API in reST ___ Python tracker <http://bug

[issue10438] list an example for calling static methods from WITHIN classes

2010-11-16 Thread Georg Brandl
Georg Brandl added the comment: I tend to agree with David. Especially since calling base class methods also uses the explicit class name. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10

[issue10438] list an example for calling static methods from WITHIN classes

2010-11-16 Thread Georg Brandl
Georg Brandl added the comment: > However, what you wrote is imprecise and confused me when I first read > it (I thought you meant that self.f() didn't work!). Well, it doesn't work in the specific case he mentioned of calling from anothe

[issue10432] concurrent.futures.as_completed() spins waiting for futures to complete

2010-11-17 Thread Georg Brandl
Georg Brandl added the comment: Please mention the issue number in the commit message when applying patches or bugfixes. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue10

[issue10446] pydoc3 links to 2.x library reference

2010-11-17 Thread Georg Brandl
Georg Brandl added the comment: +1 to all. What about the best of both worlds: "MODULE REFERENCE"? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue11288] Python installed from MSI doesn't work

2011-02-22 Thread Georg Brandl
Changes by Georg Brandl : -- keywords: +3.2regression ___ Python tracker <http://bugs.python.org/issue11288> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11015] Bring test.support docs up to date

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: The divmod() part of the patch is wrong: assertAlmostEqual does not support tuple arguments. The test succeeds because it first does an exact equality check, which apparently is true on your platform. But if it wasn't, you'd get TypeErrors. Also,

[issue10516] Add list.clear() and list.copy()

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Reading "clear and copy are not supported by bytearray": shouldn't they be? ("sort" probably really makes no sense on bytearrays.) -- ___ Python tracker <http:

[issue11015] Bring test.support docs up to date

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: (2) would be my choice. (1) *should* be true, but this is a change in the test semantics. (3) would be feature creep and I don't think it's a good idea. -- ___ Python tracker <http://bugs.python.o

[issue11015] Bring test.support docs up to date

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Yes, that looks good now. -- ___ Python tracker <http://bugs.python.org/issue11015> ___ ___ Python-bugs-list mailing list Unsub

[issue10516] Add list.clear() and list.copy()

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Yes, it should be discussed on python-dev. -- ___ Python tracker <http://bugs.python.org/issue10516> ___ ___ Python-bugs-list m

[issue11222] Python3.2rc3 fails to build on Mac OS X with a non-framework build

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Does this need to be backported? -- ___ Python tracker <http://bugs.python.org/issue11222> ___ ___ Python-bugs-list mailin

[issue10360] _weakrefset.WeakSet.__contains__ should not propagate TypeErrors

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Backported to 3.1 in r88556, and 2.7 in r88564. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issu

[issue10516] Add list.clear() and list.copy()

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: In any case, this issue can be closed. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue10516> ___ _

[issue11317] Documentation not updated to show string exceptions have been deprecated

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

[issue941346] AIX shared library fix

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Backported to 3.1 in r88560, 2.7 in r88568. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue

[issue11184] Broken large file support on AIX

2011-02-25 Thread Georg Brandl
Georg Brandl added the comment: Backported to 3.1 in r88562, 2.7 in r88569. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issu

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