Georg Brandl added the comment:
Thanks, committed patch as r83371.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Since http.server calls mimetypes.init(), the default type map is not used but
one read from the system. That one might as well lack the entries for .py etc.
For the sake of backwards compatibility I don't think a change is needed here.
--
Georg Brandl added the comment:
Applied in r83372.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
title: strftime docs do not explain locale affect on result string -> strftime
docs do not explain locale effect on result string
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Applied in r83373. Thanks!
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Some research into IMAP commands confirms that this change is correct. Done so
in r83374.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: -> rhettinger
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue8743>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
How do you reproduce this? The strings seem to work fine with shlex.split().
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue1699
Changes by Georg Brandl :
--
assignee: -> d...@python
nosy: +d...@python
___
Python tracker
<http://bugs.python.org/issue4600>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Fixed in r83385.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83386.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: -> rhettinger
nosy: +rhettinger
___
Python tracker
<http://bugs.python.org/issue8757>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Thanks for the report, I added a note in the docs in r83387.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: -> pitrou
nosy: +pitrou
priority: normal -> high
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: -> lemburg
nosy: +lemburg
___
Python tracker
<http://bugs.python.org/issue1180267>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Probably too late to change something here.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
This appears to have been fixed since r61624.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83388.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
What's the status here? Can it be committed?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/i
Changes by Georg Brandl :
--
assignee: -> pitrou
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue7952>
___
___
Python-bugs-list mailing list
Un
New submission from Georg Brandl :
No bug reported here.
--
nosy: +georg.brandl
resolution: -> invalid
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Is this somehow reproducible without svnmerge?
--
nosy: +georg.brandl
status: open -> pending
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Thanks, fixed in r83390.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Still reproducible?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue8590>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Patch has been applied; closing.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, applied in r83392.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83393 with explicit globals that also specify __name__.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Applied in r83395. Thanks!
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Usually I would say that this is common UNIX knowledge, except that timeit is
also used in Windows environments. Also, the timeit help is already quite
thorough, so it can't hurt to mention "--". Done in r83396.
--
nosy: +georg.br
Georg Brandl added the comment:
Thanks, fixed in r83398.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Agreed with Mark.
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83404.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Not an issue anymore for Python 3.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Should be fixed in r83405.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, adapted to current trunk and applied in r83406.
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Now present in all maintained branches.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I agree with Sebastian that this is not a good use for a context manager.
--
nosy: +georg.brandl
resolution: -> rejected
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Do you want to fix that?
--
assignee: -> pitrou
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Python 2.6, from #5320:
$ python2.6 -c 'print 1, 2, 3' > /dev/full || echo error status
close failed in file object destructor:
Error in sys.excepthook:
Original exception was:
$
Python 3.1 doesn't output anything and also doesn
Georg Brandl added the comment:
I think this can be merged with #5319.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
superseder: -> I/O error during one-liner fails to return OS error status
___
Python track
Georg Brandl added the comment:
Adding a patch that catches exceptions in a single addpackage() call and prints
them. I'd like to have more input though if this is a Good Thing(tm).
--
assignee: -> r.david.murray
keywords: +patch
nosy: +georg.brandl, r.david.murray
Added fi
Georg Brandl added the comment:
Thanks, should be fixed in r83408.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83417. Thanks!
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
You're right. Reverted in r83444 and merging back, and I'll also remove the
"XXX is this needed" from 2.7.
--
status: open -> closed
___
Python tracker
<http:/
Georg Brandl added the comment:
Both PyXML and sgmlop are deprecated now, and support has been removed in
xmlrpclib as of Python 2.7. I think this can be closed.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Changes by Georg Brandl :
--
assignee: -> pitrou
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue8042>
___
___
Python-bugs-list mailing list
Un
Changes by Georg Brandl :
--
assignee: -> r.david.murray
nosy: +r.david.murray
___
Python tracker
<http://bugs.python.org/issue8009>
___
___
Python-bugs-lis
Georg Brandl added the comment:
The issue in the iniparse tracker has been closed as "fixed" now, so I assume
the problem was on that side.
--
nosy: +georg.brandl
resolution: -> works for me
status: open -> closed
___
Pytho
Georg Brandl added the comment:
I don't think this happens often enough to warrant optimizing.
--
nosy: +georg.brandl
resolution: -> rejected
status: open -> closed
___
Python tracker
<http://bugs.python
Georg Brandl added the comment:
dbm.ndbm already has get(). dbm.gnu is missing it.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue8
Changes by Georg Brandl :
--
assignee: -> tarek
nosy: +tarek
___
Python tracker
<http://bugs.python.org/issue9100>
___
___
Python-bugs-list mailing list
Un
Georg Brandl added the comment:
Thanks, fixed in r83523.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83523.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed (also for cProfile) in r83524.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Duplicate of #1690103.
--
nosy: +georg.brandl
resolution: -> duplicate
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
This won't get backported now that 2.7 is in maintenance.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python
Georg Brandl added the comment:
Fixed the test cases and committed them in r83527.
--
nosy: +georg.brandl
status: open -> closed
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Doc review: Small typo, Flase vs False. Also, exceptions are "raised" rather
than "thrown" in Python land (same for the docstring). Both exception
references should be :exc:`OSError`.
Otherwise, looks fine to me.
Raising priority; thi
Georg Brandl added the comment:
It *is* a feature request. The signature of functions implemented in C is
currently not exposed to introspection.
--
nosy: +georg.brandl
type: behavior -> feature request
___
Python tracker
<http://bugs.pyth
Georg Brandl added the comment:
Fixed with your patch in r83531.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I added a note to the docs in r83536.
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue8578>
___
___
Pytho
Georg Brandl added the comment:
Should be fixed in r83538.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Current status: no lawsuit yet.
--
___
Python tracker
<http://bugs.python.org/issue2716>
___
___
Python-bugs-list mailin
Georg Brandl added the comment:
Applied doc patch to 2.6 in r83539.
--
nosy: +georg.brandl
priority: release blocker -> critical
versions: -Python 2.5, Python 2.6
___
Python tracker
<http://bugs.python.org/iss
Georg Brandl added the comment:
Committed patch adding the [x/y] style indicator in r83543.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Out of date now -- regrtest now uses "with temp_cwd()", changing directory to
either the Python build dir or a tempdir.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
__
Georg Brandl added the comment:
Fixed in r83546.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: -> pitrou
___
Python tracker
<http://bugs.python.org/issue7862>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Fixed in r83547.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7386>
___
__
Georg Brandl added the comment:
Fixed in r83548.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue8172>
___
__
Changes by Georg Brandl :
--
assignee: georg.brandl -> d...@python
nosy: +d...@python
___
Python tracker
<http://bugs.python.org/issue3849>
___
___
Python-
Georg Brandl added the comment:
Thanks, applied in r83550.
--
dependencies: -Clarify __debug__ restrictions
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83552.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83554.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83555.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: -> haypo
___
Python tracker
<http://bugs.python.org/issue8622>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
Fixed in r83556.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83558.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Fixed in r83560.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, removed in r83561.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Added in r83563. Thanks!
--
nosy: +georg.brandl
resolution: -> accepted
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83565.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83566.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Why would one read 2 bytes less than CONTENT_LENGTH?
--
nosy: +georg.brandl
resolution: -> works for me
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83569.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Out of date for Python 2.x, and strings are always unicode objects in 3.x.
--
nosy: +georg.brandl
resolution: -> out of date
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83574.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Changes by Georg Brandl :
--
assignee: loewis -> pitrou
nosy: +pitrou
___
Python tracker
<http://bugs.python.org/issue6915>
___
___
Python-bugs-list mai
Georg Brandl added the comment:
Patch looks good to me. Alan, can you comment?
--
assignee: -> aimacintyre
nosy: +aimacintyre, georg.brandl
priority: normal -> high
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83575.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
I'll probably get around to do this during the 3.2 period.
--
assignee: -> georg.brandl
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.or
Changes by Georg Brandl :
--
priority: normal -> high
___
Python tracker
<http://bugs.python.org/issue6696>
___
___
Python-bugs-list mailing list
Unsubscri
Georg Brandl added the comment:
"fp" can probably be just removed?
--
nosy: +georg.brandl
___
Python tracker
<http://bugs.python.org/issue9292>
___
___
Georg Brandl added the comment:
Thanks, fixed in r83580.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
Thanks, fixed in r83584.
--
nosy: +georg.brandl
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/
Georg Brandl added the comment:
The 3.2 docs now don't mention ConfigParser prominently anymore (as part of a
different patch that added some features). Could be done in other branches as
well.
--
___
Python tracker
<http://bugs.py
Georg Brandl added the comment:
Agree with Michael, +1.
--
___
Python tracker
<http://bugs.python.org/issue6517>
___
___
Python-bugs-list mailing list
Unsub
Georg Brandl added the comment:
Thanks for bringing that up, I've now fixed all these instances of "throw" that
should be "raise".
--
___
Python tracker
<http
Georg Brandl added the comment:
No, that's just a relic from the olden LaTeX days, and I've not paid attention
enough to fix it :)
--
___
Python tracker
<http://bugs.python.
Georg Brandl added the comment:
Mark, does this look ok to you?
--
assignee: d...@python -> mark.dickinson
nosy: +georg.brandl, mark.dickinson
___
Python tracker
<http://bugs.python.org/iss
4801 - 4900 of 5257 matches
Mail list logo