32 Commits (2ab6ddb19d4e4e43249710fe7d34b1d821c5fc47)

Author SHA1 Message Date
Eric Snow dce09c34a0 Issue #16991: Add odictobject.h on Windows. 11 years ago
Gregory P. Smith 8cb6569fe1 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 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 f63dab5a84 Back-out wcstok deprecation suppression and updates calls to use wcstok_s. 11 years ago
Steve Dower b3f51e3c44 Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. 11 years ago
Steve Dower 2587952f2f Fixes sys.winver generation and removes dependency on user32.dll 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
Steve Dower 8314690a26 Issue #22869: Add pylifecycle.c/.h files to pythoncore project. 11 years ago
Victor Stinner 115171086a Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. 12 years ago
Victor Stinner 1d8948e023 Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ 12 years ago
Victor Stinner d18ccd19f0 tets 12 years ago
Tim Golden 55c2364561 Issue21452 Add missing backslash to build path for make_buildinfo 12 years ago
Zachary Ware 404b5dac85 "Escape" a character in the middle of "warning" 12 years ago
Zachary Ware 1626993f38 "Escape" a character in the middle of "warning" 12 years ago
Zachary Ware 9e5a9876ad Issue #20609: Fix building 64-bit binaries on 32-bit Windows. 12 years ago
Zachary Ware ee227ae7cf Issue #20609: Merge with 3.3. 12 years ago
Zachary Ware bb65b5bf1d Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the 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
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
Serhiy Storchaka 8444ebbd72 Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. 12 years ago
Christian Heimes 59b2401070 Add _stat module to VS project file -- this time with the GUI instead of manually. 13 years ago
Christian Heimes c77d9f38c2 Issue #11016: Add C implementation of the stat module as _stat 13 years ago
Antoine Pitrou a85017fbe3 Issue #16694: Add a pure Python implementation of the operator module. 13 years ago
Serhiy Storchaka e2cef885a2 Issue #16061: Speed up str.replace() for replacing 1-character strings. 13 years ago
Kristján Valur Jónsson e75ff35af2 Issue #15038: Optimize python Locks on Windows 14 years ago
Richard Oudkerk 9650d36498 Add namespaceobject.h and namespaceobject.c to pythoncore.vcxproj 14 years ago
Kristjan Valur Jonsson d2456556b2 Issue #14952: Fix incorrect output dll names for win64/debug builds, causing 14 years ago
Kristján Valur Jónsson 77a1cf1622 Remove missing files from the PCbuild pythoncore project. This avoids a 14 years ago
Kristján Valur Jónsson c45ea9ebc7 Clean up the PCBuild project files, removing redundant settings and 14 years ago
Martin v. Löwis c0181eb449 Stop including gzio in the build; it's not used. 14 years ago
Brian Curtin 40e41bb77c changeset: 76969:0cbe1099226d 14 years ago
Brian Curtin 401f9f3d32 Fix #13210. Port the Windows build from VS2008 to VS2010. 14 years ago