[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-02-26 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +286 ___ Python tracker <http://bugs.python.org/issue26184> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26184] Add versionchanged note for error when create_module() is not defined by loaders

2017-02-26 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Merged and backported to 3.6. Closing this issue :) Thanks. -- nosy: +Mariatta resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28791] update sqlite to 3.15.2

2017-02-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Is this something we want to include for the upcoming 3.6.1 release? The latest sqlite version is 3.17.0. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28

[issue29659] Expose the `length` arg from shutil.copyfileobj for public use

2017-02-27 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue29659> ___ ___ Python-bugs-list mailing list Unsub

[issue28791] update sqlite to 3.17.0

2017-02-28 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Big Stone. Setting the version to 3.7. -- versions: -Python 3.6 ___ Python tracker <http://bugs.python.org/issue28

[issue29026] time.time() documentation should mention UTC timezone

2017-03-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +348 ___ Python tracker <http://bugs.python.org/issue29026> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29026] time.time() documentation should mention UTC timezone

2017-03-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +349 ___ Python tracker <http://bugs.python.org/issue29026> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-09-15 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Mention Pycharm community edition, and provide link to the wiki -- keywords: +patch nosy: +Mariatta Wijaya Added file: http://bugs.python.org/file44686/docupdate.patch ___ Python tracker <http://bugs.python.

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-09-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the feedback :) As suggested, I removed all other IDEs and just link to the wiki. -- Added file: http://bugs.python.org/file44705/docupdate2.patch ___ Python tracker <http://bugs.python.org/issue26

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-09-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm.. not sure if I did this correctly. I uploaded another patch file, is this right? Or, how can I edit my original patch? Thanks. -- ___ Python tracker <http://bugs.python.org/issue26

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-09-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the feedback, Berker :) I added some introductory statements, and added link to https://wiki.python.org/moin/IntegratedDevelopmentEnvironments I'll be open to other suggestions as well Thanks. -- Added file: http://bugs.pytho

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-09-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Forgot to change the title to Editors and IDEs. Updated now. Thanks. -- Added file: http://bugs.python.org/file44716/docupdate4.patch ___ Python tracker <http://bugs.python.org/issue26

[issue28281] Remove year limits from calendar

2016-09-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28281> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26869] unittest longMessage docs

2016-09-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue26869> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28294] HTTPServer server.py assumes sys.stderr != None

2016-09-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28294> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28210] argparse with subcommands difference in python 2.7 / 3.5

2016-09-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28210> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9253] argparse: optional subparsers

2016-09-28 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue9253> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28294] HTTPServer server.py assumes sys.stderr != None

2016-09-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'm interested to work on a patch for this, if no one started yet. -- ___ Python tracker <http://bugs.python.org/is

[issue28222] test_distutils fails

2016-09-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28222> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21879] str.format() gives poor diagnostic on placeholder mismatch

2016-09-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue21879> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23740] http.client request and send method have some datatype issues

2016-09-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue23740> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-09-29 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28315> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-09-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report. I agree, it should be instead of ? I'll work on a patch for this :) -- ___ Python tracker <http://bugs.python.org/is

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-09-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Updated the documentation to use instead of ? I also went through other examples in the page and fixed those too. -- keywords: +patch Added file: http://bugs.python.org/file44885/issue28315.patch ___ Python

[issue28294] HTTPServer server.py assumes sys.stderr != None

2016-09-29 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: use the logging module instead of sys.stderr -- keywords: +patch Added file: http://bugs.python.org/file44890/issue28294.patch ___ Python tracker <http://bugs.python.org/issue28

[issue28326] multiprocessing.Process depends on sys.stdout being open

2016-10-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28326> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22392] Clarify documentation of __getinitargs__

2016-10-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue22392> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28335] Exception reporting in `logging.config`

2016-10-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28335> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28089] Document TCP_NODELAY by default

2016-10-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28089> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28088] Document Transport.set_protocol and get_protocol

2016-10-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28088> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28088] Document Transport.set_protocol and get_protocol

2016-10-01 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Added the documentation for set_protocol and get_protocol. -- keywords: +patch Added file: http://bugs.python.org/file44918/issue28088.patch ___ Python tracker <http://bugs.python.org/issue28

[issue28222] test_distutils fails

2016-10-01 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm.. the test works for me on master branch $ ./python.exe -m test test_distutils Run tests sequentially 0:00:00 [1/1] test_distutils 1 test OK. Total duration: 4 sec Tests result: SUCCESS -- ___ Python tracker

