[issue18981] Typo in the ctypes tests

2013-09-08 Thread Anoop Thomas Mathew

New submission from Anoop Thomas Mathew:

Comment in the test_number.py in ctypes test hold a typo bug. Instead of 
superseeded, it should be superseded. Patch attached.

--
assignee: docs@python
components: Documentation, Tests
files: ctypes_test_typo.patch
keywords: patch
messages: 197318
nosy: Anoop.Thomas.Mathew, docs@python
priority: normal
severity: normal
status: open
title: Typo in the ctypes tests
type: enhancement
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 
3.4, Python 3.5
Added file: http://bugs.python.org/file31685/ctypes_test_typo.patch

___
Python tracker 
<http://bugs.python.org/issue18981>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18815] DOCUMENTATION: "mmap .close()" doesn't close the underlying file

2013-09-08 Thread Anoop Thomas Mathew

Anoop Thomas Mathew added the comment:

Made it explicit that close() will close only the mmap, and file will not be 
closed. Patch attached.

--
keywords: +patch
nosy: +Anoop.Thomas.Mathew
Added file: http://bugs.python.org/file31689/mmap_close_documentation.patch

___
Python tracker 
<http://bugs.python.org/issue18815>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18981] Typo in the ctypes tests

2013-09-12 Thread Anoop Thomas Mathew

Changes by Anoop Thomas Mathew :


--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge

___
Python tracker 
<http://bugs.python.org/issue18981>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18958] Exception('No JSON object could be decoded') when parsing a valid JSON

2013-09-14 Thread Anoop Thomas Mathew

Anoop Thomas Mathew added the comment:

Patch for BOM signature documentation in json.loads

--
keywords: +patch
nosy: +Anoop.Thomas.Mathew
Added file: 
http://bugs.python.org/file31764/json_BOM_signature_documentation.patch

___
Python tracker 
<http://bugs.python.org/issue18958>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18594] C accelerator for collections.Counter is slow

2013-09-15 Thread Anoop Thomas Mathew

Anoop Thomas Mathew added the comment:

40% faster collections.Counter() . Removed C accelerator. Patch attached. 
Passes all tests. Results comparison follows.

--
keywords: +patch
nosy: +Anoop.Thomas.Mathew
Added file: 
http://bugs.python.org/file31774/collections_Counter_without_C_accelerator_with_comprehension.patch

___
Python tracker 
<http://bugs.python.org/issue18594>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue18594] C accelerator for collections.Counter is slow

2013-09-15 Thread Anoop Thomas Mathew

Anoop Thomas Mathew added the comment:

Performance comparison with and without patch applied.

--
Added file: http://bugs.python.org/file31775/performance_comparision.csv

___
Python tracker 
<http://bugs.python.org/issue18594>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com