|
| 1 | +--- Python-2.7.15/Modules/Setup.dist.orig 2018-04-30 00:47:33.000000000 +0200 |
| 2 | ++++ Python-2.7.15/Modules/Setup.dist 2018-11-13 20:25:38.096160189 +0100 |
| 3 | +@@ -168,31 +168,31 @@ |
| 4 | + |
| 5 | + # Modules that should always be present (non UNIX dependent): |
| 6 | + |
| 7 | +-#array arraymodule.c # array objects |
| 8 | ++array arraymodule.c # array objects |
| 9 | + #cmath cmathmodule.c _math.c # -lm # complex math library functions |
| 10 | +-#math mathmodule.c _math.c # -lm # math library functions, e.g. sin() |
| 11 | +-#_struct _struct.c # binary structure packing/unpacking |
| 12 | +-#time timemodule.c # -lm # time operations and variables |
| 13 | +-#operator operator.c # operator.add() and similar goodies |
| 14 | ++math mathmodule.c _math.c # -lm # math library functions, e.g. sin() |
| 15 | ++_struct _struct.c # binary structure packing/unpacking |
| 16 | ++time timemodule.c # -lm # time operations and variables |
| 17 | ++operator operator.c # operator.add() and similar goodies |
| 18 | + #_testcapi _testcapimodule.c # Python C API test module |
| 19 | +-#_random _randommodule.c # Random number generator |
| 20 | +-#_collections _collectionsmodule.c # Container types |
| 21 | ++_random _randommodule.c # Random number generator |
| 22 | ++_collections _collectionsmodule.c # Container types |
| 23 | + #_heapq _heapqmodule.c # Heapq type |
| 24 | +-#itertools itertoolsmodule.c # Functions creating iterators for efficient looping |
| 25 | ++itertools itertoolsmodule.c # Functions creating iterators for efficient looping |
| 26 | + #strop stropmodule.c # String manipulations |
| 27 | +-#_functools _functoolsmodule.c # Tools for working with functions and callable objects |
| 28 | ++_functools _functoolsmodule.c # Tools for working with functions and callable objects |
| 29 | + #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator |
| 30 | + #_pickle _pickle.c # pickle accelerator |
| 31 | + #datetime datetimemodule.c # date/time type |
| 32 | +-#_bisect _bisectmodule.c # Bisection algorithms |
| 33 | ++_bisect _bisectmodule.c # Bisection algorithms |
| 34 | + |
| 35 | +-#unicodedata unicodedata.c # static Unicode character database |
| 36 | ++unicodedata unicodedata.c # static Unicode character database |
| 37 | + |
| 38 | + # access to ISO C locale support |
| 39 | + #_locale _localemodule.c # -lintl |
| 40 | + |
| 41 | + # Standard I/O baseline |
| 42 | +-#_io -I$(srcdir)/Modules/_io _io/bufferedio.c _io/bytesio.c _io/fileio.c _io/iobase.c _io/_iomodule.c _io/stringio.c _io/textio.c |
| 43 | ++_io -I$(srcdir)/Modules/_io _io/bufferedio.c _io/bytesio.c _io/fileio.c _io/iobase.c _io/_iomodule.c _io/stringio.c _io/textio.c |
| 44 | + |
| 45 | + |
| 46 | + # Modules with some UNIX dependencies -- on by default: |
| 47 | +@@ -252,14 +252,14 @@ |
| 48 | + # Message-Digest Algorithm, described in RFC 1321. The necessary files |
| 49 | + # md5.c and md5.h are included here. |
| 50 | + |
| 51 | +-#_md5 md5module.c md5.c |
| 52 | ++_md5 md5module.c md5.c |
| 53 | + |
| 54 | + |
| 55 | + # The _sha module implements the SHA checksum algorithms. |
| 56 | + # (NIST's Secure Hash Algorithms.) |
| 57 | +-#_sha shamodule.c |
| 58 | +-#_sha256 sha256module.c |
| 59 | +-#_sha512 sha512module.c |
| 60 | ++_sha shamodule.c |
| 61 | ++_sha256 sha256module.c |
| 62 | ++_sha512 sha512module.c |
| 63 | + |
| 64 | + |
| 65 | + # SGI IRIX specific modules -- off by default. |
| 66 | +@@ -434,13 +434,13 @@ |
| 67 | + |
| 68 | + |
| 69 | + # Helper module for various ascii-encoders |
| 70 | +-#binascii binascii.c |
| 71 | ++binascii binascii.c |
| 72 | + |
| 73 | + # Fred Drake's interface to the Python parser |
| 74 | + #parser parsermodule.c |
| 75 | + |
| 76 | + # cStringIO and cPickle |
| 77 | +-#cStringIO cStringIO.c |
| 78 | ++cStringIO cStringIO.c |
| 79 | + #cPickle cPickle.c |
| 80 | + |
| 81 | + |
| 82 | +@@ -464,7 +464,7 @@ |
| 83 | + # Andrew Kuchling's zlib module. |
| 84 | + # This require zlib 1.1.3 (or later). |
| 85 | + # See http://www.gzip.org/zlib/ |
| 86 | +-#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz |
| 87 | ++zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz |
| 88 | + |
| 89 | + # Interface to the Expat XML parser |
| 90 | + # |
0 commit comments