summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sync ordering of stddef.h includes with expat 2.1.1Benjamin Peterson2016-06-142-4/+4
* | Issue #16182: Attempted workarounds for Apple EditlineMartin Panter2016-06-141-5/+13
* | Issue #27245: IDLE: Cleanly delete custom themes and key bindings.Terry Jan Reedy2016-06-141-2/+6
* | Issue #22636: Handle OSError from subprocess, e.g. if command not foundMartin Panter2016-06-141-19/+35
* | Issue #22636: avoid using a shell in the ctypes.util moduleMartin Panter2016-06-143-44/+85
* | Issue #16182: Fix readline begidx, endidx, and use locale encodingMartin Panter2016-06-143-42/+235
* | Issue #27310: remove vestigial import in IDLE.appNed Deily2016-06-141-2/+0
* | Issue #27136: Change test to use ::1 for better OS X Tiger compatibilityMartin Panter2016-06-131-4/+4
* | Issue #27306: Fix typo in tarfile documentationBerker Peksag2016-06-131-7/+7
* | Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-133-13/+6
* | Forward-merge from 3.4 to 3.5.Larry Hastings2016-06-131-0/+1
|\ \ | |/
| * Added tag v3.4.5rc1 for changeset 3631bb4a2490Larry Hastings2016-06-121-0/+1
| * Release bump for 3.4.5rc1.v3.4.5rc1Larry Hastings2016-06-123-9/+9
| * Regenerate pydoc topics for 3.4.5rc1.Larry Hastings2016-06-121-2/+2
* | Merge 3.5.2rc1 with current 3.5 branch.Larry Hastings2016-06-1328-424/+370
|\ \
| * | Modernize sqlite3 testsBerker Peksag2016-06-126-257/+62
| * | Fix typo in _sqlite/module.hBerker Peksag2016-06-121-1/+1
| * | Issue #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
| * | Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplibBerker Peksag2016-06-121-1/+2
| * | Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
| * | Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-123-0/+13
| * | Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-122-18/+31
| * | Use exc role for ValueError in multiprocessing.rstBerker Peksag2016-06-121-1/+1
| * | Issue #27221: Delete an outdated paragraph about pickle support of ProcessBerker Peksag2016-06-121-6/+1
| * | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-123-18/+61
| * | Merge headsSerhiy Storchaka2016-06-124-6/+7
| |\ \
| | * | Fix typos and English grammar in documentation and code commentMartin Panter2016-06-123-4/+4
| | * | Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030Martin Panter2016-06-121-2/+3
| * | | 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-107/+121
| |/ /
| * | Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-123-3/+8
* | | Post-release fixups for Python 3.5.2rc1.Larry Hastings2016-06-132-2/+14
* | | Added tag v3.5.2rc1 for changeset 68feec6488b2Larry Hastings2016-06-121-0/+1
* | | Updated header for README for 3.5.2rc1.v3.5.2rc1Larry Hastings2016-06-121-2/+2
* | | Release bump for 3.5.2rc1.Larry Hastings2016-06-123-6/+6
* | | Regenerated pydoc topics for 3.5.2rc1.Larry Hastings2016-06-121-20/+20
|/ /
* | Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-125-30/+66
* | Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-123-4/+81
* | Issue #27194: superfluous truncate calls in tarfile.py slow down extractionŁukasz Langa2016-06-112-2/+3
* | 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.4Benjamin Peterson2016-06-112-0/+8
|\ \ | |/
| * raise an error when STARTTLS failsBenjamin Peterson2016-06-112-0/+8
* | Fix typo and silence a Sphinx warning in Doc/glossary.rstBerker Peksag2016-06-111-1/+1
* | Silence 'make suspicious' warningsBerker Peksag2016-06-111-3/+3
* | Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-113-0/+13
* | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-11224-136/+539
* | Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.Yury Selivanov2016-06-113-1/+35
* | Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-113-18/+29
* | Issue #5124: NEWS entries.Terry Jan Reedy2016-06-112-0/+8