Georg Brandl added the comment:
Reviewed and committed patch as r60097. Thanks for your work!
--
assignee: gvanrossum -> georg.brandl
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTE
Changes by Georg Brandl:
--
status: pending -> open
type: -> rfe
versions: +Python 2.6, Python 3.0
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
status: pending -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue683658>
___
Python-bugs-list mailing li
Georg Brandl added the comment:
Backported in r60098.
--
nosy: +georg.brandl
resolution: remind -> fixed
status: pending -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
No response, closing.
--
nosy: +georg.brandl
status: pending -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
Any progress on this?
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1719423>
_
___
Python-bugs-list mailing list
Unsubs
Georg Brandl added the comment:
Fixed in r60100.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Fixed in r60103.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Fixed in r60099.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Changes by Georg Brandl:
--
resolution: -> accepted
status: open -> pending
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1689>
__
___
Python
Changes by Georg Brandl:
Removed file: http://bugs.python.org/file9067/filecmp.py.patch
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1738>
__
___
Python-bugs-
Georg Brandl added the comment:
Said patch has now been applied.
--
assignee: anthonybaxter ->
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.pyth
Georg Brandl added the comment:
This won't work without corresponding changes in regrtest.py; it
currently mentions test_socket_ssl and test_timeout explicitly.
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Georg Brandl added the comment:
Also we already have a WeakSet now since the abc module needs it.
--
nosy: +georg.brandl
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/is
Georg Brandl added the comment:
Attaching another patch that doesn't create a list of strings every time
the attrgetter is called. Also includes docs.
--
nosy: +georg.brandl
Added file: http://bugs.python.org/file9236/attrgetter-2.diff
__
Tracker &l
Georg Brandl added the comment:
Sorry, I was being unclear. I grepped through Lib/test for
"skip_expected" and couldn't find a location where e.g. the newly set
test_urllib2.skip_expected would be accessed.
regrtest.py only accesses this attribute on the two
Georg Brandl added the comment:
Committed to trunk in r60131.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Guido, do you have an opinion? Seems like a nonproblematic and probably
useful change for 2.6.
--
assignee: pje -> gvanrossum
nosy: +gvanrossum
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
The bug (interpreting non-200 2xx codes as error) has already been
fixed. I've finished and committed the other part (adding getcode() to
addinfourl) in r60133.
--
resolution: -> accepted
status: open -
Georg Brandl added the comment:
For #1178141 I added f.getcode() in r60133.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Another year has passed; closing this.
--
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
Added docs and committed as r60134. Thanks for your patch!
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Georg Brandl added the comment:
Why don't you use open() and transfer the data between file objects
yourself? The point of retrieve() is to create a local file containing
the data.
Closing as "won't fix".
--
nosy: +georg.brandl
resolution: -> wont fix
Georg Brandl added the comment:
Committed patch (added an additional try-finally) as r60135.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
John, what did you have in mind?
--
nosy: +georg.brandl
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue735515>
___
Georg Brandl added the comment:
Waiting for diff from OP, setting to Pending.
--
nosy: +georg.brandl
status: open -> pending
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
Will this be revisited for py3k?
--
nosy: +georg.brandl
versions: +Python 3.0
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/is
Georg Brandl added the comment:
Chris, is this something that could be done with your post-import hooks?
--
assignee: -> tiran
nosy: +georg.brandl, tiran
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org
Changes by Georg Brandl:
--
assignee: -> lemburg
nosy: +lemburg
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue460474>
___
Python-bugs-li
Georg Brandl added the comment:
SSL support was rewritten, so this may be fixed now...
--
assignee: jhylton -> janssen
nosy: +georg.brandl, janssen
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org
Georg Brandl added the comment:
docother() was fixed in r39636 to accept the additional argument.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Changes by Georg Brandl:
--
assignee: -> loewis
nosy: +loewis
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue771479>
___
Python-bugs-li
Georg Brandl added the comment:
Implemented the suggestions in r60136.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Georg Brandl added the comment:
Documented in r60137.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Georg Brandl added the comment:
So it seems to be fixed in NT -- we don't support 9x anymore in 2.6 up.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl added the comment:
I agree. In any case, this issue will be handled by one of the PEPs.
--
resolution: -> later
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Georg Brandl added the comment:
Committed a variant of the last patch in r60139; it now raises OSError
like all other functions that are used in rmtree(). Added docs and tests.
--
nosy: +georg.brandl
resolution: -> fixed
status: open ->
Georg Brandl added the comment:
Should be no problem then.
--
nosy: +georg.brandl
resolution: -> works for me
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Raising priority.
What incompatibilities could occur if SIGPIPE is restored by default?
--
nosy: +georg.brandl
priority: -> high
severity: normal -> major
type: -> behavior
__
Tracker <[EMAIL PROTE
Georg Brandl added the comment:
Committed as r60138. Thanks for the complete patch!
--
assignee: brett.cannon -> georg.brandl
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http
Georg Brandl added the comment:
As seen from the __eq__ example, the exception should be SyntaxError.
With both changes, it works fine again in r60142.
As for why the test is there, maybe the operator functions had lax error
checking once.
--
nosy: +georg.brandl
resolution: -> fi
Georg Brandl added the comment:
Fixed in r60143 by switching the mmap object's getattr function to the
standard PyObject_GenericGetAttr().
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
_
Tracker <[EMAIL PRO
Georg Brandl added the comment:
Attaching patch against SVN trunk.
--
assignee: -> rhettinger
nosy: +georg.brandl
resolution: rejected ->
Added file: http://bugs.python.org/file9245/methodcaller.diff
_
Tracker <[EMAIL PROTECTE
New submission from Georg Brandl:
[EMAIL PROTECTED] ~/devel/python> ./python Lib
Traceback (most recent call last):
File "Lib/runpy.py", line 99, in _run_module_as_main
loader, code, fname = _get_module_details(mod_name)
File "Lib/runpy.py", line 86, in _get_m
Georg Brandl added the comment:
It would be very interesting to know what set_default() actually does.
IOW, without the source code of the extension module we can't do
anything about this.
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED
Georg Brandl added the comment:
I'm sorry, but I can't get this to run. With a clean 0.1.14 tarball, I get
Building extension...
running build_ext
building 'notify.gc' extension
creating build
creating build/temp.linux-i686-2.5
creating build/temp.linux-i686-2.5/notify
i
Georg Brandl added the comment:
Yes, runs fine with 2.5.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1878>
__
___
Python-bugs-list mailing list
Unsubs
Georg Brandl added the comment:
I've now built my trunk python without debugging enabled, and can
reproduce your problem.
Armin: the extension module directly modifies an extension type's
tp_dict -- what should it do instead to make the cache happy?
--
assignee: -> arigo
Georg Brandl added the comment:
No response -> closing.
--
nosy: +georg.brandl
resolution: -> works for me
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
assignee: bwarsaw.historic -> barry
nosy: +barry
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1454285>
_
___
P
Changes by Georg Brandl:
--
assignee: fdrake -> georg.brandl
nosy: +georg.brandl
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue965065>
___
P
Georg Brandl added the comment:
Fixed in r60146.
--
assignee: fdrake -> georg.brandl
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
title: HTTP headers -> Use \r\n, not \n for HTTP headers
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1597000>
_
Georg Brandl added the comment:
Added a blurb in r60145. The details are in the new "Using on Windows"
document.
--
assignee: fdrake -> georg.brandl
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracker <[E
Georg Brandl added the comment:
I think the upcoming 2.6 release will provide the necessary functions to
create such a feature.
--
assignee: fdrake -> georg.brandl
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
Tracke
Georg Brandl added the comment:
Lowering priority.
--
components: +Library (Lib) -None
keywords: +easy
nosy: +georg.brandl -gbrandl.historic
priority: normal -> low
versions: +Python 2.5, Python 2.6, Python 3.0
_
Tracker <[EMAIL PROTECTED]&
Georg Brandl added the comment:
This has now been fixed with #1351692.
--
assignee: fdrake -> georg.brandl
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
They have since been filled.
--
nosy: +georg.brandl -gbrandl.historic
resolution: -> out of date
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
In the light of no further results, closing this bug.
--
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
No idea about the "easy" -- I haven't really looked at the code, but
amending the error message would be a good thing.
__
Tracker <[EMAIL PROTECTED]>
<http://b
Georg Brandl added the comment:
Committed as r60149. Thanks for the patch!
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
IOW, this is rejected.
--
nosy: +georg.brandl
resolution: -> rejected
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Guido, is the 10-fold increase okay?
--
assignee: -> gvanrossum
nosy: +georg.brandl, gvanrossum
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Reviewed and committed in r60152.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Changes by Georg Brandl:
--
priority: -> urgent
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1878>
__
___
Python-bugs-list mailing list
Uns
Georg Brandl added the comment:
The patch only amends TextDoc -- what about HtmlDoc?
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1715>
__
___
Python-bugs-list
Georg Brandl added the comment:
Okay, I'll remove the docs again. If you want to deprecate
bundlebuilder, it must be added to PEP 4.
--
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.py
Georg Brandl added the comment:
Fixed in r60158.
--
resolution: -> fixed
status: open -> closed
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.
Georg Brandl added the comment:
So what's the resolution here?
--
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1706>
__
___
Georg Brandl added the comment:
Martin - is a char struct member for T_BOOL fine with you?
--
assignee: -> loewis
nosy: +loewis
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
Guido explicitly said "it should raise IOError, not ValueError,
and it should use the onerror() handling used for all other errors"
which makes sense for me too.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.p
Georg Brandl added the comment:
We can of course add something like in #1229239, which allows type
attributes to be set with PyObject_SetAttr, thereby updating the cache.
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
plistlib is now documented. I also added a stub for bundlebuilder that
only has the module docstring as an overview -- Ronald, if you want to
write more about that?
--
assignee: -> ronaldoussoren
nosy: +georg.bra
Georg Brandl added the comment:
I added documentation and moved plistlib to the general library in r60155.
Ronald, if you want to enhance the documentation, please go ahead :)
--
resolution: -> fixed
status: open -> closed
_
Tracker &
Changes by Georg Brandl:
--
assignee: aleax -> marketdickinson
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1678380>
_
___
Python-bugs-li
New submission from Georg Brandl:
so that this doesn't get lost...
--
assignee: georg.brandl
components: Library (Lib)
messages: 61418
nosy: georg.brandl
severity: normal
status: open
title: Adapt pydoc to new doc system
versions: Python 2.6, Pytho
Georg Brandl added the comment:
Where exactly is that broken link?
--
nosy: +georg.brandl
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1621660>
_
__
Georg Brandl added the comment:
I also left out the changes to the ftplib and distutils functions since
they also accept file objects as parameters, to keep b/w compatibility.
Committed the rest as r60163.
--
assignee: -> georg.brandl
nosy: +georg.brandl
resolution: -> accepted
Georg Brandl added the comment:
Clarified in r60164.
--
assignee: effbot -> georg.brandl
resolution: -> fixed
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
This is a dupe of #1254695.
--
resolution: -> duplicate
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Now that we have a (different) rational module in the stdlib, shouldn't
we remove this one altogether?
--
assignee: -> jyasskin
nosy: +georg.brandl, jyasskin
_
Tracker <[EMAIL PROTECTED]>
<http:
Georg Brandl added the comment:
Committed as r60166.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Rejecting as per discussion.
--
nosy: +georg.brandl
resolution: -> rejected
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
Thanks for the report, fixed in r60168, r60169 (2.5).
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Raising priority.
--
components: +Library (Lib) -None
nosy: +georg.brandl
priority: normal -> high
type: -> behavior
versions: +Python 2.6, Python 3.0
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.o
Georg Brandl added the comment:
This should be fixed in 2.5's webbrowser.py.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.pyt
Georg Brandl added the comment:
Well, I believe you. :)
Committed r60178.
--
resolution: -> accepted
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Okay, added tests, removed the cast and committed in r60181. If I find
time, I'll add docs for PyMemberDef in the next few days.
--
resolution: -> accepted
status: open -> closed
_
Tracker <[EMAIL PRO
Georg Brandl added the comment:
Go ahead.
--
nosy: +georg.brandl
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue479195>
___
Python-bugs-list
Georg Brandl added the comment:
Guido, you wrote that code...
--
assignee: rhettinger -> gvanrossum
nosy: +georg.brandl, gvanrossum
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r60193, r60194 (2.5).
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
I'll take it.
--
assignee: purcell -> georg.brandl
nosy: +georg.brandl
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python
Georg Brandl added the comment:
Silly me, left a lone .pyc file around. Fixed in r60200.
--
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Georg Brandl added the comment:
Committed as r60202. Thanks for the care!
_
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1087741>
_
___
Python-bugs-list
Georg Brandl added the comment:
"cmacro" is only for non-function-like macros, see the docs.
--
resolution: -> invalid
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://
Georg Brandl added the comment:
Fixed in r60220.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Georg Brandl:
--
priority: high -> urgent
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1789>
__
___
Python-bugs-list mailing list
Uns
Georg Brandl added the comment:
I'll fix that this weekend.
--
assignee: -> georg.brandl
nosy: +georg.brandl
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pyt
Georg Brandl added the comment:
I don't see why this shouldn't be closed.
--
nosy: +georg.brandl
status: pending -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bug
Georg Brandl added the comment:
Fixed in r60315. Thanks!
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
2001 - 2100 of 5257 matches
Mail list logo