summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...Miss Islington (bot)2019-06-101-1/+1
* closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...Miss Islington (bot)2018-11-011-1/+1
* Delete old expat comment. (GH-9197)Miss Islington (bot)2018-09-111-8/+0
* bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE...Miss Islington (bot)2018-04-201-19/+19
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+1
* bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289)Victor Stinner2018-01-241-5/+1
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-0/+1
* bpo-29137: Remove fpectl module (#4789)Nathaniel J. Smith2018-01-051-14/+0
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-13/+1
* remove IRIX support (closes bpo-31341) (#3310)Benjamin Peterson2017-09-041-3/+0
* Add missing _sha3 module to Setup.dist (#2395)Segev Finer2017-09-041-0/+1
* bpo-20210: Support the *disabled* marker in Setup files (GH-132)xdegaye2017-05-271-9/+20
* Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-151-1/+1
* - Modules/Setup.dist: Add the _blake2 moduledoko@ubuntu.com2016-10-111-0/+2
* Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-091-0/+1
* remove --with(out)-signal-module, since the signal module is non-optionalBenjamin Peterson2016-09-091-0/+1
* - merge 3.4doko@ubuntu.com2015-04-131-1/+1
|\
| * - Use PLATDIR for the platform directory everywhere (refactoring only)doko@ubuntu.com2015-04-131-1/+1
* | - Modules/Setup.dist: remove time extension duplicate, introduced by the fix...doko@ubuntu.com2015-04-121-2/+1
* | Issue #5309: distutils' build and build_ext commands now accept a ``-j``Antoine Pitrou2014-09-261-0/+1
|/
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-7/+10
* Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+1
* Add reference implementation for PEP 443Ɓukasz Langa2013-06-051-1/+1
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-1/+1
* ... and fix the name of the sha1 file name.doko@ubuntu.com2012-06-211-1/+1
* Fix name of the sha1 extension.doko@ubuntu.com2012-06-211-1/+1
* Remove references to removed md5.h and md5.c files.doko@ubuntu.com2012-06-211-3/+2
* Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|\
| * Fix few typos.Florent Xicluna2011-11-111-1/+1
* | Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-311-0/+3
* | Issue #10924: Adding salt and Modular Crypt Format to crypt library.Sean Reifscheider2011-02-221-1/+1
|/
* Removing the comment lines for the modules which were made to build statically.Senthil Kumaran2010-08-151-3/+0
* Fix Issue9545 - Adding _collections to static build.Senthil Kumaran2010-08-091-0/+3
* Issue #7989: Added pure python implementation of the datetime module.Alexander Belopolsky2010-07-231-1/+1
* - Mention _posixsubprocess.c in Modules/Setup.distMatthias Klose2010-04-221-0/+1
* Merged revisions 76978 via svnmerge fromMark Dickinson2009-12-211-1/+1
* Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-1/+1
* #3791: remove last traces of bsddb.Georg Brandl2009-06-041-19/+0
* adjust Setup.dist to build _functools and _localeBenjamin Peterson2009-05-231-4/+4
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-1/+1
* - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge.Matthias Klose2009-03-221-0/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-4/+3
* - Modules/Setup.dist: Mention _heapqMatthias Klose2009-02-221-0/+1
* - Modules/Setup.dist: Add _bisectMatthias Klose2008-11-271-0/+1
* - Modules/Setup.dist: add datetime, update _elementtreeMatthias Klose2008-11-271-1/+2
* - Modules/Setup.dist: Update pyexpatMatthias Klose2008-11-271-3/+1
* - Modules/Setup.dist: Fix typo in last checkinMatthias Klose2008-11-261-1/+1
* - Modules/Setup.dist: Mention _elementtree and _pickle.Matthias Klose2008-11-261-0/+2
* - Fix typo in last checkinMatthias Klose2008-11-231-1/+1
* Merge 67349 from the trunk:Matthias Klose2008-11-231-0/+1