- 21 Ara, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 15 Ara, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 03 Tem, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the bare METH_FASTCALL be used for functions with positional-only parameters.
-
- 10 Haz, 2017 1 kayıt (commit)
-
-
Sylvain yazdı
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".
-
- 03 Haz, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Fix bpo-30526: Add TextIOWrapper.reconfigure() * Apply Nick's improved wording * Update Misc/NEWS
-
- 16 Nis, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
if pass `accept={int, NoneType}`.
-
- 10 Mar, 2017 1 kayıt (commit)
-
-
orenmn yazdı
Some BytesIO methods now accept not just int subclasses but other int-like types.
-
- 17 Ock, 2017 3 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using "boring" positional arguments. Manually fix _elementtree: _elementtree_XMLParser_doctype() must remain consistent with the clinic code.
-
Victor Stinner yazdı
Issue #29286. Run Argument Clinic to get the new faster METH_FASTCALL calling convention for functions using only positional arguments.
-
Victor Stinner yazdı
Issue #29286.
-
- 20 Eki, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 Agu, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
Closes #17602: Adds a readline implementation for the Windows console
-
- 14 Agu, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
implemented with using Argument Clinic.
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 09 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This matches the usage of ZipFile and BufferedWriter. This still requires return values to be bytes() objects. Also document and test that the write() methods should only access their argument before they return.
-
- 16 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 31 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Also change BufferedReader.writable() and BufferedWriter.readable() to always return False.
-
- 23 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
same line as function name.
-
- 16 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-