[issue8691] Doc: left alignment is not the default for numbers

2010-05-21 Thread Georg Brandl
Georg Brandl added the comment: Eric should know the exact semantics best. -- assignee: d...@python -> eric.smith nosy: +eric.smith, georg.brandl ___ Python tracker <http://bugs.python.org/iss

[issue8724] bind_and_activate parameter is missed from directive

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

[issue8707] Duplicated document in telnetlib.

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

[issue8709] mention explicitly Windows support for os.devnull

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

[issue8785] findall() and finditer() docs misleading

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

[issue1436346] yday in datetime module

2010-05-22 Thread Georg Brandl
Georg Brandl added the comment: Care to suggest a patch? -- ___ Python tracker <http://bugs.python.org/issue1436346> ___ ___ Python-bugs-list mailing list Unsub

[issue3924] cookielib chokes on non-integer cookie version, should ignore it instead

2010-05-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch! Applied in r81465 f. Merged to 2.x in r81467, will merge to 3k later. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8016] Support for cp858

2010-05-22 Thread Georg Brandl
Georg Brandl added the comment: Benjamin: OK to put this in 2.7? -- assignee: -> benjamin.peterson nosy: +benjamin.peterson, georg.brandl priority: normal -> high ___ Python tracker <http://bugs.python.org/

[issue8635] enumerate() docstring doesn't cover optional start argument

2010-05-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r81468 with a slightly different patch. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2010-05-23 Thread Georg Brandl
Georg Brandl added the comment: OK, I've now deactivated the "Binary TOC" setting in Sphinx' repo; it will be used for Python when I release a new version. -- resolution: -> fixed status: open -> closed ___ Python tracke

[issue1436346] yday in datetime module

2010-05-23 Thread Georg Brandl
Georg Brandl added the comment: Committed in r81489. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue3143] Make the left sidebar in the doc collapsible

2010-05-24 Thread Georg Brandl
Georg Brandl added the comment: Committed the sidebar.js to Sphinx trunk. When Python switches to 1.0, we can activate the option to use it. Thanks Ezio! -- resolution: -> remind ___ Python tracker <http://bugs.python.org/iss

[issue8016] Support for cp858

2010-05-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks all, committed in r81499. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8616] Changes to content of Demo/turtle

2010-05-24 Thread Georg Brandl
Georg Brandl added the comment: Hmm, it seems that round_dance and scribble don't work with the 2.7 turtle version? I played a round of nim, but although I took the last stick, it said the computer won... -- ___ Python tracker

[issue8616] Changes to content of Demo/turtle

2010-05-24 Thread Georg Brandl
Georg Brandl added the comment: Committed the turtleDemo_27b1_to_turtleDemo.diff in r81502. -- ___ Python tracker <http://bugs.python.org/issue8616> ___ ___ Pytho

[issue8811] fixing sqlite3 docs for py3k

2010-05-24 Thread Georg Brandl
Georg Brandl added the comment: Hmm, the patch mostly doesn't apply for me on the 3.1 branch. (Note that 3.0 docs aren't maintained anymore, just like 3.0 itself.) -- ___ Python tracker <http://bugs.python.

[issue8616] Changes to content of Demo/turtle

2010-05-29 Thread Georg Brandl
Georg Brandl added the comment: OK, I tried again and it worked flawlessly. Maybe I overlooked a stick last time :) Committed in r81593. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8811] fixing sqlite3 docs for py3k

2010-05-29 Thread Georg Brandl
Georg Brandl added the comment: Well, if I try applying your patch to 3.1 it fails. It would be nice to have one that applies flawlessly :) -- ___ Python tracker <http://bugs.python.org/issue8

[issue8899] Add docstrings to time.struct_time

2010-06-04 Thread Georg Brandl
Georg Brandl added the comment: Patch review: * Quite a few lines are pretty long. Please stay below 80 chars/line. * There are trailing spaces in two member docs. * The range notation is inconsistent. [first, last] or [first, last+1) is what we generally use. * "if cannot be deter

