| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) | Dong-hee Na | 2019-08-23 | 1 | -0/+2 |
* | bpo-34691: Compile _contextvars module into main Python library (GH-11741) | Steve Dower | 2019-02-02 | 1 | -0/+4 |
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -2/+0 |
* | bpo-31333: Re-implement ABCMeta in C (#5273) | Ivan Levkivskyi | 2018-02-18 | 1 | -0/+2 |
* | bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) | Zachary Ware | 2018-02-11 | 1 | -0/+3 |
* | rename _imp initialization function to follow conventions (#5432) | Benjamin Peterson | 2018-01-29 | 1 | -2/+2 |
* | bpo-32588: Move _findvs into its own module and add missing _queue module to ... | Steve Dower | 2018-01-19 | 1 | -3/+0 |
* | bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632) | Steve Dower | 2017-09-07 | 1 | -1/+4 |
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -2/+0 |
* | bpo-31358: Pull zlib out of the repository (GH-3375) | Zachary Ware | 2017-09-06 | 1 | -0/+4 |
* | Remove all mention of Windows IA-64 support (GH-3389) | Zachary Ware | 2017-09-06 | 1 | -6/+0 |
* | Issue #16113: Add SHA-3 and SHAKE support to hashlib module. | Christian Heimes | 2016-09-07 | 1 | -0/+2 |
* | Issue #26798: Hello Winndows, my old friend. I've come to fix blake2 for you ... | Christian Heimes | 2016-09-07 | 1 | -0/+2 |
* | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -1/+1 |
* | Finish up signal -> _signal change | Brett Cannon | 2014-04-04 | 1 | -1/+1 |
* | fix #21076: turn signal module constants into enums | Giampaolo Rodola' | 2014-04-04 | 1 | -1/+1 |
* | Add _opcode to Windows build env | Christian Heimes | 2013-11-24 | 1 | -0/+2 |
* | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -0/+2 |
* | add _stat to list of builtin Windows modules | Christian Heimes | 2013-06-23 | 1 | -0/+2 |
* | Issue #16694: Add a pure Python implementation of the operator module. | Antoine Pitrou | 2013-04-20 | 1 | -2/+2 |
* | backout ce9c9cbd1b11, Build the _sha3 module with VS 2008 | Christian Heimes | 2012-10-21 | 1 | -2/+0 |
* | Build the _sha3 module with VS 2008. | Antoine Pitrou | 2012-10-21 | 1 | -0/+2 |
* | Issue #14605: Stop having implicit entries for sys.meta_path. | Brett Cannon | 2012-04-27 | 1 | -1/+0 |
* | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 1 | -3/+3 |
* | Issue #13959: Rename imp to _imp and add Lib/imp.py and begin | Brett Cannon | 2012-04-15 | 1 | -1/+1 |
* | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-31 | 1 | -0/+2 |
* | #9418: first step of moving private string methods to _string module. | Georg Brandl | 2010-10-14 | 1 | -0/+2 |
* | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -2/+2 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -67/+67 |
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -6/+2 |
* | On Windows, repair compilation of builtin modules _stringio and _pickle. | Amaury Forgeot d'Arc | 2008-06-12 | 1 | -0/+3 |
* | Removed _stringio from Windows build. | Alexandre Vassalotti | 2008-06-12 | 1 | -2/+0 |
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
* | Added Windows build config for _stringio and _pickle. | Alexandre Vassalotti | 2008-06-11 | 1 | -0/+4 |
* | Remove PyInit_cStringIO again. | Martin v. Löwis | 2008-06-11 | 1 | -1/+0 |
* | Update to PEP 3121. | Martin v. Löwis | 2008-06-11 | 1 | -109/+110 |
* | Fix the Windows build by removing references to the cStringIO module | Thomas Heller | 2008-06-10 | 1 | -2/+0 |
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
* | #2879: rename _winreg to winreg. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
* | Merged revisions 62734,62736,62748,62769 via svnmerge from | Christian Heimes | 2008-05-08 | 1 | -0/+2 |
* | Added code to compile new _bytesio on Windows | Christian Heimes | 2008-05-07 | 1 | -0/+2 |
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -1/+3 |
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -2/+0 |
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
* | Patch 1304, by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-22 | 1 | -0/+4 |
* | Remove more hotshot cruft. | Neal Norwitz | 2007-10-13 | 1 | -1/+0 |
* | clean out some hotshot-related build turds | Fred Drake | 2007-10-11 | 1 | -1/+0 |
* | Drop cPickle from Windows build process. | Martin v. Löwis | 2007-07-22 | 1 | -2/+0 |
* | atexit is a builtin module now, provide that on Windows. | Thomas Heller | 2007-07-13 | 1 | -0/+2 |
* | See SF# 1751801: Windows: Add the _fileio builtin module, and undefine | Thomas Heller | 2007-07-11 | 1 | -0/+2 |