summaryrefslogtreecommitdiff
path: root/PC/pyconfig.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)Miss Islington (bot)2019-02-251-7/+0
* bpo-11566: Extension build errors on Windows for _hypot (GH-11283)Miss Islington (bot)2018-12-211-6/+0
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-271-0/+3
* bpo-30860: Move windows.h include out of internal/*.h. (#3458)Eric Snow2017-09-111-16/+15
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-071-12/+14
* Remove all mention of Windows IA-64 support (GH-3389)Zachary Ware2017-09-061-8/+1
* bpo-30946: Remove obsolete fallback code in readline module (#2738)Antoine Pitrou2017-07-181-3/+0
* bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)INADA Naoki2017-06-291-1/+1
* bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)Segev Finer2017-06-281-0/+3
* bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)Victor Stinner2017-06-281-49/+52
* bpo-26121: Use C library implementation for math functions erf() and erfc() o...Serhiy Storchaka2017-03-121-0/+6
* Bump to 3.7.0a0Ned Deily2016-09-121-2/+2
* hardcode sizeof(_Bool) on windowsBenjamin Peterson2016-09-071-0/+3
* require standard int types to be defined (#17884)Benjamin Peterson2016-09-061-33/+4
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-3/+2
* Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-47/+0
* Merge typo fixes from 3.5Martin Panter2016-05-081-1/+1
|\
| * Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* | Closes #24953: Merge with 3.5Zachary Ware2015-08-291-0/+8
|\ \ | |/
| * Issue #24953: Include ICC version in sys.version string when bulit with ICC o...Zachary Ware2015-08-281-0/+8
| * Reverting my previous commit.Yury Selivanov2015-05-301-2/+2
|/
* Update Windows build for 3.6Zachary Ware2015-05-281-2/+2
* Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...Steve Dower2015-03-021-3/+3
* #22980 Adds platform and version tags to .pyd filesSteve Dower2014-12-151-0/+4
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-0/+7
* Issue #22592: Drop support of the Borland C compiler to build PythonVictor Stinner2014-10-221-29/+0
* Issue #21958: Merge with 3.4Zachary Ware2014-07-251-0/+5
|\
| * Issue #21958: Define HAVE_ROUND when building with VS 2013 and above.Zachary Ware2014-07-251-0/+5
* | Closes #21713: Merge with 3.4Zachary Ware2014-06-111-1/+1
|\ \ | |/
| * Issue #21713: Fix typo in a comment. Found by Joseph Shen.Zachary Ware2014-06-111-1/+1
| * Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-201-0/+4
* | Bump Windows build to 3.5Zachary Ware2014-03-171-2/+2
* | Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-201-0/+4
|\ \ | |/ |/|
| * Issue #20221: Removed conflicting (or circular) hypot definitionZachary Ware2014-02-201-0/+4
* | Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.hChristian Heimes2013-11-201-2/+0
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Issue #17931: Resolve confusion on Windows between pids and process handles.Richard Oudkerk2013-06-051-2/+2
* | Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identifiedVictor Stinner2013-06-041-0/+3
* | Issue #17615: On Windows (VS2010), Performances of wmemcmp() to compare UnicodeVictor Stinner2013-04-091-3/+0
* | Issue #17615: Comparing two Unicode strings now uses wmemcmp() when possibleVictor Stinner2013-04-081-0/+3
* | Identify the ARM compiler.Martin v. Löwis2013-01-291-1/+3
* | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-251-7/+1
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-2/+2
|/
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-2/+7
* merge 3.2Matthias Klose2012-03-141-1/+1
|\
| * merge 3.1Matthias Klose2012-03-141-1/+1
| |\
| | * - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
| | * Merged revisions 75537,75539 via svnmerge fromAntoine Pitrou2009-10-191-0/+5
* | | Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
|\ \ \ | |/ /