[issue19175] Erroneous reference to "integer" in format string grammar

2013-10-05 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: docs@python -> eric.smith nosy: +eric.smith ___ Python tracker <http://bugs.python.org/issue19175> ___ ___ Python-

[issue19175] Erroneous reference to "integer" in format string grammar

2013-10-05 Thread Georg Brandl
Georg Brandl added the comment: The bug is that "integer" links to the "integer" production in the Python grammar. This shouldn't happen; I'll have a look on the Sphinx side. As a workaround, "integer" can be replaced by "digit+"

[issue11176] give more meaningful argument names in argparse documentation

2013-10-05 Thread Georg Brandl
Georg Brandl added the comment: > Also see this e-mail to docs@: > http://mail.python.org/pipermail/docs/2012-December/012028.html No, please don't see this e-mail. It's not worth it. The poster clearly has no clue whatsoever about either a) common placeholders, or b) manner

[issue19177] Link to "TLS (Transport Layer Security) and SSL (Secure Socket Layer)" dead

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: The page is linked from the ssl docs in the "See also" section. The original link was http://www3.rad.com/networks/applications/secure/tls.htm -- ___ Python tracker <http://bugs.python.o

[issue19177] Link to "TLS (Transport Layer Security) and SSL (Secure Socket Layer)" dead

2013-10-06 Thread Georg Brandl
New submission from Georg Brandl: This page doesn't seem to exist anymore. Antoine, you added the link, I guess it was an introductory page? Do you have another one in mind? It's still in the Wayback Machine, so for the time being we can replace the link to go there. -

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch; I modified it a little (removed the sentence about the name attribute; this is too involved for the tutorial, and used "lambda expression"). Will fix more "lambda form" in the docs in another changeset. --

[issue18972] Use argparse in email example scripts

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: LGTM, please apply. (FileType is imported but not used in the second example?) -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue18

[issue18790] incorrect text in argparse add_help example

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for closing this! -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue18790> ___ ___ Python-bugs-list m

[issue18758] Fix internal references in the documentation

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Definitely not. -- ___ Python tracker <http://bugs.python.org/issue18758> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18646] Improve tutorial entry on 'Lambda Forms'.

2013-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue18646> ___ ___ Python-bugs-list

[issue19178] Entries for "module" and "package" in glossary

2013-10-06 Thread Georg Brandl
New submission from Georg Brandl: >From Kevin Murphy on docs@: > I think newbies might like having 'module' and 'package' defined in > the glossary, e.g. http://docs.python.org/2/glossary.html I agree. -- assignee: docs@python components: Documentatio

[issue18529] Use long dash

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- nosy: +georg.brandl resolution: -> wont fix status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue19129] 6.2.1. Regular Expression Syntax flags

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: This is intended, the U flag is a legacy flag that is not supposed to by used in new code. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15956] backreference to named group does not work

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch. I made a few changes, such as explaining what the example pattern does. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue15

[issue15172] Document nasm-2.10.01 as required version for openssl

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Fixed, I guess? -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue18229] attribute headers of http.server.BaseHTTPRequestHandler sometimes does not exists

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: This appears to be a bug in the _lowerHTTP module, which does not ship with Python. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue19179] doc bug: confusing table of values

2013-10-06 Thread Georg Brandl
New submission from Georg Brandl: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [From Jason Scherer on d...@python.org] On this page: http://docs.python.org/2/library/xml.html The table of truth values is a bit confusing because it's not clear from the context what it's actually

[issue19179] doc bug: confusing table of values

2013-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> docs@python components: +Documentation nosy: +christian.heimes, docs@python ___ Python tracker <http://bugs.python.org/issu

[issue19180] some RFC references could be updated

2013-10-06 Thread Georg Brandl
New submission from Georg Brandl: Original-Nachricht Betreff: [docs] some RFC references could be updated Datum: Mon, 20 May 2013 22:37:53 -0400 Von: Sean Turner An: d...@python.org Hi, Just starting to learn python and have noted that at the bottom of this page: http

