- 21 Oct, 2013 15 commits
-
-
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 25 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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Serhiy Storchaka authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Nick Coghlan authored
Eliminates a refleak introduced in commit b4a325275fb0
-
Christian Heimes authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-