summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #1621: Fix undefined behaviour from signed overflow in datetime module ...Mark Dickinson2011-09-254-16/+14
* | Return +-Py_HUGE_VAL for tgamma(+-0) instead of risking FP exceptions by comp...Mark Dickinson2011-09-251-1/+2
* | Issue #1621: Fix undefined behaviour from signed overflow in get_integer (str...Mark Dickinson2011-09-241-9/+7
* | Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.Charles-François Natali2011-09-243-140/+19
* | Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple._...Mark Dickinson2011-09-245-25/+26
* | Fix typo in comment: _PyHash_Double -> _Py_HashDouble.Mark Dickinson2011-09-241-1/+1
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.spli...Mark Dickinson2011-09-247-16/+40
* | Merge #12973 itertools fix.Mark Dickinson2011-09-242-4/+6
|\ \ | |/
| * Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks St...Mark Dickinson2011-09-242-4/+6
* | merge 3.2Benjamin Peterson2011-09-231-6/+5
|\ \ | |/
| * fix compiler compliant about \0 not being an opcodeBenjamin Peterson2011-09-231-6/+5
* | disable unused result warnings when possibleBenjamin Peterson2011-09-232-0/+65
* | Merge 3.2: Issue #7732: Don't open a directory as a file anymore whileVictor Stinner2011-09-233-1/+23
|\ \ | |/
| * Issue #7732: Don't open a directory as a file anymore while importing aVictor Stinner2011-09-233-2/+22
* | Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpcVictor Stinner2011-09-221-0/+4
|\ \ | |/
| * Issue #12931: Add a test with Unicode URI to test_xmlrpcVictor Stinner2011-09-221-0/+4
* | Fix a race condition in test_socket.ThreadableTest: the client is reportedCharles-François Natali2011-09-211-1/+1
|\ \ | |/
| * Fix a race condition in test_socket.ThreadableTest: the client is reported asCharles-François Natali2011-09-211-1/+1
* | merge 3.2. Fix closes issue13005 - Remove the mention of 'repeat' method in ...Senthil Kumaran2011-09-211-2/+0
|\ \ | |/
| * Fix closes issue13005 - Remove the mention of 'repeat' method in the operator...Senthil Kumaran2011-09-211-2/+0
* | Issue #13002: Fix Visual Studio warning (not enough actual parameters).Stefan Krah2011-09-211-1/+1
* | Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-0/+1
|\ \ | |/
| * Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-211-2/+13
* | Branch mergeÉric Araujo2011-09-214-7/+6
|\ \
| * | Remove two unneeded attributes in packagingÉric Araujo2011-09-213-7/+4
| * | Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
* | | Issue #1172711: Update What's New in Python 3.3 document for the array module.Meador Inge2011-09-211-9/+9
* | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-213-0/+31
|\ \ \ | | |/ | |/|
| * | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-213-0/+31
* | | What's New in Python 3.3: add curses.unget_wch()Victor Stinner2011-09-211-4/+8
* | | meth.log2 doc: add a link to int.bit_length()Victor Stinner2011-09-211-0/+5
* | | Issue #1172711: Update What's New in Python 3.3 document for the struct moduleVictor Stinner2011-09-211-6/+15
* | | Issue #1172711: Add 'long long' support to the array module.Meador Inge2011-09-214-30/+143
* | | Merge 3.2: test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
|\ \ \ | |/ /
| * | test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
* | | Merge 3.2: test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
|\ \ \ | |/ /
| * | test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
* | | Head mergeBarry Warsaw2011-09-201-2/+12
|\ \ \
| * | | Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-201-2/+12
* | | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-202-1/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-202-1/+6
* | | Issue #12996: multiprocessing.connection: transmit the header in network byteCharles-François Natali2011-09-201-2/+2
* | | os.statvfs() encodes the filename to the filesystem encodingVictor Stinner2011-09-201-5/+9
* | | Merge issue #12973 list_repeat fix.Mark Dickinson2011-09-192-3/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.Mark Dickinson2011-09-192-3/+7
* | Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-192-1/+3
|\ \ | |/
| * Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-192-1/+3
* | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-192-2/+2
* | Branch mergeÉric Araujo2011-09-1944-283/+215
|\ \
| * | Make regrtest look at internal dicts in sysconfig.Éric Araujo2011-09-191-1/+24