[issue9850] obsolete macpath module dangerously broken and should be removed

2016-10-01 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue9850> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8145] Documentation about sqlite3 isolation_level

2016-10-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue8145> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue10716> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)

2016-10-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue25435> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28348] Doc typo in asyncio.Task

2016-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the report. Seems like easy fix :) I'll work on a patch for this today. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue28130] Document that time.tzset updates time module globals

2016-10-03 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28130> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26240] Docstring of the subprocess module should be cleaned up

2016-10-03 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue26240> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28348] Doc typo in asyncio.Task

2016-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: fixed the typo as reported. -- keywords: +patch Added file: http://bugs.python.org/file44948/issue28348.patch ___ Python tracker <http://bugs.python.org/issue28

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: ping :) -- ___ Python tracker <http://bugs.python.org/issue26149> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26149] Suggest PyCharm Community as an editor for Unix platforms

2016-10-03 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the feedback, Berker. I updated the patch as suggested. -- Added file: http://bugs.python.org/file44949/issue26149.patch ___ Python tracker <http://bugs.python.org/issue26

[issue15393] JSONDecoder.raw_decode breaks on leading whitespace

2016-10-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue15393> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11664] Add patch method to unittest.TestCase

2016-10-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue11664> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the update, Berker. Would you be able to remove the 'easy' keyword from this ticket? I'll keep myself in the nosy list as I'm interested to learn about this anyway :) -- ___ P

[issue17188] Document 'from None' in raise statement doc.

2016-10-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue17188> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Andre, You can subscribe to the core mentorship mailing list here: https://mail.python.org/mailman/listinfo/core-mentorship Once you subscribed, you'll get access to the said discussion :) It is not required, but it's a great place to ask qu

[issue20491] textwrap: Non-breaking space not honored

2016-10-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue20491> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26869] unittest longMessage docs

2016-10-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, please review the updated documentation. Thanks. -- keywords: +patch Added file: http://bugs.python.org/file44965/issue26869.patch ___ Python tracker <http://bugs.python.org/issue26

[issue28353] os.fwalk() unhandled exception when error occurs accessing symbolic link target

2016-10-04 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9850] obsolete macpath module dangerously broken and should be removed

2016-10-04 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'm just reading PEP-4 now for procedure of declaring a module deprecated. Should PEP-4 page be updated with the proposal / info for macpath deprecation? https://www.python.org/dev/peps/pep-0004/ T

[issue28362] Deprecation warning doesn't stand out enough

2016-10-04 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: In documentation for python 3.3, the deprecation warning is rendered in a red box which is more eye-catching. eg https://docs.python.org/3.3/library/imp.html?highlight=imp#module-imp But since python 3.4 onwards, seems like the red box disappears and the

[issue17188] Document 'from None' in raise statement doc.

2016-10-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: reuploaded thomir's patch issue17188_3.4.patch as is. I take no credit for this. -- Added file: http://bugs.python.org/file44967/issue17188_by_thomir.patch ___ Python tracker <http://bugs.python.org/is

[issue24632] Improve documentation about __main__.py

2016-10-05 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue24632> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24452] Make webbrowser support Chrome on Mac OS X

2016-10-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Well... I created a patch based on Ned's code :) This now works in the default branch Python 3.7.0a0 (default:f2204eaba685+, Oct 5 2016, 20:43:44) [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin Type "help", "copy

[issue27825] Make the documentation for statistics' data argument clearer.

2016-10-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Updated the docs and updated the example codes as well. Please review :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file44979/issue27825.patch ___ Python tracker <http://bugs.python.

[issue27859] argparse - subparsers does not retain namespace

2016-10-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Seems like this can be closed. Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue27859> ___ ___ Pytho

[issue24459] Mention PYTHONFAULTHANDLER in the man page

2016-10-05 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Joshua, Seems like your latest patch doesn't apply cleanly to the default branch. Can you rebase and upload a new patch? Thanks. -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/is

[issue18789] XML Vunerability Table Unclear

2016-10-06 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue18789> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18789] XML Vunerability Table Unclear

2016-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I'll work on this :) -- ___ Python tracker <http://bugs.python.org/issue18789> ___ ___ Python-bugs-list mailing list

[issue28381] Add a "starcaller" function

2016-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Josh, I think python ideas mailing list might have been a better venue for this. https://mail.python.org/mailman/listinfo/python-ideas -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28

