[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-28 Thread Pablo Galindo Salgado


Change by Pablo Galindo Salgado :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread miss-islington


miss-islington  added the comment:


New changeset d7aa3d26845be77ebca1b3954830aace6ef31e58 by Miss Islington (bot) 
in branch '3.7':
bpo-39144 Align ctags and etags behaviours in the makefile and include Python 
stdlib files (GH-17721)
https://github.com/python/cpython/commit/d7aa3d26845be77ebca1b3954830aace6ef31e58


--

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread miss-islington


miss-islington  added the comment:


New changeset 2786fdec79c35b4a68afea2bbbedbba3b6eb2269 by Miss Islington (bot) 
in branch '3.8':
bpo-39144 Align ctags and etags behaviours in the makefile and include Python 
stdlib files (GH-17721)
https://github.com/python/cpython/commit/2786fdec79c35b4a68afea2bbbedbba3b6eb2269


--
nosy: +miss-islington

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread miss-islington


Change by miss-islington :


--
pull_requests: +17168
pull_request: https://github.com/python/cpython/pull/17723

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread miss-islington


Change by miss-islington :


--
pull_requests: +17167
pull_request: https://github.com/python/cpython/pull/17722

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:


New changeset ef7eaafc9d2e370cf79b3674e56f643bbfe239e2 by Pablo Galindo 
(Anthony Shaw) in branch 'master':
bpo-39144 Align ctags and etags behaviours in the makefile and include Python 
stdlib files (GH-17721)
https://github.com/python/cpython/commit/ef7eaafc9d2e370cf79b3674e56f643bbfe239e2


--
nosy: +pablogsal

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread anthony shaw


Change by anthony shaw :


--
keywords: +patch
pull_requests: +17166
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/17721

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread anthony shaw


anthony shaw  added the comment:

Also, make tags will reset the "tags" file, whereas, make TAGS will not.
If you ran "make tags" then "make TAGS" you will have a corrupt etags file

--

___
Python tracker 

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



[issue39144] Align ctags and etags targets and include Python stdlib

2019-12-27 Thread anthony shaw


New submission from anthony shaw :

make tags will include

- Modules/_ctypes/

where as make TAGS will not.

Also, neither include the Python source files for the standard library, which 
both etags and ctags are capable of handling.

PR to follow

--
components: Build
messages: 358917
nosy: anthony shaw
priority: normal
severity: normal
status: open
title: Align ctags and etags targets and include Python stdlib
type: enhancement

___
Python tracker 

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