[issue19181] ftp.cwi.nl used as example does not exist anymore

2013-10-06 Thread Georg Brandl
New submission from Georg Brandl: ftp.python.org doesn't seem to listen on port 21 either... anyone know a public FTP server we can use as example? Original-Nachricht Betreff:[docs] quick note on ftplib for python Datum: Tue, 8 Jan 2013 16:17:14 +1100 Von:J

[issue18229] attribute headers of http.server.BaseHTTPRequestHandler sometimes does not exists

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: OK, so I guess it could be documented that the "headers" attribute is not set if the request cannot be parsed as a HTTP request. That's a valid point. By the way, you should really call your "self" argument "self". -

[issue17745] "packaging" no longer planned to be included

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Currently we have packaging listed as "deferred to post-3.3" which is certainly not wrong. -- resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.py

[issue14101] example function in tertools.count docstring is misindented

2013-10-06 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: open -> closed superseder: -> Intendation issue in example code in itertools.count documentation ___ Python tracker <http://bugs.python.or

[issue10709] Misc/AIX-NOTES needs updating

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Ping? :) -- ___ Python tracker <http://bugs.python.org/issue10709> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11585] Documentation 1.8 shows Python 2 example

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: This has since been fixed already. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue11789] Extend upon metaclass/type class documentation, here: zope.interface and usage of instances of classes as base classes

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

[issue12162] Documentation about re \number

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: I can't see the issue here. The RE docs are much better off with the regexes unquoted. The '(.+) \1' example was fixed today (the string supposed to not match actually did match). -- nosy: +georg.brandl resolution: -> works f

[issue1215] documentation doesn't say that you can't handle C segfaults from python

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: I see not much to be done here, except from committing Martin's patch updated to the current trunk. -- ___ Python tracker <http://bugs.python.org/i

[issue19190] Improve cross-references in builtins documentation.

2013-10-07 Thread Georg Brandl
Georg Brandl added the comment: Why the need for these changes -- the references I checked are working fine as is. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue19

[issue19178] Entries for "module" and "package" in glossary

2013-10-07 Thread Georg Brandl
Georg Brandl added the comment: Looks good to me. -- ___ Python tracker <http://bugs.python.org/issue19178> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13436] compile() doesn't work on ImportFrom with level=None

2013-10-08 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg148146 ___ Python tracker <http://bugs.python.org/issue13436> ___ ___ Python-bugs-list m

[issue13436] compile() doesn't work on ImportFrom with level=None

2013-10-08 Thread Georg Brandl
Changes by Georg Brandl : -- components: -Documentation nosy: -docs@python, python-dev ___ Python tracker <http://bugs.python.org/issue13436> ___ ___ Python-bug

[issue14224] packaging: path description of resources is mixed up

2013-10-08 Thread Georg Brandl
Georg Brandl added the comment: Doc/packaging has been removed. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15264] PyErr_SetFromErrnoWithFilenameObject() undocumented

2013-10-08 Thread Georg Brandl
Georg Brandl added the comment: Has been documented meanwhile. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15455] index entries not showing up in glossary

2013-10-08 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.org/issue15455> ___ ___ Python-bugs-list

[issue15863] Fine-grained info about Python versions which support changes introduced in micro releases

2013-10-08 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is necessary. -- nosy: +georg.brandl resolution: -> works for me status: open -> closed ___ Python tracker <http://bugs.python.

[issue11009] urllib.splituser is not documented

2013-10-08 Thread Georg Brandl
Changes by Georg Brandl : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue11009> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue19196] Improve cross-references in distutils documentation

2013-10-08 Thread Georg Brandl
Changes by Georg Brandl : -- title: Improve cross-references in pickle documentation -> Improve cross-references in distutils documentation ___ Python tracker <http://bugs.python.org/issu