[issue8899] Add docstrings to time.struct_time

2010-06-04 Thread Georg Brandl
Georg Brandl added the comment: The first change in time.rst is not needed; there the sentence is not a direct description of struct_time. The rest is good to commit. -- ___ Python tracker <http://bugs.python.org/issue8

[issue8151] [patch] convenience links for subprocess.call()

2010-06-05 Thread Georg Brandl
Georg Brandl added the comment: Already done AFAICS. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8925] Improve c-api/arg.rst: use "bytes" or "str" types instead of "string"

2010-06-06 Thread Georg Brandl
Georg Brandl added the comment: If there is a glossary entry, use :term:`buffer protocol`. If there is none, write one :) PEPs are referenced by :pep:`4711`. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8

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

2010-06-06 Thread Georg Brandl
Georg Brandl added the comment: (Hi Alexander, sorry for not answering on IRC, I got a phonecall and was distracted for a while.) Please take on this issue -- I've simply not had energy enough to fight it through. -- assignee: georg.brandl -> be

[issue8925] Improve c-api/arg.rst: use "bytes" or "str" types instead of "string"

2010-06-06 Thread Georg Brandl
Georg Brandl added the comment: The glossary (see docs.python.org/glossary) does not have an entry for "buffer interface" or "buffer protocol". An index entry just means that some location in the code defines this entry and gets a link back. Of course, you can also link

[issue8968] token type constants are not documented

2010-06-11 Thread Georg Brandl
Georg Brandl added the comment: Five comments: * I would list them all in one directive, like this: .. data:: FOO BAR BAZ which makes the display more compact. * There is no description in that directive. Best move part of the description above them in it. * NL and

[issue8904] quick example how to fix docs

2010-06-11 Thread Georg Brandl
Georg Brandl added the comment: Hmm, I thought the Doc/README covered this? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8904> ___ ___

[issue8960] 2.6 README

2010-06-11 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 2.7 r81933, 2.6 r81934. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue8904] quick example how to fix docs

2010-06-12 Thread Georg Brandl
Georg Brandl added the comment: Agreed. Added a "building" section to Documenting Python in r81393, will port to the other branches. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.p

[issue8983] Docstrings should refer to help(name), not name.__doc__

2010-06-12 Thread Georg Brandl
Georg Brandl added the comment: I agree, help(obj) is the better advice. Would you prepare a patch? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8

[issue8996] Add a default role to allow writing bare `len` instead of :func:`len`

2010-06-14 Thread Georg Brandl
Georg Brandl added the comment: The type doesn't matter anyway, no need to find it by questionable means. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/i

[issue8993] Small typo in docs for PySys_SetArgv

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

[issue8940] *HTTPServer need a summary page with API inheritance table

2010-06-15 Thread Georg Brandl
Georg Brandl added the comment: May I ask why? -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue8940> ___ ___ Python-bugs-list mailin

[issue5969] setup build with Platform SDK, finding vcvarsall.bat

2010-06-19 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed superseder: -> msvc9compiler.py: ValueError: [u'path'] ___ Python tracker <http://bug

[issue5972] Failing test_signal.py on Redhat 4.1.2-44

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

[issue9078] Fix C API documentation of unicode

2010-06-25 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue9078> ___ ___ Python-bugs-list mailin

[issue9077] argparse does not handle arguments correctly after --

2010-06-25 Thread Georg Brandl
Georg Brandl added the comment: Not a bug -- you have to tell argparse that you expect a positional argument. Try without the '--' and an argument that doesn't start with '-', and it will still give you that error. -- nosy: +georg.brandl resolution:

[issue9080] Provide list prepend method (even though it's not efficient)

2010-06-25 Thread Georg Brandl
Georg Brandl added the comment: [insert the usual reference to collections.deque here] -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue9

[issue8954] wininst regression: errors when building on linux

2010-06-27 Thread Georg Brandl
Georg Brandl added the comment: It certainly should be possible to build these installers, and if I understand your output correctly, an installer *was* built. The warning is, after all, just a warning, and probably just the warning got added compared to 2.5, but the behavior is the same

[issue9027] add test_support.run_unittest command line options and arguments

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

[issue9078] Fix C API documentation of unicode

2010-06-27 Thread Georg Brandl
Georg Brandl added the comment: Committed as r82262. -- resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9059] Backwards compatibility

