- 25 Kas, 2013 34 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
Regression introduced by the implementation of the PEP 446 (non-inheritable file descriptors by default). master_fd must be set non-inheritable after the creation of the slave_fd, otherwise grantpt(master_fd) fails with EPERM (errno 13).
-
Alexandre Vassalotti yazdı
-
Ezio Melotti yazdı
-
Alexandre Vassalotti yazdı
-
Ezio Melotti yazdı
-
Alexandre Vassalotti yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
name in their docstring. Patch written by Vajrasky Kok.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Victor Stinner yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
-
Alexandre Vassalotti yazdı
Also, replace unnessary uses of the #if preprocessor directive.
-
Guido van Rossum yazdı
-
Alexandre Vassalotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 24 Kas, 2013 6 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace.
-
Christian Heimes yazdı
I also removed some bare excepts from the tests.
-
Larry Hastings yazdı
-
Serhiy Storchaka yazdı
Changed deprecation message in the fileinput module.
-
Alexandre Vassalotti yazdı
This doesn't make any functional changes to the exisiting implementation. The conversion did help however uncover documentation bugs. The best thing about this conversion is less C code to maintain by hand.
-