1. 7a9d132 Add Python\pyarena.c to the VC project file. by Thomas Heller · 19 years ago
  2. ea2625b Set props on _elementtree project file as per pyexpat.vcproj. by Trent Mick · 19 years ago
  3. e97e5a7 Add build support for _elementtree on Windows. by Trent Mick · 19 years ago
  4. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  5. 5da5b5b Remove conflict markers and add parsermodule.c to get things building by Mark Hammond · 19 years ago
  6. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  7. 3fa5575 Patch #1160164: Use ReleaseItanium for zlib build. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  8. 142e16d Correct names of sha modules. by Raymond Hettinger · 19 years ago
  9. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 19 years ago
  10. 752a047 Removed XXX block about a test_bsddb3 failure that went away a long time ago. by Tim Peters · 19 years ago
  11. 63db628 Update some Python version numbers. by Tim Peters · 19 years ago
  12. 8321b42 Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 19 years ago
  13. 4c3259c Link to #1233049 for building against openssl 0.9.8. by Martin v. Löwis · 19 years ago
  14. 7f9915e merge from branch by Anthony Baxter · 19 years ago
  15. 6a3f4f7 ported buildnos to trunk by Anthony Baxter · 19 years ago
  16. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  17. fd77c6c Update the filenames in the MSVC project file for Python 2.5. by Thomas Heller · 20 years ago
  18. af1389a Bump buildno for 2.4 release by Martin v. Löwis · 20 years ago
  19. e174ae9 Bump version for 2.4c1 by Martin v. Löwis · 20 years ago
  20. 6450190 Bump buildno for 2.4b2. by Martin v. Löwis · 20 years ago
  21. d37ddeb Bump buildno for 2.4b1 by Martin v. Löwis · 20 years ago
  22. 4eb5978 Supply the _subprocess module under 7.1. I'm not sure what the status by Tim Peters · 20 years ago
  23. c9f53b4 Link with ws2_32 instead of wsock32. by Martin v. Löwis · 20 years ago
  24. 5a6653c Revert creation of launcher.exe by Martin v. Löwis · 20 years ago
  25. 195578a Add launcher program by Martin v. Löwis · 20 years ago
  26. 6d77213 Update buildno for 2.4a3 by Martin v. Löwis · 20 years ago
  27. 3cf2163 Add instructions for building Tix by Martin v. Löwis · 20 years ago
  28. adadc0f Remove rotor and xreadlines from VC 7.1 build. by Tim Peters · 20 years ago
  29. 42cd14d More cmd.exe exploitation. by Tim Peters · 20 years ago
  30. e2f6899 Since it's impossible to build Python using VC7.1 on a command.com by Tim Peters · 20 years ago
  31. e82b00f Updated test-runner .bat for new location of Tcl/Tk. by Tim Peters · 20 years ago
  32. 6de2d4d Bump Tk version to 8.4.7. Build into tcltk directory. by Martin v. Löwis · 20 years ago
  33. 79b52b7 Boosted the stack reservation for python.exe and python_w.exe from the by Tim Peters · 20 years ago
  34. 9ecf326 Patch #1006916: Remove ODBC library references. by Martin v. Löwis · 20 years ago
  35. ed0d9c6 Bump buildno for 2.4a2 by Martin v. Löwis · 20 years ago
  36. efdc16ff Remove unused source file from Windows project files. by Hye-Shik Chang · 20 years ago
  37. d945f4e Generate rc[_d].h after linking by Martin v. Löwis · 20 years ago
  38. 13e50fe Add Itanium targets. by Martin v. Löwis · 20 years ago
  39. 3341e38 cjkcodecs/mapdata_*.c are removed by the recent import CJKCodecs 1.1. by Hye-Shik Chang · 20 years ago
  40. 56b021a Ignore more encoding input files. by Tim Peters · 20 years ago
  41. a44b565 Ignore input files for encoding tests (these aren't checked in). by Tim Peters · 20 years ago
  42. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  43. d0bcf35 Teach VC 7.1 about the new cjkcodecs structure. This still doesn't compile by Tim Peters · 20 years ago
  44. 1d64fb3 Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can by Tim Peters · 20 years ago
  45. dfef882 dont think it's still being used, but just in case by Anthony Baxter · 20 years ago
  46. 74a72b9 Bump build number to 54 for 2.4.0a1 by Martin v. Löwis · 20 years ago
  47. 8139140 Update info about the windows build. by Thomas Heller · 20 years ago
  48. 93d1b2c Add readme.txt by Martin v. Löwis · 20 years ago
  49. 3d1f6bb Teach pythoncore project about new pystrtod.c for VC7.1. This was done by Tim Peters · 20 years ago
  50. 9f5f056 Remove the pcre module. by Thomas Heller · 20 years ago
  51. aa2e498 Record Python 2.3.4 (final) build number. by Thomas Heller · 20 years ago
  52. 7897ff0 Add genobject.c by Martin v. Löwis · 20 years ago
  53. fd3f4fb Windows build number for 2.3.4c1 is 52. by Thomas Heller · 20 years ago
  54. 1a74a12 The filename of this module changed again... by Thomas Heller · 20 years ago
  55. 1a9d32b cvs ignore the user options files *.suo by Thomas Heller · 20 years ago
  56. 8598b10 Modules/heapqmodule.c removed. Modules/_heapmodule.c added. by Thomas Heller · 20 years ago
  57. 71b2411 Record test_bsddb3 test results on WinXP. by Tim Peters · 20 years ago
  58. a0d781a Update the OpenSSL version example from c to d (the current stable one), by Tim Peters · 20 years ago
  59. 0e93309 The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so by Tim Peters · 20 years ago
  60. 011de6cc Record Tcl and Tk test results for WinXP Pro. by Tim Peters · 20 years ago
  61. d54357d Tweaked after following all these instructions. by Guido van Rossum · 20 years ago
  62. e2879c3 Add collectionsmodule.c. Don't link with largeint.lib anymore. by Martin v. Löwis · 21 years ago
  63. daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 21 years ago
  64. 09de756 More updates for zlib 1.2.1 by Martin v. Löwis · 21 years ago
  65. 21eca43 Update to 1.2.1 for release build too. by Martin v. Löwis · 21 years ago
  66. 73b3df9 Update Windows build to use zlib 1.2.1 by Jeremy Hylton · 21 years ago
  67. d2afa67 Add the _bisectmodule.c source file to the pythoncore project - seems to have been forgotten. by Thomas Heller · 21 years ago
  68. 2362da8 Update information about building bsddb, particularly re with and without by Mark Hammond · 21 years ago
  69. 4618cc0 Bump build number by Martin v. Löwis · 21 years ago
  70. caba60a Removed dead text about MS subprojects that no longer exist. by Tim Peters · 21 years ago
  71. 79ef96d Update build procedure to VC 7.1. by Martin v. Löwis · 21 years ago
  72. b38b019 Update build procedure to VC 7.1 and newer versions of several packages. by Martin v. Löwis · 21 years ago
  73. 435f648 Python 2.3.3 Window build number and release date. by Thomas Heller · 21 years ago
  74. 6b70f8b Sigh. dsp files must be marked as binary files for cvs, otherwise by Thomas Heller · 21 years ago
  75. 7425c38 The Windows build number for 2.3.3c1 is 50. by Thomas Heller · 21 years ago
  76. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  77. 045f1de pyexpat stopped building on Windows -- whining about the lack of a by Tim Peters · 21 years ago
  78. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  79. 04570db Patch #628301: Update installer to by Martin v. Löwis · 21 years ago
  80. 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
  81. d12819c Release 2.3.2 (final) has a windows build number of 49. by Thomas Heller · 21 years ago
  82. 36bd2a1 The windows build number for 2.3.2c1 is 48 by Thomas Heller · 21 years ago
  83. ffe469e Build number for Python 2.3.1. by Thomas Heller · 21 years ago
  84. 46a007e Build the bzip2.lib as a custom pre-link step in MSVC. by Thomas Heller · 21 years ago
  85. 2258227 Opening the WISE script changes a few items: by Thomas Heller · 21 years ago
  86. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  87. 36c1afc SF bug 778400: IDLE hangs when selecting "Edit with IDLE". by Tim Peters · 21 years ago
  88. 7388dff Updated Windows installer for 2.3 final. by Tim Peters · 21 years ago
  89. 32675b6 Bump Windows build number for 2.3 final. by Tim Peters · 21 years ago
  90. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  91. 6601b13 Corrected release date for 2.3c1. by Tim Peters · 21 years ago
  92. 0dc4b10 For my convenience in building installers, added a makes-sense-on-my-box by Tim Peters · 21 years ago
  93. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  94. d02d305 SF Patch 763681 "Support IDLE Edit of .py/.pyw from idlelib" by Kurt B. Kaiser · 21 years ago
  95. e6f7f9a I "cvs admin -kb"'ed these files to close a bug report. Now they need by Tim Peters · 21 years ago
  96. 8f6c7c5 Some Windows changes preparing for 2.3b2. by Tim Peters · 21 years ago
  97. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  98. b1e63c0 Install IDLE's .def files; these are essential for the configuration! by Guido van Rossum · 21 years ago
  99. 5041cf6 Changes to install the new idle: it's now in Lib/idlelib instead of by Guido van Rossum · 21 years ago
  100. 98c20be Updated Windows buildno for 2.2.3 final. by Tim Peters · 21 years ago