index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
mystrtoul.c
Commit message (
Expand
)
Author
Age
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
*
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu
2019-09-10
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
*
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
*
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in...
Antoine Pitrou
2013-02-09
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
Christian Heimes
2008-03-28
*
Merged revisions 61964-61979 via svnmerge from
Christian Heimes
2008-03-28
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Merged revisions 60080-60089,60091-60093 via svnmerge from
Georg Brandl
2008-01-19
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen
2003-11-19
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
*
Change copyright notice.
Guido van Rossum
2000-06-30
*
Changes by Mark Hammond for Windows CE. Mostly of the form
Guido van Rossum
1999-04-07
*
Chris H. writes:
Guido van Rossum
1998-12-18
*
Sigh. The hack to enable special treatment for errno on SGI machines
Guido van Rossum
1998-07-07
*
Address warnings issued by the MSVC++ compiler
Guido van Rossum
1998-04-10
*
For base 10, cast unsigned long to long before testing overflow.
Guido van Rossum
1997-12-15
*
Oops, missed some renamings.
Guido van Rossum
1997-05-07
*
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum
1997-04-09
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
*
Always include config.h
Guido van Rossum
1996-08-19
*
Put definition of _REENTRANT in config.h
Guido van Rossum
1996-08-01
*
Added _REENTRANT definition
Guido van Rossum
1996-07-31
*
use Py_CHARMASK
Guido van Rossum
1995-02-10
*
include rename2.h
Guido van Rossum
1995-01-17
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
*
New files.
Guido van Rossum
1993-12-24