[issue21081] missing vietnamese codec TCVN 5712:1993 in Python

2020-04-28 Thread Hieu Nguyen
Change by Hieu Nguyen : -- nosy: +hieu.nguyen ___ Python tracker <https://bugs.python.org/issue21081> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16306] Multiple error line for unknown command line parameter

2012-10-30 Thread Hieu Nguyen
Hieu Nguyen added the comment: Serhiy, actually I have submitted my contributor form to Petri Lehtinen in a sprint here in Finland. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16306

[issue16306] Multiple error line for unknown command line parameter

2012-10-25 Thread Hieu Nguyen
Hieu Nguyen added the comment: Submitted another patchs for py3k and python 2.7 -- Added file: http://bugs.python.org/file27716/issue16306_py3.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16306

[issue16306] Multiple error line for unknown command line parameter

2012-10-25 Thread Hieu Nguyen
Changes by Hieu Nguyen ndhie...@gmail.com: Added file: http://bugs.python.org/file27717/issue16306_py27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16306

[issue9192] Add a a way to determine float format

2012-10-25 Thread Hieu Nguyen
Changes by Hieu Nguyen ndhie...@gmail.com: -- nosy: +hieu.nguyen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9192 ___ ___ Python-bugs-list

[issue12317] inspect.getabsfile() is not documented

2012-10-25 Thread Hieu Nguyen
Changes by Hieu Nguyen ndhie...@gmail.com: -- nosy: +hieu.nguyen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12317 ___ ___ Python-bugs-list

[issue14266] pyunit script as shorthand for python -m unittest

2012-10-25 Thread Hieu Nguyen
Changes by Hieu Nguyen ndhie...@gmail.com: -- nosy: +hieu.nguyen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14266 ___ ___ Python-bugs-list

[issue16306] Multiple error line for unknown command line parameter

2012-10-24 Thread Hieu Nguyen
Hieu Nguyen added the comment: I've attached the patch for this issue, including the test. -- keywords: +patch nosy: +hieu.nguyen Added file: http://bugs.python.org/file27705/issue16306.patch ___ Python tracker rep...@bugs.python.org http

[issue12886] datetime.strptime parses input wrong

2012-10-23 Thread Hieu Nguyen
Hieu Nguyen added the comment: I have attached a patch for this issue, so that if the format of the input argument doesn't match ISO 8601 format, it will return ValueError: time data xxx does not match format xxx. -- keywords: +patch nosy: +hieu.nguyen Added file: http

[issue12886] datetime.strptime parses input wrong

2012-10-23 Thread Hieu Nguyen
Hieu Nguyen added the comment: Attached another patch for clearer test cases against this fix (as suggested from Ezio). -- Added file: http://bugs.python.org/file27688/issue12886.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org