summaryrefslogtreecommitdiffstats
path: root/Source/cm_codecvt.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+5
* cm_codecvt: cleanup superfluous semicolonsMatthias Maennich2017-10-301-6/+8
* codecvt: Re-implement do_out and do_unshiftBrad King2017-05-251-130/+158
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* codecvt: Add class for encoding conversionDāvis Mosāns2016-10-061-0/+215
> * Tim Peters implements some of my wishes:Guido van Rossum1999-04-191-11/+60 * Avoid totally empty files.Guido van Rossum1999-04-101-0/+1 * Use re instead of regex.Guido van Rossum1999-04-091-10/+11 * # TODO entries changedGuido van Rossum1999-04-082-4/+6 * New change log.Guido van Rossum1999-04-071-1/+83 * New version.Guido van Rossum1999-04-072-4/+14 * Version bump awaiting impending new release.Guido van Rossum1999-04-071-1/+1 * For reasons I dare not explain, this script should always executeGuido van Rossum1999-04-021-2/+1 * At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.Guido van Rossum1999-03-292-0/+6 * Tim Peters writes:Guido van Rossum1999-03-281-24/+53 * Tim Peters writes:Guido van Rossum1999-03-271-160/+88 * During display, if EPIPE is raised, it's probably because a pager wasFred Drake1999-03-261-3/+8 * Helpwin.__init__(): The text widget should get focus.Barry Warsaw1999-03-261-0/+1 * Removed unnecessary import `from PyncheWidget import PyncheWidget'Barry Warsaw1999-03-261-1/+0 * Added Samuel Bayer's new webchecker.Guido van Rossum1999-03-241-0/+884 * New mixin class that defines cmp and hash that useGuido van Rossum1999-03-151-0/+67 * Bug submitted by Wayne Knowles, who writes:Guido van Rossum1999-03-121-1/+1 * Don't crash when sys.path contains an empty string.Guido van Rossum1999-03-111-1/+1 * This file was never supposed to be part of IDLE.Guido van Rossum1999-03-111-46/+0 * - Don't crash in the case where a superclass is a string instead of aGuido van Rossum1999-03-111-4/+12 * Add PathBrowser to File moduleGuido van Rossum1999-03-10