summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #27186: add Include/osmodule.h to the proper build rulesBrett Cannon2016-06-123-2/+7
* Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.Terry Jan Reedy2016-06-123-16/+53
* Merge from 3.5Berker Peksag2016-06-126-257/+62
|\
| * Modernize sqlite3 testsBerker Peksag2016-06-126-257/+62
* | Issue #27186: skip bytes path test for os.scandir() on WindowsBrett Cannon2016-06-121-0/+1
* | Merge from 3.5Berker Peksag2016-06-121-1/+1
|\ \ | |/
| * Fix typo in _sqlite/module.hBerker Peksag2016-06-121-1/+1
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-1213-4150/+4090
* | Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-123-108/+104
* | Issue #15657: Null merge from 3.5Berker Peksag2016-06-120-0/+0
|\ \ | |/
| * Issue #15657: Delete incorrect statement from PyMethodDef documentationBerker Peksag2016-06-121-3/+2
* | Issue #27289: Merge from 3.5Berker Peksag2016-06-121-1/+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 #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
* | Issue #27190: Merge from 3.5Berker Peksag2016-06-123-0/+13
|\ \ | |/
| * Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-123-0/+13
* | Issue #27188: Merge from 3.5Berker Peksag2016-06-122-18/+31
|\ \ | |/
| * Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-122-18/+31
* | Merge from 3.5Berker Peksag2016-06-121-1/+1
|\ \ | |/
| * Use exc role for ValueError in multiprocessing.rstBerker Peksag2016-06-121-1/+1
* | Issue #27221: Merge from 3.5Berker Peksag2016-06-121-6/+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
|\ \ | |/
| * Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-123-18/+61
* | Null mergeSerhiy Storchaka2016-06-120-0/+0
|\ \ | |/
| * Merge headsSerhiy Storchaka2016-06-124-6/+7
| |\
* | \ Merge headsSerhiy Storchaka2016-06-125-10/+11
|\ \ \
| * | | Add grammatical article to “an ASCII letter”Martin Panter2016-06-122-4/+4
| * | | Merge typo fixes from 3.5Martin Panter2016-06-123-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | Fix typos and English grammar in documentation and code commentMartin Panter2016-06-123-4/+4
| * | | Issue #27030: Merge RE fix from 3.5Martin Panter2016-06-121-2/+3
| |\ \ \ | | |/ /
| | * | 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 #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
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-127-107/+121
| |/
* | 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
* | 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
* | | 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
* | 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