Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9bd44d6dab214ab17c5505aa445388ccf8695c87
/
Modules
/
getbuildinfo.c
41a9ec9
let's keep parenthesis around sizeof
by Benjamin Peterson
· 14 years ago
2ddaaff
Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
by Antoine Pitrou
· 14 years ago
3a5508e
Port build identification from default branch.
by Georg Brandl
· 14 years ago
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 14 years ago
e5afa3b
support building with subversion 1.7 #6094
by Benjamin Peterson
· 15 years ago
b53940f
Fixing changes to getbuildinfo.c that broke linux builds
by Kristján Valur Jónsson
· 17 years ago
7a0da19
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.
by Kristján Valur Jónsson
· 18 years ago
d078e40
Generate getbuildinfo.o each time the linker is invoked;
by Martin v. Löwis
· 19 years ago
a9652f1
Py_GetBuildInfo(): Squash compiler warnings.
by Tim Peters
· 19 years ago
456af5f
Deal with empty svn_revisions.
by Martin v. Löwis
· 19 years ago
43b5780
Drop sys.build_number. Add sys.subversion.
by Martin v. Löwis
· 19 years ago
c5bf5a0
Always set SVNVERSION to "exported" if it otherwise fails.
by Martin v. Löwis
· 19 years ago
dea59e5
Stop maintaining the buildno file.
by Martin v. Löwis
· 19 years ago
ce3a913
Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the
by Barry Warsaw
· 19 years ago
a3bdc2c
Handle a couple of use cases discussed in python-dev w.r.t. calculating the
by Barry Warsaw
· 19 years ago
2a38a86
Expose Subversion revision number (calculated via "svnversion .") to Python.
by Barry Warsaw
· 19 years ago
eddc144
Getting rid of all the code inside #ifdef macintosh too.
by Jack Jansen
· 21 years ago
7a924e6
Patch #696645: Remove VMS code with uncertain authorship.
by Martin v. Löwis
· 22 years ago
79acb9e
Patch #614055: Support OpenVMS.
by Martin v. Löwis
· 22 years ago
22a51ef
More sprintf -> PyOS_snprintf.
by Tim Peters
· 23 years ago
4f1cd8b
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
by Martin v. Löwis
· 23 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
ff7e83d
Patch by Mark Hammond to avoid certain header files on Windows/CE.
by Guido van Rossum
· 25 years ago
54ecc3d
Patches by William Lewis for Nextstep descendants.
by Guido van Rossum
· 26 years ago
5bd919b
Include macbuildno.h here (mac only) (Jack)
by Guido van Rossum
· 27 years ago
49bff65
Include config.h so it can define const away for K&R.
by Guido van Rossum
· 27 years ago
2fff2e6
work build# into version string
by Guido van Rossum
· 28 years ago