| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 2 | -20/+0 |
|
|
* | Issue #11918: OS/2 and VMS are no more supported because of the lack of | Victor Stinner | 2011-04-26 | 1 | -0/+2 |
|
|
* | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 1 | -0/+2 |
|
|
* | Issue #3080: _PyWin_FindRegisteredModule() returns the path as Unicode | Victor Stinner | 2011-03-08 | 1 | -50/+71 |
|
|
* | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 4 | -6/+6 |
|\ |
|
| * | #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.2. | Ezio Melotti | 2011-03-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #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 |
|
|
* | | | Add a 'timeout' argument to subprocess.Popen. | Reid Kleckner | 2011-03-14 | 1 | -0/+1 |
|
|
* | | | Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that th... | Martin v. Löwis | 2011-03-06 | 48 | -20171/+20171 |
|\ \ \
| |/ / |
|
| * | | 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 |
|
|
* | | | More eol-style's | Antoine Pitrou | 2011-02-25 | 5 | -1421/+1420 |
|
|
* | | | Make svn:eol-style's more consistent | Antoine Pitrou | 2011-02-25 | 10 | -307/+307 |
|
|
* | | | Issue #3080: Mark PyWin_FindRegisteredModule() as private | Victor Stinner | 2011-02-22 | 1 | -4/+4 |
|
|
* | | | More automated version replacement. | Georg Brandl | 2011-02-20 | 16 | -851/+851 |
|/ / |
|
* | | 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 |
|
|
* | | Remove buffer API from stable ABI for now, see #10181. | Martin v. Löwis | 2011-01-06 | 1 | -10/+0 |
|
|
* | | Happy New Year! (CET edition) | Georg Brandl | 2010-12-31 | 1 | -1/+1 |
|
|
* | | Mention NASM which is needed to build openssl-1.0.0a original source. | Hirokazu Yamamoto | 2010-12-08 | 1 | -2/+10 |
|
|
* | | Automate build for python3.dll. | Martin v. Löwis | 2010-12-05 | 3 | -0/+733 |
|
|
* | | Expose CompileString, not CompileStringFlags under the | Martin v. Löwis | 2010-12-04 | 1 | -1/+1 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 4 | -1/+745 |
|
|
* | | Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. | Hirokazu Yamamoto | 2010-11-07 | 1 | -27/+1 |
|
|
* | | Reformatted code a bit. | Hirokazu Yamamoto | 2010-11-07 | 1 | -1/+1 |
|
|
* | | Issue #6317: Now winsound.PlaySound can accept non ascii filename. | Hirokazu Yamamoto | 2010-11-07 | 1 | -7/+29 |
|
|