1. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  2. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  3. 57dddfb Merged revisions 59642-59665 via svnmerge from by Christian Heimes · 17 years ago
  4. b6b3ecc Fixed svn merge issues by Christian Heimes · 17 years ago
  5. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  6. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  7. b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 17 years ago
  8. 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 17 years ago
  9. a041ba5 On Win64, linking the python dll currently fails with 'unresolved by Thomas Heller · 17 years ago
  10. 939336d It works w/o the newline on my system but you are right. A newline is nicer. by Christian Heimes · 17 years ago
  11. 4a7cae5 I've created three bat files based on the howto http://wiki.python.org/moin/Building_Python_with_the_free_MS_C_Toolkit by Christian Heimes · 17 years ago
  12. b98dd2e Patch 1304, by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  13. b8990aa ssue 1309: fix by Christian Heimes to be able to build on Windows. by Guido van Rossum · 17 years ago
  14. f12088b clean out some hotshot-related build turds by Fred Drake · 17 years ago
  15. 0ea230b Remove more traces of bufferobject.[ch] from build files etc. by Guido van Rossum · 17 years ago
  16. a5b8e04 Merged revisions 58149-58150 via svnmerge from by Martin v. Löwis · 17 years ago
  17. e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 17 years ago
  18. ff0940f Bump version numbers. by Martin v. Löwis · 17 years ago
  19. 8cef8a8 Port the build_ssl.py script to Python 3. by Thomas Heller · 17 years ago
  20. fac6e9d Add a couple of files that are necessary based on getting PCbuil8 to work. by Neal Norwitz · 17 years ago
  21. 0cb85a9 Remove more references to intobject. by Guido van Rossum · 17 years ago
  22. b5b652e Drop cPickle from Windows build process. by Martin v. Löwis · 17 years ago
  23. 7f16288 atexit is a builtin module now, provide that on Windows. by Thomas Heller · 17 years ago
  24. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  25. 9abb963 print() is a function now. by Thomas Heller · 17 years ago
  26. 7eaf822 Merged revisions 55962-56019 via svnmerge from by Guido van Rossum · 17 years ago
  27. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  28. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  29. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  30. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  31. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  32. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  33. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  34. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  35. 84f248d Add the bytes type to the build process. by Martin v. Löwis · 18 years ago
  36. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  37. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  38. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  39. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  40. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  41. d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 18 years ago
  42. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  43. d910855 Remove apply() by Neal Norwitz · 18 years ago
  44. 6ea6e20 For x86 Release and Debug builds, remove the /Wp64 compiler flag, it by Thomas Heller · 18 years ago
  45. 6da8ceb It's necessary to do a Debug build of the bsddb project too. by Tim Peters · 18 years ago
  46. 7ccbb07 Minor changes. by Tim Peters · 18 years ago
  47. 32d996f Trimmed trailing whitespace. by Tim Peters · 18 years ago
  48. b091241 Fix build process of bsddb for IA64 and AMD64. by Martin v. Löwis · 18 years ago
  49. f6f7925 Update to bsddb 4.4.20. by Martin v. Löwis · 18 years ago
  50. 14c1cf8 Update to bzip2 1.0.3 Make buildbot slaves automatically fetch bzip2 1.0.3. by Martin v. Löwis · 18 years ago
  51. d39ab5b Move buildbot scripts to Tools/buildbot. by Martin v. Löwis · 18 years ago
  52. 539056a Added brief comment. by Tim Peters · 18 years ago
  53. 1777ada Added brief comments. by Tim Peters · 18 years ago
  54. 9fe582c Add buildbot test script. by Martin v. Löwis · 18 years ago
  55. 3f2723d Give the _ssl project a harmless command to perform by Tim Peters · 18 years ago
  56. 1a4a640 Add AMD64 and Itanium configurationgs to ctypes; by Martin v. Löwis · 18 years ago
  57. 3b9e9ae Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln. by Thomas Heller · 18 years ago
  58. a16bb0c Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows. by Thomas Heller · 18 years ago
  59. 84457af Taught svneol to look at .c and .h files too, and by Tim Peters · 18 years ago
  60. 82f6cc4 Use devenv.com to better obtain output. by Martin v. Löwis · 18 years ago
  61. 350a872 Add buildbot support scripts. by Martin v. Löwis · 18 years ago
  62. fbab90e Import bdist_msi by Martin v. Löwis · 18 years ago
  63. 345d6c6 Drop vsextcomp_verbose by Martin v. Löwis · 18 years ago
  64. 9fb181b Add _lsprof. by Martin v. Löwis · 18 years ago
  65. 856bf9a Add build support for AMD64. by Martin v. Löwis · 18 years ago
  66. 8ed1ca8 Even more copyright year locations! by Georg Brandl · 18 years ago
  67. 62ffc07 Pass unquoted string to stat. by Martin v. Löwis · 18 years ago
  68. 8207cc7 Quote the path to the executable before invoking system(). by Tim Peters · 18 years ago
  69. 3150a27 Add missing make_buildinfo.c. by Martin v. Löwis · 18 years ago
  70. d078e40 Generate getbuildinfo.o each time the linker is invoked; by Martin v. Löwis · 18 years ago
  71. 634863c Remove buildno. by Martin v. Löwis · 18 years ago
  72. 21d418b Patch #1396093: Further .vcproj cleanups by Martin v. Löwis · 18 years ago
  73. 532bc03 Patch #1307806: Use project defaults where possible by Martin v. Löwis · 19 years ago
  74. 4e6aff5 Make zlib builtin. by Martin v. Löwis · 19 years ago
  75. 07cf5d4 As reported on c.l.py, the _elementtree project by Tim Peters · 19 years ago
  76. 903a944 Repair longstanding damage introduced by the AST merge: by Tim Peters · 19 years ago
  77. 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
  78. ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
  79. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  80. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  81. 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 19 years ago
  82. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  83. 3fa5575 Patch #1160164: Use ReleaseItanium for zlib build. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  84. 142e16d Correct names of sha modules. by Raymond Hettinger · 19 years ago
  85. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  86. 752a047 Removed XXX block about a test_bsddb3 failure that went away a long time ago. by Tim Peters · 19 years ago
  87. 63db628 Update some Python version numbers. by Tim Peters · 19 years ago
  88. 8321b42 Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 19 years ago
  89. 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 19 years ago
  90. 7f9915e merge from branch by Anthony Baxter · 19 years ago
  91. 6a3f4f7 ported buildnos to trunk by Anthony Baxter · 19 years ago
  92. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  93. fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 20 years ago
  94. af1389a Bump buildno for 2.4 release by Martin v. Löwis · 20 years ago
  95. e174ae9 Bump version for 2.4c1 by Martin v. Löwis · 20 years ago
  96. 6450190 Bump buildno for 2.4b2. by Martin v. Löwis · 20 years ago
  97. d37ddeb Bump buildno for 2.4b1 by Martin v. Löwis · 20 years ago
  98. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  99. c9f53b4 Link with ws2_32 instead of wsock32. by Martin v. Löwis · 20 years ago
  100. 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 20 years ago