- 12 Aug, 2015 2 commits
-
-
larry authored
Issue #24492: make sure that ``from ... import ...` raises an ImportError if __name__ is not defined on a package.
-
Brett Cannon authored
ImportError if __name__ is not defined on a package. Thanks to Armin Rigo for the bug report and diagnosing the cause.
-
- 11 Aug, 2015 2 commits
-
-
Steve Dower authored
-
Larry Hastings authored
-
- 10 Aug, 2015 3 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Ned Deily authored
"TkFixedFont" does not exist in 8.4.
-
- 09 Aug, 2015 10 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
See also issue #24835
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
compatible with pydoc.
-
Zachary Ware authored
-
Zachary Ware authored
-
- 08 Aug, 2015 1 commit
-
-
Steve Dower authored
-
- 06 Aug, 2015 6 commits
-
-
Robert Collins authored
Patch by Martin Panter.
-
Yury Selivanov authored
-
Berker Peksag authored
Initial patch by Aaron Hill.
-
Robert Collins authored
Patch from Terry Reedy
-
Zachary Ware authored
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
-
Terry Jan Reedy authored
Patch by Mohd Sanad Zaki Rizvi.
-
- 05 Aug, 2015 5 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Gustavo J. A. M. Carneiro.
-
Nick Coghlan authored
This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi.
-
Zachary Ware authored
-
Zachary Ware authored
-
- 04 Aug, 2015 4 commits
-
-
Robert Collins authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Robert Collins authored
Patch from Daniel Andrade Groppe and Peter Lovett
-
- 03 Aug, 2015 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Robert Collins authored
-
- 02 Aug, 2015 4 commits
-
-
Robert Collins authored
Patch from David Edelsohn.
-
Yury Selivanov authored
-
Benjamin Peterson authored
Patch by Jeffrey Armstrong.
-
Yury Selivanov authored
-