2010-06-27 Thread Georg Brandl
Georg Brandl added the comment: Please, do not feed the trolls. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue9059> ___ ___ Python-bug

[issue9064] pdb enhancement up/down traversals

2010-06-27 Thread Georg Brandl
Georg Brandl added the comment: Committed a slightly different patch in r82263. Thanks for the idea! -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9044] [optparse] confusion over an option and its value without any space in between

2010-06-27 Thread Georg Brandl
Georg Brandl added the comment: Yes, this is common behavior and should not change. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue5180] 3.1 cannot unpickle 2.7-created pickle

2010-06-27 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> lemburg nosy: +lemburg ___ Python tracker <http://bugs.python.org/issue5180> ___ ___ Python-bugs-list mailing list Un

[issue9077] argparse does not handle arguments correctly after --

2010-06-29 Thread Georg Brandl
Georg Brandl added the comment: No, this is not intentional. Look at the docs for these attributes: parser.largs the current list of leftover arguments, ie. arguments that have been consumed but are neither options nor option arguments. Feel free to modify parser.largs, e.g. by adding

[issue9106] remove numbers from 3-.. level entries in docs toc

2010-06-29 Thread Georg Brandl
Georg Brandl added the comment: This should be taken to the Sphinx tracker, as the feature needs to be implemented first. -- nosy: +georg.brandl status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue1643370] recursive urlparse

2010-07-01 Thread Georg Brandl
Georg Brandl added the comment: Why shouldn't you be eligible to produce patches to Python? And yes, requests without patches will sometimes take longer, or be evaluated differently, since we're all volunteers here, and an existing patch, even if unusable it the submitted form, o

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> benjamin.peterson nosy: +benjamin.peterson priority: normal -> high ___ Python tracker <http://bugs.python.org/

[issue9144] Import error for multiprocessing in 2.7rc2 on Windows

2010-07-02 Thread Georg Brandl
Changes by Georg Brandl : -- priority: high -> release blocker ___ Python tracker <http://bugs.python.org/issue9144> ___ ___ Python-bugs-list mailing list Un

[issue8472] itertools.filterfalse() function missing

2010-07-04 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied the suggestion in r82548. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue8472> ___ _

[issue9160] Documentation link of 3.2 not working at docs.python.org

2010-07-05 Thread Georg Brandl
Georg Brandl added the comment: 3.1.1 docs are fixed. Development docs will be rebuilt soon automatically; after that everything should work again. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker

[issue9166] minor misstatement in What's New in 2.7

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

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2010-07-06 Thread Georg Brandl
Georg Brandl added the comment: FWIW, I'd love seeing the updated regex module in 3.2. Please do bring it up on python-dev. Looking at the latest module on PyPI, I noted that the regex.py file is very long (~3500 lines), even though it is quite compressed (e.g. no blank lines be

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2010-07-07 Thread Georg Brandl
Georg Brandl added the comment: Mark, __dir__ as a special method only works when defined on types, so you'd have to use a module subclass for the "regex" module :) As I already suggested, it is probably best to move most of the private stuff into a separate module, and

[issue1713877] Expose callback API in readline module

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Yes, that makes sense (the two issues come from the SourceForge era, where bugs and patches had different trackers). -- dependencies: -Patch for feat. 1713877 Expose callbackAPI in readline module nosy: +georg.brandl resolution: -> duplicate sta

[issue3071] The ValueError raised by failing to unpack sequence should have more information.

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Applied patch in r82759. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue3071> ___ ___ Python-bugs-list m

[issue3071] The ValueError raised by failing to unpack sequence should have more information.

