COMMITS
/ Python/mystrtoul.c September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
October 19, 2021
V
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner committed
September 10, 2019
J
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
February 9, 2013
A
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 28, 2008
C
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
Christian Heimes committed
C
Merged revisions 61964-61979 via svnmerge from
Christian Heimes committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
January 19, 2008
G
Merged revisions 60080-60089,60091-60093 via svnmerge from
Georg Brandl committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
April 7, 1999
G
Changes by Mark Hammond for Windows CE. Mostly of the form
Guido van Rossum committed
December 18, 1998
G
Chris H. writes:
Guido van Rossum committed
July 7, 1998
G
Sigh. The hack to enable special treatment for errno on SGI machines
Guido van Rossum committed
April 10, 1998
G
Address warnings issued by the MSVC++ compiler
Guido van Rossum committed
December 15, 1997
G
For base 10, cast unsigned long to long before testing overflow.
Guido van Rossum committed
May 7, 1997
G
Oops, missed some renamings.
Guido van Rossum committed
April 9, 1997
G
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
August 19, 1996
G
Always include config.h
Guido van Rossum committed
August 1, 1996
G
Put definition of _REENTRANT in config.h
Guido van Rossum committed
July 31, 1996
G
Added _REENTRANT definition
Guido van Rossum committed
February 10, 1995
G
use Py_CHARMASK
Guido van Rossum committed
January 17, 1995
G
include rename2.h
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
December 24, 1993
G
New files.
Guido van Rossum committed