summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-123-4/+25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-123-4/+25
| | | | | |
* | | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-127-105/+119
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior.
| * | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-127-107/+121
| |/ / / | | | | | | | | | | | | | | | | function with generalized unpacking (PEP 448) and conflicting keyword names could cause undefined behavior.
* | | | Issue #16484: Merge pydoc Windows fixes from 3.5Martin Panter2016-06-123-3/+8
|\ \ \ \ | |/ / /
| * | | Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-123-3/+8
| |/ /
* | | Drop unused importMartin Panter2016-06-121-1/+0
| | |
* | | Issue #24136: Adjust f-strings doc for interable unpackingMartin Panter2016-06-121-1/+2
| | |
* | | Issue #24136: Merge unpacking doc from 3.5Martin Panter2016-06-125-30/+66
|\ \ \ | |/ /
| * | Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-125-30/+66
| | | | | | | | | | | | Based on patches by Konstantin Molchanov and Neil Girdhar.
* | | merge headsŁukasz Langa2016-06-121-1/+3
|\ \ \
| * | | Clarify that md5 is in the algorithms_guaranteed list despite whatGregory P. Smith2016-06-121-1/+3
| | | | | | | | | | | | | | | | | | | | some upstream vendors may do to their odd "FIPS compliant" builds. issue15468.
* | | | Merge 3.5, issue #14209Łukasz Langa2016-06-123-4/+81
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-123-4/+81
| | | | | | | | | | | | Patch by James Pickering.
* | | merge headsGregory P. Smith2016-06-122-2/+3
|\ \ \
| * \ \ Merge 3.5, issue #27194Łukasz Langa2016-06-112-2/+3
| |\ \ \ | | |/ /
| | * | Issue #27194: superfluous truncate calls in tarfile.py slow down extractionŁukasz Langa2016-06-112-2/+3
| | | | | | | | | | | | | | | | Patch by Jason Fried.
* | | | issue15468 - use sha256 instead of md5 or sha1 in the examples.Gregory P. Smith2016-06-121-8/+10
|/ / / | | | | | | | | | | | | | | | document that md5 may be missing in the rare case someone is using a "FIPS compliant" build. I've only ever heard of Redhat creating one of those - CPython itself offers no such build mode out of the box.
* | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-1110-1187/+1361
| | |
* | | Issue #27294: Improved repr for Tkinter event objects.Serhiy Storchaka2016-06-112-2/+75
| | |
* | | merge 3.5 (#26556)Benjamin Peterson2016-06-114-6/+26
|\ \ \ | |/ /
| * | merge 3.4 (#26556)Benjamin Peterson2016-06-114-6/+26
| |\ \ | | |/
| | * upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-114-6/+26
| | |
* | | merge 3.5Benjamin Peterson2016-06-112-0/+8
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-06-112-0/+8
| |\ \ | | |/
| | * raise an error when STARTTLS failsBenjamin Peterson2016-06-112-0/+8
| | |
* | | Merge from 3.5Berker Peksag2016-06-111-1/+1
|\ \ \ | |/ /
| * | Fix typo and silence a Sphinx warning in Doc/glossary.rstBerker Peksag2016-06-111-1/+1
| | |
* | | Merge from 3.5Berker Peksag2016-06-111-3/+3
|\ \ \ | |/ /
| * | Silence 'make suspicious' warningsBerker Peksag2016-06-111-3/+3
| | |
* | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__Berker Peksag2016-06-113-2/+6
| | | | | | | | | | | | Patch by Gareth Rees.
* | | Issue #21386: Merge from 3.5Berker Peksag2016-06-113-0/+13
|\ \ \ | |/ /
| * | Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-113-0/+13
| | | | | | | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi.
* | | Merge Issue #22558.Terry Jan Reedy2016-06-11224-136/+542
|\ \ \ | |/ /
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-11224-136/+539
| | | | | | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* | | Issue #27029: Removed deprecated support of universal newlines mode from ↵Serhiy Storchaka2016-06-115-222/+24
| | | | | | | | | | | | ZipFile.open().
* | | Issue #27030: The re.LOCALE flag now can be used only with bytes patterns.Serhiy Storchaka2016-06-111-1/+2
| | | | | | | | | | | | (Just updated NEWS.)
* | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-114-84/+32
| | | | | | | | | | | | regular expressions now are errors.
* | | Merge 3.5 (issue #22970)Yury Selivanov2016-06-112-1/+32
|\ \ \ | |/ /
| * | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-113-1/+35
| | | | | | | | | | | | Patch by David Coles.
* | | Merge 3.5 (issue #27223)Yury Selivanov2016-06-112-17/+24
|\ \ \ | |/ /
| * | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-113-18/+29
| | | | | | | | | | | | Patch by Łukasz Langa.
* | | IDLE NEWS entriesTerry Jan Reedy2016-06-112-0/+22
| | |
* | | Merge Issue #5124: NEWS entries.Terry Jan Reedy2016-06-112-0/+8
|\ \ \ | |/ /
| * | Issue #5124: NEWS entries.Terry Jan Reedy2016-06-112-0/+8
| | |
* | | Issue #27262: fix missing parameter typoNed Deily2016-06-111-1/+1
| | |
* | | Issue #5124: rename PyShell back to pyshell and patch test for 3.6Terry Jan Reedy2016-06-112-13/+15
| | |
* | | Merge with 3.5Terry Jan Reedy2016-06-112-1/+85
|\ \ \ | |/ /
| * | Issue #5124: Paste with selection should always replace.Terry Jan Reedy2016-06-112-1/+85
| | | | | | | | | | | | | | | This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.
* | | Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge.Terry Jan Reedy2016-06-111-0/+0
| | |