Author: serge_sans_paille
Date: Thu Mar 21 07:44:58 2019
New Revision: 356672
URL: http://llvm.org/viewvc/llvm-project?rev=356672&view=rev
Log:
Workaround Python's map difference between Python2/3
When the output of map is not used, using a list comprehension or an explicit
call to list looks awk
Author: serge_sans_paille
Date: Fri Sep 6 04:06:23 2019
New Revision: 371195
URL: http://llvm.org/viewvc/llvm-project?rev=371195&view=rev
Log:
Remove call to obsolete gethostbyname, using getaddrinfo
Differential Revision: https://reviews.llvm.org/D67230
Modified:
lldb/trunk/source/Host/pos
Author: serge_sans_paille
Date: Mon Mar 25 08:23:34 2019
New Revision: 356910
URL: http://llvm.org/viewvc/llvm-project?rev=356910&view=rev
Log:
Python 2/3 compat: StringIO
Differential Revision: https://reviews.llvm.org/D59582
Modified:
lldb/trunk/examples/customization/bin-utils/binutils.py
Author: serge_sans_paille
Date: Mon Mar 25 08:21:29 2019
New Revision: 356908
URL: http://llvm.org/viewvc/llvm-project?rev=356908&view=rev
Log:
Python 2/3 compat: str vs basestring
Differential Revision: https://reviews.llvm.org/D59589
Modified:
lldb/trunk/examples/summaries/cocoa/CFArray.py
Author: serge_sans_paille
Date: Mon Mar 25 08:22:41 2019
New Revision: 356909
URL: http://llvm.org/viewvc/llvm-project?rev=356909&view=rev
Log:
Python 2/3 compat: tkinter
Differential Revision: https://reviews.llvm.org/D59586
Modified:
lldb/trunk/examples/python/lldbtk.py
Modified: lldb/tru
Author: serge_sans_paille
Date: Tue Mar 26 07:46:15 2019
New Revision: 356995
URL: http://llvm.org/viewvc/llvm-project?rev=356995&view=rev
Log:
python 2/3 compat: commands vs subprocess
Differential Revision: https://reviews.llvm.org/D59584
Modified:
lldb/trunk/examples/python/delta.py
l
Author: serge_sans_paille
Date: Mon Mar 25 08:12:48 2019
New Revision: 356904
URL: http://llvm.org/viewvc/llvm-project?rev=356904&view=rev
Log:
Python 2/3 compat: unichr vs chr
Modified:
lldb/trunk/examples/summaries/cocoa/CFString.py
Modified: lldb/trunk/examples/summaries/cocoa/CFString.py
Author: serge_sans_paille
Date: Mon Mar 25 08:14:56 2019
New Revision: 356906
URL: http://llvm.org/viewvc/llvm-project?rev=356906&view=rev
Log:
Python 2/3 compat: queue vs Queue
Differential Revision: https://reviews.llvm.org/D59590
Modified:
lldb/trunk/utils/lui/lui.py
lldb/trunk/utils/
Author: serge_sans_paille
Date: Thu Mar 21 00:19:09 2019
New Revision: 356647
URL: http://llvm.org/viewvc/llvm-project?rev=356647&view=rev
Log:
Use list comprehension instead of map/filter to prepare Python2/3 compat
Differential Revision: https://reviews.llvm.org/D59579
Modified:
lldb/trunk
Author: serge_sans_paille
Date: Thu Mar 21 07:47:40 2019
New Revision: 356673
URL: http://llvm.org/viewvc/llvm-project?rev=356673&view=rev
Log:
Workaround items/iteritems difference between Python2 and Python3
Differential Revision: https://reviews.llvm.org/D59588
Modified:
lldb/trunk/exampl
Author: serge_sans_paille
Date: Thu Mar 21 07:39:55 2019
New Revision: 356670
URL: http://llvm.org/viewvc/llvm-project?rev=356670&view=rev
Log:
Portable exception value access across Python 2 / Python 3
Differential Revision: https://reviews.llvm.org/D59583
Modified:
lldb/trunk/examples/pyth
Author: serge_sans_paille
Date: Thu Mar 21 07:41:34 2019
New Revision: 356671
URL: http://llvm.org/viewvc/llvm-project?rev=356671&view=rev
Log:
Portable int/long conversion across Python 2 / Python 3
Differential Revision: https://reviews.llvm.org/D59585
Modified:
lldb/trunk/examples/python/
12 matches
Mail list logo