Files
cpython/Objects
Victor Stinner 0030cd52da Issue #25227: Cleanup unicode_encode_ucs1() error handler
* Change limit type from unsigned int to Py_UCS4, to use the same type than the
  "ch" variable (an Unicode character).
* Reuse ch variable for _Py_ERROR_XMLCHARREFREPLACE
* Add some newlines for readability
2015-09-24 14:45:00 +02:00
..
2015-08-26 14:10:32 -04:00
2015-08-07 18:50:24 -04:00
2015-07-04 19:59:24 -05:00
2015-04-23 17:06:45 -04:00
2015-04-27 17:49:16 +03:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects