Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -22/+22 |
| | | | Updates checked-in line endings on several files. | ||||
* | bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) | Sylvain | 2017-06-10 | 2 | -53/+53 |
| | | | | | | | | The function '_PyArg_ParseStack()' and '_PyArg_UnpackStack' were failing (with error "XXX() takes Y argument (Z given)") before the function '_PyArg_NoStackKeywords()' was called. Thus, the latter did not raise its more meaningful error : "XXX() takes no keyword arguments". | ||||
* | bpo-29102: Add a unique ID to PyInterpreterState. (#1639) | Eric Snow | 2017-05-23 | 1 | -0/+1 |
| | |||||
* | bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. | Steve (Gadget) Barnes | 2017-05-12 | 1 | -40/+70 |
| | | | bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. | ||||
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 2 | -15/+15 |
| | |||||
* | Use NULL rather than 0. (#778) | Serhiy Storchaka | 2017-03-23 | 1 | -1/+1 |
| | | | | | There was few cases of using literal 0 instead of NULL in the context of pointers. While this was a legitimate C code, using NULL rather than 0 makes the code clearer. | ||||
* | bpo-26121: Use C library implementation for math functions erf() and erfc() ↵ | Serhiy Storchaka | 2017-03-12 | 1 | -0/+6 |
| | | | | on Windows. (#632) | ||||
* | bpo-29770: remove outdated PYO related info (GH-590) | Xiang Zhang | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) | Steve Dower | 2017-02-04 | 1 | -1/+1 |
|\ | |||||
| * | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) | Steve Dower | 2017-02-04 | 1 | -1/+1 |
| | | |||||
* | | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -4/+43 |
|\ \ | |/ | |||||
| * | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -4/+43 |
| |\ | |||||
| | * | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -12/+46 |
| | | | |||||
* | | | Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | a macro if Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. Added functions PySlice_Unpack() and PySlice_AdjustIndices(). | ||||
| * | | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
| |\ \ | | |/ | | | | | | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
| | * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
* | | | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -24/+12 |
| | | | | | | | | | | | | possible. Patch is writen with Coccinelle. | ||||
* | | | Run Argument Clinic: METH_VARARGS=>METH_FASTCALL | Victor Stinner | 2017-01-17 | 4 | -55/+123 |
| | | | | | | | | | | | | | | | Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using only positional arguments. | ||||
* | | | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords | Victor Stinner | 2017-01-17 | 3 | -10/+10 |
| | | | | | | | | | | | | Issue #29286. | ||||
* | | | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 |
|\ \ \ | |/ / | |||||
| * | | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 |
| |\ \ | | |/ | |||||
| | * | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 |
| | | | |||||
* | | | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+64 |
|\ \ \ | |/ / | |||||
| * | | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+64 |
| |\ \ | | |/ | |||||
| | * | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+59 |
| | | | |||||
* | | | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 |
| | | | |||||
* | | | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 |
|\ \ \ | |/ / | |||||
| * | | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 |
| |\ \ | | |/ | |||||
| | * | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 |
| | | | |||||
* | | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 1 | -7/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 1 | -7/+6 |
| | | | |||||
* | | | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. | Yury Selivanov | 2016-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Special thanks to INADA Naoki for pushing the patch through the last mile, Serhiy Storchaka for reviewing the code, and to Victor Stinner for suggesting the idea (originally implemented in the PyPy project). | ||||
* | | | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | wininst-14.0[-amd64].exe | ||||
| * | | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | wininst-14.0[-amd64].exe | ||||
| | * | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | wininst-14.0[-amd64].exe | ||||
* | | | Issue #28522: Fixes mishandled buffer reallocation in getpathp.c | Steve Dower | 2016-10-27 | 1 | -4/+15 |
|\ \ \ | |/ / | |||||
| * | | Issue #28522: Fixes mishandled buffer reallocation in getpathp.c | Steve Dower | 2016-10-27 | 1 | -4/+15 |
| | | | |||||
* | | | Issue #28217: Adds _testconsole module to test console input. | Steve Dower | 2016-10-03 | 2 | -0/+213 |
|\ \ \ | |/ / | |||||
| * | | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 2 | -0/+213 |
| | | | | | | | | | | | | issues found by the tests. | ||||
* | | | Merge with 3.6 | Steve Dower | 2016-09-17 | 1 | -35/+78 |
|\ \ \ | |/ / | |||||
| * | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -35/+78 |
| | | | | | | | | | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | | | Issue #28139: Merge indentation fixes from 3.6 | Martin Panter | 2016-09-17 | 1 | -9/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue #28139: Merge indentation fixes from 3.5 into 3.6 | Martin Panter | 2016-09-17 | 1 | -9/+9 |
| |\ \ | | |/ | |||||
| | * | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation. | ||||
* | | | Bump to 3.7.0a0 | Ned Deily | 2016-09-12 | 2 | -712/+712 |
|/ / | |||||
* | | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann. | ||||
* | | One more spelling fix | Martin Panter | 2016-09-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #27810: Rerun Argument Clinic on all modules | Victor Stinner | 2016-09-10 | 2 | -26/+26 |
| | |