2010-07-10 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: wont fix -> accepted ___ Python tracker <http://bugs.python.org/issue3071> ___ ___ Python-bugs-list mailing list Un

[issue3080] Full unicode import system

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Victor is working on this. -- assignee: -> haypo nosy: +georg.brandl, haypo versions: -Python 3.1 ___ Python tracker <http://bugs.python.org/iss

[issue3214] Suggest change to glossary explanation: "Duck Typing"

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed the first sentence in r82760. -- resolution: works for me -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue902065] fails building C++ extensions when configured --without-cxx

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Thanks, closing. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/is

[issue1471985] mimetools module getencoding error

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/iss

[issue1434090] DOM tree inconsistency in expat XML parser

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

[issue8338] Outdated information

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

[issue8456] sqlite3.connect documentation is incorrect

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

[issue8560] regrtest: add a minimal "progress bar"

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Hmm, I see only one objection... and I think readability will be much less affected if the format is [ 1/340] test_grammar [ 2/340] test_opcodes [ 3/340] test_dict or somesuch. -- nosy: +georg.brandl resolution: invalid -> status: closed ->

[issue8564] Update documentation on doctest/unittest2 integration

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

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: ... but don't wait too long! -- ___ Python tracker <http://bugs.python.org/issue7475> ___ ___ Python-bugs-list mailing list

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2010-07-10 Thread Georg Brandl
Changes by Georg Brandl : -- ___ Python tracker <http://bugs.python.org/issue7475> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue7475] codecs missing: base64 bz2 hex zlib hex_codec ...

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: ... but don't wait to long to add them! -- ___ Python tracker <http://bugs.python.org/issue7475> ___ ___ Python-bugs-list m

[issue9219] Make reindent-rst.py preserve ^L

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: This script is mainly meant to fix files according to our standards, and I don't want ^L in them. Thus, I'm rejecting this. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed __

[issue9219] Make reindent-rst.py preserve ^L

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: > Thanks for the answer. Perhaps it would be useful to mention trailing > whitespace and ^L in http://docs.python.org/documenting/style.html? So far, I guess nobody has tried to check in a ^L, and nobody has complained about the commit hook that r

[issue4968] Clarify inspect.is method docs

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: No, I've just had no time to review the suggested changes. -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker <http://bugs.python.or

[issue6671] webbrowser.py doesn't respect xfce default browser

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: I'm not so keen on the os.popen() -- is there no other way to find out if XFCE is running? -- ___ Python tracker <http://bugs.python.org/i

[issue6774] socket.shudown documentation: on some platforms, closing one half closes the other half

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

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Applied as r82801. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue7935] Cross-reference ast.literal_eval() from eval() docs

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Added reference in r82805. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Éric, I appreciate your wanting to help, but I don't think setting the stage after the fact makes much sense, especially since it is going away anyway... -- ___ Python tracker <http://bugs.python.org/i

[issue9223] distutils Command docs linking

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

[issue9184] open() doc: default value for buffering is -1, not None

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Well, of course I don't want to make you unhappy, but don't ever expect me to make such a useless change myself :) Especially when an issue is closed, nobody is going to look at it again except b

[issue5950] Make zipimport work with zipfile containing comments

2010-07-11 Thread Georg Brandl
Changes by Georg Brandl : -- title: Make zimport work with zipfile containing comments -> Make zipimport work with zipfile containing comments ___ Python tracker <http://bugs.python.org/iss

[issue8954] wininst regression: errors when building on linux

2010-07-12 Thread Georg Brandl
Georg Brandl added the comment: Did you test that patch? ISTM that it contains a syntax error: +if not self.distribution.has_ext_modules() +and not self.distribution.has_c_libraries(): -- ___ Python tracker <h

[issue9258] Typos in docs for methods kqueue and kevent of module 'select'

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

[issue9258] Typos in docs for methods kqueue and kevent of module 'select'

2010-07-14 Thread Georg Brandl
Georg Brandl added the comment: Ah yes, and please don't add me to the nosy list on doc issues. d...@python is enough. -- ___ Python tracker <http://bugs.python.org/i

