index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
stringobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't complain about too many args if arg is a dict
Guido van Rossum
1995-02-27
1
-1/+1
*
use Py_CHARMASK; and don't check for neg. float to the float power here
Guido van Rossum
1995-02-10
1
-5/+5
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Lots of minor changes. Note for mappingobject.c: the hash table pointer
Guido van Rossum
1995-01-02
1
-1/+1
*
* Include/classobject.h, Objects/classobject.c, Python/ceval.c:
Guido van Rossum
1994-09-28
1
-1/+1
*
fix nasty bug in resizing (formatstring)
Guido van Rossum
1994-08-30
1
-18/+98
*
Fix the fix :-(
Guido van Rossum
1993-11-11
1
-1/+3
*
Three micro fixes to formatstring
Guido van Rossum
1993-11-11
1
-5/+4
*
Fixed bugs in resizetuple and extended the interface.
Sjoerd Mullender
1993-11-01
1
-0/+10
*
Add some necessary casts; use double quotes to represent strings in
Guido van Rossum
1993-10-26
1
-14/+27
*
Several optimizations and speed improvements.
Sjoerd Mullender
1993-10-22
1
-20/+116
*
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender
1993-10-11
1
-4/+4
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-1/+3
*
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum
1993-05-12
1
-11/+10
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-0/+16
*
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum
1993-03-16
1
-21/+362
*
Remove bogus type-and-refcnt setting from newsizedstringobject().
Guido van Rossum
1992-09-03
1
-3/+0
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
lint fix
Guido van Rossum
1992-03-27
1
-1/+8
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-3/+5
*
Fix comments in string_as_sequence
Guido van Rossum
1991-06-04
1
-7/+7
*
Optimized single-character strings gotten from s[i].
Guido van Rossum
1991-04-04
1
-13/+23
*
Optimized stringitem.
Guido van Rossum
1991-03-06
1
-1/+13
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
Fix stringcompare when strings contain null bytes.
Guido van Rossum
1991-02-13
1
-2/+6
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-8/+1
*
Fix wrong #ifdef.
Guido van Rossum
1990-11-18
1
-1/+1
*
Fixed resizestring() to work if reference tracing is turned on.
Guido van Rossum
1990-11-18
1
-6/+13
*
New errors.
Guido van Rossum
1990-10-21
1
-50/+41
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+328