[issue19175] Erroneous reference to integer in format string grammar

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

[issue19175] Erroneous reference to integer in format string grammar

2013-10-06 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+ as requested (it occurs twice). -- nosy: +georg.brandl

[issue11176] give more meaningful argument names in argparse documentation

2013-10-06 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) manners. I don't want

[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 rep...@bugs.python.org http://bugs.python.org

[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. -- assignee

[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. -- nosy: +georg.brandl

[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 rep...@bugs.python.org http://bugs.python.org/issue18972

[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 rep...@bugs.python.org http://bugs.python.org/issue18790 ___ ___ Python

[issue18758] Fix internal references in the documentation

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

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

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

[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: Documentation messages: 199052 nosy: docs@python

[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 rep...@bugs.python.org http://bugs.python.org/issue18529

[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 rep...@bugs.python.org http

[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 rep...@bugs.python.org http://bugs.python.org/issue15956

[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 rep...@bugs.python.org http://bugs.python.org/issue15172

[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 rep...@bugs.python.org http://bugs.python.org

[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 saying

[issue19179] doc bug: confusing table of values

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

[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 turn...@ieca.com An: d...@python.org Hi, Just starting to learn python and have noted that at the bottom

[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:Jeremy

[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. -- versions: +Python 2.7, Python 3.4

[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 rep...@bugs.python.org http://bugs.python.org/issue17745

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

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

[issue10709] Misc/AIX-NOTES needs updating

2013-10-06 Thread Georg Brandl
Georg Brandl added the comment: Ping? :) -- ___ Python tracker rep...@bugs.python.org 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 rep...@bugs.python.org http://bugs.python.org/issue11585

[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 ge...@python.org: -- resolution: - works for me status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11789

[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 for me status: open

[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 rep...@bugs.python.org http://bugs.python.org/issue1215

[issue19164] Update uuid.UUID TypeError exception: integer should not be an argument.

2013-10-04 Thread Georg Brandl
Georg Brandl added the comment: Yeah, the first message should probably say one of the hex, bytes, bytes_le, fields, or int arguments must be given -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19164

[issue19148] Minor issues with Enum docs

2013-10-03 Thread Georg Brandl
Georg Brandl added the comment: Patch LGTM. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19148 ___ ___ Python-bugs-list

[issue19121] Documentation guidelines enhancements

2013-09-29 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19121 ___ ___ Python-bugs-list

[issue19110] PEP-0 history link is broken

2013-09-28 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19110

[issue19061] Shelve documentation security warning is not visible

2013-09-22 Thread Georg Brandl
Georg Brandl added the comment: Using the warning directive can be backported from the 3.x docs. For 3.x, it's already prominent enough. Your screen border is not everyone's screen border. -- nosy: +georg.brandl versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3, Python 3.4

[issue19061] Shelve documentation security warning is not visible

2013-09-22 Thread Georg Brandl
Georg Brandl added the comment: Oh, please. It's big and red and directly below the open() description, how could you miss it? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19061

[issue19061] Shelve documentation security warning is not visible

2013-09-22 Thread Georg Brandl
Georg Brandl added the comment: I believe that it is pretty easy with mobile browser due to screen constraints. Can you test this on your mobile devices? Sorry, but we don't adapt the docs *content* to any specific device. You should never only read just a screenful in any case

[issue19061] Shelve documentation security warning is not visible

2013-09-22 Thread Georg Brandl
Georg Brandl added the comment: me[1] open() function description is a wrong place for warning that is related to a whole module you[2] common, it is visible, that's the point anyway me[3] it is not visible on mobile you[4] we do not support mobile Your complaint was that it is located

[issue19038] Fix sort order in Misc/ACKS.

2013-09-18 Thread Georg Brandl
Georg Brandl added the comment: Well, it is customary for the patch submitter to make the diff. This makes it much easier for us to review. Closing for now; please note our suggestions and reopen/resubmit as a diff file if you feel like it. -- status: open - closed

[issue18855] Inconsistent README filenames

2013-09-18 Thread Georg Brandl
Georg Brandl added the comment: AFAIR renaming the lowercased versions might lead to trouble with hg on case-insensitive file systems. Anyone know if that's still the case? Otherwise README.txt is fine. Although, Windows users will then complain about the Unix-style line endings because

[issue19039] sphinx search, result sorting

2013-09-18 Thread Georg Brandl
Georg Brandl added the comment: Searching in headings is implemented in Sphinx 1.2 (soon to be released). We'll switch to that version at least for 3.3 and 3.4 when it's out, so you will get the result for the heading there. The PyOS_snprintf will still be the first result, since results

[issue19039] sphinx search, result sorting

2013-09-18 Thread Georg Brandl
Georg Brandl added the comment: Searching in headings is implemented in Sphinx 1.2 (soon to be released). We'll switch to that version at least for 3.3 and 3.4 when it's out, so you will get the result for the heading there. The PyOS_snprintf will still be the first result, since results

[issue19038] Fix sort order in Misc/ACKS.

2013-09-18 Thread Georg Brandl
Georg Brandl added the comment: Let's try a plain rejection first. -- resolution: - rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19038

[issue19043] Remove detailed listing of all versions from LICENSE, Doc/license.rst

2013-09-18 Thread Georg Brandl
New submission from Georg Brandl: As discussed on python-dev. -- assignee: docs@python components: Documentation files: license_fixup_33.patch keywords: patch messages: 198036 nosy: docs@python, georg.brandl priority: normal severity: normal status: open title: Remove detailed listing

[issue19043] Remove detailed listing of all versions from LICENSE, Doc/license.rst

2013-09-18 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: Added file: http://bugs.python.org/file31811/license_fixup_27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19043

[issue19038] Fix sort order in Misc/ACKS.

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Please do not change the ordering of Å -- it is correct after Z, at least in Swedish, Danish and Norwegian. If you want to sort German umlauts correctly, in lists of names they are treated as [aou]+e, so Löwis goes before Lowe. As for Aahz, he appears

[issue18967] Find a less conflict prone approach to Misc/NEWS

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: [MAL] * Commit messages only provide a very terse hint at what a particular patch set was meant for. The target audience is other core developers. * News entries explain these patches (there may be more than one for a particular issue or project

[issue18553] os.isatty() is not Unix only

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Senthil: your 3.3-default merge removed the Availability from fpathconf(). -- nosy: +georg.brandl status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18553

[issue18986] Add a case-insensitive case-preserving dict

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Note that I'm strongly against this name of the getitem() method. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18986

[issue19023] ctypes docs: Unimplemented and undocumented features

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch! The amount of unrelated changes (mostly removing empty prompts) makes this a bit hard to review. Also, I don't think it is too important to link to the ctypes module from within the docs of ctypes :) Please separate out

[issue19026] OrderedDict should not accept dict as parameter

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Right. That's why it should not accept input that can only be unordered (including dict and **kwargs) - this is what I mean by strict mode. That's not even true: the empty and the one-element dict are always ordered. -- nosy: +georg.brandl

[issue18986] Add a case-insensitive case-preserving dict

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Not really. Would entry be acceptable instead of item? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18986

[issue18986] Add a case-insensitive case-preserving dict

2013-09-17 Thread Georg Brandl
Georg Brandl added the comment: Hmm, I didn't consider popitem(). Maybe I'm too paranoid about users confusing __getitem__() and getitem() after all :) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18986

[issue14984] netrc module allows read of non-secured .netrc file

2013-09-16 Thread Georg Brandl
Georg Brandl added the comment: I would welcome a versionchanged block in the docs addition. There seems to be a stray space in the string in the last line here: +try: +user = pwd.getpwuid(os.getuid())[0

[issue14927] add Do not supply 'int' argument to random.shuffle docstring

2013-09-15 Thread Georg Brandl
Georg Brandl added the comment: I would propose a leading underscore for these methods; they should make it clear to the user that the parameter is meant to be private. With this line in the docstring, I would wonder Why is the argument there in the first place?! (because most people don't

[issue14927] add Do not supply 'int' argument to random.shuffle docstring

2013-09-15 Thread Georg Brandl
Georg Brandl added the comment: I wouldn't add info about the optimization in the docstring. In _randbelow() I think you missed a call to int(). For _randbelow(), all arguments after int are non-public ones. (_randbelow as a private function wouldn't necessarily need the change, but it's good

[issue19024] Document asterisk (*), splat or star operator

2013-09-15 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- Removed message: http://bugs.python.org/msg197774 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19024

[issue18989] reuse of enum names in class creation inconsistent

2013-09-14 Thread Georg Brandl
Georg Brandl added the comment: It can be changed up to beta1, with good reasons of course. Many PEPs are actually out of date with respect to the actual implementation in minor points. -- nosy: +georg.brandl ___ Python tracker rep

[issue18989] reuse of enum names in class creation inconsistent

2013-09-14 Thread Georg Brandl
Georg Brandl added the comment: That said, for a PEP that has seen so much discussion before being accepted, the agreed-on API should not be changed lightly. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18989

[issue16248] Security bug in tkinter allows for untrusted, arbitrary code execution.

2013-09-14 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed now in 3.2 too. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16248

[issue18709] SSL module fails to handle NULL bytes inside subjectAltNames general names (CVE-2013-4238)

2013-09-14 Thread Georg Brandl
Georg Brandl added the comment: Christian, is the -py32 patch still up to date? -- nosy: +larry priority: critical - release blocker ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18709

[issue18667] missing HAVE_FCHOWNAT

2013-08-10 Thread Georg Brandl
Georg Brandl added the comment: Well, since you're a RM now you should know :D -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18667

[issue15301] os.chown: OverflowError: Python int too large to convert to C long

2013-08-08 Thread Georg Brandl
Georg Brandl added the comment: Looks like an unnecessary change for the maintenance releases then. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15301

[issue18203] Replace calls to malloc() with PyMem_Malloc()

2013-06-13 Thread Georg Brandl
Georg Brandl added the comment: We have to be careful with the GIL: PyMem_*() functions can only be called when holding the GIL. Some libraries can be configured to use a custom memory allocators: [...] We should probably uses these functions to reuse Python allocators (PyMem_Malloc

[issue18206] There is no license.html on www.python.org

2013-06-13 Thread Georg Brandl
Georg Brandl added the comment: This broke because we now have release 3.3.0 instead of 3.3. But it's easy to add a redirect, which I've done now. In the future, site.py should be fixed to say 3.3.0 or 3.3.X depending on the current bugfix version

[issue18008] python33-3.3.2 Parser/pgen: Permission denied

2013-05-18 Thread Georg Brandl
Georg Brandl added the comment: Indeed, the new hg touch facility should have been integrated in the release script. I've done that now, in the future all necessary files should have the correct timestamps in the release tarballs. -- resolution: works for me - fixed status: open

[issue17732] distutils.cfg Can Break venv

2013-05-16 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the attribution, that was definitely an oversight on my part. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17732

[issue17943] AttributeError: 'long' object has no attribute 'release' in Queue.put()

2013-05-16 Thread Georg Brandl
Georg Brandl added the comment: We've now found a wrongful section in C code releasing the GIL in spite of calling Python malloc functions, and I'm going to blame this failure on that. -- resolution: - rejected status: open - closed ___ Python

[issue17980] CVE-2013-2099 ssl.match_hostname() trips over crafted wildcard names

2013-05-16 Thread Georg Brandl
Georg Brandl added the comment: It's certainly a security fix, but probably not one that warrants an immediate release. If you commit it to the 3.2 branch, that's fine, it will get picked up by coming releases. -- ___ Python tracker rep

[issue17962] Broken OpenSSL version in Windows builds

2013-05-13 Thread Georg Brandl
Georg Brandl added the comment: I could, but the checked-in 1.0.1d is different from the tarball in some respects, so it's better for Martin to do this. -- assignee: - loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue17838] Can't assign a different value for sys.stdin in IDLE

2013-05-13 Thread Georg Brandl
Georg Brandl added the comment: Sorry, this was not clear to me. 3.2 users will have to live with the bug. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17838

[issue17966] Lack of consistency in PEP 8 -- Style Guide for Python Code

2013-05-13 Thread Georg Brandl
Georg Brandl added the comment: Interesting observation :) However, the alignment in the PEP is in prose, not code. -- assignee: docs@python - nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17966

[issue17962] Broken OpenSSL version in Windows builds

2013-05-13 Thread Georg Brandl
Georg Brandl added the comment: I don't know what there is to do, so I can give no instructions. It's best to let Martin handle it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17962

[issue17666] Extra gzip headers breaks _read_gzip_header

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Cherry-picked to 3.2 branch as c31ff361cde3. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17666

[issue17843] Lib/test/testbz2_bigmem.bz2 trigger virus warnings

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied to 3.2 branch. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17843

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Cherry-picked to 3.2 branch. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857

[issue17585] IDLE - regression with exit() and quit()

2013-05-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- versions: -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17585 ___ ___ Python-bugs-list

[issue15902] imp.load_module won't accept None for the file argument for a C extension

2013-05-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15902 ___ ___ Python-bugs-list

[issue17585] IDLE - regression with exit() and quit()

2013-05-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17585 ___ ___ Python-bugs-list

[issue16805] when building docs on Debian 7 -- ERROR: Error in note directive

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Please do not comment on policies if you don't understand our release system. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16805

[issue17838] Can't assign a different value for sys.stdin in IDLE

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Not necessary as per msg188301. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17838 ___ ___ Python-bugs-list

[issue17915] Encoding error with sax and codecs

2013-05-12 Thread Georg Brandl
Georg Brandl added the comment: Fixed in 3.2, 3.3 and default. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17915

[issue1159051] Handle corrupted gzip files with unexpected EOF

2013-05-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- priority: release blocker - normal ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1159051

[issue1159051] Handle corrupted gzip files with unexpected EOF

2013-05-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- versions: -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1159051

[issue17732] distutils.cfg Can Break venv

2013-05-12 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17732

[issue17943] AttributeError: 'long' object has no attribute 'release' in Queue.put()

2013-05-09 Thread Georg Brandl
New submission from Georg Brandl: I'm a bit puzzled by this exception in a long-running process (running on Python 2.7.3): ... File /usr/lib/python2.7/Queue.py, line 138, in put self.not_empty.notify() item = ('message', '\x80\x02]q\x01(U\x05nicosq\x02GA\xd4b\xccu

[issue17838] Can't assign a different value for sys.stdin in IDLE

2013-05-02 Thread Georg Brandl
Georg Brandl added the comment: Is this applicable to 3.2? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17838 ___ ___ Python-bugs-list mailing

[issue17857] sqlite modules doesn't build with 2.7.4 on Mac OS X 10.4

2013-05-01 Thread Georg Brandl
Georg Brandl added the comment: Would be nice, yes. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17857 ___ ___ Python-bugs-list mailing list

[issue17888] docs: more information on documentation team

2013-05-01 Thread Georg Brandl
Georg Brandl added the comment: Sounds good, please prepare a patch. -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17888

[issue17192] libffi-3.0.13 import

2013-04-30 Thread Georg Brandl
Georg Brandl added the comment: Thanks. For 3.2, please attach a patch here. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___ Python

[issue17192] libffi-3.0.13 import

2013-04-30 Thread Georg Brandl
Georg Brandl added the comment: OK, 3.2 block disabled, push away. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___ Python-bugs-list

[issue17858] Different documentation for identical methods

2013-04-28 Thread Georg Brandl
Georg Brandl added the comment: This patch includes changes from #17851, please remove that (but you can remove the comma after block). -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17858

[issue17843] Lib/test/testbz2_bigmem.bz2 trigger virus warnings

2013-04-28 Thread Georg Brandl
Georg Brandl added the comment: Thanks, I've got it from here. -- versions: -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17843

[issue15535] Fix pickling efficiency of named tuples in 2.7.3

2013-04-28 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15535 ___ ___ Python-bugs-list

[issue17547] checking whether gcc supports ParseTuple __format__... erroneously returns yes with gcc 4.8

2013-04-28 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17547 ___ ___ Python-bugs-list

[issue17192] libffi-3.0.13 import

2013-04-28 Thread Georg Brandl
Georg Brandl added the comment: Greg? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17192 ___ ___ Python-bugs-list mailing list Unsubscribe

[issue17123] Add OCSP support to ssl module

2013-04-28 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- versions: -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17123 ___ ___ Python

[issue17425] Update OpenSSL versions in Windows builds

2013-04-28 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17425 ___ ___ Python-bugs-list

[issue17854] symmetric difference operation applicable to more than two sets

2013-04-27 Thread Georg Brandl
Georg Brandl added the comment: Can you suggest a change? I don't see a problem here; giving multiple operators for the other operations does not imply that they are not treated as left-associative. -- nosy: +georg.brandl ___ Python tracker rep

[issue17851] Grammar errors in threading.Lock documentation

2013-04-27 Thread Georg Brandl
Georg Brandl added the comment: I see no problem with both points: block is the correct verb form in this context (attempts being plural), and the version including comma reads better to me. -- nosy: +georg.brandl resolution: - works for me status: open - closed

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

2013-04-23 Thread Georg Brandl
Georg Brandl added the comment: FWIW, I'm not interested in seeing this added anymore. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7475

[issue17728] format() default precisions undocumented

2013-04-15 Thread Georg Brandl
Georg Brandl added the comment: Thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17728 ___ ___ Python-bugs-list mailing list Unsubscribe

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