- 22 Oct, 2013 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Christian Tismer authored
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 Oct, 2013 23 commits
-
-
Peter Moody authored
-
Guido van Rossum authored
This should have no effect, it's a "shouldn't happe" case. Also tidied up some comments.
-
Peter Moody authored
-
Christian Heimes authored
Without ERR_load_crypto_strings() functions like ERR_lib_error_string() return NULL.
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Victor Stinner authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ethan Furman authored
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 authored
-
Guido van Rossum authored
-
Christian Tismer authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Guido van Rossum authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 20 Oct, 2013 14 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
-
Andrew Kuchling authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Charles-François Natali authored
those in the same process group.
-
Serhiy Storchaka authored
-