Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 2 | -0/+33 |
|\ | |||||
| * | Issue13674 Correct crash with strftime %y format under Windows | Tim Golden | 2013-11-12 | 2 | -1/+32 |
| | | |||||
* | | Issue #19440: Clean up test_capi | Zachary Ware | 2013-11-12 | 2 | -14/+12 |
|\ \ | |/ | |||||
| * | Issue #19440: Clean up test_capi | Zachary Ware | 2013-11-12 | 2 | -13/+11 |
| | | |||||
* | | Null merge | Zachary Ware | 2013-11-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Correct a merge error in Misc/NEWS | Zachary Ware | 2013-11-12 | 1 | -1/+1 |
| | | |||||
* | | #15422: remove NEWS item for a change that was later reverted | Andrew Kuchling | 2013-11-11 | 1 | -3/+0 |
| | | |||||
* | | Closes #6683: add a test that exercises multiple authentication. | Andrew Kuchling | 2013-11-11 | 1 | -0/+9 |
| | | | | | | | | | | The SMTP server advertises four different authentication methods, and the code will try CRAM-MD5 first, which will fail, but LOGIN succeeds. | ||||
* | | Remove outdated comment | Tim Golden | 2013-11-11 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Remove outdated comment | Tim Golden | 2013-11-11 | 1 | -1/+0 |
| | | |||||
* | | Close #19406: Initial implementation of ensurepip | Nick Coghlan | 2013-11-11 | 16 | -2/+488 |
| | | | | | | | | Patch by Donald Stufft and Nick Coghlan | ||||
* | | Issue #8799: Reduce timing sensitivity of condition test by explicitly | Kristjan Valur Jonsson | 2013-11-11 | 1 | -0/+15 |
| | | | | | | | | delaying the main thread so that it doesn't race ahead of the workers. | ||||
* | | Fixed compile error on Windows caused by arithmetic with void * pointers | Serhiy Storchaka | 2013-11-11 | 1 | -3/+3 |
| | | | | | | | | (issue #16685). | ||||
* | | #1097797: add the original mapping file | Andrew Kuchling | 2013-11-11 | 1 | -0/+258 |
| | | |||||
* | | Fix some PEP8-formatting problems in the generated code | Andrew Kuchling | 2013-11-11 | 1 | -9/+9 |
| | | |||||
* | | Fix failing test incorrectly merged in b1244046f37a | Jason R. Coombs | 2013-11-11 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.3 for Issue #19544 and Issue #6286. Merge is untested. I was ↵ | Jason R. Coombs | 2013-11-10 | 3 | -71/+62 |
|\ \ | |/ | | | | | unable to test due to bab0cbf86835. | ||||
| * | Issue #19544 and Issue #6286: Restore use of urllib over http allowing use ↵ | Jason R. Coombs | 2013-11-10 | 3 | -68/+59 |
| | | | | | | | | of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. | ||||
* | | Merge with 3.3 for Issue #19544 and Issue #7457 | Jason R. Coombs | 2013-11-10 | 4 | -18/+147 |
|\ \ | |/ | |||||
| * | Issue 19544 and Issue #7457: Restore the read_pkg_file method to ↵ | Jason R. Coombs | 2013-11-10 | 4 | -18/+147 |
| | | | | | | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. | ||||
* | | Issue #16685: Added support for any bytes-like objects in the audioop module. | Serhiy Storchaka | 2013-11-10 | 4 | -294/+485 |
| | | | | | | | | Removed support for strings. | ||||
* | | Update Misc/NEWS for Issue #7171 | Jason R. Coombs | 2013-11-10 | 1 | -0/+3 |
| | | |||||
* | | Merge heads | Serhiy Storchaka | 2013-11-10 | 3 | -4/+128 |
|\ \ | |||||
| * \ | Merge | Jason R. Coombs | 2013-11-10 | 4 | -3/+315 |
| |\ \ | |||||
| * | | | Normalize whitespace | Jason R. Coombs | 2013-11-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | Issue #7171: Update syntax to replace MAX in favor of Py_MAX (matching ↵ | Jason R. Coombs | 2013-11-10 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | implementation for Unix). | ||||
| * | | | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` ↵ | Atsuo Ishimoto | 2012-07-16 | 3 | -4/+124 |
| | | | | | | | | | | | | | | | | to socket module. | ||||
* | | | | Issue #19261: Added support for writing 24-bit samples in the sunau module. | Serhiy Storchaka | 2013-11-10 | 5 | -1/+37 |
| |/ / |/| | | |||||
* | | | Add news entry for #1097797; whitespace cleanup | Andrew Kuchling | 2013-11-10 | 1 | -1/+4 |
| | | | |||||
* | | | #1097797: Add CP273 codec, and exercise it in the test suite | Andrew Kuchling | 2013-11-10 | 2 | -2/+309 |
| | | | |||||
* | | | Ignore two constructed directories in Tools/unicode | Andrew Kuchling | 2013-11-10 | 1 | -0/+2 |
|/ / | |||||
* | | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 3 | -5/+14 |
|\ \ | |/ | |||||
| * | Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. | Serhiy Storchaka | 2013-11-09 | 3 | -11/+15 |
| | | |||||
* | | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -23/+31 |
|\ \ | |/ | |||||
| * | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). | Serhiy Storchaka | 2013-11-09 | 3 | -23/+31 |
| | | |||||
* | | Null merge. | Stefan Krah | 2013-11-08 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read | Stefan Krah | 2013-11-08 | 1 | -0/+9 |
| | | | | | | | | of size 8: wcscmp (wcscmp.S:464)) | ||||
| * | Move PyErr_NoMemory() closer to the failure. | Stefan Krah | 2013-11-08 | 1 | -1/+1 |
| | | |||||
| * | Change style to match the surrounding code (no early returns). | Stefan Krah | 2013-11-08 | 1 | -4/+3 |
| | | |||||
| * | Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() | Victor Stinner | 2013-10-29 | 1 | -0/+1 |
| | | | | | | | | failure (memory allocation failure): raise a MemoryError exception | ||||
| * | Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle | Victor Stinner | 2013-10-29 | 1 | -10/+17 |
| | | | | | | | | PyObject_IsInstance() failure | ||||
* | | Merge. | Stefan Krah | 2013-11-08 | 22 | -445/+349 |
|\ \ | |||||
| * | | remove dead import | Brett Cannon | 2013-11-08 | 1 | -1/+0 |
| | | | |||||
| * | | Issue #16803: test.test_importlib.source now tests frozen and source code | Brett Cannon | 2013-11-08 | 5 | -74/+91 |
| | | | |||||
| * | | Issue #18923: Update subprocess to use the new selectors module. | Charles-François Natali | 2013-11-08 | 2 | -173/+75 |
| | | | |||||
| * | | Simplify test.test_importlib.__main__ | Brett Cannon | 2013-11-08 | 1 | -10/+1 |
| | | | |||||
| * | | Issue #16803: test.test_importlib.import_ now tests frozen and source code | Brett Cannon | 2013-11-08 | 11 | -154/+146 |
| | | | |||||
| * | | Issue #16803: test.test_importlib.frozen now runs both frozen and source code | Brett Cannon | 2013-11-08 | 2 | -31/+33 |
| | | | |||||
| * | | Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from the | Victor Stinner | 2013-11-08 | 1 | -2/+3 |
| | | | | | | | | | | | | stable ABI | ||||
* | | | Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read | Stefan Krah | 2013-11-08 | 1 | -0/+9 |
| | | | | | | | | | | | | of size 8: wcscmp (wcscmp.S:464)) |