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
/
Python
/
mystrtoul.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings.
Neal Norwitz
2008-03-28
1
-8/+8
*
Fix warnings about using char as an array subscript. This is not portable
Neal Norwitz
2008-03-27
1
-8/+8
*
Finished backporting PEP 3127, Integer Literal Support and Syntax.
Eric Smith
2008-03-17
1
-6/+54
*
Removed duplicate Py_CHARMASK define. It's already defined in Python.h.
Eric Smith
2008-02-23
1
-8/+0
*
Fix #1679: "0x" was taken as a valid integer literal.
Georg Brandl
2008-01-19
1
-15/+28
*
Forward-port of r52136,52138: a review of overflow-detecting code.
Armin Rigo
2006-10-04
1
-8/+4
*
Bug #1521947: possible bug in mystrtol.c with recent gcc.
Tim Peters
2006-07-27
1
-9/+21
*
On 64 bit systems, int literals that use less than 64 bits are now ints
Neal Norwitz
2006-07-09
1
-0/+11
*
Patch #1495999: Part two of Windows CE changes.
Martin v. Löwis
2006-06-10
1
-1/+1
*
A new table to help string->integer conversion was added yesterday to
Tim Peters
2006-05-25
1
-30/+2
*
Bug #1334662 / patch #1335972: int(string, base) wrong answers.
Tim Peters
2006-05-23
1
-88/+178
*
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen
2003-11-19
1
-2/+0
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-8/+2
*
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
*
Changes by Mark Hammond for Windows CE. Mostly of the form
Guido van Rossum
1999-04-07
1
-0/+2
*
Chris H. writes:
Guido van Rossum
1998-12-18
1
-1/+1
*
Sigh. The hack to enable special treatment for errno on SGI machines
Guido van Rossum
1998-07-07
1
-0/+4
*
Address warnings issued by the MSVC++ compiler
Guido van Rossum
1998-04-10
1
-1/+1
*
For base 10, cast unsigned long to long before testing overflow.
Guido van Rossum
1997-12-15
1
-2/+8
*
Oops, missed some renamings.
Guido van Rossum
1997-05-07
1
-5/+3
*
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum
1997-04-09
1
-1/+1
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-1/+1
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Always include config.h
Guido van Rossum
1996-08-19
1
-2/+0
*
Put definition of _REENTRANT in config.h
Guido van Rossum
1996-08-01
1
-4/+0
*
Added _REENTRANT definition
Guido van Rossum
1996-07-31
1
-0/+4
*
use Py_CHARMASK
Guido van Rossum
1995-02-10
1
-3/+11
*
include rename2.h
Guido van Rossum
1995-01-17
1
-0/+2
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-4/+12
*
New files.
Guido van Rossum
1993-12-24
1
-0/+156