summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #16685: Added support for any bytes-like objects in the audioop module.Serhiy Storchaka2013-11-104-294/+485
* Update Misc/NEWS for Issue #7171Jason R. Coombs2013-11-101-0/+3
* Merge headsSerhiy Storchaka2013-11-103-4/+128
|\
| * MergeJason R. Coombs2013-11-104-3/+315
| |\
| * | Normalize whitespaceJason R. Coombs2013-11-101-2/+2
| * | Issue #7171: Update syntax to replace MAX in favor of Py_MAX (matching implem...Jason R. Coombs2013-11-101-1/+5
| * | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...Atsuo Ishimoto2012-07-163-4/+124
* | | Issue #19261: Added support for writing 24-bit samples in the sunau module.Serhiy Storchaka2013-11-105-1/+37
| |/ |/|
* | Add news entry for #1097797; whitespace cleanupAndrew Kuchling2013-11-101-1/+4
* | #1097797: Add CP273 codec, and exercise it in the test suiteAndrew Kuchling2013-11-102-2/+309
* | Ignore two constructed directories in Tools/unicodeAndrew Kuchling2013-11-101-0/+2
|/
* Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-093-5/+14
|\
| * Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-093-11/+15
* | Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).Serhiy Storchaka2013-11-093-23/+31
|\ \ | |/
| * Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).Serhiy Storchaka2013-11-093-23/+31
* | Null merge.Stefan Krah2013-11-080-0/+0
|\ \ | |/
| * Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid readStefan Krah2013-11-081-0/+9
| * Move PyErr_NoMemory() closer to the failure.Stefan Krah2013-11-081-1/+1
| * Change style to match the surrounding code (no early returns).Stefan Krah2013-11-081-4/+3
| * Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()Victor Stinner2013-10-291-0/+1
| * Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handleVictor Stinner2013-10-291-10/+17
* | Merge.Stefan Krah2013-11-0822-445/+349
|\ \
| * | remove dead importBrett Cannon2013-11-081-1/+0
| * | Issue #16803: test.test_importlib.source now tests frozen and source codeBrett Cannon2013-11-085-74/+91
| * | Issue #18923: Update subprocess to use the new selectors module.Charles-François Natali2013-11-082-173/+75
| * | Simplify test.test_importlib.__main__Brett Cannon2013-11-081-10/+1
| * | Issue #16803: test.test_importlib.import_ now tests frozen and source codeBrett Cannon2013-11-0811-154/+146
| * | Issue #16803: test.test_importlib.frozen now runs both frozen and source codeBrett Cannon2013-11-082-31/+33
| * | Issue #19512, #19526: Exclude the new _PyDict_DelItemId() function from theVictor Stinner2013-11-081-2/+3
* | | Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid readStefan Krah2013-11-081-0/+9
* | | Move PyErr_NoMemory() closer to the failure.Stefan Krah2013-11-081-1/+1
* | | Change style to match the surrounding code (no early returns).Stefan Krah2013-11-081-4/+3
|/ /
* | Issue #19437: Fix datetime_subtract(), handle new_delta() failureVictor Stinner2013-11-071-0/+3
* | Issue #19437: Fix _io._IOBase.close(), handle _PyObject_SetAttrId() failureVictor Stinner2013-11-071-3/+8
* | Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc()Victor Stinner2013-11-071-1/+3
* | _Py_normalize_encoding(): explain how the value 6 was computedVictor Stinner2013-11-071-0/+1
* | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-0717-89/+93
* | frameobject.c: Use an identifer instead of creating explicitly an internedVictor Stinner2013-11-071-7/+5
* | C API doc: try to group concrete objectsVictor Stinner2013-11-071-7/+15
* | Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419bVictor Stinner2013-11-071-0/+1
* | Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"Victor Stinner2013-11-071-0/+2
* | Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.Martin v. Löwis2013-11-075-28/+18
* | Remove redundant test_selectors.py from test_asyncio.Guido van Rossum2013-11-072-150/+0
* | #17080: improve error message of float/complex when the wrong type is passed.Ezio Melotti2013-11-074-6/+11
* | Optimize BaseSelector.modify(). Patch by Arnaud Faure.Guido van Rossum2013-11-072-3/+16
* | #19480: merge with 3.3.Ezio Melotti2013-11-073-13/+28
|\ \ | |/
| * #19480: HTMLParser now accepts all valid start-tag names as defined by the HT...Ezio Melotti2013-11-073-13/+28
* | Merge #18985: Improve fcntl documentation.R David Murray2013-11-072-16/+21
|\ \ | |/
| * #18985: Improve fcntl documentation.R David Murray2013-11-072-16/+21
* | print_error_text() doesn't encode the filename anymoreVictor Stinner2013-11-071-27/+35