- 23 Agu, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Use a small stack allocated in the C stack for up to 5 iterator functions, otherwise allocates a stack on the heap memory.
-
- 22 Agu, 2016 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Modify: * init_subclass() * builtin___build_class__() Fix also a bug in init_subclass(): check for super() failure.
-
Victor Stinner yazdı
Modify: * builtin_sorted() * classmethoddescr_call() * methoddescr_call() * wrapperdescr_call()
-
- 07 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
generated by Argument Clinic. Patch by Petr Viktorin.
-
- 18 Haz, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
- 05 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 02 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Argument Clinic is now able to infer all needed information.
-
- 01 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Nis, 2016 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 13 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This avoids possible buffer overreads when int(), float(), compile(), exec() and eval() are passed bytes-like objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch by John Leitch, Serhiy Storchaka and Martin Panter.
-
- 10 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Also factored out some test cases into a new PtyTests class.
-
- 09 Eki, 2015 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 18 Agu, 2015 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 30 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
in builtin and _crypt modules.
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 03 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 02 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and PyObject_AsWriteBuffer().
-
- 06 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
argument contains not permitted null character or byte.
-
- 17 Agu, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Also adds a test to test_inspect to track progress on builtin introspection support, to ensure it doesn't regress in the future.
-
- 15 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
warnings in the Python/ subdirectory.
-
- 05 Agu, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 16 Haz, 2014 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
arguments. Original patch by Gareth Rees.
-
- 19 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Patch provided by Berker Peksag.
-
- 18 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 24 Ock, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes.
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
written in C. As a part of this, a few doctests have been added to the builtins module (on hex(), oct(), and bin()), a doctest has been fixed (hopefully on all platforms) on float, and test_builtins now runs doctests in builtins.
-
- 07 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are used. Move also _Py_IDENTIFIER() defintions to the top in modified files to remove identifiers duplicated in the same file.
-
- 06 Kas, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
string "flush" to call the flush method
-
Victor Stinner yazdı
-
Victor Stinner yazdı
instead of creating temporary Unicode string objects Add also more identifiers in pythonrun.c to avoid temporary Unicode string objets for the interactive interpreter.
-
Victor Stinner yazdı
-