- 31 Oct, 2012 36 commits
-
-
Mark Dickinson authored
Issue #13701: Fix decorator avoidance (due to desire for Python 2.3 compatibility) in decimal module.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew Svetlov authored
Initial patch by Zachary Ware.
-
Andrew Svetlov authored
Initial patch by Zachary Ware.
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Andrew Svetlov authored
Thanks to George Yoshida.
-
Andrew Svetlov authored
Thanks to George Yoshida.
-
Andrew Svetlov authored
Thanks to George Yoshida.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Thanks to Daniel Müllner from docs@
-
Andrew Svetlov authored
Thanks to Daniel Müllner from docs@
-
Andrew Svetlov authored
Thanks to Daniel Müllner from docs@
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
R David Murray authored
Patch by Stephen Tonkin.
-
R David Murray authored
Patch by Stephen Tonkin.
-
Victor Stinner authored
Calling OS functions can fail with errors other than FileNotFoundError: a FreeBSD buildbot fails for example with a PermissionError.
-
Victor Stinner authored
-
- 30 Oct, 2012 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
... (unsigned long and unsigned int) to avoid an undefined behaviour with Py_TPFLAGS_TYPE_SUBCLASS ((1 << 31). PyType_GetFlags() result type is now unsigned too (unsigned long, instead of long).
-
Victor Stinner authored
Patch written by Serhiy Storchaka.
-