summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-2415-16/+4
* Issue #23277: Remove more unused sys and os imports.Serhiy Storchaka2016-04-2413-15/+0
* Issue #26801: shutil.get_terminal_size() now handles the case of stdout isSerhiy Storchaka2016-04-24273-4547/+8861
|\
| * Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-2445-48/+6
| * Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-242-8/+4
| |\
| * | Issue #26089: Remove duplicate field 'license' from DistributionMetadataBerker Peksag2016-04-241-2/+1
| * | Issue #26822: itemgetter, attrgetter and methodcaller objects no longerSerhiy Storchaka2016-04-231-0/+9
| |\ \
| * \ \ Issue #26733: Disassembling a class now disassembles class and static methods.Serhiy Storchaka2016-04-23232-4498/+8855
| |\ \ \
| | * | | Additional grammar fixMartin Panter2016-04-191-1/+1
| | * | | Merge doc and comment fixes from 3.5Martin Panter2016-04-19232-4497/+8854
| | |\ \ \
| | | * \ \ Merge 3.5: issue #26801Victor Stinner2016-04-19232-4514/+8861
| | | |\ \ \
| | | | * \ \ Merge with 3.5Zachary Ware2016-04-19232-4514/+8861
| | | | |\ \ \
| | | | | * \ \ Issue #24838: Merge test_tarfile.py fix from 3.5.Lars Gust?bel2016-04-191-2/+2
| | | | | |\ \ \
| | | | | * \ \ \ Issue #24838: Merge tarfile fix from 3.5.Lars Gust?bel2016-04-192-19/+97
| | | | | |\ \ \ \
| | | | | * \ \ \ \ typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality).Guido van Rossum2016-04-18232-4514/+8861
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merge 3.5 (test_asyncio)Victor Stinner2016-04-18232-4514/+8861
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Issue #26657: Merge http.server fix from 3.5Martin Panter2016-04-18232-4514/+8861
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Sync test_typing.py with upstream git repo (typing.py was already synced). (3...Guido van Rossum2016-04-171-0/+2
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-17233-4514/+8879
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Automated merge with ssh://hg.python.org/cpythonSteven D'Aprano2016-04-171-76/+30
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | Shorten secrets module docstring, add function docstrings.Steven D'Aprano2016-04-171-76/+30
| | | | | | | | | * | | | | | | Issue #26717: Merge wsgiref fix from 3.5Martin Panter2016-04-172-1/+25
| | | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | |/ / / / / / | | | | | | | | | |/| | | | | |
| | | | | | | | | * | | | | | | Issue #26782: Add STARTUPINFO to subprocess.__all__ on WindowsMartin Panter2016-04-162-3/+3
| | | | | | | | | * | | | | | | Issue #26782: Merge test_subprocess from 3.5Martin Panter2016-04-161-1/+2
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ merge 3.5Benjamin Peterson2016-04-161-1/+1
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ \ merge 3.5 (#26659)Benjamin Peterson2016-04-16232-4511/+8922
| | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.Serhiy Storchaka2016-04-16232-4511/+8922
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ merge 3.5Senthil Kumaran2016-04-161-2/+53
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge subprocess test from 3.5Martin Panter2016-04-161-15/+14
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge typo fixes from 3.5Martin Panter2016-04-16232-4511/+8922
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | Remove python fallback for compare_digest.Steven D'Aprano2016-04-161-32/+1
| | | | | | | | | | | | * | | | | | | | | | | Issue #26766: Fix _PyBytesWriter_Finish()Victor Stinner2016-04-151-2/+2
| | | | | | | | | | | | * | | | | | | | | | | Issue #26764: Fixed SystemError in bytes.__rmod__.Serhiy Storchaka2016-04-151-26/+11
| | | | | | | | | | | | * | | | | | | | | | | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-1510-14/+14
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | Fix missing parens.Steven D'Aprano2016-04-151-2/+2
| | | | | | | | | | | | * | | | | | | | | | | | Improve tests with more modern assert* methods and subTests.Steven D'Aprano2016-04-151-22/+25
| | | | | | | | | | | | * | | | | | | | | | | | run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hookSteven D'Aprano2016-04-151-1/+0
| | | | | | | | | | | | * | | | | | | | | | | | Add secrets module and tests.Steven D'Aprano2016-04-152-0/+269
| | | | | | | | | | | | * | | | | | | | | | | | Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-13231-4511/+8689
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+9
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge 3.5.Senthil Kumaran2016-04-121-9/+8
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-135-31/+38
| | | | | | | | | | | | | * | | | | | | | | | | | | | Merge 3.5Victor Stinner2016-04-12229-4480/+8651
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #26647: Cleanup modulefinderVictor Stinner2016-04-121-5/+5
| | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #26647: Cleanup opcodeVictor Stinner2016-04-121-3/+1
| | | | | | | | | | | | | | * | | | | | | | | | | | | | Issue #26733: Fixed formatting line numbers in test_dis.Serhiy Storchaka2016-04-121-11/+11
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)Martin Panter2016-04-112-9/+37
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-112-1/+11
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #26623: TypeError message for JSON unserializible object now containsSerhiy Storchaka2016-04-101-1/+2
| | | | | | | | | | | | | | * | | | | | | | | | | | | | | Issue #26719: More efficient formatting of ints and floats in json.Serhiy Storchaka2016-04-101-10/+10
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \