- 25 Eki, 2013 14 kayıt (commit)
-
-
Brett Cannon yazdı
source importlib.
-
Brett Cannon yazdı
unittest.TestCase in prep of running tests under frozen and source importlib.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
retry on EINTR).
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
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 yazdı
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 yazdı
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 yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 24 Eki, 2013 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka yazdı
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka yazdı
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Serhiy Storchaka yazdı
argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
-
Antoine Pitrou yazdı
Close #19379: Lazily import linecache in the warnings module, to make startup with warnings faster until a warning gets printed.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Peter Moody yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 23 Eki, 2013 13 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
functions.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
-
Antoine Pitrou yazdı
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
-
Antoine Pitrou yazdı
Patch by Sunny K.
-
Antoine Pitrou yazdı
Patch by Sunny K.
-
Victor Stinner yazdı
-
Larry Hastings yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
- 22 Eki, 2013 2 kayıt (commit)
-
-
Peter Moody yazdı
-
Tim Golden yazdı
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
-