summaryrefslogtreecommitdiff
path: root/Modules/getbuildinfo.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-23/+23
* merge 3.2Benjamin Peterson2011-03-281-3/+3
|\
| * let's keep parenthesis around sizeofBenjamin Peterson2011-03-281-3/+3
* | Merge fix for issue #11450Antoine Pitrou2011-03-091-1/+3
|\ \ | |/
| * Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() whenAntoine Pitrou2011-03-091-1/+3
* | Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-18/+0
|/
* Commit the hg build identification patch from the pymigr repo.Georg Brandl2011-03-051-3/+34
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-13/+13
* Merged revisions 72871-72872 via svnmerge fromBenjamin Peterson2009-05-231-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+9
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-7/+4
* Generate getbuildinfo.o each time the linker is invoked;Martin v. Löwis2006-01-181-0/+4
* Py_GetBuildInfo(): Squash compiler warnings.Tim Peters2006-01-061-3/+3
* Deal with empty svn_revisions.Martin v. Löwis2006-01-061-1/+1
* Drop sys.build_number. Add sys.subversion.Martin v. Löwis2006-01-051-18/+11
* Always set SVNVERSION to "exported" if it otherwise fails.Martin v. Löwis2006-01-051-5/+7
* Stop maintaining the buildno file.Martin v. Löwis2006-01-051-5/+14
* Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep theBarry Warsaw2005-12-191-26/+8
* Handle a couple of use cases discussed in python-dev w.r.t. calculating theBarry Warsaw2005-12-181-8/+26
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-2/+8
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-201-4/+0
* Patch #696645: Remove VMS code with uncertain authorship.Martin v. Löwis2003-03-051-59/+0
* Patch #614055: Support OpenVMS.Martin v. Löwis2002-12-061-0/+58
* More sprintf -> PyOS_snprintf.Tim Peters2001-12-041-2/+3
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Patch by Mark Hammond to avoid certain header files on Windows/CE.Guido van Rossum1999-08-271-0/+2
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-2/+2
* Include macbuildno.h here (mac only) (Jack)Guido van Rossum1997-10-081-0/+4
* Include config.h so it can define const away for K&R.Guido van Rossum1997-05-201-0/+2
* work build# into version stringGuido van Rossum1997-01-201-0/+30