summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-0/+4
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-0/+4
| |/ /
* | | Issue #16484: Merge pydoc Windows fixes from 3.5Martin Panter2016-06-121-0/+4
|\ \ \ | |/ /
| * | Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-121-0/+4
| |/
* | Issue #24136: Merge unpacking doc from 3.5Martin Panter2016-06-121-0/+2
|\ \ | |/
| * Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-121-0/+2
* | Merge 3.5, issue #14209Łukasz Langa2016-06-121-0/+1
|\ \ | |/
| * Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-121-0/+1
* | Merge 3.5, issue #27194Łukasz Langa2016-06-111-0/+1
|\ \ | |/
| * Issue #27194: superfluous truncate calls in tarfile.py slow down extractionŁukasz Langa2016-06-111-0/+1
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-111-0/+2
* | Issue #27294: Improved repr for Tkinter event objects.Serhiy Storchaka2016-06-111-0/+2
* | merge 3.5 (#26556)Benjamin Peterson2016-06-111-0/+2
|\ \ | |/
| * merge 3.4 (#26556)Benjamin Peterson2016-06-111-0/+2
| |\
| | * upgrade expt to 2.1.1 (closes #26556)Benjamin Peterson2016-06-111-0/+2
* | | merge 3.5Benjamin Peterson2016-06-111-0/+3
|\ \ \ | |/ /
| * | merge 3.4Benjamin Peterson2016-06-111-0/+3
| |\ \ | | |/
| | * raise an error when STARTTLS failsBenjamin Peterson2016-06-111-0/+3
* | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__Berker Peksag2016-06-111-0/+3
* | | Issue #21386: Merge from 3.5Berker Peksag2016-06-111-0/+3
|\ \ \ | |/ /
| * | Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-111-0/+3
* | | Merge Issue #22558.Terry Jan Reedy2016-06-112-0/+7
|\ \ \ | |/ /
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-112-0/+4
| * | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-111-0/+3
| * | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-111-1/+5
* | | Issue #27029: Removed deprecated support of universal newlines mode from ZipF...Serhiy Storchaka2016-06-111-0/+3
* | | Issue #27030: The re.LOCALE flag now can be used only with bytes patterns.Serhiy Storchaka2016-06-111-1/+2
* | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-111-0/+3
* | | IDLE NEWS entriesTerry Jan Reedy2016-06-111-0/+11
* | | Merge Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
|\ \ \ | |/ /
| * | Issue #5124: NEWS entries.Terry Jan Reedy2016-06-111-0/+4
* | | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-101-1/+4
* | | Issue #20900: Merge from 3.5Berker Peksag2016-06-101-0/+3
|\ \ \ | |/ /
| * | Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-101-0/+3
* | | Issue #27186: Add os.PathLike support to pathlib.Brett Cannon2016-06-101-1/+13
* | | Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now supportSerhiy Storchaka2016-06-091-0/+12
* | | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-101-0/+7
|\ \ \ | |/ /
| * | - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Removedoko@ubuntu.com2016-06-101-0/+6
* | | Merge 3.5 (issue #27243)Yury Selivanov2016-06-091-0/+6
|\ \ \ | |/ /
| * | Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-0/+5
* | | Issue #27066: Fixed SystemError if a custom opener (for open()) returns aBarry Warsaw2016-06-081-0/+3
|\ \ \ | |/ /
| * | Issue #27066: Fixed SystemError if a custom opener (for open()) returnsBarry Warsaw2016-06-081-0/+3
* | | Omnibus news entry for updates to typing.py. (Merge 3.5->3.6)Guido van Rossum2016-06-081-0/+8
|\ \ \ | |/ /
| * | Omnibus news entry for updates to typing.py.Guido van Rossum2016-06-081-0/+8
* | | Merge 3.5 (NEWS)Yury Selivanov2016-06-081-2/+0
|\ \ \ | |/ /
| * | asyncio: Remove line about asyncio.timeout() from the NEWS fileYury Selivanov2016-06-081-2/+0
* | | Fix RST conflicts with Idle news entriesMartin Panter2016-06-081-6/+6
* | | Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-082-0/+6
|\ \ \ | |/ /
| * | Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-082-0/+6
* | | Issue #21313: Merge version parsing from 3.5Martin Panter2016-06-081-0/+3
|\ \ \ | |/ /