summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-24 16:03:59 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-24 16:03:59 (GMT)
commitff0e6d6ef542b5b4f3c31786aa152cec68598d4f (patch)
tree69a9517a7f7d6616a1c24d719f6a974daf1d00f2 /Objects/stringobject.c
parentf244b2e47c3d8b60c03225916cb6f80db8b81d57 (diff)
downloadcpython-ff0e6d6ef542b5b4f3c31786aa152cec68598d4f.zip
cpython-ff0e6d6ef542b5b4f3c31786aa152cec68598d4f.tar.gz
cpython-ff0e6d6ef542b5b4f3c31786aa152cec68598d4f.tar.bz2
Fix the baffler that Tim reported: sometimes the repr() of an object
looks like <X object at ...>, sometimes it says <X instance at ...>. Make this uniformly say <X object at ...>.
Diffstat (limited to 'Objects/stringobject.c')
0 files changed, 0 insertions, 0 deletions
n> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/mac
Commit message (Expand)AuthorAgeFilesLines
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-211-19/+66
* All uses of 'panic' (the macro) changeddavygrvy2003-12-245-25/+25
* mac resource freeing fixvincentdarley2003-10-231-2/+9
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-6/+12
* filesystem bug fixesvincentdarley2003-10-131-1/+6
* * macosx/Makefile: fixed redo prebinding bug when DESTDIR="".das2003-10-011-2/+2
* * doc/FileSystem.3: Implementation ofdgp2003-09-051-2/+13
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-0/+107
* * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-1/+2
* Implementation of TIP 118:das2003-05-142-13/+94
* fix for [Bug 732477]Joe Mistachkin2003-05-131-6/+6
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-221-1/+90
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-3/+4
* * README: Bumped version number ofdgp2003-03-041-3/+3
* Mac OS Classic specific fixes:core_8_4_2das2003-03-034-33/+98
* * mac/tclMacChan.c (TclpCutFileChannel, TclpSpliceFileChannel):das2003-02-211-1/+92
* finalization and test fixesvincentdarley2003-02-041-6/+5
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+30
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-2/+2
* * generic/tclInt.decls: made TclSetPreInitScript() declarationdas2002-10-0911-8161/+7848
* * generic/tcl.h:das2002-09-123-6/+6
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-2/+2
* Tcl_LoadHandle usagevincentdarley2002-07-181-5/+5
* load comments and clientData replacementvincentdarley2002-07-181-6/+36
* load internals refactoringvincentdarley2002-07-171-70/+116
* mac TclpObjlink implementationvincentdarley2002-07-151-2/+25
* fs cleanupvincentdarley2002-07-081-10/+3
* tip99vincentdarley2002-06-211-7/+27
* vfs, winfs testsuitevincentdarley2002-06-131-2/+3
* * generic/tclFileName.c (TclGlob): mac specific fix todas2002-06-053-13/+26
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-5/+5
* * generic/tclInt.h: added prototype for TclpFilesystemPathType().das2002-05-201-2/+8
* fix to 551306vincentdarley2002-05-021-1/+28
* * mac/tclMacResource.r: added check ofdas2002-04-231-1/+3
* 2002-04-20 Daniel Steffen <das@users.sourceforge.net>das2002-04-19