- 11 Ara, 2018 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
This speeds up pickling of some iterators. This fixes also error handling in pickling methods when fail to look up builtin "getattr".
-
- 31 Eki, 2018 1 kayıt (commit)
-
-
Zackery Spytz yazdı
-
- 24 Agu, 2018 1 kayıt (commit)
-
-
Alexey Izbyshev yazdı
Also, propagate the error from PyNumber_AsSsize_t() because we don't care only about OverflowError which is not reported if the second argument is NULL. Reported by Svace static analyzer.
-
- 29 Nis, 2018 1 kayıt (commit)
-
-
Siddhesh Poyarekar yazdı
METH_NOARGS functions need only a single argument but they are cast into a PyCFunction, which takes two arguments. This triggers an invalid function cast warning in gcc8 due to the argument mismatch. Fix this by adding a dummy unused argument.
-
- 08 Haz, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Error messages when pass keyword arguments to some builtins that don't support keyword arguments contained double parenthesis: "()()". The regression was introduced by bpo-30534.
-
- 30 Mar, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Mar, 2017 1 kayıt (commit)
-
-
4kir4 yazdı
-
- 08 Eki, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
type now is disallowed. Calling iter() on range instance is the only way. Patch by Oren Milman.
-
Serhiy Storchaka yazdı
type now is deprecated. Patch by Oren Milman.
-
Serhiy Storchaka yazdı
Patch by Oren Milman.
-
- 12 Eyl, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by wim glenn.
-
- 06 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 18 Haz, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in places where Py_DECREF was used.
-
- 06 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 27 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
The patch is automatically generated, it replaces the code that uses Py_CLEAR.
-
- 24 Ara, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
macro Py_SETREF.
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
- 22 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Ned Batchelder.
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 09 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
to the exhausted state.
-
- 05 Eki, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
error messages and comments.
-
- 17 Kas, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 04 Kas, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 08 Eki, 2012 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
- 07 Eki, 2012 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
This commit rewrites the docstring for int() to incorporate the documentation changes made in issue #16036. It also switches the docstrings for int(), str(), range(), and slice() to use multi-line signatures.
-
- 28 Eyl, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 16 May, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 03 Nis, 2012 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 05 Kas, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Daniel Urban.
-
- 23 Eki, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch.
-
- 15 Nis, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban.
-
- 16 Ock, 2011 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 13 Ock, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-