- 07 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Georg Brandl.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 29 Eyl, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
now accept the self and the dict keyword arguments.
-
- 06 May, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Christie Wilson.
-
- 05 Eki, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 24 Agu, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Agu, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu.
-
- 22 Tem, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when contain an id in form " at 0x...".
-
- 17 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 05 May, 2013 3 kayıt (commit)
-
-
Richard Oudkerk yazdı
weakref callbacks. This is 2e446e87ac5b except that collections/__init__.py has been modified to import proxy from _weakref instead of weakref. This eliminates an import cycle which seems to cause a problem on Unix but not Windows.
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
weakref callbacks.
-
- 13 Nis, 2013 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 08 Ara, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue.
-
Antoine Pitrou yazdı
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. Thanks to Eugene Toder for diagnosing and reporting the issue.
-
- 17 Kas, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 11 Kas, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Also add tests for hashing.
-
Antoine Pitrou yazdı
Also add tests for ordering and hashing.
-
- 01 Mar, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
-
Antoine Pitrou yazdı
Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
-
- 02 Agu, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79165 | florent.xicluna | 2010-03-21 03:14:24 +0200 (Sun, 21 Mar 2010) | 2 lines #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. ........
-
- 31 Mar, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Merged revisions 79535 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79535 | antoine.pitrou | 2010-03-31 23:32:15 +0200 (mer., 31 mars 2010) | 5 lines Issue #8268: Old-style classes (not just instances) now support weak references. ........
-
Antoine Pitrou yazdı
references.
-
- 21 Mar, 2010 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 23 Ock, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 19 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Dave Malcolm.
-
- 08 Ock, 2010 4 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against the destruction of weakref'ed objects while iterating.
-
Antoine Pitrou yazdı
the destruction of weakref'ed objects while iterating.
-
- 19 Kas, 2009 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76395 | benjamin.peterson | 2009-11-18 21:00:02 -0600 (Wed, 18 Nov 2009) | 1 line #5037 proxy __unicode__ correctly ........
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76396 | benjamin.peterson | 2009-11-18 21:08:32 -0600 (Wed, 18 Nov 2009) | 10 lines fix __bytes__ handling here in py3x Merged revisions 76395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76395 | benjamin.peterson | 2009-11-18 21:00:02 -0600 (Wed, 18 Nov 2009) | 1 line #5037 proxy __unicode__ correctly ........ ................
-
Benjamin Peterson yazdı
Merged revisions 76395 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76395 | benjamin.peterson | 2009-11-18 21:00:02 -0600 (Wed, 18 Nov 2009) | 1 line #5037 proxy __unicode__ correctly ........
-
Benjamin Peterson yazdı
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 30 May, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 10 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66337 | vinay.sajip | 2008-09-09 08:42:08 -0500 (Tue, 09 Sep 2008) | 1 line Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging. ........ r66347 | georg.brandl | 2008-09-09 14:26:00 -0500 (Tue, 09 Sep 2008) | 2 lines Fix varname in docstring. #3822. ........ r66350 | georg.brandl | 2008-09-09 15:28:31 -0500 (Tue, 09 Sep 2008) | 2 lines #3472: update Mac-bundled Python version info. ........ r66352 | benjamin.peterson | 2008-09-09 15:55:01 -0500 (Tue, 09 Sep 2008) | 4 lines Fix #3634 invalid return value from _weakref.ref(Exception).__init__ Reviewers: Amaury, Antoine, Benjamin ........ r66358 | benjamin.peterson | 2008-09-09 18:16:48 -0500 (Tue, 09 Sep 2008) | 1 line use the latest pygments version ........
-