1018 Commits (cb39d1f466eeecbec969f50a5df609eb0a863084)

Author SHA1 Message Date
Steve Dower 8fc8980c96 Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler. 11 years ago
Serhiy Storchaka bfbfc8deb2 Removed unintentional trailing spaces in text files. 11 years ago
Serhiy Storchaka 009b811d67 Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
Steve Dower 13be8c2691 Removes unused format string insertion in launcher.c. 11 years ago
Steve Dower d81431f587 Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. 11 years ago
Steve Dower 3e96f324dc Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. 11 years ago
Steve Dower 76998fef2c Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) 11 years ago
Steve Dower f63dab5a84 Back-out wcstok deprecation suppression and updates calls to use wcstok_s. 11 years ago
Steve Dower d671213744 Closes #23018: Replace copyright symbol with escape. 11 years ago
Serhiy Storchaka 1a1ff29659 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer 11 years ago
Steve Dower bb24087a2c Issue #23260: Update Windows installer 11 years ago
Steve Dower 9c13bd9ac2 Updated copyright year (after my patch from last year reverted it) 11 years ago
Steve Dower ab04064756 Issue 23018: Add version info to python[w].exe 11 years ago
Steve Dower 2587952f2f Fixes sys.winver generation and removes dependency on user32.dll 11 years ago
Steve Dower 84bcfb35da Changes %s to %ls in wprintf in launcher.c for C99 compatibility. 11 years ago
Benjamin Peterson 47e782a67a update for copyright for 2015 11 years ago
Steve Dower 03a144bb6a #22980 Adds platform and version tags to .pyd files 11 years ago
Steve Dower 89fc3caedb Make bdist_wininst build only on demand 11 years ago
Steve Dower 1f6c29a914 Removes bdist_wininst dependency on MFC. 11 years ago
Benjamin Peterson 25c7d3fb21 give a nice message when installer is launched w/o admin rights (closes #16561) 11 years ago
Steve Dower 65e4cb10d9 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 11 years ago
Victor Stinner f427a14156 Issue #22592: Drop support of the Borland C compiler to build Python 12 years ago
Georg Brandl edc3cbaaba Copyright year update, add version to licenses. 12 years ago
Antoine Pitrou 0676a406bf Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. 12 years ago
Zachary Ware 64ba60aa57 Issue #21958: Define HAVE_ROUND when building with VS 2013 and above. 12 years ago
Zachary Ware ad4690fcca Issue #21151: Fixed a segfault in the winreg module. 12 years ago
Zachary Ware 732ac3214b Issue #21713: Fix typo in a comment. Found by Joseph Shen. 12 years ago
Martin v. Löwis 3d5c9e2c67 Update to 1.0.1g 12 years ago
Brett Cannon be9acefc6b Finish up signal -> _signal change 12 years ago
Giampaolo Rodola' e09fb7198a fix #21076: turn signal module constants into enums 12 years ago
Zachary Ware 6373ba5199 Bump Windows build to 3.5 12 years ago
Victor Stinner 9cb1ec5fb5 Issue #20908: PyMem_Malloc() must be used with PyMem_Free(), not with free() 12 years ago
Jesus Cea 782c4cf155 Closes #20908: Memory leak in Reg2Py() 12 years ago
Martin v. Löwis a663069b5c Issue #20465: Update Windows installer to SQLite 3.8.3.1. 12 years ago
Martin v. Löwis 09257f7ced Issue #20465: Update Windows installer to SQLite 3.8.3.1. 12 years ago
Zachary Ware 2d659518aa Issue #20221: Removed conflicting (or circular) hypot definition 12 years ago
Larry Hastings 71d4e44fd7 Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. 12 years ago
Zachary Ware 0c9beb64de Issue #20221: Removed conflicting (or circular) hypot definition 12 years ago
Serhiy Storchaka 7f470d0f9c Issue #19936: Remove executable bits from C source files and several forgotten 12 years ago
Martin v. Löwis 8d805d751b Regenerate python34stub.def. 12 years ago
Martin v. Löwis 7476289873 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. 12 years ago
Martin v. Löwis 24e43308b7 * Issue #16113: Remove sha3 module again. 12 years ago
Benjamin Peterson fa10ae0978 update copyright year 12 years ago
Christian Heimes 71135ac72d Add _opcode to Windows build env 12 years ago
Victor Stinner ed3b0bca3e Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
Martin v. Löwis baacf4d293 Update xz to 5.0.5. 12 years ago
Martin v. Löwis bc2f0ba6b8 Update SQLite to 3.8.1 on Windows. 12 years ago
Christian Heimes 552e6c7284 Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h 12 years ago
Christian Heimes 2658dd7cab Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. 12 years ago
Victor Stinner 6715828d89 _msi.c: Fix compiler warnings on Windows 64-bit 12 years ago