| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated PC/*/select.[dsp,vcproj] to follow r86136. (use winsock2) | Hirokazu Yamamoto | 2010-11-04 | 3 | -14/+14 |
* | Recorded merge of revisions 86117 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 16 | -62/+62 |
* | Recorded merge of revisions 86113 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 17 | -68/+68 |
* | Merged revisions 84763,85135 via svnmerge from | Hirokazu Yamamoto | 2010-10-08 | 1 | -1/+1 |
* | Recorded rollback of revisions 84857,84870,84875 via svnmerge from | Hirokazu Yamamoto | 2010-09-29 | 2 | -2/+2 |
* | Updated VS8.0 project files with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-21 | 10 | -77/+129 |
* | Recorded rollback of revisions 84902 via svnmerge from | Hirokazu Yamamoto | 2010-09-21 | 2 | -8/+8 |
* | Recorded merge of revisions 84902 via svnmerge from | Hirokazu Yamamoto | 2010-09-19 | 2 | -8/+8 |
* | Merged revisions 84857,84870,84875 via svnmerge from | Hirokazu Yamamoto | 2010-09-19 | 2 | -2/+2 |
* | Updated VC6 files. | Hirokazu Yamamoto | 2010-09-10 | 2 | -13/+2 |
* | Merged revisions 84506 via svnmerge from | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
* | Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto i... | Tim Golden | 2010-08-08 | 1 | -17/+2 |
* | Issue #3210: Ensure stdio handles are closed if CreateProcess fails | Tim Golden | 2010-08-06 | 1 | -2/+17 |
* | Move a variable declration outside of a loop to match what was | Brian Curtin | 2010-06-08 | 1 | -4/+4 |
* | Fix #2810 - handle the case where some registry calls return | Brian Curtin | 2010-05-25 | 1 | -33/+103 |
* | Fixup indentation of PC/_msi.c | Antoine Pitrou | 2010-05-09 | 1 | -355/+355 |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 24 | -6254/+6254 |
* | Fix #7838. Add docstrings and privatize _subprocess implementation details. | Brian Curtin | 2010-04-24 | 1 | -10/+93 |
* | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 1 | -0/+1 |
* | Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. | Brian Curtin | 2010-04-02 | 1 | -12/+107 |
* | Capsule-related changes: | Larry Hastings | 2010-04-02 | 2 | -0/+5 |
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 4 | -0/+37 |
* | #4852: Remove dead code in every thread implementation, unused for many years. | Amaury Forgeot d'Arc | 2010-02-23 | 2 | -2/+0 |
* | Stop providing crtassem.h symbols when compiling with | Martin v. Löwis | 2010-02-18 | 1 | -1/+1 |
* | Issue #7622: Improve the split(), rsplit(), splitlines() and replace() | Antoine Pitrou | 2010-01-13 | 1 | -0/+4 |
* | We only support Windows NT derivatives now. | Georg Brandl | 2009-12-30 | 1 | -2/+1 |
* | #7579: Add docstrings to the msvcrt module | Amaury Forgeot d'Arc | 2009-12-29 | 1 | -14/+105 |
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 3 | -0/+15 |
* | Add dtoa.c and dtoa.h to the relevant project files. | Mark Dickinson | 2009-11-30 | 3 | -0/+11 |
* | Update project file for new file: dtoa.c | Raymond Hettinger | 2009-11-30 | 1 | -0/+4 |
* | Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, an... | Eric Smith | 2009-10-24 | 1 | -1/+0 |
* | Issue #7117 (backport py3k float repr) continued: | Mark Dickinson | 2009-10-24 | 1 | -0/+4 |
* | Set svn:eol-style=CRLF on all Visual Studio solution files. | Amaury Forgeot d'Arc | 2009-07-13 | 5 | -908/+908 |
* | Issue #4856: Remove checks for win NT. | Hirokazu Yamamoto | 2009-06-28 | 1 | -6/+0 |
* | Updated MSVC files to follow r73394. | Hirokazu Yamamoto | 2009-06-14 | 4 | -26/+88 |
* | #6201: Fix test_winreg on Windows: | Amaury Forgeot d'Arc | 2009-06-09 | 1 | -34/+28 |
* | Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. | Hirokazu Yamamoto | 2009-05-17 | 1 | -4/+0 |
* | Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k.... | Eric Smith | 2009-04-27 | 4 | -0/+16 |
* | Fixed compile error on windows. | Hirokazu Yamamoto | 2009-04-03 | 3 | -0/+11 |
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 1 | -0/+36 |
* | Updated openssl support on VC6. (openssl-0.9.6g is old, cannot compile with _... | Hirokazu Yamamoto | 2009-03-18 | 3 | -49/+89 |
* | Issue #5179: Fixed subprocess handle leak on failure on windows. | Hirokazu Yamamoto | 2009-03-03 | 1 | -1/+1 |
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 2 | -4/+4 |
* | Fixed svn:eol-style. | Hirokazu Yamamoto | 2009-02-10 | 3 | -218/+218 |
* | Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows. | Martin v. Löwis | 2009-02-02 | 1 | -0/+12 |
* | Fix issue5075: bdist_wininst should not depend on the vc runtime? | Mark Hammond | 2009-01-29 | 1 | -89/+90 |
* | On Windows, use the Python 'Activation Context' when loading extensions | Mark Hammond | 2009-01-27 | 1 | -1/+67 |
* | #4807: Remove a wrong usage of wsprintf in the winreg module | Amaury Forgeot d'Arc | 2009-01-13 | 1 | -10/+6 |
* | Issue #4895: Use _strdup on Windows CE. | Martin v. Löwis | 2009-01-11 | 1 | -0/+6 |
* | Fixed version number in build_ssl.bat. | Hirokazu Yamamoto | 2009-01-11 | 1 | -2/+2 |