1. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  2. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  3. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  4. a70e6d8 Added the cjkcodecs files to the MSVC 6 build. by Tim Peters · 20 years ago
  5. daea3e5 Add cjkcodecs to build process by Martin v. Löwis · 20 years ago
  6. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  7. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 21 years ago
  8. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 21 years ago
  9. 0c41027 SF Patch #864863: Bisect C implementation (Contributed by Dmitry Vasiliev.) by Raymond Hettinger · 21 years ago
  10. 7174580 Update to record .pyd files removed for Python 2.4. by Tim Peters · 21 years ago
  11. 12cfa6d That's it -- works as well under VC6 as it ever did now. by Tim Peters · 21 years ago
  12. 055844e The _tkinter subproject works with VC6 again. by Tim Peters · 21 years ago
  13. 590de2c The bz2 subproject works with VC6 again. by Tim Peters · 21 years ago
  14. f32b027 The _ssl subproject may <heh> be working w/ VC6 again. by Tim Peters · 21 years ago
  15. c844a03 The _bsddb subproject works again under VC6. by Tim Peters · 21 years ago
  16. caba60a Removed dead text about MS subprojects that no longer exist. by Tim Peters · 21 years ago
  17. 28df74f Getting closer (but not yet there) to being able to compile under VC6 by Tim Peters · 21 years ago
  18. ff8505d Tons of changes to get this closer to being buildable from this directory; by Tim Peters · 21 years ago
  19. 203eec4 Move VC6 project files here. by Martin v. Löwis · 21 years ago
  20. 48918f7 Update build procedure to VC 7.1; make more modules builtin. by Martin v. Löwis · 21 years ago
  21. 4d04639 add definitions required for expat 1.95.7 by Andrew MacIntyre · 21 years ago
  22. c2138af - add notes about os.link() emulation; - various minor cleanups and updates. by Andrew MacIntyre · 21 years ago
  23. 51578ae - add build support for curses extension to be a normal DLL as well as by Andrew MacIntyre · 21 years ago
  24. a6a38ad Remove all uses of alloca() from this module. The alloca() return value by Guido van Rossum · 21 years ago
  25. b3af181 Convert heapq.py to a C implementation. by Raymond Hettinger · 21 years ago
  26. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  27. 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
  28. 6019f9a Remove a stray single quote. Will backport to release23-maint. by Thomas Heller · 21 years ago
  29. 67e5582 Complete move of windows builds to 2.4alpha by Mark Hammond · 21 years ago
  30. 342aab1 Repaired botched release serial number. by Tim Peters · 21 years ago
  31. 6cb2e0d Bump Windows resource version macro for 2.3 final. by Tim Peters · 21 years ago
  32. 6560a25 Update version numbers and dates for 2.3c2 -- we won't be able to do this by Tim Peters · 21 years ago
  33. 29dfcd1 Bump the release number to 2.3c1. by Tim Peters · 21 years ago
  34. bac1ea9 More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  35. 4ee893f More pre-2.3 build tweaks for the OS/2 EMX port: by Andrew MacIntyre · 21 years ago
  36. b0f5e5a update OS/2 EMX port notes by Andrew MacIntyre · 21 years ago
  37. 63fd15c Bump release level to 2.3b2. by Tim Peters · 21 years ago
  38. 0dda400 add support for os.tmpfile() by Andrew MacIntyre · 21 years ago
  39. 58f22cc reorganise modules, so that most standard extensions are built into by Andrew MacIntyre · 21 years ago
  40. fae8953 various updates by Andrew MacIntyre · 21 years ago
  41. 23ec1dc bump stack size to cater for _sre recursion. by Andrew MacIntyre · 21 years ago
  42. fee10040 sound_playsound() doesn't have to be visible externally, so make it static. by Walter Dörwald · 21 years ago
  43. 3209410 Bump version number to 2.3b1. by Tim Peters · 21 years ago
  44. 0c83348 minor cleanups and whitespace normalisation by Andrew MacIntyre · 21 years ago
  45. 631e87f Makefile & config.c: - restructure build for modules now in Python DLL by Andrew MacIntyre · 21 years ago
  46. d4c9b16 Makefile: - add _csv module to the build list - various cleanups by Andrew MacIntyre · 21 years ago
  47. 6920652 Patch #714957: Explain ADDMODULE MARKER. by Martin v. Löwis · 21 years ago
  48. e125268 Add MessageBeep() API. by Guido van Rossum · 21 years ago
  49. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  50. 82d6195 Changed the DLL base-address assignment for _csv so it no longer by Tim Peters · 21 years ago
  51. 0d7ce4e Teach the Windows build & installer about the new csv module + DLL. by Tim Peters · 21 years ago
  52. 4f28c4d OS/2 EMX build updates for recent CVS changes by Andrew MacIntyre · 21 years ago
  53. 1441cf9 Bump version # to 2.3a2. by Tim Peters · 21 years ago
  54. 96ef811 Move itertools module from the sandbox and into production. by Raymond Hettinger · 21 years ago
  55. 61bb35f Fix [ 583477 ] wrong dest size. by Mark Hammond · 21 years ago
  56. c9083b6 Correct docstring for SetValueEx() by Mark Hammond · 22 years ago
  57. 9c2fbb5 There are two more copyright notices in the Windows world: by Tim Peters · 22 years ago
  58. 214d39a catch up with zipimport changes to std getpathp.c by Andrew MacIntyre · 22 years ago
  59. 5180123 bring structure closer to std config.c, whitespace normalisation by Andrew MacIntyre · 22 years ago
  60. 3c5bfbe fix a merge mistake - readline not built by default by Andrew MacIntyre · 22 years ago
  61. a8aed02 Make sure zip_path is null-terminated, since it's on the stack by Neal Norwitz · 22 years ago
  62. ab49505 DLL export definition refresh by Andrew MacIntyre · 22 years ago
  63. e52aa5c add universal newline support to configuration by Andrew MacIntyre · 22 years ago
  64. d65778a whitespace cleanup by Andrew MacIntyre · 22 years ago
  65. 7c90a89 getenv() replacement not required by Andrew MacIntyre · 22 years ago
  66. 978697b Build process updates: by Andrew MacIntyre · 22 years ago
  67. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago
  68. d1f5ccc Taught the Windows build about _randommodule.c. This is compiled by Tim Peters · 22 years ago
  69. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  70. e1d18f5 Fix an error message in the _winreg module. The error message referred by Thomas Heller · 22 years ago
  71. 2a799bf datetime escapes the sandbox. The Windows build is all set. I leave it by Tim Peters · 22 years ago
  72. 7e5bf67 history update by Andrew MacIntyre · 22 years ago
  73. e7a8cad make BSDDB 1.85 module buildable again after BSDDB3 module import by Andrew MacIntyre · 22 years ago
  74. b0cd38c Oops, MSVC was still open, so the project file was not yet saved. by Thomas Heller · 22 years ago
  75. bb4b7d2 Copied the sources from the distutils CVS repository. by Thomas Heller · 22 years ago
  76. c7ff90b Forgot a paren in the MSVC + 64-bit + Intel case. by Tim Peters · 22 years ago
  77. 0628433 Some help for SF 614770: MSVC 7.0 compiler support by Tim Peters · 22 years ago
  78. b0ead4e Start building the bz2 module on Windows. by Tim Peters · 22 years ago
  79. c78462f The MS resource compiler simply cannot be convinced to do arithmetic by Tim Peters · 22 years ago
  80. ce2f663 Repair the DLL name -- this has to match the major.minor version numbers. by Tim Peters · 22 years ago
  81. c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
  82. e3a8e7e Call me anal, but there was a particular phrase that was speading to by Guido van Rossum · 22 years ago
  83. 1adbceb update contact info by Andrew MacIntyre · 22 years ago
  84. 1994c7f Prep for 2.3: by Andrew MacIntyre · 22 years ago
  85. ffcf899 make port notes current by Andrew MacIntyre · 22 years ago
  86. 4fffdff Build process updates: by Andrew MacIntyre · 22 years ago
  87. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  88. 2795dae Remove a strange single quote that didn't seem to upset the compilers! by Mark Hammond · 22 years ago
  89. e407e2a Nuke the only DL_* in this directory. by Mark Hammond · 22 years ago
  90. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  91. 02488ff Windows has no actual need for BAD_STATIC_FORWARD, so got rid of it. by Tim Peters · 22 years ago
  92. 7a1f917 WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few by Tim Peters · 22 years ago
  93. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  94. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  95. 0444302 Nuked another reference to newmodule.c. by Tim Peters · 22 years ago
  96. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  97. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  98. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  99. b3bfa7f refresh to pick up recent changes by Andrew MacIntyre · 22 years ago
  100. 4a79e36 make _sre a dynamically loadable module and build xxsubtype by Andrew MacIntyre · 22 years ago