summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj.filters
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Python now uses SipHash24 on all major platforms.
* 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 ↵Christian Heimes2013-06-231-0/+3
| | | | manually.
* Issue #16694: Add a pure Python implementation of the operator module.Antoine Pitrou2013-04-201-1/+1
| | | | Patch by Zachary Ware.
* 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
| | | | | Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows.
* Remove missing files from the PCbuild pythoncore project. This avoids aKristján Valur Jónsson2012-05-191-12/+0
| | | | "missing dependency", causing pythocore to be rebuilt every time.
* 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