- 26 Mar, 2012 17 commits
-
-
Victor Stinner authored
These functions simplify the usage of static constant Unicode strings. Generalize the usage of _Py_Identifier in ceval.c and typeobject.c.
-
Victor Stinner authored
floattime() must not raise an error if the current time is 1970.1.1 at 00:00.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
without mainloop. Thanks to Roger Serwy for patch.
-
Benjamin Peterson authored
-
Eli Bendersky authored
samples and a reference. Also fix the other nits mentioned in the issue. This also partially addresses issue #14006.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Stefan Krah authored
-
Stefan Krah authored
in sys_update_path().
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 Mar, 2012 21 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Michael Foord authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Stefan Krah authored
with decimal.py. The standard specifies InsufficientStorage (MallocError) as a sub-condition of InvalidOperation. This allows a calculation to continue with NaN results when allocation fails.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 24 Mar, 2012 2 commits
-
-
Charles-François Natali authored
to a known bug in pthread implementation on FreeBSD < 7).
-
Charles-François Natali authored
to a known bug in pthread implementation on FreeBSD < 7).
-