1193 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)

Author SHA1 Message Date
Segev Finer a80e985c49 bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904) 9 years ago
Segev Finer 679b566622 bpo-9566: Fix some Windows x64 compiler warnings (#2492) 9 years ago
Antoine Pitrou f474c5a3f3 bpo-30946: Remove obsolete fallback code in readline module (#2738) 9 years ago
Segev Finer c40ad03bf2 bpo-30731: python.manifest fix (#2328) 9 years ago
Serhiy Storchaka 6969eaf468 bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
INADA Naoki 6b42eb1764 bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483) 9 years ago
Segev Finer 9f3bdcb643 bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) 9 years ago
Steve (Gadget) Barnes 5b8f972e09 bpo-30362 : Add list options to launcher. (#1578) 9 years ago
Victor Stinner b01c574ad6 bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477) 9 years ago
Serhiy Storchaka ccdc09ed1e Fix compiler warnings on Windows introduced in bpo-13617. (#2464) 9 years ago
Serhiy Storchaka f7eae0adfc [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
Steve Dower 40a23e8899 bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252) 9 years ago
Zachary Ware 6b6e687766 bpo-27425: Be more explicit in .gitattributes (GH-840) 9 years ago
Sylvain 7445381c60 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) 9 years ago
Eric Snow e377416c10 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) 9 years ago
Steve (Gadget) Barnes 870f6a11dd bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. 9 years ago
Serhiy Storchaka 55fe1ae970 bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
Serhiy Storchaka 0b3ec19225 Use NULL rather than 0. (#778) 9 years ago
Serhiy Storchaka 4dadcd4ed7 bpo-26121: Use C library implementation for math functions erf() and erfc() on Windows. (#632) 9 years ago
Xiang Zhang 0710d75425 bpo-29770: remove outdated PYO related info (GH-590) 9 years ago
Steve Dower 5f9193a6ed Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) 9 years ago
Steve Dower 21fae03e16 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. 9 years ago
Serhiy Storchaka b2a5be0763 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 9 years ago
Serhiy Storchaka 228b12edcc Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
Victor Stinner 259f0e4437 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 9 years ago
Victor Stinner 3e1fad6913 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords 9 years ago
Benjamin Peterson e527dd34bc ring in 2017 for Python 9 years ago
Serhiy Storchaka e721be1faa Issue #23903: Added missed Windows-specific names to PC/python3.def. 9 years ago
Serhiy Storchaka 6664e8c741 Issue #23903: Added missed names to PC/python3.def. 9 years ago
Serhiy Storchaka d54d3d3d90 Issue #23903: Fixed errors and remove non-existing names in python3.def. 9 years ago
Serhiy Storchaka ab23347916 Sort and remove duplicates from PC/python3.def (issue #23903). 9 years ago
Steve Dower 40fa26606d Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) 9 years ago
Yury Selivanov f2392133eb Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. 9 years ago
Steve Dower 4347881414 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe 9 years ago
Steve Dower c6dd415252 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c 9 years ago
Steve Dower 312cef7452 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. 9 years ago
Steve Dower ed51b26858 Issue #28137: Renames Windows path file to ._pth 9 years ago
Martin Panter 6d57fe1c23 Issue #28139: Fix messed up indentation 9 years ago
Ned Deily 4829bc6619 Bump to 3.7.0a0 9 years ago
Nick Coghlan 944368e1cc Issue #23722: Initialize __class__ from type.__new__() 9 years ago
Martin Panter fd13c0fa01 One more spelling fix 9 years ago
Victor Stinner 37e4ef7b17 Issue #27810: Rerun Argument Clinic on all modules 9 years ago
Steve Dower f2bdb6b8ca Issue #27705: Update message in validate_ucrtbase.py 9 years ago
Zachary Ware c4b53afce4 Issue #28046: Remove platform-specific directories from sys.path 9 years ago
Steve Dower 3ceb573a72 Fix call to PathCombineW. 9 years ago
Steve Dower 502893896a Issue #27874: Allows use of pythonXX.zip file as landmark on Windows 9 years ago
Steve Dower 6ceda631af Issue #24594: Validates persist parameter when opening MSI database 9 years ago
Steve Dower 4db86bc1b4 Changes pyvenv.cfg trick into an actual sys.path file. 9 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
Steve Dower 940f33a50f Issue #23524: Finish removing _PyVerify_fd from sources 9 years ago