- 04 Mar, 2012 5 kayıt (commit)
-
-
Armin Ronacher yazdı
-
Armin Ronacher yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
This makes the C implementation more aligned with the Python implementation. Also added some tests to ensure that Element is now a type and that it can be subclassed.
-
Victor Stinner yazdı
Add checks in PyUnicode_WriteChar() and convert PyUnicode_New() assertion to a test raising a Python exception.
-
- 03 Mar, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
string. Patch by Guilherme Gonçalves.
-
Antoine Pitrou yazdı
Patch by Guilherme Gonçalves.
-
Victor Stinner yazdı
verbose arguments from all threading classes and functions.
-
- 02 Mar, 2012 9 kayıt (commit)
-
-
Victor Stinner yazdı
Add a private API to convert an int or float to a C timespec structure.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 01 Mar, 2012 7 kayıt (commit)
-
-
Petri Lehtinen yazdı
Issue #13491.
-
Petri Lehtinen yazdı
Issue #13491.
-
Eli Bendersky yazdı
-
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 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.
-
Philip Jenvey yazdı
-
Philip Jenvey yazdı
-
- 29 Şub, 2012 13 kayıt (commit)
-
-
Brett Cannon yazdı
the os module.
-
Stefan Krah yazdı
object.h have changed.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
-
Larry Hastings yazdı
(Doc only.)
-
Larry Hastings yazdı
-
- 28 Şub, 2012 2 kayıt (commit)
-
-
Nadeem Vawda yazdı
-
Nadeem Vawda yazdı
-