[issue35054] Add more index entries for symbols

2018-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5b2e1cfde28cce7f4b9275ec1b3757c561eef94e by Serhiy Storchaka in branch '3.6': [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182) https://github.com/python/cpython/commit/5b2e1cfde28cce7f4b9275ec1b3757c561eef94e -

[issue35054] Add more index entries for symbols

2018-10-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35054] Add more index entries for symbols

2018-10-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9505 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35054] Add more index entries for symbols

2018-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset fdf48b6b88f44a3ae6dc3e5eaea40c226c7df6c7 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171) https://github.com/python/cpython/commit/fdf48b6b88f44a3ae6dc3e5eaea4

[issue35054] Add more index entries for symbols

2018-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 913876d824d969f8c7431e8a9d4610a9a11a786e by Serhiy Storchaka in branch 'master': bpo-35054: Add yet more index entries for symbols. (GH-10121) https://github.com/python/cpython/commit/913876d824d969f8c7431e8a9d4610a9a11a786e --

[issue35054] Add more index entries for symbols

2018-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +9495 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35054] Add more index entries for symbols

2018-10-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 10121 adds names for single-character symbols (e.g. "* (asterisk)"). It also adds more indices for symbols in fnmatch, glob, struct, argparse, sqlite3, etc. -- ___ Python tracker

[issue35054] Add more index entries for symbols

2018-10-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9453 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35054] Add more index entries for symbols

2018-10-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e825b4e1a9bbe1d4c561f4cbbe6857653ef13a15 by Serhiy Storchaka in branch '3.6': [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119) https://github.com/python/cpython/commit/e825b4e1a9bbe1d4c561f4cbbe6857653ef13a15 -

[issue35054] Add more index entries for symbols

2018-10-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9a75b8470a2e0de5406edcabba140f023c99c6a9 by Serhiy Storchaka in branch '3.7': [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120) https://github.com/python/cpython/commit/9a75b8470a2e0de5406edcabba140f023c99c6a9 -

[issue35054] Add more index entries for symbols

2018-10-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9452 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35054] Add more index entries for symbols

2018-10-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9451 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35054] Add more index entries for symbols

2018-10-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset ddb961d2abe5d5fde76d85b21a77e4e91e0043ad by Serhiy Storchaka in branch 'master': bpo-35054: Add more index entries for symbols. (GH-10064) https://github.com/python/cpython/commit/ddb961d2abe5d5fde76d85b21a77e4e91e0043ad --

[issue35054] Add more index entries for symbols

2018-10-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +9400 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue35054] Add more index entries for symbols

2018-10-23 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The proposed PR adds index entries for all operators, syntax elements and keywords. It also adds index entries for symbols in related minilanguages: * escape sequences in string literals * metacharacters and escape sequences in regular expressions * symbo