1. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 7 years ago
  2. fe55783 merge 3.2 by Benjamin Peterson · 13 years ago
  3. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 13 years ago
  4. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 13 years ago
  5. d2dee34 Merge fix for issue #11450 by Antoine Pitrou · 13 years ago
  6. 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 13 years ago
  7. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  8. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  9. f53eec8 Merged revisions 72871-72872 via svnmerge from by Benjamin Peterson · 15 years ago
  10. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  11. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  12. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 18 years ago
  13. a9652f1 Py_GetBuildInfo(): Squash compiler warnings. by Tim Peters · 18 years ago
  14. 456af5f Deal with empty svn_revisions. by Martin v. Löwis · 18 years ago
  15. 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 18 years ago
  16. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 18 years ago
  17. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 18 years ago
  18. ce3a913 Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the by Barry Warsaw · 18 years ago
  19. a3bdc2c Handle a couple of use cases discussed in python-dev w.r.t. calculating the by Barry Warsaw · 18 years ago
  20. 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 18 years ago
  21. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  22. 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 21 years ago
  23. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 21 years ago
  24. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 22 years ago
  25. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  26. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  27. ff7e83d Patch by Mark Hammond to avoid certain header files on Windows/CE. by Guido van Rossum · 25 years ago
  28. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  29. 5bd919b Include macbuildno.h here (mac only) (Jack) by Guido van Rossum · 27 years ago
  30. 49bff65 Include config.h so it can define const away for K&R. by Guido van Rossum · 27 years ago
  31. 2fff2e6 work build# into version string by Guido van Rossum · 27 years ago