[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

[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

[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-bug

[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 <h

[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

[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/issue18