- 24 Feb, 2012 3 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
- 23 Feb, 2012 27 commits
-
-
Victor Stinner authored
* Decode thousands separator and decimal point using PyUnicode_DecodeLocale() (from the locale encoding), instead of decoding them implicitly from latin1 * Remove _PyUnicode_InsertThousandsGroupingLocale(), it was not used * Change _PyUnicode_InsertThousandsGrouping() API to return the maximum character if unicode is NULL * Replace MIN/MAX macros by Py_MIN/Py_MAX * stringlib/undef.h undefines STRINGLIB_IS_UNICODE * stringlib/localeutil.h only supports Unicode
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Vinay Sajip authored
logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
- 22 Feb, 2012 10 commits
-
-
Brett Cannon authored
-
Victor Stinner authored
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
Write a specialized function to write an ASCII/latin1 C char* string into a Python Unicode string.
-
Victor Stinner authored
-