[issue9235] missing "import sys" in Tools/gdb/libpython.py

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

[issue9271] Python throws `IOError: [Errno 27] File too large' on long file names

2010-07-16 Thread Georg Brandl
Georg Brandl added the comment: In any case, the error message comes from the operating system, not from Python, and I don't think we should introduce special cases here. -- nosy: +georg.brandl resolution: -> wont fix status: open -&

[issue4697] Clarification needed for subprocess convenience functions in Python 3.0 documentation

2010-07-16 Thread Georg Brandl
Georg Brandl added the comment: Well, "available" in this case can also mean that it doesn't work. -- ___ Python tracker <http://bugs.py

[issue1513299] Clean up usage of map() in the stdlib

2010-07-16 Thread Georg Brandl
Georg Brandl added the comment: I'll have a look. -- assignee: anthonybaxter -> georg.brandl ___ Python tracker <http://bugs.python.org/issue1513299> ___

[issue9079] Make gettimeofday available in time module

2010-07-16 Thread Georg Brandl
Georg Brandl added the comment: I'd like to help diagnose but I don't know what "Erreur 1" means. -- nosy: +georg.brandl ___ Python tracker <http://bu

[issue1569291] Speed-up in array_repeat()

2010-07-16 Thread Georg Brandl
Georg Brandl added the comment: Uh, this slipped under my radar. Let's see if I get the chance to look at it at the core sprint next week. -- ___ Python tracker <http://bugs.python.org/issu

[issue9279] get rid of pdb.doc

2010-07-16 Thread Georg Brandl
New submission from Georg Brandl : Put it into pdb.__doc__ instead. -- assignee: georg.brandl components: Library (Lib) keywords: easy messages: 110505 nosy: georg.brandl priority: normal severity: normal status: open title: get rid of pdb.doc versions: Python 3.2

[issue9272] CGIHTTPServer poisons os.environ

2010-07-17 Thread Georg Brandl
Georg Brandl added the comment: I don't think a deepcopy of the environment is necessary here. environ.copy() is just fine. Other than that, I agree with Eric. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/i

[issue9288] Disambiguate :option: and :cmdoption:

2010-07-18 Thread Georg Brandl
Georg Brandl added the comment: This patch is not really accurate; cmdoption *is* the directive where the link goes to. option is the role to link to them (or not). -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue9

[issue9279] get rid of pdb.doc

2010-07-18 Thread Georg Brandl
Georg Brandl added the comment: Done in r82949. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue9279> ___ __

[issue9110] contextlib.ContextDecorator

2010-07-18 Thread Georg Brandl
Georg Brandl added the comment: Applied, with small changes, in r82951. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue9110> ___ ___ Pytho

[issue7229] Manual entry for time.daylight can be misleading

2010-07-18 Thread Georg Brandl
Georg Brandl added the comment: Please do! -- assignee: georg.brandl -> belopolsky ___ Python tracker <http://bugs.python.org/issue7229> ___ ___ Python-

[issue9288] Disambiguate :option: and :cmdoption:

2010-07-19 Thread Georg Brandl
Georg Brandl added the comment: The docs on :option: should now be clear in r82961. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9320] os.environ is global for threads

2010-07-21 Thread Georg Brandl
Georg Brandl added the comment: Closing in agreement with Eric/Amaury. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.org/

[issue9320] os.environ is global for threads

2010-07-22 Thread Georg Brandl
Georg Brandl added the comment: Anatoly, I don't think it is a good idea to use signatures in tracker comments. -- ___ Python tracker <http://bugs.python.org/i

[issue7447] Sum() doc and behavior mismatch

2010-07-25 Thread Georg Brandl
Georg Brandl added the comment: Note that using `~itertools.chain.from_iterable` is equivalent to `from_iterable ` and saves a repetition. -- ___ Python tracker <http://bugs.python.org/issue7

[issue9381] syntax error in Unicode C API docs

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

<    42   43   44   45   46   47   48   49   50   51   >