[issue19202] Additions to docs

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: Most of these changes should not be applied: the "alternate" equivalents in terms of reduce() will not help understanding, Equivalents for reduce() may be useful, but I would limit them to one per case, possibly even just one function that covers

[issue18758] Fix internal references in the documentation

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: Looks good, except that buffer doesn't really correspond to bytearray. No memoryview involved there? -- ___ Python tracker <http://bugs.python.org/is

[issue18758] Fix internal references in the documentation

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: OK then -- so much the better. -- ___ Python tracker <http://bugs.python.org/issue18758> ___ ___ Python-bugs-list mailin

[issue19209] Remove import copyreg from os module

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

[issue19202] Additions to docs

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: What about def reduce(function, iterable, initializer=None): it = iter(iterable) if initializer is None: value = next(it) else: value = initializer for element in it: value = function(value, element) return value

[issue19209] Remove import copyreg from os module

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: But for pickling something, you have to import pickle, which always imports copyreg anyway, doesn't it? -- ___ Python tracker <http://bugs.python.org/is

[issue19209] Remove import copyreg from os module

2013-10-09 Thread Georg Brandl
Georg Brandl added the comment: I don't see a problem with that. -- ___ Python tracker <http://bugs.python.org/issue19209> ___ ___ Python-bugs-list m

[issue18764] The pdb print command prints repr instead of str in python3

2013-10-10 Thread Georg Brandl
Georg Brandl added the comment: patch looks good for 3.4; I probably didn't realize that "p" uses repr when I added "print". -- ___ Python tracker <http:

[issue5388] Green-box doc glitch: winhelp version only

2013-10-11 Thread Georg Brandl
Georg Brandl added the comment: Is this still an issue? -- ___ Python tracker <http://bugs.python.org/issue5388> ___ ___ Python-bugs-list mailing list Unsub

[issue19230] Reimplement the keyword module in C

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: Well, combined with the fact that it gets rid of a manual regeneration step (that is easy to forget, since adding a keyword is not done very often) I think it's a net gain. The same could be done with the "token" module BTW. -- nosy

[issue13203] Doc: say id() is only useful for existing objects

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: Suggestion attached. -- keywords: +patch Added file: http://bugs.python.org/file32059/id_unique.diff ___ Python tracker <http://bugs.python.org/issue13

[issue19231] ctype cant's use printf

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: In Python 3, "hello\n" is a Unicode string. printf() expects a byte string, so you should use b"hello\n" (or s.encode() for string object named "s"). -- nosy: +georg.brandl resolution: -&g

[issue18758] Fix internal references in the documentation

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: The -n (nitpicky) option to Sphinx should also report missing references. -- ___ Python tracker <http://bugs.python.org/issue18

[issue19202] Additions to function docs: reduce and itertools.

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: What do you think of the two references added to the itertools docs? -- ___ Python tracker <http://bugs.python.org/issue19

[issue16355] inspect.getcomments() does not work in the interactive shell

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: "lives in the interactive shell" is not precise; I would prefer "has been defined in ...". -- nosy: +georg.brandl ___ Python tracker <http://bug

[issue18177] Incorect quote marks in code section-headers in PDF version of docs

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: Yes, there is already one or two issues there (e.g. number 1239). -- resolution: -> invalid status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue19234] socket.fileno() documentation

2013-10-12 Thread Georg Brandl
New submission from Georg Brandl: Original-Nachricht Betreff: [docs] socket.fileno() documentation Datum: Thu, 10 Oct 2013 19:27:35 +0200 Von: Vlado Potisk An: d...@python.org I might be wrong but in my opinion the socket library documentation is not clear enough regarding

[issue15805] Add stdout redirection tool to contextlib

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: Whatsnew: yes please. As for your second point, I assume Raymond wanted to exemplify usage with an "unfortunate" API that prints to stderr with no option to change it. It just turned out that dis() is not one of those APIs. For purposes of print

[issue19202] Additions to function docs: reduce and itertools.

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: I agree. Will prepare a patch to the reduce() doc. -- ___ Python tracker <http://bugs.python.org/issue19202> ___ ___ Python-bug

