- 07 Ock, 2011 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 06 Ock, 2011 24 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Alexander Belopolsky yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
see #10181.
-
Georg Brandl yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Antoine Pitrou yazdı
on an existing file. (this does not seem to be easily testable)
-
Antoine Pitrou yazdı
the application. Initial patch by Clovis Fabricio.
-
David Malcolm yazdı
timestamp profiling (--with-tsc): the preprocessor test for the PowerPC support now looks for "__powerpc__" as well as "__ppc__": the latter seems to only be present on OS X; the former is the correct one for Linux with GCC.
-
Alexander Belopolsky yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
Björn Lindqvist.
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Victor Stinner yazdı
And not the compilation (if the input is a string).
-
- 05 Ock, 2011 15 kayıt (commit)
-
-
Victor Stinner yazdı
That's why I prefer a single instruction per line :-)
-
Victor Stinner yazdı
Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda.
-
Victor Stinner yazdı
Fix a ResourceWarning(unclosed socket) if an exception is raised in the constructor after the creation of the socket. Patch written by Nadeem Vawda.
-
Alexander Belopolsky yazdı
- removed unnecessary struct_time to tuple conversion - added more unit tests (See issue #10827 for discussion.)
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
socket is now always non-blocking, regardless of the operating system.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Antoine Pitrou yazdı
Patch by Jean-Paul Calderone and Sandro Tosi.
-
Antoine Pitrou yazdı
-