- 26 Oct, 2013 1 commit
-
-
Tim Peters authored
Change Thread.join() with a negative timeout to just return. The behavior isn't documented then, but this restores previous behavior.
-
- 25 Oct, 2013 30 commits
-
-
Ned Deily authored
-
Ned Deily authored
10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer.
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Brett Cannon authored
-
Brett Cannon authored
are individually controlled by #ifdef statements in the extension code.
-
Antoine Pitrou authored
Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated.
-
Brett Cannon authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Brett Cannon authored
-
bquinlan authored
-
bquinlan authored
Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell.
-
Brett Cannon authored
-
Brett Cannon authored
being defined on top of __name__.
-
Brett Cannon authored
source importlib.
-
Brett Cannon authored
unittest.TestCase in prep of running tests under frozen and source importlib.
-
Charles-François Natali authored
-
Charles-François Natali authored
retry on EINTR).
-
Tim Golden authored
-
Tim Golden authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
-
Ned Deily authored
64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
-
Ned Deily authored
when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 24 Oct, 2013 9 commits
-
-
Serhiy Storchaka authored
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka authored
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka authored
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka authored
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Antoine Pitrou authored
Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Peter Moody authored
-