| Commit message (Expand) | Author | Age | Files | Lines |
| * | Can build older OpenSSL in http://svn.python.org/projects/externals/ | Hirokazu Yamamoto | 2010-11-04 | 1 | -1/+1 |
| * | issue 9981 | Kristján Valur Jónsson | 2010-11-03 | 3 | -87/+48 |
| * | Updated readme.txt about OpenSSL. | Hirokazu Yamamoto | 2010-10-28 | 1 | -1/+1 |
| * | On Windows, remove compilation warnings with the zlib and gzip modules. | Amaury Forgeot d'Arc | 2010-10-17 | 2 | -8/+72 |
| * | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -0/+8 |
| * | Cosmetic fix for PCBuild/readme.txt. | Hirokazu Yamamoto | 2010-10-01 | 1 | -1/+1 |
| * | Now perl path with spaces can be used. | Hirokazu Yamamoto | 2010-09-28 | 1 | -4/+4 |
| * | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-24 | 5 | -22/+232 |
| * | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-21 | 1 | -5/+7 |
| * | Revert r84902 before committing better solution. | Hirokazu Yamamoto | 2010-09-21 | 1 | -5/+5 |
| * | Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) | Hirokazu Yamamoto | 2010-09-19 | 1 | -5/+5 |
| * | regrtest.py now runs python in build/test_python_xxx. (deeper than here) | Hirokazu Yamamoto | 2010-09-18 | 1 | -1/+1 |
| * | Let's see if tcl/tk test runs on windows buildbot with this fix. | Hirokazu Yamamoto | 2010-09-17 | 1 | -1/+1 |
| * | Issue #9810: Compile bzip2 source files in python's project file | Hirokazu Yamamoto | 2010-09-16 | 1 | -24/+60 |
| * | Cosmetic fix to project files. | Hirokazu Yamamoto | 2010-09-13 | 1 | -1/+1 |
| * | PCBuild cosmetic fixes. | Hirokazu Yamamoto | 2010-09-09 | 2 | -6/+9 |
| * | Fix various build problems. | Martin v. Löwis | 2010-08-28 | 1 | -5/+5 |
| * | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API | Alexander Belopolsky | 2010-08-05 | 1 | -0/+8 |
| * | #7280: note about nasmw.exe. | Georg Brandl | 2010-08-02 | 1 | -0/+2 |
| * | Copy asm files into place. | Martin v. Löwis | 2010-07-31 | 1 | -0/+9 |
| * | Use OpenSSL 1.0.0a on Windows. | Martin v. Löwis | 2010-07-30 | 2 | -2/+2 |
| * | Drop 2.4 support. Add disabled algorithms to Configure options. | Martin v. Löwis | 2010-07-30 | 1 | -8/+5 |
| * | Issue #7989: Added pure python implementation of the datetime module. | Alexander Belopolsky | 2010-07-23 | 1 | -1/+1 |
| * | Issue #9089: Remove intobject.h from MSVC project files. | Mark Dickinson | 2010-06-27 | 1 | -4/+0 |
| * | Merged revisions 82126-82127 via svnmerge from | Thomas Heller | 2010-06-21 | 1 | -79/+27 |
| * | Issue #9012: Add _time.c and _time.h to the Visual Studio project file | Victor Stinner | 2010-06-16 | 1 | -0/+8 |
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -64/+64 |
| * | Merged revisions 80761,80766 via svnmerge from | Thomas Heller | 2010-05-04 | 1 | -27/+79 |
| * | Make (most of) Python's tests pass under Thread Sanitizer. | Jeffrey Yasskin | 2010-05-03 | 1 | -0/+8 |
| * | Add -bb to rt.bat to do some extra checks during the tests (it is already use... | Ezio Melotti | 2010-04-03 | 1 | -1/+1 |
| * | Merged revisions 79540-79541 via svnmerge from | Ezio Melotti | 2010-04-02 | 1 | -1/+1 |
| * | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -0/+4 |
| * | Merged revisions 77226 via svnmerge from | Martin v. Löwis | 2010-01-02 | 3 | -3/+3 |
| * | Merged revisions 76990-76991 via svnmerge from | Martin v. Löwis | 2009-12-22 | 2 | -2/+2 |
| * | Merged revisions 76989 via svnmerge from | Martin v. Löwis | 2009-12-22 | 1 | -5/+2 |
| * | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+8 |
| * | Merged revisions 73998 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-13 | 1 | -537/+537 |
| * | Updated MSVC project files to follow PyCObject removal (r73729) | Hirokazu Yamamoto | 2009-07-01 | 1 | -8/+0 |
| * | Bump Windows versions to 3.2. | Martin v. Löwis | 2009-06-27 | 3 | -3/+3 |
| * | #3791: remove last traces of bsddb. | Georg Brandl | 2009-06-04 | 3 | -32/+3 |
| * | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -0/+5 |
| * | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 1 | -0/+8 |
| * | Issue #1580: use short float repr where possible. | Mark Dickinson | 2009-04-16 | 1 | -0/+8 |
| * | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -32/+36 |
| * | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -0/+20 |
| * | Merged revisions 69415,69591,69593 via svnmerge from | Benjamin Peterson | 2009-02-20 | 1 | -6/+6 |
| * | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -4/+4 |
| * | Merged revisions 69489-69490 via svnmerge from | Martin v. Löwis | 2009-02-10 | 2 | -24/+30 |
| * | Merged revisions 69094 via svnmerge from | Mark Hammond | 2009-01-29 | 1 | -2/+2 |
| * | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -4/+0 |