[issue28206] signal.Signals not documented

2016-10-06 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- nosy: +Mariatta ___ Python tracker <http://bugs.python.org/issue28206> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21443] asyncio logging documentation clarifications

2016-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, I added the paragraph explaining how to change the log level for asyncio. Please check it out. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file44992/issue21443.patch

[issue18789] XML Vunerability Table Unclear

2016-10-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, here is the patch. I followed Raymond's suggestion to use 'vulnerable' or 'safe' instead of the original 'True' or 'False'. Please check it out. Thanks :) -- keywords: +patch Added file: http

[issue28315] incorrect "in ?" output in 'divide' example at "Defining Clean-up Actions" in tutorial

2016-10-07 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Jaysinh, I reviewed your changes, they look good to me. I can't approve it, so it would still be good for a core dev here to take another pass. Thanks :) -- ___ Python tracker <http://bugs.py

[issue28395] Remove unnecessary semicolons

2016-10-09 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Thanks scop. The patch looks good to me, and it can be applied cleanly to 3.5, 3.6, and default branches. I did find more occurrences of unnecessary semicolons, for example (not a complete list) https://github.com/python/cpython/blob/master/Lib/smtpd.py

[issue28208] update sqlite to 3.14.2

2016-10-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hello, Attached is the patch for updating sqlite version to 3.14.2. Please review, and let me know if this works. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45053/issue28208.patch

[issue28248] Upgrade installers to OpenSSL 1.0.2j

2016-10-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, I updated the openssl version from 1.0.2h to 1.0.2j in build-installer.py Please let me know if this works. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45054/issue28248.patch

[issue24452] Make webbrowser support Chrome on Mac OS X

2016-10-13 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: The documentation seems to indicate that chrome MacOS is supposed to work in 2.7, which makes this a bug. https://docs.python.org/2.7/library/webbrowser.html?highlight=webbrowser#module-webbrowser But... it could also be a documentation bug

[issue27825] Make the documentation for statistics' data argument clearer.

2016-10-14 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Updated patch based on feedback. Steven, I removed the example of median_grouped using Fractions. Would you be able to suggest better examples to be added in the docs? I also noticed that there are more examples of median_grouped in the paragraph below

[issue28455] argparse: convert_arg_line_to_args does not actually expect self argument

2016-10-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hello, I updated the documentation with an example of how to override ArgumentParser class. Hope this is a clearer than before. Please review. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45121/issue28455

[issue28465] python 3.5 magic number

2016-10-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi. imp.get_magic() is deprecated since 3.4, see the documentation here https://docs.python.org/3/library/imp.html?highlight=get_magic#imp.get_magic You should use importlib.util.MAGIC_NUMBER instead. Please try it. Thanks. -- nosy: +Mariatta

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hello, please review my patch. I used set subtraction to calculate wrong_fields, added more test cases, and clarify documentation with regards to extrasaction parameter. Please let me know if this works. Thanks :) -- nosy: +Mariatta Added file

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Hugh, Are you thinking of something like the following? class DictWriter: def __init__(self, f, fieldnames, restval="", extrasaction="raise", dialect="excel", *args, **kwds): self._fieldnames

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-20 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Hugh. Please check the updated patch :) -- Added file: http://bugs.python.org/file45168/issue18219v2.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : Added file: http://bugs.python.org/file45169/issue18219v3.patch ___ Python tracker <http://bugs.python.org/issue18219> ___ ___ Python-bug

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : Added file: http://bugs.python.org/file45170/issue18219v4.patch ___ Python tracker <http://bugs.python.org/issue18219> ___ ___ Python-bug

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : Added file: http://bugs.python.org/file45172/issue18219v5.patch ___ Python tracker <http://bugs.python.org/issue18219> ___ ___ Python-bug

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : Added file: http://bugs.python.org/file45173/issue18219v6.patch ___ Python tracker <http://bugs.python.org/issue18219> ___ ___ Python-bug

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Inada-san, Victor, thank you. Here is the updated patch. -- Added file: http://bugs.python.org/file45174/issue18219v7.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : Added file: http://bugs.python.org/file45175/issue18219v8.patch ___ Python tracker <http://bugs.python.org/issue18219> ___ ___ Python-bug

[issue18219] csv.DictWriter is slow when writing files with large number of columns

