summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-1510-14/+14
|\
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin 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-141-1/+0
* | Add secrets module and tests.Steven D'Aprano2016-04-142-0/+269
* | Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-142-0/+19
|\ \ | |/
| * Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-142-0/+19
| |\
| | * Issue26748: Enum classes should evaluate as TrueEthan Furman2016-04-142-0/+19
* | | Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+9
|\ \ \ | |/ /
| * | Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+9
* | | merge 3.5.Senthil Kumaran2016-04-131-9/+8
|\ \ \ | |/ /
| * | [minor] - Correct the docstring of locale.str. Patch by poleto.Senthil Kumaran2016-04-131-9/+8
* | | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-135-31/+38
* | | Merge 3.5Victor Stinner2016-04-121-1/+1
|\ \ \ | |/ /
| * | Issue #26647: Fix typo in test_grammarVictor Stinner2016-04-121-1/+1
* | | 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 #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
|\ \ \ | |/ /
| * | Issue #26719: More efficient formatting of ints and floats in json.Serhiy Storchaka2016-04-101-10/+10
* | | Issue #25339: PYTHONIOENCODING now has priority over locale in setting theSerhiy Storchaka2016-04-101-4/+23
|\ \ \ | |/ /
| * | Issue #25339: PYTHONIOENCODING now has priority over locale in setting theSerhiy Storchaka2016-04-101-4/+23
* | | Issue #26712: Merge string_tests cleanup from 3.5Martin Panter2016-04-103-129/+35
|\ \ \ | |/ /
| * | Remove relics of str8 (became bytes) and buffer (bytearray) type testsMartin Panter2016-04-101-33/+0
| * | Issue #26712: Unify (r)split, (l/r)strip tests into string_testsMartin Panter2016-04-103-96/+35
* | | Issue #21069: Merge test_fileno() from 3.5Martin Panter2016-04-092-11/+41
|\ \ \ | |/ /
| * | Issue #21069: Move test_fileno() from test_urllibnet and rewrite itMartin Panter2016-04-092-11/+41
* | | Issue #26609: Merge HTTP tests from 3.5Martin Panter2016-04-091-12/+29
|\ \ \ | |/ /
| * | Issue #26609: Fix HTTP server tests to request an absolute URL pathMartin Panter2016-04-091-12/+29
* | | Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
|\ \ \ | |/ /
| * | Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* | | Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
|\ \ \ | |/ /
| * | Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+1
* | | Issue #26587: Allow .pth files to specify file paths as well asBrett Cannon2016-04-082-10/+10
* | | Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.pyBrett Cannon2016-04-081-17/+0
* | | Normalize whitespaceBrett Cannon2016-04-081-1/+1
* | | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-084-11/+89
* | | Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-082-1/+10
|\ \ \ | |/ /
| * | Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-082-1/+10
* | | Issue #26671: Fixed tests for changed error messages.Serhiy Storchaka2016-04-081-3/+3
* | | Issue #26257: Merge buffer_tests cleanup from 3.5Martin Panter2016-04-084-229/+54
|\ \ \ | |/ /
| * | Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTestMartin Panter2016-04-064-229/+54
* | | Merge typing.py 3.5->3.6 (Text, ItemsView).Guido van Rossum2016-04-051-1/+6
|\ \ \ | |/ /
| * | Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the c...Guido van Rossum2016-04-051-1/+6
* | | Merge upstream typing.py changes from 3.5 branch.Guido van Rossum2016-04-052-179/+371
|\ \ \ | |/ /