| Commit message (Expand) | Author | Age | Files | Lines |
* | #9418: first step of moving private string methods to _string module. | Georg Brandl | 2010-10-14 | 1 | -0/+2 |
|
|
* | Follows Python/fileutils.c addition. | Hirokazu Yamamoto | 2010-10-08 | 3 | -3/+18 |
|
|
* | Updated PC/VC6 openssl build script. (for openssl-1.0.0a) | Hirokazu Yamamoto | 2010-09-28 | 1 | -16/+42 |
|
|
* | Now perl path with spaces can be used. | Hirokazu Yamamoto | 2010-09-28 | 1 | -6/+6 |
|
|
* | Updated VS8.0 bz2.vcproj with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-28 | 1 | -24/+60 |
|
|
* | Implement #8521. Added named argument handling to winreg's CreateKeyEx, | Brian Curtin | 2010-09-27 | 1 | -33/+43 |
|
|
* | issue 9910 | Kristján Valur Jónsson | 2010-09-27 | 1 | -0/+24 |
|
|
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-24 | 5 | -20/+232 |
|
|
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-21 | 1 | -2/+13 |
|
|
* | Revert r84902 before committing better solution. | Hirokazu Yamamoto | 2010-09-21 | 2 | -8/+8 |
|
|
* | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-19 | 2 | -8/+8 |
|
|
* | Applied r84870 to older compilers. | Hirokazu Yamamoto | 2010-09-18 | 2 | -2/+2 |
|
|
* | Cosmetic fix to project files. | Hirokazu Yamamoto | 2010-09-13 | 1 | -1/+1 |
|
|
* | Updated PC/VS8.0 with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-13 | 9 | -91/+115 |
|
|
* | Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1) | Hirokazu Yamamoto | 2010-09-09 | 1 | -11/+17 |
|
|
* | Updated VC6 files. | Hirokazu Yamamoto | 2010-09-09 | 3 | -14/+14 |
|
|
* | Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file | Antoine Pitrou | 2010-09-04 | 1 | -0/+3 |
|
|
* | Welcome to the UTF-8 world. | Florent Xicluna | 2010-09-03 | 1 | -1/+1 |
|
|
* | Issue 8781: Define SIZEOF_WCHAR_T on Windows | Daniel Stutzbach | 2010-08-25 | 1 | -0/+3 |
|
|
* | Fix #7579. Add docstrings to msvcrt and adjust some wording for bytes. | Brian Curtin | 2010-08-24 | 1 | -9/+10 |
|
|
* | Remove long-redundant plat-win from sys.path on Windows | Tim Golden | 2010-08-20 | 1 | -1/+1 |
|
|
* | Cleanup and correct a few ints to be Py_ssize_t. | Brian Curtin | 2010-08-17 | 1 | -3/+4 |
|
|
* | Properly downcast from size_t/Py_ssize_t in a few places. | Brian Curtin | 2010-08-17 | 1 | -4/+6 |
|
|
* | Fix compilation warning on Windows | Amaury Forgeot d'Arc | 2010-08-16 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Fix the VS8.0 build | Raymond Hettinger | 2010-08-06 | 1 | -0/+8 |
|
|
* | Fix VS8.0 build by adding _time.h and _time.c to the project file. | Raymond Hettinger | 2010-08-01 | 1 | -0/+8 |
|
|
* | Fix build on VS8. | Raymond Hettinger | 2010-07-31 | 1 | -1/+1 |
|
|
* | Update copyright years and add releases to release list. Also update Sphinx ... | Georg Brandl | 2010-07-31 | 1 | -1/+1 |
|
|
* | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -2/+2 |
|
|
* | Issue #9089: Remove intobject.h from MSVC project files. | Mark Dickinson | 2010-06-27 | 1 | -4/+0 |
|
|
* | Fix a compile warning missed during porting (wchar_t/char) and move a | Brian Curtin | 2010-06-08 | 1 | -4/+4 |
|
|
* | Fix #2810 - handle the case where some registry calls return | Brian Curtin | 2010-05-26 | 1 | -28/+91 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 25 | -6187/+6187 |
|
|
* | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 3 | -0/+12 |
|
|
* | Merged revisions 80439 via svnmerge from | Brian Curtin | 2010-04-24 | 1 | -10/+93 |
|
|
* | Port #7347 to py3k. | Brian Curtin | 2010-04-21 | 1 | -12/+107 |
|
|
* | Port #1220212 (os.kill for Win32) to py3k. | Brian Curtin | 2010-04-12 | 1 | -0/+2 |
|
|
* | Merged revisions 78393 via svnmerge from | Amaury Forgeot d'Arc | 2010-02-24 | 2 | -2/+0 |
|
|
* | Issue #5988: Delete deprecated functions PyOS_ascii_formatd, PyOS_ascii_strto... | Eric Smith | 2010-02-22 | 1 | -5/+0 |
|
|
* | Merged revisions 78213 via svnmerge from | Martin v. Löwis | 2010-02-18 | 1 | -1/+1 |
|
|
* | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+4 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -14/+104 |
|
|
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 3 | -0/+15 |
|
|
* | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows | Antoine Pitrou | 2009-10-19 | 1 | -0/+5 |
|
|
* | Merged revisions 73998 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 5 | -873/+873 |
|
|
* | Updated MSVC project files to follow PyCObject removal (r73729) | Hirokazu Yamamoto | 2009-07-01 | 3 | -15/+0 |
|
|
* | Sorted file names. | Hirokazu Yamamoto | 2009-06-28 | 1 | -24/+24 |
|
|
* | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -6/+0 |
|
|