| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year update, add version to licenses.v3.2.6rc1 | Georg Brandl | 2014-10-04 | 1 | -1/+1 |
|
|
* | merge with main repo 3.2 branchv3.2.4rc1 | Georg Brandl | 2013-03-25 | 2 | -3/+3 |
|\ |
|
| * | Issue #17425: Build with openssl 1.0.0k on Windows. | Martin v. Loewis | 2013-03-24 | 2 | -3/+3 |
|
|
* | | Copyright update to 2013. | Georg Brandl | 2013-03-23 | 1 | -1/+1 |
|/ |
|
* | Fix #16759. Convert DWORD registry values using PyLong_FromUnsignedLong. | Brian Curtin | 2012-12-27 | 1 | -2/+2 |
|
|
* | Fix #14420. Use PyLong_AsUnsignedLong to support the full range of DWORD. | Brian Curtin | 2012-12-27 | 1 | -1/+1 |
|
|
* | Fix #16197. Update docstrings and documentation to match winreg code. | Brian Curtin | 2012-10-29 | 1 | -77/+109 |
|
|
* | The build target of this makefile is python3.dll, not python32.dll. | Martin v. Löwis | 2012-06-23 | 1 | -2/+2 |
|
|
* | Upgrade OpenSSL to 1.0.0j | Martin v. Löwis | 2012-05-18 | 2 | -4/+3 |
|
|
* | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 4 | -10/+10 |
|
|
* | Make all socket related modules link with ws2_32.lib on windows, like | Kristján Valur Jónsson | 2012-04-15 | 2 | -12/+12 |
|
|
* | Issue14559: Fix build files old Microft compilers. | Amaury Forgeot d'Arc | 2012-04-13 | 3 | -0/+11 |
|
|
* | Issue #14471: Fix a possible buffer overrun in the winreg module. | Kristján Valur Jónsson | 2012-04-02 | 1 | -1/+1 |
|
|
* | merge 3.1 | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
|\ |
|
| * | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -1/+1 |
|
|
* | | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi... | Antoine Pitrou | 2012-03-11 | 1 | -0/+1 |
|
|
* | | Update copyright year.v3.2.3rc1 | Georg Brandl | 2012-02-23 | 1 | -1/+1 |
|
|
* | | Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n... | Nadeem Vawda | 2011-10-17 | 1 | -0/+3 |
|
|
* | | Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described | Antoine Pitrou | 2011-10-07 | 2 | -0/+4 |
|
|
* | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 3 | -0/+15 |
|
|
* | | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now | Antoine Pitrou | 2011-09-01 | 2 | -6/+16 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 4 | -6/+6 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 4 | -6/+6 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|
|
* | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 78 | -24142/+24142 |
|\ \
| |/ |
|
| * | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 75 | -23682/+23682 |
|
|
| * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 28 | -2672/+2672 |
|
|
| * | Merged revisions 85071-85072,85894,87132 via svnmerge from | Hirokazu Yamamoto | 2010-12-09 | 3 | -23/+60 |
|
|
| * | Merged revisions 86283 via svnmerge from | Hirokazu Yamamoto | 2010-11-07 | 1 | -7/+29 |
|
|
| * | Merged revisions 86281,86285 via svnmerge from | Hirokazu Yamamoto | 2010-11-07 | 1 | -17/+15 |
|
|
| * | Recorded merge of revisions 86117 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 15 | -58/+58 |
|
|
| * | Recorded merge of revisions 86113 via svnmerge from | Hirokazu Yamamoto | 2010-11-02 | 16 | -64/+64 |
|
|
| * | Merged revisions 84763,85135 via svnmerge from | Hirokazu Yamamoto | 2010-10-08 | 1 | -1/+1 |
|
|
| * | Updated VS8.0 project files with PCBuild/vs9to8.py. | Hirokazu Yamamoto | 2010-09-21 | 9 | -93/+153 |
|
|
| * | Merged revisions 84644 via svnmerge from | Hirokazu Yamamoto | 2010-09-10 | 1 | -3/+3 |
|
|
| * | 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 |
|
|
| * | Merged revisions 81843 via svnmerge from | Brian Curtin | 2010-06-08 | 1 | -4/+4 |
|
|
| * | Merged revisions 81547 via svnmerge from | Brian Curtin | 2010-05-26 | 1 | -28/+91 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 25 | -6130/+6130 |
|
|
| * | Merged revisions 80441 via svnmerge from | Brian Curtin | 2010-04-24 | 1 | -10/+93 |
|
|
| * | Merged revisions 78225 via svnmerge from | Martin v. Löwis | 2010-02-18 | 1 | -1/+1 |
|
|
| * | Merged revisions 77167 via svnmerge from | Benjamin Peterson | 2009-12-31 | 1 | -14/+104 |
|
|
| * | Merged revisions 75537,75539 via svnmerge from | Antoine Pitrou | 2009-10-19 | 1 | -0/+5 |
|
|
| * | Merged revisions 73609 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -24/+24 |
|
|
* | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 41 | -5395/+5395 |
|
|
* | | Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check | Martin v. Löwis | 2011-02-05 | 2 | -0/+2 |
|
|
* | | Issue #11118: Fix bogus export of None in python3.dll. | Martin v. Löwis | 2011-02-04 | 2 | -12/+2 |
|
|