Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4346716962881713cbdbf59eb901b35dae31f042
/
Objects
/
stringobject.c
fdf95dd
Checkin of Jack's buffer mods.
by Guido van Rossum
· 28 years ago
c0b618a
Quickly renamed the last directory.
by Guido van Rossum
· 28 years ago
2095d24
Tweaks to keep the Microsoft compiler quiet.
by Guido van Rossum
· 28 years ago
36b9f79
Slight tweak: in string_hash(), if the hash hasn't been computed yet,
by Guido van Rossum
· 28 years ago
4acdc23
Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding
by Guido van Rossum
· 28 years ago
a04d47b
Don't use static buffers internally for formatstring().
by Guido van Rossum
· 28 years ago
2a61e74
String interning.
by Guido van Rossum
· 28 years ago
067998f
Add const to error and newstring functions
by Guido van Rossum
· 28 years ago
da9c271
Make gcc -Wall happy
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 29 years ago
fde7a75
Fixed compare function to do first char comparison in unsigned mode,
by Guido van Rossum
· 29 years ago
eddcb3b
Multiply by 1000003 instead of 3 in string hach
by Guido van Rossum
· 29 years ago
441e4ab
new debugger symbol names
by Guido van Rossum
· 29 years ago
f976326
Plug memory leak in the previous fix :-(
by Guido van Rossum
· 29 years ago
993952b
Fix obscure bug in string%mapping where the mapping creates its items
by Guido van Rossum
· 29 years ago
6f9e433
fix dusty debugging macros
by Guido van Rossum
· 30 years ago
5fe6058
a few peephole optimizations
by Guido van Rossum
· 30 years ago
caeaafc
don't complain about too many args if arg is a dict
by Guido van Rossum
· 30 years ago
9fa2c11
use Py_CHARMASK; and don't check for neg. float to the float power here
by Guido van Rossum
· 30 years ago
6610ad9
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
d7047b3
Lots of minor changes. Note for mappingobject.c: the hash table pointer
by Guido van Rossum
· 30 years ago
03093a2
* Include/classobject.h, Objects/classobject.c, Python/ceval.c:
by Guido van Rossum
· 31 years ago
013142a
fix nasty bug in resizing (formatstring)
by Guido van Rossum
· 31 years ago
71e57d0
Fix the fix :-(
by Guido van Rossum
· 32 years ago
6938a29
Three micro fixes to formatstring
by Guido van Rossum
· 32 years ago
615194a
Fixed bugs in resizetuple and extended the interface.
by Sjoerd Mullender
· 32 years ago
444fc7c
Add some necessary casts; use double quotes to represent strings in some cases.
by Guido van Rossum
· 32 years ago
3bb8a05
Several optimizations and speed improvements.
by Sjoerd Mullender
· 32 years ago
a9c3c22
* Extended X interface: pixmap objects, colormap objects visual objects,
by Sjoerd Mullender
· 32 years ago
234f942
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
by Guido van Rossum
· 32 years ago
6ac258d
* pythonrun.c: Print exception type+arg *after* stack trace instead of
by Guido van Rossum
· 32 years ago
9bfef44
* Changed all copyright messages to include 1993.
by Guido van Rossum
· 32 years ago
e537240
* Changed many files to use mkvalue() instead of newtupleobject().
by Guido van Rossum
· 32 years ago
67daef5
Remove bogus type-and-refcnt setting from newsizedstringobject().
by Guido van Rossum
· 33 years ago
bab9d03
Copyright for 1992 added
by Guido van Rossum
· 33 years ago
719f5fa
lint fix
by Guido van Rossum
· 33 years ago
bcaa31c
printobject now returns an error code Remove superfluous err_nomem() call
by Guido van Rossum
· 34 years ago
f380e66
Fix comments in string_as_sequence
by Guido van Rossum
· 34 years ago
daa8bb3
Optimized single-character strings gotten from s[i].
by Guido van Rossum
· 34 years ago
b6a6bdc
Optimized stringitem.
by Guido van Rossum
· 34 years ago
f70e43a
Added copyright notice.
by Guido van Rossum
· 34 years ago
253919f
Fix stringcompare when strings contain null bytes.
by Guido van Rossum
· 34 years ago
3f5da24
"Compiling" version
by Guido van Rossum
· 34 years ago
392ab32
Fix wrong #ifdef.
by Guido van Rossum
· 34 years ago
921842f
Fixed resizestring() to work if reference tracing is turned on.
by Guido van Rossum
· 34 years ago
2a9096b
New errors.
by Guido van Rossum
· 35 years ago
85a5fbb
Initial revision
by Guido van Rossum
· 35 years ago