Ramchandra Apte added the comment:
@Mark Dickinson
Run the attached file, exploit.py, with normal priveleges and then run IDLE
with sudo (something I did to actually uncover this bug!).
Then the file "/root/exploited" should contain "Exploit succeeded!"
---
Ramchandra Apte added the comment:
On 2 November 2012 01:48, Stefan Krah wrote:
>
> Stefan Krah added the comment:
>
> Isn't IDLE supposed to be a Python shell? As I understand this issue,
> you'd have the same "exploit" by adding this to your .bashrc:
Ramchandra Apte added the comment:
Yes.
most of the bare excepts can be replaced with a stricter clause
On 2 November 2012 01:06, Andrew Svetlov wrote:
>
> Andrew Svetlov added the comment:
>
> Sorry, looks like I don't understood you correctly.
> Do you want to replace
Ramchandra Apte added the comment:
This is an unavoidable behaviour of the hash tables (dictionaries)
I don't see much use cases of a warning.
--
nosy: +ramchandra.apte
title: evaluating dict with repeated keys gives no error/warnings -> evaluating
dict with repeated keys
Ramchandra Apte added the comment:
Retract earlier statement. I didn't read the comment fully.
--
title: evaluating dict with repeated keys gives no warnings -> evaluating dict
with repeated keys gives no warnings/errors
___
Python tracke
Ramchandra Apte added the comment:
You should be using json for configuration purposes anyway.
This is low priority as only few programs use dictionaries with a gazillion
keys.
--
___
Python tracker
<http://bugs.python.org/issue16
Changes by Ramchandra Apte :
--
title: Python launcher does not support non ascii characters -> Python launcher
does not support unicode characters
___
Python tracker
<http://bugs.python.org/issu
Changes by Ramchandra Apte :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue5184>
___
___
Python-bugs-list mailing list
Unsubscri
Changes by Ramchandra Apte :
--
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issue5720>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ramchandra Apte :
--
components: +Library (Lib)
___
Python tracker
<http://bugs.python.org/issue5141>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ramchandra Apte added the comment:
Bump.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue6933>
___
___
Python-bugs-list mailin
Changes by Ramchandra Apte :
--
title: Improving tee() memory footprint -> Reducing tee() memory footprint
___
Python tracker
<http://bugs.python.org/issu
Changes by Ramchandra Apte :
--
components: +Library (Lib)
___
Python tracker
<http://bugs.python.org/issue8243>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Ramchandra Apte:
AutoBump™.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue8243>
___
___
Python-bugs-list mailin
Changes by Ramchandra Apte :
--
versions: +Python 3.4 -Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.org/issue4887>
___
___
Python-bug
Ramchandra Apte added the comment:
Buu..mp
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue7292>
___
___
Python-bugs-list mailin
Ramchandra Apte added the comment:
Bump.
--
___
Python tracker
<http://bugs.python.org/issue14215>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ramchandra Apte added the comment:
Also, please report bugs in English.
(read the devguide to learn more)
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16
Ramchandra Apte added the comment:
+1 on OverflowError being a subclass of ValueError
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16
Ramchandra Apte added the comment:
+1 on exception
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16548>
___
___
Python-bugs-list mailin
Ramchandra Apte added the comment:
Buuump.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue1569040>
___
___
Python-bugs-list mailin
Changes by Ramchandra Apte :
--
components: +Library (Lib) -Regular Expressions
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issue2
Ramchandra Apte added the comment:
Beemp.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue3410>
___
___
Python-bugs-list mailin
New submission from Ramchandra Apte:
in PEP 431, Time zone support improvements
"NonExistentTimeError
This exception is raised when giving a datetime specification that are
ambigious while setting is_dst to None:"
it should be "that is non-existent" or similar.
The same des
Ramchandra Apte added the comment:
Buump...
--
___
Python tracker
<http://bugs.python.org/issue13657>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Ramchandra Apte:
To reproduce, type b"". and then press TAB.
The encode method is listed, that means that IDLE is listing the methods of ""
(it should list the methods of b"").
--
components: IDLE
messages: 178558
nosy: ramchandra.
Ramchandra Apte added the comment:
Bump.
@neologix
I have a 64-bit laptop with 2 GB memory so I don't think I can do so. (though
one could use swap)
--
___
Python tracker
<http://bugs.python.org/is
Ramchandra Apte added the comment:
Bump.
--
___
Python tracker
<http://bugs.python.org/issue13951>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ramchandra Apte :
--
title: Seg Fault in .so called by ctypes causes the interpreter to Seg Fault ->
Document that Seg Fault in .so called by ctypes causes the interpreter to Seg
Fault
___
Python tracker
<http://bugs.pyth
New submission from Ramchandra Apte:
Most of the content in section 2 in the tutorial,
http://docs.python.org/3/tutorial/interpreter.html , is relatively advanced and
doesn't belong in, at least, the beginning of the tutorial.
Only 2.1. Invoking the Interpreter, and 2.2.3. Source
Changes by Ramchandra Apte :
--
assignee: -> docs@python
components: +Documentation
nosy: +docs@python
___
Python tracker
<http://bugs.python.org/issu
Changes by Ramchandra Apte :
--
title: httpc.lient delayed ack / Nagle algorithm optimisation performs badly
for large messages -> http.client delayed ack / Nagle algorithm optimisation
performs badly for large messages
___
Python tracker
&l
Ramchandra Apte added the comment:
I think if IDLE directly starts lpr directly (subprocess) rather than using a
shell to run it, then this problem won't happen.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/is
New submission from Ramchandra Apte:
In
http://docs.python.org/2/library/collections.html#namedtuple-factory-function-for-tuples-with-named-fields
, a portion of the code example is not highlighted.
---
Happy, new, melodious, joyful, etc, boring new year.
--
assignee: -> docs@pyt
Changes by Ramchandra Apte :
--
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title: Portion of code example not highlighted in collections doc
___
Python tracker
<http://bugs.python.org/issue16
New submission from Ramchandra Apte:
The FAQ says "It’s [Stackless] still experimental but looks very promising."
AFAIK, Stackless is mature.
--
assignee: docs@python
components: Documentation
messages: 179038
nosy: docs@python, ramchandra.apte
priority: normal
severity: nor
Ramchandra Apte added the comment:
Sorry, link here,
http://docs.python.org/3/faq/design.html#can-t-you-emulate-threads-in-the-interpreter-instead-of-relying-on-an-os-specific-thread-implementation
.
--
___
Python tracker
<http://bugs.python.
Ramchandra Apte added the comment:
What is the problem?
Python 3 uses more memory because many things that were earlier ASCII strings
in Python 2 are Unicode strings. Same reason for performance AFAIK.
--
nosy: +ramchandra.apte
___
Python tracker
Ramchandra Apte added the comment:
Can you fix the bare except?
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16907>
___
___
Python-bug
Ramchandra Apte added the comment:
Here's a patch on revision 75fe7f5fda9a (I did it on a trip without an internet
connection)
There might be some mistakes of this type:
I incorrectly changed instances like this
`
try:
something
except:
close file
raise
`
to
`
try:
some
Ramchandra Apte added the comment:
Sorry, I entered the wrong filename for the patch and so it didn't get
attached. Now I have attached it.
--
keywords: +patch
Added file: http://bugs.python.org/file28647/patch.patch
___
Python tracker
Ramchandra Apte added the comment:
Going to attach a patch using subprocess in a few minutes...
--
___
Python tracker
<http://bugs.python.org/issue16829>
___
___
Ramchandra Apte added the comment:
@Serhiy Storchaka
I don't think anybody edits that line anyway.
IMHO, a warning about this change should be enough.
--
___
Python tracker
<http://bugs.python.org/is
Ramchandra Apte added the comment:
+1
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16933>
___
___
Python-bugs-list mailing list
Unsub
Changes by Ramchandra Apte :
--
title: seriously? urllib still doesn't support persistent connections? ->
urllib still doesn't support persistent connections
___
Python tracker
<http://bugs.pytho
Ramchandra Apte added the comment:
Attached is a patch which uses subprocess. Haven't tested it much.
--
Added file: http://bugs.python.org/file28705/issue16829.patch
___
Python tracker
<http://bugs.python.org/is
Ramchandra Apte added the comment:
Boiiummp.
--
___
Python tracker
<http://bugs.python.org/issue16259>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ramchandra Apte added the comment:
Patch LGTM.
--
___
Python tracker
<http://bugs.python.org/issue13659>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ramchandra Apte added the comment:
Bump.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue2226>
___
___
Python-bugs-list mailin
Changes by Ramchandra Apte :
--
title: Add examples to int.to_bytres and int.from_bytes -> Add examples to
int.to_bytes and int.from_bytes
___
Python tracker
<http://bugs.python.org/issu
New submission from Ramchandra Apte:
This bug is intended to contain all the patches for fixing PEP8 errors in
stdlib.
I am thinking of using a tool such as autopep8 to help fix the errors.
--
messages: 179921
nosy: ramchandra.apte
priority: normal
severity: normal
status: open
title
Ramchandra Apte added the comment:
s/stdlib/everywhere
--
components: +None
title: Fix PEP8 errors in stdlib. -> Fix PEP8 errors everywhere
___
Python tracker
<http://bugs.python.org/issu
Ramchandra Apte added the comment:
Why? This may be low priority.
--
___
Python tracker
<http://bugs.python.org/issue16960>
___
___
Python-bugs-list mailin
Ramchandra Apte added the comment:
It's a valid bug report however difficult or low priority it is.
--
___
Python tracker
<http://bugs.python.org/is
Ramchandra Apte added the comment:
Well, it should't open "" IMHO.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16974>
___
__
Ramchandra Apte added the comment:
Is this still valid because this seems fixed in latest Python 3.4 tip.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue5
Ramchandra Apte added the comment:
+1
On 16 January 2013 17:43, R. David Murray wrote:
>
> R. David Murray added the comment:
>
> Ideally there would be an unambiguous way to know if the object came from
> a file or some other source (say, __file__ is None and another spec
Ramchandra Apte added the comment:
Though it may be valid in Python 2.7 still.
On 16 January 2013 10:53, Ramchandra Apte wrote:
>
> Ramchandra Apte added the comment:
>
> Is this still valid because this seems fixed in latest Python 3.4 tip.
>
> --
> n
Changes by Ramchandra Apte :
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue15443>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ramchandra Apte added the comment:
Bump... is this still valid?
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue7353>
___
___
Python-bug
Ramchandra Apte added the comment:
Hmmm. Because of the recent doc changes, that link is redirecting to
"http://docs.python.org/2...";. Even if we change that, for some reason, the
fragment is disappearing when redirecting.
--
nosy: +ramch
Changes by Ramchandra Apte :
--
type: compile error -> behavior
___
Python tracker
<http://bugs.python.org/issue16969>
___
___
Python-bugs-list mailing list
Un
Ramchandra Apte added the comment:
Somehow the patch is not showing for me.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16
New submission from Ramchandra Apte:
This would reduce the complexity of uuid.UUID and also if the way it compares
changes, one would't have to change all the compare methods.
Attached is a patch.
--
components: Library (Lib)
files: issue.patch
keywords: patch
messages: 180275
Changes by Ramchandra Apte :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue17001>
___
___
Python-bugs-list mailing list
Unsubscri
Ramchandra Apte added the comment:
Attached is a patch. Note that this is my first Doc patch; please apologize
errors.
--
keywords: +patch
nosy: +ramchandra.apte
Added file: http://bugs.python.org/file28793/issue16557.patch
___
Python tracker
<h
Ramchandra Apte added the comment:
Yes, will do so.
--
___
Python tracker
<http://bugs.python.org/issue17001>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ramchandra Apte added the comment:
@Brian Curtin
It appears that there are tests for UUID ordering. [0]
I will run the tests.
[0] http://hg.python.org/cpython/file/d1e6a48dfb0d/Lib/test/test_uuid.py#l188
--
___
Python tracker
<h
Ramchandra Apte added the comment:
Damn, I forgot to add import functools.
Here is a fixed version that passes test_uuid.
--
Added file: http://bugs.python.org/file28794/issue-v2.patch
___
Python tracker
<http://bugs.python.org/issue17
Ramchandra Apte added the comment:
Buump.
--
___
Python tracker
<http://bugs.python.org/issue13598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ramchandra Apte :
Removed file: http://bugs.python.org/file28794/issue-v2.patch
___
Python tracker
<http://bugs.python.org/issue17001>
___
___
Python-bug
Ramchandra Apte added the comment:
Oh darn, I included another bugs changes in it.
I unlinked the v2 patch and have attached issue17001-v2.patch
--
___
Python tracker
<http://bugs.python.org/issue17
Ramchandra Apte added the comment:
Performance info using the attached program:
~2.5 sec, original
~3.5 sec, patched
(patched version is 40% slower)
Is anybody doing the comparison in performance-critical cases?
--
___
Python tracker
<h
Ramchandra Apte added the comment:
On 21 January 2013 02:42, Raymond Hettinger wrote:
> NotImplemented
Can you please elaborate on "it doesn't handle the NotImplemented logic
very well".
AFAIK both will give NotImplemented f
Ramchandra Apte added the comment:
+1
"Better to be safe than sorry"
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue17006>
___
___
Ramchandra Apte added the comment:
Invalid.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue16699>
___
___
Python-bugs-list mailin
Ramchandra Apte added the comment:
LGTM
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue17014>
___
___
Python-bugs-list mailin
Ramchandra Apte added the comment:
@Raymond Hettinger
Why? Please respond to my comments.
--
___
Python tracker
<http://bugs.python.org/issue17001>
___
___
Pytho
Ramchandra Apte added the comment:
+1 on Ezio's idea.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue17032>
___
___
Python-bugs-l
Ramchandra Apte added the comment:
bump...
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue12883>
___
___
Python-bugs-list mailin
Ramchandra Apte added the comment:
I'm pretty sure this is invalid now.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue7225>
___
___
Ramchandra Apte added the comment:
> ... as it is not the preferred system.
I prefer .format() but I don't think that's true for many people.
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.pytho
Ramchandra Apte added the comment:
Will attach patch when I get free (10 hours from now)
--
nosy: +ramchandra.apte
___
Python tracker
<http://bugs.python.org/issue17
Ramchandra Apte added the comment:
Here's a patch.
--
keywords: +patch
nosy: +ramchandra.apte
Added file: http://bugs.python.org/file28943/issue16643.patch
___
Python tracker
<http://bugs.python.org/is
Changes by Ramchandra Apte :
--
title: ampersand "&" in path prevents from compiling pthon -> ampersand "&" in
path prevents compilation of Python
___
Python tracker
<
Ramchandra Apte added the comment:
Try `./python -R -c "import pickle; print(pickle.dumps({'a':1, 'v':1}))"
|md5sum`. The output will differ on subsequent run, while trying `./python -R
-c "import pickle; print(pickle.dumps({'a':1}))" |md5sum`,
Ramchandra Apte added the comment:
Darn, last sentence has some mistakes.
I suspect this issue is happening because the order of a dictionary is
different on every run (try repr).
--
___
Python tracker
<http://bugs.python.org/issue12
Ramchandra Apte added the comment:
Further proof:
here are the results of two invocations of `./python -R -c "import pickle;
print(pickle.dumps({'a':1, 'v':1}))"`
b'\x80\x03}q\x00(X\x01\x00\x00\x00vq\x01K\x01X\x01\x00\x00\x00aq\x02K\x01u.'
b'\x80\x0
Changes by Ramchandra Apte :
--
versions: +Python 3.3, Python 3.4 -Python 3.0
___
Python tracker
<http://bugs.python.org/issue4331>
___
___
Python-bugs-list mailin
Changes by Ramchandra Apte :
--
nosy: kushou, ramchandra.apte
priority: normal
severity: normal
status: open
title: issubclass should accept iterables
type: enhancement
versions: Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.
Changes by Ramchandra Apte :
--
components: +Interpreter Core
___
Python tracker
<http://bugs.python.org/issue17157>
___
___
Python-bugs-list mailing list
Unsub
New submission from Ramchandra Apte:
kushou pointed this out on #python-dev
--
___
Python tracker
<http://bugs.python.org/issue17157>
___
___
Python-bugs-list m
Changes by Ramchandra Apte :
--
title: issubclass should accept iterables -> issubclass() should accept
iterables in 2nd arg
___
Python tracker
<http://bugs.python.org/issu
Changes by Ramchandra Apte :
--
status: open -> languishing
___
Python tracker
<http://bugs.python.org/issue17157>
___
___
Python-bugs-list mailing list
Un
Changes by Ramchandra Apte :
--
status: languishing -> open
___
Python tracker
<http://bugs.python.org/issue17157>
___
___
Python-bugs-list mailing list
Un
New submission from Ramchandra Apte:
help("modules spam") prints out "Here is a list of matching modules. Enter any
module name to get more help." before it has even found the modules. This gives
the impression that it has found the modules yet it hasn't printed
Changes by Ramchandra Apte :
--
title: help() module searcher text improvement -> help() module searcher text
is misleading
___
Python tracker
<http://bugs.python.org/issu
New submission from Ramchandra Apte:
StringIO.StringIO has been renamed to io.StringIO in 3.x.
Attached is a patch with the corrected version which mentions io.StringIO.
--
assignee: docs@python
components: Documentation
files: issue.patch
keywords: patch
messages: 181729
nosy: docs
Ramchandra Apte added the comment:
Just so you know, I'm neutral on this idea. I think it should at least accept
sequences though.
--
___
Python tracker
<http://bugs.python.org/is
Ramchandra Apte added the comment:
Please commit or review. This is *very* trivial.
--
___
Python tracker
<http://bugs.python.org/issue17168>
___
___
Python-bug
201 - 300 of 358 matches
Mail list logo