900 Commits (643238eb53805bc77148adbca83cd22e34d8aeba)

Author SHA1 Message Date
Serhiy Storchaka 9594942716 Issue #18783: Removed existing mentions of Python long type in docstrings, 13 years ago
Georg Brandl 84fc4ba67e Closes #17962: Build with OpenSSL 1.0.1e on Windows. 13 years ago
Martin v. Löwis 005fb742b9 Fix typo 13 years ago
Martin v. Löwis cc0b927b74 Issue #17425: Build with openssl 1.0.1d on Windows. 13 years ago
Martin v. Loewis 5be6d74a0d Issue #17425: Build with openssl 1.0.0k on Windows. 13 years ago
Gregory P. Smith b803c6c4b8 Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and 13 years ago
Georg Brandl a7d2f0061f Copyright update to 2013. 13 years ago
Martin v. Loewis 18613e6e7b Issue #17425: Build against openssl 0.9.8y on Windows. 13 years ago
Vinay Sajip 66fef9f049 Closes #17290: Loading cursor now does not persist when launching GUI scripts. 13 years ago
Brian Curtin 33e05e7905 Fix #16759. Convert DWORD registry values using unsigned long. 13 years ago
Brian Curtin 172e42295f Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. 13 years ago
Brian Curtin 0e091b0365 Fix #14420. Check for PyLong as well as PyInt when converting in Py2Reg. 13 years ago
Brian Curtin 12706f2082 Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. 13 years ago
Andrew Svetlov 616f8035a8 Issue #16197: Fix several small errors in winreg documentation. 14 years ago
Brian Curtin e9aeca7c24 Fix #16197. Update docstrings and documentation to match winreg code. 14 years ago
Martin v. Löwis 75aeaa9b18 Issue #11626: Add _SizeT functions to stable ABI. 14 years ago
Martin v. Löwis 9c56409d33 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. 14 years ago
Martin v. Löwis 1641cea02b Issue #15150: regenerate python3stub.def. 14 years ago
Martin v. Löwis 7349eb27d7 The build target of this makefile is python3.dll, not python32.dll. 14 years ago
Martin v. Löwis 7800f75827 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 14 years ago
Brian Curtin 6b2cf01744 Remove associator project - it's not needed 14 years ago
Martin v. Löwis 6a8ca3edfd Remove the original license, as this was contributed under Vinay Sajip's agreement. 14 years ago
Martin v. Löwis af21ebb424 Fix UNICODE glitch. 14 years ago
Martin v. Löwis 91a3468f45 Fix off-by-one error. 14 years ago
Martin v. Löwis f36d65c7c8 Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings. 14 years ago
Martin v. Löwis 56bf6f8202 Add version resource. 14 years ago
Brian Curtin 9698bde3c2 Add associator 14 years ago
Brian Curtin 07165f73c4 Add launcher source and resources 14 years ago
Antoine Pitrou 58440c91ce Issue #15070: fix VS9.0 build regression 14 years ago
Vinay Sajip 7ded1f0f69 Implemented PEP 405 (Python virtual environments). 14 years ago
Martin v. Löwis e01eb4cc80 Upgrade OpenSSL to 1.0.1c 14 years ago
Martin v. Löwis 3407dfbaf9 Upgrade OpenSSL to 1.0.0j 14 years ago
Stefan Krah f398a94818 Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0 14 years ago
Martin v. Löwis fd0afed503 Upgrade openssl to 0.9.8x. 14 years ago
Martin v. Löwis 29e861d155 Upgrade sqlite to 3.7.12. 14 years ago
Martin v. Löwis e7f67b5b98 Upgrade to bzip2 1.0.6. 14 years ago
Martin v. Löwis 87960da3e3 Upgrade bzip2 to 1.0.6. 14 years ago
Martin v. Löwis b43233412d Relabel bzip2 filters. 14 years ago
Martin v. Löwis ecc5877f5a Upgrade bzip2 to 1.0.6. 14 years ago
Brian Curtin 61009468c5 Move out VS9 project files to PC\VS9.0 folder. Fixes #13210 14 years ago
Brian Curtin 401f9f3d32 Fix #13210. Port the Windows build from VS2008 to VS2010. 14 years ago
Antoine Pitrou 3ad58f261d Kill remaining mentions of import_nt.c 14 years ago
Brett Cannon 6b9b727695 Remove dead Windows code which no longer will compile. 14 years ago
Brett Cannon ce418b448f Issue #14605: Stop having implicit entries for sys.meta_path. 14 years ago
Antoine Pitrou 23bba4ca39 Issue #11750: The Windows API functions scattered in the _subprocess and 14 years ago
Brett Cannon 6f44d66bc4 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin 14 years ago
Kristján Valur Jónsson 473fde60dc Make all socket related modules link with ws2_32.lib on windows, like 14 years ago
Amaury Forgeot d'Arc a9d33a21b3 Issue14559: Fix build files old Microft compilers. 14 years ago
Amaury Forgeot d'Arc 78f85fcd1f Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler. 14 years ago
Kristján Valur Jónsson 984dfa7eed Issue #14471: Fix a possible buffer overrun in the winreg module. 14 years ago