| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #12973 itertools fix. | Mark Dickinson | 2011-09-24 | 2 | -4/+6 |
|\ |
|
| * | Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks St... | Mark Dickinson | 2011-09-24 | 2 | -4/+6 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-09-23 | 1 | -6/+5 |
|\ \
| |/ |
|
| * | fix compiler compliant about \0 not being an opcode | Benjamin Peterson | 2011-09-23 | 1 | -6/+5 |
|
|
* | | disable unused result warnings when possible | Benjamin Peterson | 2011-09-23 | 2 | -0/+65 |
|
|
* | | Merge 3.2: Issue #7732: Don't open a directory as a file anymore while | Victor Stinner | 2011-09-23 | 3 | -1/+23 |
|\ \
| |/ |
|
| * | Issue #7732: Don't open a directory as a file anymore while importing a | Victor Stinner | 2011-09-23 | 3 | -2/+22 |
|
|
* | | Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc | Victor Stinner | 2011-09-22 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Issue #12931: Add a test with Unicode URI to test_xmlrpc | Victor Stinner | 2011-09-22 | 1 | -0/+4 |
|
|
* | | Fix a race condition in test_socket.ThreadableTest: the client is reported | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a race condition in test_socket.ThreadableTest: the client is reported as | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
|
|
* | | merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in ... | Senthil Kumaran | 2011-09-21 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Fix closes issue13005 - Remove the mention of 'repeat' method in the operator... | Senthil Kumaran | 2011-09-21 | 1 | -2/+0 |
|
|
* | | Issue #13002: Fix Visual Studio warning (not enough actual parameters). | Stefan Krah | 2011-09-21 | 1 | -1/+1 |
|
|
* | | Issue #12981: test_multiprocessing: catch ImportError when importing | Charles-François Natali | 2011-09-21 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #12981: test_multiprocessing: catch ImportError when importing | Charles-François Natali | 2011-09-21 | 1 | -2/+13 |
|
|
* | | Branch merge | Éric Araujo | 2011-09-21 | 4 | -7/+6 |
|\ \ |
|
| * | | Remove two unneeded attributes in packaging | Éric Araujo | 2011-09-21 | 3 | -7/+4 |
|
|
| * | | Squash last tempdir leak in packaging tests. | Éric Araujo | 2011-09-19 | 1 | -0/+2 |
|
|
* | | | Issue #1172711: Update What's New in Python 3.3 document for the array module. | Meador Inge | 2011-09-21 | 1 | -9/+9 |
|
|
* | | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa... | Jesus Cea | 2011-09-21 | 3 | -0/+31 |
|\ \ \
| | |/
| |/| |
|
| * | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa... | Jesus Cea | 2011-09-21 | 3 | -0/+31 |
|
|
* | | | What's New in Python 3.3: add curses.unget_wch() | Victor Stinner | 2011-09-21 | 1 | -4/+8 |
|
|
* | | | meth.log2 doc: add a link to int.bit_length() | Victor Stinner | 2011-09-21 | 1 | -0/+5 |
|
|
* | | | Issue #1172711: Update What's New in Python 3.3 document for the struct module | Victor Stinner | 2011-09-21 | 1 | -6/+15 |
|
|
* | | | Issue #1172711: Add 'long long' support to the array module. | Meador Inge | 2011-09-21 | 4 | -30/+143 |
|
|
* | | | Merge 3.2: test_multiprocessing removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | test_multiprocessing removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|
|
* | | | Merge 3.2: test_httplib removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | test_httplib removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|
|
* | | | Head merge | Barry Warsaw | 2011-09-20 | 1 | -2/+12 |
|\ \ \ |
|
| * | | | Issue #12981: test_multiprocessing: catch ImportError when importing | Charles-François Natali | 2011-09-20 | 1 | -2/+12 |
|
|
* | | | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for | Barry Warsaw | 2011-09-20 | 2 | -1/+6 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for | Barry Warsaw | 2011-09-20 | 2 | -1/+6 |
|
|
* | | | Issue #12996: multiprocessing.connection: transmit the header in network byte | Charles-François Natali | 2011-09-20 | 1 | -2/+2 |
|
|
* | | | os.statvfs() encodes the filename to the filesystem encoding | Victor Stinner | 2011-09-20 | 1 | -5/+9 |
|
|
* | | | Merge issue #12973 list_repeat fix. | Mark Dickinson | 2011-09-19 | 2 | -3/+7 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat. | Mark Dickinson | 2011-09-19 | 2 | -3/+7 |
|
|
* | | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 2 | -1/+3 |
|\ \
| |/ |
|
| * | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 2 | -1/+3 |
|
|
* | | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code | Éric Araujo | 2011-09-19 | 2 | -2/+2 |
|
|
* | | Branch merge | Éric Araujo | 2011-09-19 | 44 | -283/+215 |
|\ \ |
|
| * | | Make regrtest look at internal dicts in sysconfig. | Éric Araujo | 2011-09-19 | 1 | -1/+24 |
|
|
| * | | Final bag of small changes coming from distutils2. | Éric Araujo | 2011-09-19 | 9 | -29/+22 |
|
|
| * | | A few style changes originally done in the distutils2 repo | Éric Araujo | 2011-09-18 | 4 | -17/+16 |
|
|
| * | | Replace cmp function with key function | Éric Araujo | 2011-09-18 | 1 | -15/+2 |
|
|
| * | | Fix typo and wording | Éric Araujo | 2011-09-18 | 1 | -1/+1 |
|
|
| * | | Branch merge | Éric Araujo | 2011-09-18 | 16 | -96/+47 |
| |\ \ |
|
| | * | | Use a local name (it was intended to be used but overlooked). | Éric Araujo | 2011-09-17 | 1 | -2/+2 |
|
|
| | * | | Packaging cleanup: remove conditionals for < 2.6 support. | Éric Araujo | 2011-09-17 | 16 | -95/+46 |
|
|