- 25 Nov, 2013 32 commits
-
-
Guido van Rossum authored
-
Victor Stinner authored
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 authored
-
Ezio Melotti authored
-
Alexandre Vassalotti authored
-
Ezio Melotti authored
-
Alexandre Vassalotti authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
name in their docstring. Patch written by Vajrasky Kok.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Guido van Rossum authored
-
Alexandre Vassalotti authored
Also, replace unnessary uses of the #if preprocessor directive.
-
Guido van Rossum authored
-
Alexandre Vassalotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 24 Nov, 2013 8 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace.
-
Christian Heimes authored
I also removed some bare excepts from the tests.
-
Larry Hastings authored
-
Serhiy Storchaka authored
Changed deprecation message in the fileinput module.
-
Alexandre Vassalotti authored
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.
-
Stefan Krah authored
-
Stefan Krah authored
_decimal: o Make all "mpd_t to C integer" conversion functions available in both the 64-bit and the 32-bit versions. o Make all mixed mpd_t/C integer arithmetic functions available in the 32-bit version. o Better handling of __STDC_LIMIT_MACROS for C++ users. o Add struct tags (at the request of C++ users). 2) Check for libmpdec.so.2 if --with-system-libmpdec is used.
-