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
/
Modules
/
stropmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ssize_t-clean.
Martin v. Löwis
2006-02-17
1
-38/+40
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
1
-4/+5
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-6/+6
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0/+2
*
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz
2005-12-19
1
-1/+1
*
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis
2004-06-08
1
-2/+1
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-43/+43
*
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters
2002-04-27
1
-15/+6
*
Get rid of more PyArg_Parse & METH_OLDARGS.
Neal Norwitz
2002-04-02
1
-12/+12
*
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake
2002-04-01
1
-14/+8
*
Remove compiler warnings on Solaris 8.
Neal Norwitz
2002-03-20
1
-1/+1
*
More sprintf -> PyOS_snprintf.
Tim Peters
2001-11-28
1
-2/+4
*
sprintf -> PyOS_snprintf in some "obviously safe" cases.
Tim Peters
2001-11-28
1
-3/+6
*
Add warnings to the strop module, for to those functions that really
Guido van Rossum
2001-05-15
1
-0/+22
*
Guido has Spoken. Restore strop.replace()'s treatment of a 0 count as
Tim Peters
2001-05-10
1
-0/+6
*
The strop module and test_strop.py believe replace() with a 0 count
Tim Peters
2001-05-10
1
-1/+1
*
Heh. I need a break. After this: stropmodule & stringobject were more
Tim Peters
2001-05-10
1
-8/+6
*
Fudge. stropmodule and stringobject both had copies of the buggy
Tim Peters
2001-05-10
1
-8/+13
*
SF bug #422088: [OSF1 alpha] string.replace().
Tim Peters
2001-05-09
1
-26/+33
*
Mechanical changes for easier edits.
Tim Peters
2001-05-09
1
-152/+136
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
1
-6/+0
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Do the absolute minimal amount of modifications to eradicate
Barry Warsaw
2000-09-01
1
-3/+0
*
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-7/+14
*
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-14/+28
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1/+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-3/+3
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-1/+1
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-84/+24
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-1/+1
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-2/+2
*
On 17-Mar-2000, Marc-Andre Lemburg said:
Barry Warsaw
2000-03-20
1
-1/+1
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-12/+12
*
split() docstring: Made signature and description for the first
Fred Drake
1999-11-04
1
-3/+3
*
In atoi(), don't use isxdigit() to test whether the last character
Guido van Rossum
1999-02-22
1
-1/+1
*
expandtabs__doc__: blank line which was not terminated with \n\ caused
Barry Warsaw
1999-01-26
1
-1/+0
*
A gift from Fredrik Lundh: fast C implementation of expandtabs().
Guido van Rossum
1999-01-25
1
-0/+75
*
Remove prototypes for PyOS_strto[u]l -- Chris Herborth.
Guido van Rossum
1998-12-10
1
-3/+0
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Add a missing DECREF in an error exit. Submitted by Jonathan Giddy.
Guido van Rossum
1998-10-19
1
-0/+1
*
Use the t# format where appropriate. Greg Stein.
Guido van Rossum
1998-10-08
1
-13/+13
*
Make gcc -Wall happy.
Guido van Rossum
1998-10-07
1
-1/+1
*
Andrew Dalke's implementation of string.count().
Guido van Rossum
1998-10-06
1
-0/+47
*
Better error messages when raising ValueError for int literals. (The
Guido van Rossum
1998-08-04
1
-8/+3
*
Make sure that at least one digit has been consumed in atoi().
Guido van Rossum
1998-07-25
1
-0/+4
*
Make sure that no use of a function pointer gotten from a
Guido van Rossum
1998-05-22
1
-3/+5
*
strop_replace(): balk if the pattern string is empty.
Guido van Rossum
1998-05-14
1
-0/+4
[next]