summaryrefslogtreecommitdiff
path: root/PCbuild/pythoncore.vcxproj.filters
Commit message (Expand)AuthorAgeFilesLines
* bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)Miss Islington (bot)2019-02-021-3/+0
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+3
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-0/+3
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-221-0/+18
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-161-0/+3
* move pygetopt.h to internal (closes bpo-32264) (#4830)Benjamin Peterson2017-12-141-1/+1
* bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki2017-12-141-0/+3
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-041-0/+3
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-021-3/+0
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-011-0/+3
* bpo-32096: Remove obj and mem from _PyRuntime (#4532)Victor Stinner2017-11-241-4/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-0/+21
* bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)Steve Dower2017-09-071-70/+73
* Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)Eric Snow2017-09-051-24/+0
* bpo-30860: Consolidate stateful runtime globals. (#2594)Eric Snow2017-09-051-0/+24
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-221-2/+2
* bpo-29524: Add Objects/call.c file (#12)Victor Stinner2017-02-121-0/+3
* mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-201-3/+0
* Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-151-3/+3
* Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-091-0/+3
* compile dtrace stubsBenjamin Peterson2016-09-091-1/+4
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-301-0/+3
* Issue #16113: compile the module on Windows, too.Christian Heimes2016-09-071-0/+3
* Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-061-0/+9
* Issue #27186: add Include/osmodule.h to the proper build rulesBrett Cannon2016-06-121-1/+4
* Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-0/+3
* Issue #25361: Disables use of SSE2 instructions in Windows 32-bit buildSteve Dower2015-10-111-0/+6
* Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-251-0/+6
* Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...Steve Dower2015-03-061-0/+3
* Issue #22869: Add pylifecycle.c/.h files to pythoncore project.Steve Dower2014-11-201-0/+6
* Properly filter some recent additions in the Windows build files.Zachary Ware2013-12-111-2/+18
* ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-0/+6
* Issue #18685: Extract template part of _sre.c into separated sre_lib.h file.Serhiy Storchaka2013-10-261-0/+9
* Add _stat module to VS project file -- this time with the GUI instead of manu...Christian Heimes2013-06-231-0/+3
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-1/+1
* Issue #16061: Speed up str.replace() for replacing 1-character strings.Serhiy Storchaka2013-04-131-0/+3
* Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-181-0/+8
* Remove missing files from the PCbuild pythoncore project. This avoids aKristján Valur Jónsson2012-05-191-12/+0
* Stop including gzio in the build; it's not used.Martin v. Löwis2012-05-151-3/+0
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+932