- 23 Haz, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec().
-
- 27 May, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue
-
- 14 May, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 08 May, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 27 Nis, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 24 Nis, 2012 2 kayıt (commit)
-
-
Martin v. Loewis yazdı
-
Benjamin Peterson yazdı
This also alters the fix to #11603. Specifically, setting __repr__ to object.__str__ now raises a recursion RuntimeError when str() or repr() is called instead of silently bypassing the recursion. I believe this behavior is more correct.
-
- 23 Nis, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Mark Shannon.
-
- 01 Nis, 2012 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 26 Mar, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
These functions simplify the usage of static constant Unicode strings. Generalize the usage of _Py_Identifier in ceval.c and typeobject.c.
-
- 17 Mar, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 16 Mar, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Mar, 2012 2 kayıt (commit)
-
-
Victor Stinner yazdı
the type MRO to avoid a crash if the MRO is changed during the lookup.
-
Benjamin Peterson yazdı
Patch from Armin, test from me.
-
- 25 Şub, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
dict anymore if the key is present. Reject also non-string qualified names. And fix reference leaks in type.__new__().
-
- 20 Şub, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 Ock, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 22 Ock, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
I had to move the static identifier code from unicodeobject.h to object.h in order for this to work.
-
- 23 Ara, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by sbt.
-
- 15 Ara, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
- 12 Ara, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 25 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 11 Kas, 2011 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 07 Kas, 2011 1 kayıt (commit)
-
- 23 Eki, 2011 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 10 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Thanks to Konrad Schöbel and Jasper Schulz for helping with the mass-editing.
-
- 28 Eyl, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-