Georg Brandl added the comment:
OK, applied in r77086, r77087.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Wouldn't a "general" pointer better be of type c_void_p?
--
___
Python tracker
<http://bugs.python.org/issue7569>
___
__
Georg Brandl added the comment:
I agree; though I would wish for a bit finer-grained I/O related
exceptions...
--
___
Python tracker
<http://bugs.python.org/issue7
Changes by Georg Brandl :
--
assignee: georg.brandl -> pitrou
___
Python tracker
<http://bugs.python.org/issue7578>
___
___
Python-bugs-list mailing list
Un
Changes by Georg Brandl :
--
assignee: georg.brandl -> jnoller
___
Python tracker
<http://bugs.python.org/issue7530>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
Thanks for the patch! I rewrote the C function a bit to also take a dict
argument, and added a test for that. Committed in r77088. Will merge
to py3k.
--
resolution: -> accepted
status: open -> closed
___
Georg Brandl added the comment:
FWIW, for the sake of consistency I'm +1 on supporting the context
manager protocol on all file-like objects in the stdlib.
--
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Thanks for the report. I removed the references in r77092.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
OK, applied in r77108.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed (in docs and docstring) in r77120.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Patch looks good, can someone with the ability to test it please commit it?
--
___
Python tracker
<http://bugs.python.org/issue7
Georg Brandl added the comment:
lekma, this patch is now listed in the 2.7 "what's new" document as
contributed by "the lekma user", please tell us if you want your name there.
--
___
Python tracker
<http
Georg Brandl added the comment:
Thanks, should be fixed in r77121.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
title: Computed-goto patch -> Computed-goto patch for RE engine
___
Python tracker
<http://bugs.python.org/issue7593>
___
___
Py
Georg Brandl added the comment:
This was caused by an old version of Pygments being used for building
the docs; I installed a new one in the external repo in r77144.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
Georg Brandl added the comment:
Fixed in r77151.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7487>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Fixed in r77152.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7602>
___
__
Georg Brandl added the comment:
The comment "Usage of a system shared libexpat.so/expat.dll is not
advised." just above the change should probably be revised.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
_sre is listed in Modules/Setup, so it will be a built-in module by default.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue7
Georg Brandl added the comment:
Thanks, fixed in r77236.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
New submission from Georg Brandl :
Testing submission of long lines:
http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Target-Triplets.html
http://www.gnu.org/software/autoconf/manual/html_node/Specifying-
Target-Triplets.html
http://www.gnu.org/software/autoconf/manual
New submission from Georg Brandl :
[Test]
`configure` should support --with-system-expat option (similarly to
--with-system-ffi) to use an internal copy of expat. It will be useful
for some distributions (e.g. Gentoo), which prefer to use system
libraries instead internal copies
Changes by Georg Brandl :
--
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7621>
___
___
Python-bugs-list
Georg Brandl added the comment:
http://www.gnu.org/software/autoconf/manual/html_node/Specifying-Target-
--
___
Python tracker
<http://bugs.python.org/issue7
Changes by Georg Brandl :
--
assignee: georg.brandl -> ezio.melotti
nosy: +ezio.melotti
___
Python tracker
<http://bugs.python.org/issue7618>
___
___
Python-
Changes by Georg Brandl :
--
assignee: georg.brandl -> pitrou
___
Python tracker
<http://bugs.python.org/issue7631>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
Ezio is right. The "next" links are meant to take you to the next logical
file, and if one file contains multiple top-level sections, that is going to be
several chapters away.
--
resolution: -> works for me
status: pend
Georg Brandl added the comment:
Closing due to lack of response.
--
nosy: +georg.brandl
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
PyCode_NewEmpty has been merged in r74132.
--
nosy: +georg.brandl
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
This was merged in r74132.
--
nosy: +georg.brandl
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Thanks for the patch; applied and fixed up a bit in r77332.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Yes, comments are not supported right now. Documented this in r77333, and
turning this issue into a feature request for adding that support.
--
nosy: +georg.brandl
type: -> feature request
___
Python tracker
&l
Georg Brandl added the comment:
I'm not sure how much value this adds, given that you can just call set() on
the list resulting from "append" actions.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.py
Georg Brandl added the comment:
Thanks, applied your patch in r77360.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, applied in r77361.
--
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
IMO these symbols should go to the "stat" module, not the "posix" module.
However, that module is Python, so the values would need to be hardcoded. Do
you know whether they are constant on all relevant systems?
--
assig
Georg Brandl added the comment:
Thanks, added "Python" in r77382, r77383.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.p
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7441>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Can this be closed?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue7498>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Okay. Would it then make sense to migrate those constants in the stat module
to posix, and deprecate the former?
--
___
Python tracker
<http://bugs.python.org/issue7
Georg Brandl added the comment:
I'm attaching a patch that changes quote() logic. It also fixes #7476, the
empty argument case.
Strings with unsafe characters are now always quoted with single quotes. Single
quotes themselves are replaced by a single quote in double quotes, so that
Georg Brandl added the comment:
Really adding the patch now.
--
keywords: +patch
Added file: http://bugs.python.org/file15803/pipes.diff
___
Python tracker
<http://bugs.python.org/issue7
Georg Brandl added the comment:
Thanks, fixed in r69728.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r69729.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
This is documented in the small glossary in the optparse docs.
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Added in r69730.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5268>
___
__
Georg Brandl added the comment:
To be honest, I forgot about it :(
___
Python tracker
<http://bugs.python.org/issue1667546>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Where would you prefer adding this documentation?
___
Python tracker
<http://bugs.python.org/issue1283110>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Fixed in r69769.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5310>
___
__
Georg Brandl added the comment:
Fixed in r69769.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue3558>
___
__
Georg Brandl added the comment:
The problem is in os.py. This patch fixes it:
Index: Lib/os.py
===
--- Lib/os.py (Revision 69769)
+++ Lib/os.py (Arbeitskopie)
@@ -372,8 +372,8 @@
saved_exc = e
Georg Brandl added the comment:
Thanks, fixed in r69776.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r69803.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5327>
___
__
Georg Brandl added the comment:
Fixed the bug in Sphinx trunk, the anchors will be fixed in the docs as
soon as I update the revision we use to build them (after 0.6 is released).
--
resolution: -> fixed
status: open -> closed
___
Python t
Georg Brandl added the comment:
Thanks, fixed in r69840.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r69840.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I reviewed the patch and found nothing wrong. (BTW, if you noticed the
almost-total lack of its<->it's errors, it's because I fixed all of them
some time ago :)
"built-in" is fine.
About AE/BE: I think we had a consensus somewhere tha
Georg Brandl added the comment:
Fixed in r69895, r69896. (Added format() to the 2.x builtins doc in the
latter.)
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r69901.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Assigning to Raymond.
Note that "for elem in b: break" and "next(b)" are not equivalent when b
is empty/exhausted.
--
assignee: georg.brandl -> rhettinger
nosy: +rhettinger
___
Python tracker
Georg Brandl added the comment:
What exactly would you want to change? There's a parenthetical remark
"an existing file with the same name will be erased" just after the 'w'
is described.
--
nosy: +georg.brandl
Georg Brandl added the comment:
Thanks, fixed in r69905.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Shame on me, I forgot about the optional argument too.
___
Python tracker
<http://bugs.python.org/issue5350>
___
___
Python-bugs-list m
Georg Brandl added the comment:
Please do not hijack existing issues. In the case of this problem, do
not open an issue at all, but ask in a Python mailing list or newsgroup.
--
components: +Regular Expressions -Windows
nosy: +georg.brandl
title: _sre.MAGIC -> SRE bugs with captur
Georg Brandl added the comment:
I'm sorry, but isn't it a bit nonsensical to talk about file I/O if you
don't have files that contain anything? Also, it should be clear that
the object "f" is just the same that was opened before.
Yes, this is a tutorial, but no, it
Georg Brandl added the comment:
Why do you think this is a bug?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue5373>
___
___
Python-bug
Georg Brandl added the comment:
Well, that per se is not an indication that it is not a valid change in
3.0. However, I can see no good reason to disallow null-bytes in class
docstrings (especially since they're still allowed in function docstrings).
Assigning to Alexandre who made this c
Georg Brandl added the comment:
Why was this classified as "documentation"?
--
components: +Extension Modules -Documentation
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
Thanks, fixed in r70022.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
That was really a suboptimal documentation :)
I reworded it and added an example in r70023. (I suspect it's still not
as clear as if the actual five lines of implementation were given ;)
--
assignee: tarek -> georg.brandl
nosy: +georg.brandl
re
Georg Brandl added the comment:
That paragraph was a slight bit incomprehensible :)
Fixed in r70024.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r70025.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, added the table in r70026.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Well, the request is valid, so I'll leave this open here.
Since the format seems to me to be nothing but XHTML with a bit of extra
markup around it, it would be quite easy to write a builder for Sphinx
(by copying from the HTML help one) to do it. Would you
Georg Brandl added the comment:
Removed RO in r70027. Fixed HEAD_INIT stuff in r70028.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
This is not going to happen:
First, function call syntax is nicely parallel to parameter definition
syntax, and it is obviously not possible to define parameters named like
keywords.
Second, making exceptions like this leads to more exceptions and finally
Changes by Georg Brandl :
--
resolution: accepted ->
status: closed -> open
___
Python tracker
<http://bugs.python.org/issue804543>
___
___
Python-bugs-
Georg Brandl added the comment:
Fixed in r70029, merged to 3.0 in r70030.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/is
Georg Brandl added the comment:
I can't see at the moment how the unicode_decode_call_errorhandler call
can be made without startinpos being previously set to some value.
Antoine, maybe you can verify?
--
assignee: -> pitrou
nosy: +georg.brandl
Georg Brandl added the comment:
I can reproduce that (with the same limits) on Linux here.
It doesn't happen with 2.6.
(Although it is technically not a crash but a controlled abort().)
--
nosy: +georg.brandl
___
Python tracker
Georg Brandl added the comment:
Looks good. (Alternately, you could also set tp_doc to NULL in the
embedded \0 case.)
___
Python tracker
<http://bugs.python.org/issue5
Georg Brandl added the comment:
Doc nits:
* "items are returned in the order they were first added": it should be
made clear that it matters when the *key* was first added
* "An *OrderedDict* remembers order that entries were inserted": misses
a word somewhere?
* &
Georg Brandl added the comment:
I still see an "OrderDict" in the docs, and the TypeError in __init__
still needs to use "%" instead of ",".
___
Python tracker
<
Georg Brandl added the comment:
Wah, that's really a horrible way to implement this caching.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
I wonder if, instead of all kinds of new APIs, the _keys list could just
be made public (under a different name of course).
Of course, that makes further optimization or a rewrite in C harder.
___
Python tracker
<h
Georg Brandl added the comment:
> The internal data structure *must* remain private so that we can build a
> C replacement or switch to one of the other possible algorithms.
Even then the keys list could be offered as a property.
___
Python tracker
Georg Brandl added the comment:
OK, disregard my suggestions, it's better not to have a property that
does almost exactly the same as keys().
___
Python tracker
<http://bugs.python.org/i
Georg Brandl added the comment:
Since I can't test on Windows, I'll leave that in your hands :)
___
Python tracker
<http://bugs.python.org/issue5179>
___
___
Georg Brandl added the comment:
Only with security fixes IIRC. Letting Martin decide.
--
assignee: pitrou -> loewis
nosy: +loewis
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
So it is just called "python"?
___
Python tracker
<http://bugs.python.org/issue5426>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
The code you pasted contains a non-ASCII quote (’).
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> pending
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Applied in r70342, r70343. Thanks very much!
--
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r70386.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r70387.
--
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/issue5493>
___
___
Python-bugs-lis
Georg Brandl added the comment:
Thanks, committed in r70390.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5493>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Thanks, fixed in r70392.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r70393.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, edited a bit and committed in r70395.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in trunk in r70397 and 3k in r70398.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
4101 - 4200 of 5257 matches
Mail list logo