- 07 Sep, 2015 5 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
-
Steve Dower authored
-
- 06 Sep, 2015 3 commits
-
-
Larry Hastings authored
by the warnings.warn(stacklevel=) parameter.
-
Larry Hastings authored
-
Larry Hastings authored
-
- 05 Sep, 2015 5 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Nick Coghlan authored
To resolve a compatibility problem found with py2exe and pywin32, imp.load_dynamic() once again ignores previously loaded modules to support Python modules replacing themselves with extension modules. Patch by Petr Viktorin.
-
Guido van Rossum authored
-
- 04 Sep, 2015 4 commits
-
-
Guido van Rossum authored
-
Larry Hastings authored
Issue #24989
-
Serhiy Storchaka authored
set beyond size. Based on patch by John Leitch.
-
Terry Jan Reedy authored
-
- 03 Sep, 2015 1 commit
-
-
Brett Cannon authored
Reported by John Leitch and Bryce Darling, patch by Raymond Hettinger.
-
- 01 Sep, 2015 1 commit
-
-
Yury Selivanov authored
-
- 29 Aug, 2015 1 commit
-
-
Donald Stufft authored
-
- 25 Aug, 2015 10 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
is disabled. Patch by Petr Viktorin.
-
- 24 Aug, 2015 4 commits
-
-
Larry Hastings authored
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
-
Larry Hastings authored
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
-
Larry Hastings authored
#21167: Fix definition of NAN when ICC used without -fp-model strict.
-
Larry Hastings authored
-
- 19 Aug, 2015 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 17 Aug, 2015 1 commit
-
-
Yury Selivanov authored
-
- 15 Aug, 2015 1 commit
-
-
R David Murray authored
Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.
-
- 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.
-