[issue19202] Additions to function docs: reduce and itertools.

2013-10-12 Thread Georg Brandl
Changes by Georg Brandl : Added file: http://bugs.python.org/file32063/reduce_equiv.diff ___ Python tracker <http://bugs.python.org/issue19202> ___ ___ Python-bugs-list m

[issue13915] Update tutorial/modules for PEP 3147

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the suggestion! -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue13915> ___ ___ Python-bugs-list m

[issue19235] Add a dedicated subclass for recursion errors

2013-10-12 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue19235> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19235] Add a dedicated subclass for recursion errors

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- ___ Python tracker <http://bugs.python.org/issue19235> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4965] Can doc index of html version be separately scrollable?

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: See http://sphinx-doc.org/latest/ for my preferred solution. -- ___ Python tracker <http://bugs.python.org/issue4965> ___ ___ Pytho

[issue11233] clarifying Availability: Unix

2013-10-12 Thread Georg Brandl
Georg Brandl added the comment: A draft is attached. The directive currently just always links to the "availability" notes, which I have moved to the main "Operating system services" document. Please review! -- keywords: +patch Added file: http://bugs.

[issue4965] Can doc index of html version be separately scrollable?

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Very nice, thanks for porting this. One minor nit: when I close the sidebar, then scroll and then reopen it, it does not immediately update the sidebar position, only when scrolling again. -- ___ Python tracker

[issue4965] Can doc index of html version be separately scrollable?

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: You said you made it a bit more efficient; is this python-specific or can it be ported back to Sphinx? -- ___ Python tracker <http://bugs.python.org/issue4

[issue16203] Proposal: add re.fullmatch() method

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I updated the patch to current tip, fixed three issues from the review, and added documentation updates. -- nosy: +georg.brandl Added file: http://bugs.python.org/file32076/issue16203_mrab_2.patch ___ Python tracker

[issue16203] Proposal: add re.fullmatch() method

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Sorry, accidental push, already reverted. -- resolution: fixed -> status: closed -> open ___ Python tracker <http://bugs.python.org/i

[issue9951] introduce bytes.hex method

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Blasphemous question: why not give bytes a __hex__ method? Then you could use hex() to convert them :) The patch is outdated; it should not use PyUnicode_AS_UNICODE, but PyUnicode_New(..., 127) and then PyUnicode_1BYTE_DATA to get the char array

[issue13744] raw byte strings are described in a confusing way

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: 3.3 is now released with both "br" and "rb" allowed, and in 2.7 the current text looks good enough for me. -- nosy: +georg.brandl resolution: -> out of date status: open -> closed ___

[issue11120] threading.Thread.daemon Documentation Incomplete

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: This is now fixed with changeset 81c28c415718. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue15829] Threading Lock - Wrong Exception Name

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: 3.3 didn't need to be updated; it's RuntimeError there everywhere. -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.o

