Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Argument Clinic: Use METH_FASTCALL for boring positionals | Victor Stinner | 2017-01-17 | 1 | -9/+25 | |
* | | | | | | Add _PyArg_UnpackStack() function helper | Victor Stinner | 2017-01-17 | 2 | -18/+65 | |
* | | | | | | Run Argument Clinic: METH_VARARGS=>METH_FASTCALL | Victor Stinner | 2017-01-17 | 52 | -679/+1515 | |
* | | | | | | Argument Clinic: Use METH_FASTCALL for positionals | Victor Stinner | 2017-01-17 | 1 | -14/+32 | |
* | | | | | | _PyStack_UnpackDict() now returns -1 on error | Victor Stinner | 2017-01-17 | 3 | -14/+19 | |
* | | | | | | Add _PyArg_NoStackKeywords() helper function | Victor Stinner | 2017-01-17 | 2 | -5/+23 | |
* | | | | | | Add _PyArg_ParseStack() helper function | Victor Stinner | 2017-01-17 | 2 | -24/+82 | |
* | | | | | | Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords | Victor Stinner | 2017-01-17 | 38 | -177/+177 | |
* | | | | | | Rename keywords to kwargs in getargs.c | Victor Stinner | 2017-01-16 | 1 | -31/+31 | |
* | | | | | | type_prepare() now uses fast call (METH_FASTCALL) | Victor Stinner | 2017-01-16 | 1 | -2/+3 | |
* | | | | | | Cleanup getargs.c | Victor Stinner | 2017-01-16 | 1 | -49/+17 | |
* | | | | | | __build_class__() builtin uses METH_FASTCALL | Victor Stinner | 2017-01-16 | 1 | -15/+9 | |
* | | | | | | Add _PyStack_AsTupleSlice() helper | Victor Stinner | 2017-01-16 | 2 | -0/+29 | |
* | | | | | | Optimize _PyCFunction_FastCallKeywords() | Victor Stinner | 2017-01-16 | 2 | -37/+133 | |
* | | | | | | Issue #20180: forgot to update AC output. | INADA Naoki | 2017-01-16 | 2 | -41/+39 | |
* | | | | | | Issue #20180: convert unicode methods to AC. | INADA Naoki | 2017-01-16 | 2 | -409/+1405 | |
* | | | | | | Issue #26110: Add document for LOAD_METHOD and CALL_METHOD opcode. | INADA Naoki | 2017-01-16 | 3 | -40/+61 | |
* | | | | | | merge 3.6 | Benjamin Peterson | 2017-01-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | merge 3.5 | Benjamin Peterson | 2017-01-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | generate spaces instead of tabs into config.c | Benjamin Peterson | 2017-01-16 | 1 | -1/+1 | |
* | | | | | | Closes #29132: Merged fix from 3.6. | Vinay Sajip | 2017-01-15 | 2 | -5/+13 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. | Vinay Sajip | 2017-01-15 | 2 | -5/+13 | |
* | | | | | | Issue #29062: Doc: Fix make suspicious | INADA Naoki | 2017-01-14 | 1 | -4/+4 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #29062: Doc: Fix make suspicious | INADA Naoki | 2017-01-14 | 1 | -4/+4 | |
* | | | | | | Repeat “when pass” fixes for 3.7 section | Martin Panter | 2017-01-14 | 1 | -3/+3 | |
* | | | | | | Merge doc fixes from 3.6 | Martin Panter | 2017-01-14 | 17 | -76/+76 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | More instances of “when pass” | Martin Panter | 2017-01-14 | 1 | -2/+2 | |
| * | | | | | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 18 | -75/+75 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 12 | -64/+64 | |
| | * | | | | Fix grammar, typos and markup in documentation and code comments | Martin Panter | 2017-01-14 | 6 | -11/+11 | |
* | | | | | | Issue #1621: Overflow should not be possible in listextend() | Martin Panter | 2017-01-14 | 1 | -0/+3 | |
* | | | | | | Issue #29145: Merge test from 3.6 | Martin Panter | 2017-01-14 | 1 | -0/+7 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Merge tests from 3.5 | Martin Panter | 2017-01-14 | 2 | -2/+11 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issues #1621, #29145: Test for str.join() overflow | Martin Panter | 2017-01-12 | 1 | -0/+7 | |
| | * | | | | Issue #22980: Skip a sysconfig test if _ctypes is not available. | Martin Panter | 2017-01-13 | 1 | -2/+4 | |
* | | | | | | Merged upstream changes. | Vinay Sajip | 2017-01-13 | 1 | -2/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Document Python versions in which the removed features were deprecated. | Serhiy Storchaka | 2017-01-13 | 1 | -2/+5 | |
* | | | | | | | Closed #29261: merged fix from 3.6. | Vinay Sajip | 2017-01-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | ||||||
| * | | | | | Fixes #29261: merged fix from 3.5. | Vinay Sajip | 2017-01-13 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Fixes #29261: added venv/scripts/common to LIBSUBDIRS. | Vinay Sajip | 2017-01-13 | 1 | -1/+1 | |
* | | | | | | Issue #29197: Removed deprecated function ntpath.splitunc(). | Serhiy Storchaka | 2017-01-13 | 5 | -61/+9 | |
* | | | | | | Issue #29210: Removed support of deprecated argument "exclude" in | Serhiy Storchaka | 2017-01-13 | 5 | -49/+11 | |
* | | | | | | Issue #29062: Merge hashlib-blake2.rst into hashlib.rst | INADA Naoki | 2017-01-13 | 3 | -443/+434 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #29062: Merge hashlib-blake2.rst into hashlib.rst | INADA Naoki | 2017-01-13 | 3 | -447/+434 | |
* | | | | | | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 2 | -0/+7 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 2 | -0/+7 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Issue #29219: Fixed infinite recursion in the repr of uninitialized | Serhiy Storchaka | 2017-01-13 | 2 | -0/+7 | |
* | | | | | | Issue #29192: Removed deprecated features in the http.cookies module. | Serhiy Storchaka | 2017-01-13 | 5 | -57/+22 | |
* | | | | | | Issue #29193: A format string argument for string.Formatter.format() | Serhiy Storchaka | 2017-01-13 | 5 | -14/+16 | |
* | | | | | | Issue #29195: Removed support of deprecated undocumented keyword arguments | Serhiy Storchaka | 2017-01-13 | 3 | -120/+54 | |