- 22 Eki, 2013 1 kayıt (commit)
-
-
Christian Tismer yazdı
changed output of debug messages to say "path" or "file" extended test for filtering certain files in a package added test for filtering files in a python dir (no package)
-
- 21 Eki, 2013 23 kayıt (commit)
-
-
Peter Moody yazdı
-
Guido van Rossum yazdı
This should have no effect, it's a "shouldn't happe" case. Also tidied up some comments.
-
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 16 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.
-