Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Modules/Setup.dist

    r2 r388  
    119119_sre _sre.c                     # Fredrik Lundh's new regular expressions
    120120_codecs _codecsmodule.c         # access to the builtin codecs and codec registry
     121_weakref _weakref.c             # weak references
    121122
    122123# The zipimport module is always imported at startup. Having it as a
     
    169170
    170171#array arraymodule.c    # array objects
    171 #cmath cmathmodule.c # -lm # complex math library functions
    172 #math mathmodule.c # -lm # math library functions, e.g. sin()
     172#cmath cmathmodule.c _math.c # -lm # complex math library functions
     173#math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
    173174#_struct _struct.c      # binary structure packing/unpacking
    174175#time timemodule.c # -lm # time operations and variables
    175176#operator operator.c    # operator.add() and similar goodies
    176 #_weakref _weakref.c    # basic weak reference support
    177177#_testcapi _testcapimodule.c    # Python C API test module
    178178#_random _randommodule.c        # Random number generator
    179179#_collections _collectionsmodule.c # Container types
     180#_heapq _heapqmodule.c          # Heapq type
    180181#itertools itertoolsmodule.c    # Functions creating iterators for efficient looping
    181182#strop stropmodule.c            # String manipulations
     
    191192#_locale _localemodule.c  # -lintl
    192193
     194# Standard I/O baseline
     195#_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
     196
    193197
    194198# Modules with some UNIX dependencies -- on by default:
     
    208212
    209213# Socket module helper for socket(2)
    210 #_socket socketmodule.c
     214#_socket socketmodule.c timemodule.c
    211215
    212216# Socket module helper for SSL support; you must comment out the other
Note: See TracChangeset for help on using the changeset viewer.