summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Update pydoc topics for 3.6.0a2Ned Deily2016-06-131-80/+122
|
* Issue #27025: Generated names for Tkinter widgets are now more meanfulSerhiy Storchaka2016-06-132-4/+20
| | | | and recognizirable.
* Issue #27186: Skip scandir(bytes) test with os.name == "nt"Martin Panter2016-06-131-1/+1
|
* 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
| | | | | | | | | | Update current tests that use old pattern with assertRaises to make them more maintainable.
* | Issue #27186: skip bytes path test for os.scandir() on WindowsBrett Cannon2016-06-121-0/+1
| |
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-125-48/+47
| | | | | | | | Patch by Demur Rumed.
* | Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-121-4/+0
| |
* | 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
|\ \ | |/ | | | | functools.partial objects.
| * Issue #25455: Clean up reference loops created in tests for recursiveSerhiy Storchaka2016-06-121-12/+36
| | | | | | | | functools.partial objects.
* | Issue #27190: Merge from 3.5Berker Peksag2016-06-121-0/+6
|\ \ | |/
| * Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-121-0/+6
| | | | | | | | Patch by Dave Sawyer.
* | Issue #27188: Merge from 3.5Berker Peksag2016-06-121-0/+12
|\ \ | |/
| * Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-0/+12
| | | | | | | | | | | | | | | | | | | | | | * Connection.execute* methods don't create intermediate cursor objects * Fix description of seq_of_parameters parameter * Clarify that Warning is sqlite3.Warning * sql_script parameter of Cursor.executescript() doesn't accept bytes * Add missing tests * Fix various markup errors Initial patch by Dave Sawyer.
* | Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
|\ \ | |/
| * Issue #25455: Fixed a crash in repr of recursive functools.partial objects.Serhiy Storchaka2016-06-121-0/+37
| |
| * Merge headsSerhiy Storchaka2016-06-122-3/+4
| |\
* | \ Merge headsSerhiy Storchaka2016-06-122-3/+4
|\ \ \
| * \ \ Merge typo fixes from 3.5Martin Panter2016-06-121-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix typos and English grammar in documentation and code commentMartin Panter2016-06-121-1/+1
| | | |
| * | | 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-121-1/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.Serhiy Storchaka2016-06-121-1/+7
| | | |
* | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-123-0/+10
|\ \ \ \ | |/ / / | | / / | |/ / |/| | 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-123-1/+11
| |/ | | | | | | | | 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-122-3/+4
|\ \ | |/
| * Issue #16484: Fix pydoc link and test on Windows, by Kaushik NadikuditiMartin Panter2016-06-122-3/+4
| |
* | Drop unused importMartin Panter2016-06-121-1/+0
| |
* | Merge 3.5, issue #14209Łukasz Langa2016-06-122-4/+80
|\ \ | |/
| * Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packagesŁukasz Langa2016-06-122-4/+80
| | | | | | | | Patch by James Pickering.
* | Merge 3.5, issue #27194Łukasz Langa2016-06-111-2/+2
|\ \ | |/
| * Issue #27194: superfluous truncate calls in tarfile.py slow down extractionŁukasz Langa2016-06-111-2/+2
| | | | | | | | Patch by Jason Fried.
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-112-1/+3
| |
* | Issue #27294: Improved repr for Tkinter event objects.Serhiy Storchaka2016-06-111-2/+73
| |
* | merge 3.5Benjamin Peterson2016-06-111-0/+5
|\ \ | |/
| * merge 3.4Benjamin Peterson2016-06-111-0/+5
| |\
| | * raise an error when STARTTLS failsBenjamin Peterson2016-06-111-0/+5
| | |
* | | Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__Berker Peksag2016-06-112-2/+3
| | | | | | | | | | | | Patch by Gareth Rees.
* | | Issue #21386: Merge from 3.5Berker Peksag2016-06-112-0/+10
|\ \ \ | |/ /
| * | Issue #21386: Implement missing IPv4Address.is_global propertyBerker Peksag2016-06-112-0/+10
| | | | | | | | | | | | | | | | | | It was documented since 07a5610bae9d. Initial patch by Roger Luethi.
* | | Merge Issue #22558.Terry Jan Reedy2016-06-111-2/+4
|\ \ \ | |/ /
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+4
| | | | | | | | | | | | | | | 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-112-209/+8
| | | | | | | | | | | | ZipFile.open().
* | | Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter inSerhiy Storchaka2016-06-112-72/+18
| | | | | | | | | | | | 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-112-1/+32
| | | | | | | | | | | | Patch by David Coles.