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
...
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-8/+16
*
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum
2007-04-13
1
-0/+2
*
Fix a refleak in PyString_Format.
Georg Brandl
2007-02-26
1
-1/+5
*
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters
2007-02-25
1
-5/+12
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-0/+12
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-14/+31
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-4/+8
*
Make the it_index field in the str/unicode iterators Py_ssize_t's.
Guido van Rossum
2006-08-17
1
-6/+9
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
1
-1/+120
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-167/+168
*
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum
2006-07-27
1
-5/+2
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-38/+38
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-438/+970
*
Merge with trunk up to revision 45620.
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-113/+103
*
Get rid of remnants of integer division
Neal Norwitz
2006-03-24
1
-1/+0
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
1
-3/+6
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
1
-1/+1
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
1
-4/+12
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-1/+1
*
Use Py_ssize_t in helper function between Py_ssize_t-using functions.
Thomas Wouters
2006-02-16
1
-2/+2
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-5/+5
*
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis
2006-02-16
1
-0/+21
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-156/+157
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-1/+1
*
Fix bug:
Michael W. Hudson
2005-10-21
1
-4/+0
*
SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. Wi...
Neal Norwitz
2005-10-20
1
-0/+2
*
Fix PyString_Format so that the "%s" format works again when Unicode is not
Georg Brandl
2005-10-01
1
-0/+2
*
Fix bug in last checkin (2.231). To match previous behavior, unicode
Neil Schemenauer
2005-08-31
1
-0/+5
*
Change the %s format specifier for str objects so that it returns a
Neil Schemenauer
2005-08-12
1
-8/+4
*
SF bug #1224347: int/long unification and hex()
Raymond Hettinger
2005-06-29
1
-11/+5
*
* Beef-up tests for str.count().
Raymond Hettinger
2005-02-20
1
-2/+7
*
* Beef-up testing of str.__contains__() and str.find().
Raymond Hettinger
2005-02-20
1
-13/+26
*
More bug #1077106 stuff, sorry -- modem induced impatiece!
Michael W. Hudson
2005-01-31
1
-0/+1
*
SF bug #1054139: serious string hashing error in 2.4b1
Raymond Hettinger
2004-10-26
1
-0/+1
*
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011)
Raymond Hettinger
2004-08-23
1
-12/+8
*
This was quite a dark bug in my recent in-place string concatenation
Armin Rigo
2004-08-07
1
-1/+2
*
Fixed some compiler warnings.
Armin Rigo
2004-08-07
1
-2/+2
*
Subclasses of string can no longer be interned. The semantics of
Jeremy Hylton
2004-08-07
1
-22/+12
*
.encode()/.decode() patch part 2.
Marc-André Lemburg
2004-07-08
1
-0/+10
*
Allow string and unicode return types from .encode()/.decode()
Marc-André Lemburg
2004-07-08
1
-2/+24
*
sizeof(char) is 1, by definition, so get rid of that expression in
Tim Peters
2004-06-27
1
-12/+7
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-1/+1
*
[SF #866875] Add a specialized routine for one character
Hye-Shik Chang
2004-01-05
1
-45/+95
*
There are places in Python which assume bytes have 8-bits. Formalize that a
Skip Montanaro
2003-12-22
1
-4/+0
*
Add rsplit method for str and unicode builtin types.
Hye-Shik Chang
2003-12-15
1
-0/+124
*
- Removed FutureWarnings related to hex/oct literals and conversions
Guido van Rossum
2003-11-29
1
-17/+19
*
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Raymond Hettinger
2003-11-26
1
-13/+18
*
Avoid confusing name for the 3rd argument to str.replace().
Fred Drake
2003-10-22
1
-3/+3
*
Patch #825679: Clarify semantics of .isfoo on empty strings.
Martin v. Löwis
2003-10-18
1
-12/+13
[prev]
[next]