COMMITS
/ Modules/getbuildinfo.c March 3, 2025
S
gh-100388: Change undefined __DATE__ to the Unix epoch (#100389)
Samuel Tyler committed
July 4, 2023
V
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
October 20, 2021
J
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
Jeong YunWon committed
March 4, 2017
N
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily committed
March 28, 2011
B
let's keep parenthesis around sizeof
Benjamin Peterson committed
March 9, 2011
A
Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
Antoine Pitrou committed
A
Merge fix for issue #11450
Antoine Pitrou committed
March 6, 2011
G
Remove sys.subversion and svn build identification leftovers.
Georg Brandl committed
March 5, 2011
G
Commit the hg build identification patch from the pymigr repo.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
May 23, 2009
B
Merged revisions 72871-72872 via svnmerge from
Benjamin Peterson committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
January 18, 2006
M
Generate getbuildinfo.o each time the linker is invoked;
Martin v. Löwis committed
January 6, 2006
T
Py_GetBuildInfo(): Squash compiler warnings.
Tim Peters committed
M
Deal with empty svn_revisions.
Martin v. Löwis committed
January 5, 2006
M
Drop sys.build_number. Add sys.subversion.
Martin v. Löwis committed
M
Always set SVNVERSION to "exported" if it otherwise fails.
Martin v. Löwis committed
M
Stop maintaining the buildno file.
Martin v. Löwis committed
December 19, 2005
B
Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the
Barry Warsaw committed
December 18, 2005
B
Handle a couple of use cases discussed in python-dev w.r.t. calculating the
Barry Warsaw committed
B
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw committed
November 20, 2003
J
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen committed
March 5, 2003
M
Patch #696645: Remove VMS code with uncertain authorship.
Martin v. Löwis committed
December 6, 2002
M
Patch #614055: Support OpenVMS.
Martin v. Löwis committed
December 4, 2001
T
More sprintf -> PyOS_snprintf.
Tim Peters committed
July 26, 2001
M
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
August 27, 1999
G
Patch by Mark Hammond to avoid certain header files on Windows/CE.
Guido van Rossum committed
January 27, 1999
G
Patches by William Lewis for Nextstep descendants.
Guido van Rossum committed
October 8, 1997
G
Include macbuildno.h here (mac only) (Jack)
Guido van Rossum committed
May 20, 1997
G
Include config.h so it can define const away for K&R.
Guido van Rossum committed
January 20, 1997
G
work build# into version string
Guido van Rossum committed