[issue14502] Document better what happens on releasing an unacquired lock

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: This is now fixed for 2.7 (see #15829); no fix needed for 3.3+. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue16253] Docs for PyArg_ParseTupleAndKeywords say it doesn't accept nested tuples

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: This sentence appears to be from the 1.5.2 docs; I can't find it anywhere else. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker <http://bugs.python.

[issue18606] Add statistics module to standard library

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: In the attached patch I took the docstrings, put them in statistics.rst and reformatted/marked-up them according to our guidelines. This should at least be good enough to make this committable. I also modified statistics.py very slightly; I removed trailing

[issue19247] Describe surrogateescape algorithm in the Library Reference

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker <http://bugs.python.org/issu

[issue19235] Add a dedicated subclass for recursion errors

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Attached is a patch, please review. Introduces a RecursionError that subclasses RuntimeError for compatibility. Note: I also tested this with RecursionError not subclassing RuntimeError, to make sure that except clauses in the test suite are sufficiently

[issue6011] python doesn't build if prefix contains non-ascii characters

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- status: -> open ___ Python tracker <http://bugs.python.org/issue6011> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue5557] Byte-code compilation uses excessive memory

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing, as without a specific issue to fix it is unlikely that this will change. -- nosy: +georg.brandl resolution: -> wont fix status: pending -> closed ___ Python tracker <http://bugs.python.org/

[issue14507] Segfault with deeply nested starmap calls

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: later -> duplicate status: pending -> closed superseder: -> deeply nested filter segfaults ___ Python tracker <http://bugs.python.or

[issue14010] deeply nested filter segfaults

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: See issue14507 for another instance of this in starmap(). -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue14

[issue17104] Tk() not defined in Tkinter module

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl resolution: -> invalid status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue18512] sys.stdout.write does not allow bytes in Python 3.x

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> wont fix status: pending -> closed ___ Python tracker <http://bugs.python.org/issue18512> ___ ___ Python-bugs-

[issue8010] tkFileDialog.askopenfiles crashes on Windows 7

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> duplicate status: pending -> closed superseder: -> tkinter - askopenfilenames returns string instead of tuple in windows 2.6.1 release ___ Python tracker <http://bugs.python.o

[issue18375] python -m test --randseed 1234 does not randomize tests

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I think this is fine to close. -- nosy: +georg.brandl resolution: -> fixed status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue13519] Tkinter rowconfigure and columnconfigure functions crash if minsize, pad, or weight is not None

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I agree. -- nosy: +georg.brandl resolution: -> fixed status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue18736] Invalid charset in HTML pages inside documentation in CHM format

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> invalid status: pending -> closed ___ Python tracker <http://bugs.python.org/issue18736> ___ ___ Python-bugs-

[issue706263] print in pythonw raises silent exception when no console available

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I agree with Christian; closing as suggested. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <http://bugs.python.org/issue

[issue11084] Serialization of decimal.Decimal to XML-RPC

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Adding a special case for Decimal isn't as well justified as one for None -- after all it is a fundamental singleton. (Also, None is encoded without lossy conversion.) The encoder/decoder are already extensible by extending Marshaller.dispatc

[issue17360] Regular expressions on mmap'd files can overflow

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closed due to lack of feedback. -- nosy: +georg.brandl resolution: -> works for me status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue1634774] locale 1251 does not convert to upper case properly

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: I agree that it's better not to touch this in 2.x. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <http://bugs.python.org/issu

[issue8194] Incompatible API change in xmlrpclib.Transport.parse_response() of Python 2.7 and 3.2

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: It would appear so. -- nosy: +georg.brandl status: pending -> closed ___ Python tracker <http://bugs.python.org/issue8194> ___ _

[issue15362] pyport.h includes antiquated UTF handling for FreeBSD

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl resolution: -> out of date status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue9889] PyUnicode_FormatV and Py_UNICODE*?

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue9889> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue10040] GZipFile failure on large files

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl resolution: -> invalid status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue16846] relative import solution

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue16846> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue9613] Python considers pid longs under 64-bit Windows

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Antoine, ping? -- nosy: +georg.brandl status: pending -> open ___ Python tracker <http://bugs.python.org/issue9613> ___ ___ Py

[issue10888] os.stat(filepath).st_mode gives wrong 'executable permission' result

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing as suggested. -- nosy: +georg.brandl resolution: -> wont fix status: pending -> closed ___ Python tracker <http://bugs.python.org/i

[issue16063] HMAC trans_5C is a string, causing a TypeError

2013-10-13 Thread Georg Brandl
Changes by Georg Brandl : -- status: pending -> closed ___ Python tracker <http://bugs.python.org/issue16063> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue8229] Interpreter crash on application shutdown

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl resolution: -> out of date status: pending -> closed ___ Python tracker <http://bugs.python.org/

<    30   31   32   33   34   35   36   37   38   39   >