- f60845b Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
- deb1ce7 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 90f00ea Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files by Martin v. Löwis · 14 years ago
- faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 14 years ago
- 59734be Merged revisions 85071-85072,85894,87132 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- 87df945 Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2) by Hirokazu Yamamoto · 14 years ago
- 921387b Recorded merge of revisions 86117 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- 419670a Recorded merge of revisions 86113 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- 2623688 Merged revisions 84763,85135 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- b046529 Recorded rollback of revisions 84857,84870,84875 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- 89e87ad Updated VS8.0 project files with PCBuild/vs9to8.py. by Hirokazu Yamamoto · 14 years ago
- 63e9b50 Recorded rollback of revisions 84902 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- 25278ef Recorded merge of revisions 84902 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- 0dd078a Merged revisions 84857,84870,84875 via svnmerge from by Hirokazu Yamamoto · 14 years ago
- de150c7 Updated VC6 files. by Hirokazu Yamamoto · 14 years ago
- e6ebcda Merged revisions 84506 via svnmerge from by Antoine Pitrou · 14 years ago
- 431774f Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
- 90374f5 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 14 years ago
- d7afd31 Move a variable declration outside of a loop to match what was by Brian Curtin · 14 years ago
- b64c89b Fix #2810 - handle the case where some registry calls return by Brian Curtin · 14 years ago
- 8617161 Fixup indentation of PC/_msi.c by Antoine Pitrou · 14 years ago
- c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
- a2936cf Fix #7838. Add docstrings and privatize _subprocess implementation details. by Brian Curtin · 15 years ago
- e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
- e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
- 5ac006d Capsule-related changes: by Larry Hastings · 15 years ago
- 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
- adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 15 years ago
- 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 15 years ago
- 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 15 years ago
- b7953f0 We only support Windows NT derivatives now. by Georg Brandl · 15 years ago
- c8a2ce7 #7579: Add docstrings to the msvcrt module by Amaury Forgeot d'Arc · 15 years ago
- 9cae178 Issue #3366: Add expm1 function to math module. Thanks Eric Smith for by Mark Dickinson · 15 years ago
- 117a899 Add dtoa.c and dtoa.h to the relevant project files. by Mark Dickinson · 15 years ago
- 2ef9e8c Update project file for new file: dtoa.c by Raymond Hettinger · 15 years ago
- 8c3fb39 Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file. by Eric Smith · 15 years ago
- 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
- f31fd01 Set svn:eol-style=CRLF on all Visual Studio solution files. by Amaury Forgeot d'Arc · 15 years ago
- a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
- e69041d Updated MSVC files to follow r73394. by Hirokazu Yamamoto · 15 years ago
- 901f200 #6201: Fix test_winreg on Windows: by Amaury Forgeot d'Arc · 15 years ago
- b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 15 years ago
- cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
- 957320a Fixed compile error on windows. by Hirokazu Yamamoto · 16 years ago
- efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
- eb15863 Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _ssl.c) by Hirokazu Yamamoto · 16 years ago
- eacbbdf Issue #5179: Fixed subprocess handle leak on failure on windows. by Hirokazu Yamamoto · 16 years ago
- 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
- e71fc87 Fixed svn:eol-style. by Hirokazu Yamamoto · 16 years ago
- fee1c7f Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. by Martin v. Löwis · 16 years ago
- 6ed1cb0 Fix issue5075: bdist_wininst should not depend on the vc runtime? by Mark Hammond · 16 years ago
- 9f4f56d On Windows, use the Python 'Activation Context' when loading extensions by Mark Hammond · 16 years ago
- a18392a #4807: Remove a wrong usage of wsprintf in the winreg module by Amaury Forgeot d'Arc · 16 years ago
- eefda27 Issue #4895: Use _strdup on Windows CE. by Martin v. Löwis · 16 years ago
- 14aa459 Fixed version number in build_ssl.bat. by Hirokazu Yamamoto · 16 years ago
- dbf5588 Added helper script to build Tcl/Tk. by Hirokazu Yamamoto · 16 years ago
- 420ab8a Link to debug version of Tcl/Tk when python is built as debug version. by Hirokazu Yamamoto · 16 years ago
- e0f8b3d Bump up Tcl/Tk version on VC6. (tcl8.4.12 -> tcl8.5.2, tk8.4.12 -> tk8.5.2, tix8.4.0 -> tix8.4.3) by Hirokazu Yamamoto · 16 years ago
- 343b970 Bump up bsddb version on VC6. (db-4.4.20 -> db-4.7.25) by Hirokazu Yamamoto · 16 years ago
- eaec6b6 Bump up bzip2 version on VC6. (bzip2-1.0.3 -> bzip2-1.0.5) by Hirokazu Yamamoto · 16 years ago
- d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
- 0fa10b3 Issue #4817: Remove unused function PyOS_GetLastModificationTime. by Martin v. Löwis · 16 years ago
- ed2f423 Bumped up 2.6 to 2.7 by Christian Heimes · 16 years ago
- bcb017f Issue #4365: Add crtassem.h constants to the msvcrt module. by Martin v. Löwis · 16 years ago
- 98adb5c yuvconvert.c is a part of the "sv" module, an old IRIX thing by Amaury Forgeot d'Arc · 16 years ago
- ea00ed3 Follows to python's version change (VC6) by Hirokazu Yamamoto · 16 years ago
- c2dfd8c Update version number to 2.7. by Martin v. Löwis · 16 years ago
- 41c56b5 build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files by Andrew MacIntyre · 16 years ago
- 042025f Attempt to correct the build files for the Microsoft VS7.1 compiler. by Amaury Forgeot d'Arc · 16 years ago
- 2e9b6cb Use vs9to8.py to refresh the Visual Studio 2005 build files. by Amaury Forgeot d'Arc · 16 years ago
- 9f4e7fe Added _multiprocessing module support. (VC6) by Hirokazu Yamamoto · 16 years ago
- eea8eda Issue #2065: VC6 related fix. by Hirokazu Yamamoto · 16 years ago
- b90f4e8 fix issue3120 - don't truncate handles on 64-bit Windows. by Gregory P. Smith · 16 years ago
- 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 16 years ago
- 6733ef5 Add a missing file for VS2005 by Amaury Forgeot d'Arc · 16 years ago
- a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
- 6fd3321 Update VS8.0 build files, using the script vs9to8.py. by Amaury Forgeot d'Arc · 16 years ago
- b7fea62 Rename bytesobject.c back to stringobject.c to keep with the PyString theme. by Gregory P. Smith · 16 years ago
- dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
- ffe62ed Patch #2125: Add GetInteger and GetString methods for msilib.Record objects. by Martin v. Löwis · 16 years ago
- 5bd8833 Fix bdist_wininst --user-access-control for win2k by Mark Hammond · 16 years ago
- 36f0a80 Used vs9to8.py to port all VS9.0 changes to 8.0 by Christian Heimes · 16 years ago
- 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- 6634bf2 Tkinter rename reversal: remove tkinter package, adapt imports and docs. by Georg Brandl · 16 years ago
- 6c90c9f Add new tkinter dir to various locations where lib-tk shows up. by Georg Brandl · 16 years ago
- f9b54c2 Sync code with documentation, and remove Win95 support in winsound module. by Amaury Forgeot d'Arc · 16 years ago
- 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
- 4b964f9 Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob by Brett Cannon · 17 years ago
- 7c5c8e6 #2581: Vista UAC/elevation support for bdist_wininst by Mark Hammond · 17 years ago
- 81ad6a1 Added new files to Windows project files by Christian Heimes · 17 years ago
- 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 17 years ago
- 14d6b0f Update project files for all Windows supported compilers by Amaury Forgeot d'Arc · 17 years ago
- 76ca13c Fix an accidental bug of an non-existent init function. by Brett Cannon · 17 years ago
- e974689 Re-implement the 'warnings' module in C. This allows for usage of the by Brett Cannon · 17 years ago
- 7adc776 Issue 2408: remove the _types module by Amaury Forgeot d'Arc · 17 years ago
- eba0004 Typographical fix: 32bit -> 32-bit, 64bit -> 64-bit by Andrew M. Kuchling · 17 years ago
- 495cf99 Issue #2513: enable 64bit cross compilation on windows. by Mark Hammond · 17 years ago
- 8a3c871 From issue 1753245 - better _winreg support for x64. by Mark Hammond · 17 years ago