- 20 Eki, 2013 4 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
This should supersede revision e3ec6b17260c (but please test before removing that).
-
- 19 Eki, 2013 36 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Christian Heimes yazdı
-
Antoine Pitrou yazdı
Patch by David Edelsohn.
-
Antoine Pitrou yazdı
Patch by David Edelsohn.
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
-
Larry Hastings yazdı
by Steven D'Aprano.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
-
Christian Heimes yazdı
-
-
Georg Brandl yazdı
-
Nick Coghlan yazdı
- explain single use, reusable and reentrant in docs - converted suppress to a reentrant class based impl - converted redirect_stdout to a reusable impl - moved both suppress and redirect_stdout behind a functional facade - added reentrancy tests for the updated suppress - added reusability tests for the updated redirect_stdio - slightly cleaned up an exception from contextmanager
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
for C files to generate argument parsing code. (See PEP 436.)
-
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ı
1. ppc arch detection for extension module builds broke with Xcode 5 2. ppc arch detection in configure did not work on OS X 10.4 3. -sysroot and -arch flags were unnecessarily duplicated 4. there was no obvious way to configure an intel-32 only build.
-