summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting ...Lars Gustäbel2015-07-021-0/+3
|\ \ \ | |/ /
| * | Issue #24514: tarfile now tolerates number fields consisting of only whitespace.Lars Gustäbel2015-07-021-0/+3
* | | Note removal of inspect.isawaitable() in the NEWS fileYury Selivanov2015-06-301-1/+2
* | | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+6
|\ \ \ | |/ /
| * | Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.Serhiy Storchaka2015-06-291-0/+6
* | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-0/+4
|\ \ \ | |/ /
| * | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearraySerhiy Storchaka2015-06-291-0/+4
* | | Issue #20387: Merge test and patch from 3.4.4Jason R. Coombs2015-06-281-0/+3
|\ \ \ | |/ /
| * | Issue #20387: MergeJason R. Coombs2015-06-281-0/+3
| |\ \
| | * \ Issue #20387: Merge patch and testJason R. Coombs2015-06-281-0/+3
| | |\ \
| | | * | Issue #20387: Update Misc/NEWSJason R. Coombs2015-06-261-0/+3
* | | | | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()Serhiy Storchaka2015-06-281-0/+3
| |/ / /
* | | | Issue #24336: The contextmanager decorator now works with functions withSerhiy Storchaka2015-06-281-1/+3
|\ \ \ \ | |/ / /
| * | | Issue #24336: The contextmanager decorator now works with functions withSerhiy Storchaka2015-06-281-0/+3
* | | | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-0/+2
* | | | prevent integer overflow in escape_unicode (closes #24522)Benjamin Peterson2015-06-271-0/+2
* | | | merge 3.4Benjamin Peterson2015-06-271-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2015-06-271-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | add issue numberBenjamin Peterson2015-06-271-1/+1
* | | | merge 3.4Benjamin Peterson2015-06-271-0/+2
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2015-06-271-0/+2
| |\ \ \ | | |/ /
| | * | use safe allocation and reallocation macrosBenjamin Peterson2015-06-271-0/+2
* | | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-0/+2
| | |/ | |/|
* | | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+9
* | | - Issue #24351: Clarify what is meant by "identifier" in the context ofBarry Warsaw2015-06-091-0/+6
|\ \ \ | |/ /
| * | - Issue #24351: Clarify what is meant by "identifier" in the context ofBarry Warsaw2015-06-091-0/+3
* | | Issue #24408: Fixed AttributeError in measure() and metrics() methods ofSerhiy Storchaka2015-06-081-0/+3
* | | Issue #14373: C implementation of functools.lru_cache() now can be used withSerhiy Storchaka2015-06-081-0/+3
* | | Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon MilamSteve Dower2015-06-081-0/+3
* | | Issue #24373: Eliminate PEP 489 test refleaksNick Coghlan2015-06-041-0/+7
* | | Issue #24369: Defend against key-changes during iteration.Eric Snow2015-06-041-0/+2
* | | Issue #24377: Fix a ref leak in OrderedDict.__repr__.Eric Snow2015-06-031-0/+2
* | | Issue #24362: Simplify the C OrderedDict fast nodes resize logic.Eric Snow2015-06-031-0/+2
* | | Issue #24368: Support keyword arguments in OrderedDict methods.Eric Snow2015-06-031-0/+2
* | | Issue #24359: Check for changed OrderedDict size during iteration.Eric Snow2015-06-021-0/+2
* | | Issue #24348: Drop superfluous increfs/decrefs.Eric Snow2015-06-021-0/+2
* | | Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.Eric Snow2015-06-021-0/+2
* | | add Py_tp_finalize slot (closes #24345)Benjamin Peterson2015-06-011-0/+2
* | | Moved Misc/NEWS entry (issue #24270) to correct section.Serhiy Storchaka2015-06-011-3/+3
* | | Merge release engineering changes with 3.5 branch head.Larry Hastings2015-06-011-1/+13
|\ \ \
| * | | Post-release updates for Python 3.5.0b2.Larry Hastings2015-06-011-0/+12
| * | | Version bump for Python 3.5.0b2.v3.5.0b2Larry Hastings2015-05-311-1/+1
* | | | Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-311-0/+3
* | | | Issue #24284: The startswith and endswith methods of the str class no longerSerhiy Storchaka2015-05-311-0/+4
|/ / /
* | | Issue #23934: Fix inspect.signature to fail correctly for builtin types.Yury Selivanov2015-05-301-0/+3
* | | Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+2
|\ \ \ | |/ /
| * | Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+2
* | | Reverting my previous commit.Yury Selivanov2015-05-301-15/+0