- 21 Eki, 2013 21 kayıt (commit)
-
-
Peter Moody yazdı
-
Christian Heimes yazdı
Without ERR_load_crypto_strings() functions like ERR_lib_error_string() return NULL.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Victor Stinner yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Ethan Furman yazdı
Issue #19030: final pieces for proper location of various class attributes located in the metaclass. Okay, hopefully the very last patch for this issue. :/ I realized when playing with Enum that the metaclass attributes weren't always displayed properly. New patch properly locates DynamicClassAttributes, virtual class attributes (returned by __getattr__ and friends), and metaclass class attributes (if they are also in the metaclass __dir__ method). Also had to change one line in pydoc to get this to work. Added tests in test_inspect and test_pydoc to cover these situations.
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Christian Tismer yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Guido van Rossum yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 20 Eki, 2013 19 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
-
Andrew Kuchling yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Charles-François Natali yazdı
those in the same process group.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Serhiy Storchaka yazdı
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Nick Coghlan yazdı
Eliminates a refleak introduced in commit b4a325275fb0
-
Christian Heimes yazdı
-