History log of /external/python/cpython2/Modules/getbuildinfo.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
41a9ec90030ad29fadba44eb44cc002d1c2cb153 29-Mar-2011 Benjamin Peterson <benjamin@python.org> let's keep parenthesis around sizeof
/external/python/cpython2/Modules/getbuildinfo.c
2ddaaff62d666b8994deb9dc11ab2cd8a6c2217a 09-Mar-2011 Antoine Pitrou <solipsis@pitrou.net> Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
/external/python/cpython2/Modules/getbuildinfo.c
3a5508e2c075405f35b5c32f413445b9e875c92c 06-Mar-2011 Georg Brandl <georg@python.org> Port build identification from default branch.
/external/python/cpython2/Modules/getbuildinfo.c
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Modules/getbuildinfo.c
e5afa3b24b97f4dfb014780e4415c0e4961cba34 23-May-2009 Benjamin Peterson <benjamin@python.org> support building with subversion 1.7 #6094
/external/python/cpython2/Modules/getbuildinfo.c
b53940f238c55c8b715301e6b5902ef2d15cfefa 08-Jun-2007 Kristján Valur Jónsson <kristjan@ccpgames.com> Fixing changes to getbuildinfo.c that broke linux builds
/external/python/cpython2/Modules/getbuildinfo.c
7a0da19087bfd5e01bcada885b4d0786749b99cf 30-Apr-2007 Kristján Valur Jónsson <kristjan@ccpgames.com> Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
/external/python/cpython2/Modules/getbuildinfo.c
d078e40d416566d3a88bc47c2df180c85d5e339f 18-Jan-2006 Martin v. Löwis <martin@v.loewis.de> Generate getbuildinfo.o each time the linker is invoked;
try to generate SVNVERSION information if subwcrev.exe
can be found.
/external/python/cpython2/Modules/getbuildinfo.c
a9652f11ade5566c2429fb16902fe1cc3f2f1f70 06-Jan-2006 Tim Peters <tim.peters@gmail.com> Py_GetBuildInfo(): Squash compiler warnings.

Locals `revision` and `branch` were const-incorrect.
/external/python/cpython2/Modules/getbuildinfo.c
456af5f78b5b63da2ffb1995adb991445f8212e9 06-Jan-2006 Martin v. Löwis <martin@v.loewis.de> Deal with empty svn_revisions.
/external/python/cpython2/Modules/getbuildinfo.c
43b57805fbc9b500f0b4239fd925868b26475f35 06-Jan-2006 Martin v. Löwis <martin@v.loewis.de> Drop sys.build_number. Add sys.subversion.
/external/python/cpython2/Modules/getbuildinfo.c
c5bf5a00a35dae7d31d1b6eeada0567d7973c5c7 05-Jan-2006 Martin v. Löwis <martin@v.loewis.de> Always set SVNVERSION to "exported" if it otherwise fails.
/external/python/cpython2/Modules/getbuildinfo.c
dea59e5755526be328aa6d330ce730e387a7562d 05-Jan-2006 Martin v. Löwis <martin@v.loewis.de> Stop maintaining the buildno file.
Also, stop determining Unicode sizes with PyString_GET_SIZE.
/external/python/cpython2/Modules/getbuildinfo.c
ce3a9131c37dc8e968156864e73e1ff544cf7ece 19-Dec-2005 Barry Warsaw <barry@python.org> Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the
use of $(srcdir) in Makefile.pre.in so builds outside the source dir still
work.
/external/python/cpython2/Modules/getbuildinfo.c
a3bdc2c2a5dbb6fd7f7f655f6970f7559dca0497 18-Dec-2005 Barry Warsaw <barry@python.org> Handle a couple of use cases discussed in python-dev w.r.t. calculating the
Subversion revision number.

First, in an svn export, there will be no .svn directory, so use an in-file
$Revision$ keyword string with the keyword chrome stripped off.

Also, use $(srcdir) in the Makefile.pre.in to handle the case where Python is
build outside the source tree.
/external/python/cpython2/Modules/getbuildinfo.c
2a38a86c1c48adbf9cf76d485c515002f042fd56 18-Dec-2005 Barry Warsaw <barry@python.org> Expose Subversion revision number (calculated via "svnversion .") to Python.
Add C API function Py_GetBuildNumber(), add it to the interactive prompt
banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number
attribute. The build number is a string instead of an int because it may
contain a trailing 'M' if there are local modifications.
/external/python/cpython2/Modules/getbuildinfo.c
eddc1449bae39414aaf7a4f63ccd3b69c4fb069e 20-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of all the code inside #ifdef macintosh too.
/external/python/cpython2/Modules/getbuildinfo.c
7a924e6eb28ac0b18231a3f4ed1101c78be2c2ba 05-Mar-2003 Martin v. Löwis <martin@v.loewis.de> Patch #696645: Remove VMS code with uncertain authorship.
/external/python/cpython2/Modules/getbuildinfo.c
79acb9edfa893b5072350c82fd0645d023b13b03 06-Dec-2002 Martin v. Löwis <martin@v.loewis.de> Patch #614055: Support OpenVMS.
/external/python/cpython2/Modules/getbuildinfo.c
22a51efc1cb9b3d5c945bf90fd8906306c367604 04-Dec-2001 Tim Peters <tim.peters@gmail.com> More sprintf -> PyOS_snprintf.
/external/python/cpython2/Modules/getbuildinfo.c
4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f 26-Jul-2001 Martin v. Löwis <martin@v.loewis.de> Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
/external/python/cpython2/Modules/getbuildinfo.c
f3f33dcf03eaed3c4e720178f9d69205a66d6a91 21-Jul-2000 Thomas Wouters <thomas@python.org> Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
and a couple of functions that were missed in the previous batches. Not
terribly tested, but very carefully scrutinized, three times.

All these were found by the little findkrc.py that I posted to python-dev,
which means there might be more lurking. Cases such as this:

long
func(a, b)
long a;
long b; /* flagword */
{

and other cases where the last ; in the argument list isn't followed by a
newline and an opening curly bracket. Regexps to catch all are welcome, of
course ;)
/external/python/cpython2/Modules/getbuildinfo.c
ff7e83d6067814a329790cc983f1efa67371ccf8 27-Aug-1999 Guido van Rossum <guido@python.org> Patch by Mark Hammond to avoid certain header files on Windows/CE.
/external/python/cpython2/Modules/getbuildinfo.c
54ecc3d24f52ae45ca54a24167e434915c88b60f 27-Jan-1999 Guido van Rossum <guido@python.org> Patches by William Lewis for Nextstep descendants.
/external/python/cpython2/Modules/getbuildinfo.c
5bd919b6d7feed1ba3a89098accf80ffe9e1e490 08-Oct-1997 Guido van Rossum <guido@python.org> Include macbuildno.h here (mac only) (Jack)
/external/python/cpython2/Modules/getbuildinfo.c
49bff65deba89d13b11db725e70bfe7ae2b82f82 21-May-1997 Guido van Rossum <guido@python.org> Include config.h so it can define const away for K&R.
/external/python/cpython2/Modules/getbuildinfo.c
2fff2e6b05b8eb11898186f218d1656ec64a6091 20-Jan-1997 Guido van Rossum <guido@python.org> work build# into version string
/external/python/cpython2/Modules/getbuildinfo.c