2016-10-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks David. I uploaded patch to address your concern with the docs. Can you please check? Serhiy, with regards to applying docs and test to 3.5, does that require a different patch than what I have? Thanks. -- Added file: http://bugs.python.org

[issue20847] asyncio docs should call out that network logging is a no-no

2016-10-21 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, I added to asyncio logging doc that the log file should point to a file on local filesystem. Please review. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45182/issue20847.patch

[issue25152] venv documentation doesn't tell you how to specify a particular version of python

2016-10-23 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > [2] library/venv.rst:27: default role used > 1 problem with severity 2 found. I made a patch to address it. Please review. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45196/issue25152

[issue25152] venv documentation doesn't tell you how to specify a particular version of python

2016-10-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks, Stéphane :) Perhaps this can be updated into patch review stage? -- ___ Python tracker <http://bugs.python.org/issue25

[issue25002] Deprecate asyncore/asynchat

2016-10-24 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, Attached is the patch that adds pending deprecation warnings to asyncore and asynchat. Please review. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45210/issue25002.patch

[issue25002] Deprecate asyncore/asynchat

2016-10-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Sorry about this Serhiy. I can work on another patch based on your code snippet later today. Should I create a different ticket about replacing asyncore and asynchat? -- ___ Python tracker <http://bugs.python.

[issue28533] Replace asyncore

2016-10-25 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Deprecation warning was added to asyncore in https://bugs.python.org/issue25002 asyncore is still used in several tests and should be replaced. -- messages: 279439 nosy: Mariatta priority: normal severity: normal status: open title: Replace asyncore

[issue28534] Replace asynchat

2016-10-25 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Deprecation warning was added to asynchat in https://bugs.python.org/issue25002 asynchat is still used in several tests and should be replaced. -- components: asyncio messages: 279441 nosy: Mariatta, gvanrossum, yselivanov priority: normal severity

[issue28533] Replace asyncore

2016-10-25 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- components: +asyncio nosy: +gvanrossum, yselivanov ___ Python tracker <http://bugs.python.org/issue28533> ___ ___ Python-bug

[issue25002] Deprecate asyncore/asynchat

2016-10-25 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks Serhiy, I created these two tickets: https://bugs.python.org/issue28534 https://bugs.python.org/issue28533 -- ___ Python tracker <http://bugs.python.org/issue25

[issue28088] Document Transport.set_protocol and get_protocol

2016-10-27 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: I added a note like this. .. note:: Switching protocol should only be done when both protocols are documented to support the switch. Would this work? Would appreciate any feedback of how to properly document this behavior. Thanks. -- Added

[issue28587] list.index documentation missing start and stop arguments

2016-11-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Attached is the patch to update the documentation. Please review. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45313/issue28587.patch ___ Python tracker <h

[issue28587] list.index documentation missing start and stop arguments

2016-11-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hmm, I did not mean to replace the documentation example like that. Here's another update. -- Added file: http://bugs.python.org/file45314/issue28587.patch ___ Python tracker <http://bugs.python.org/is

[issue20847] asyncio docs should call out that network logging is a no-no

2016-11-02 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : Removed file: http://bugs.python.org/file45182/issue20847.patch ___ Python tracker <http://bugs.python.org/issue20847> ___ ___ Python-bug

[issue26980] The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented

2016-11-02 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, I updated the documentation explaining the path argument. Let me know if this works. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45329/issue26980.patch ___ Python

[issue28587] list.index documentation missing start and stop arguments

2016-11-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Thanks for the feedback :) Makes sense, I'll work on another patch. -- ___ Python tracker <http://bugs.python.org/is

[issue28587] list.index documentation missing start and stop arguments

2016-11-06 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Here is an updated patch. Please review :) Thanks. -- Added file: http://bugs.python.org/file45376/issue28587v3.patch ___ Python tracker <http://bugs.python.org/issue28

[issue28644] Document recen changes in typing.py

2016-11-08 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi Ivan, I noticed you used two space indentation in your docs patch. Can you use 3 spaces instead? More guidelines here: https://docs.python.org/devguide/documenting.html?#use-of-whitespace Thanks :) -- nosy: +Mariatta

[issue28615] Document clarification: Section 5.4 Complex Number

2016-11-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Hi, here is the doc update, to be applied to 2.7 branch. Please review. Thanks :) -- keywords: +patch nosy: +Mariatta Added file: http://bugs.python.org/file45418/issue28615.patch ___ Python tracker <h

<    7   8   9   10   11   12   13   >