summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+3
|\
| * Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+3
* | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ol...Steve Dower2016-04-131-0/+3
|\ \ | |/
| * Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ol...Steve Dower2016-04-131-0/+3
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-0/+2
* | Merge 3.5 (os.urandom)Victor Stinner2016-04-121-0/+4
|\ \ | |/
| * Fix os.urandom() on Solaris 11.3Victor Stinner2016-04-121-0/+4
* | Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)Martin Panter2016-04-111-0/+3
* | Issue #26685: Raise OSError if closing a socket failsMartin Panter2016-04-111-0/+2
* | Issue #25339: PYTHONIOENCODING now has priority over locale in setting theSerhiy Storchaka2016-04-101-0/+3
|\ \ | |/
| * Issue #25339: PYTHONIOENCODING now has priority over locale in setting theSerhiy Storchaka2016-04-101-0/+3
* | Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+2
|\ \ | |/
| * Issue #16329: Add .webm to mimetypes.types_mapBerker Peksag2016-04-091-0/+2
* | Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+2
|\ \ | |/
| * Issue #13952: Add .csv to mimetypes.types_mapBerker Peksag2016-04-091-0/+2
* | Issue #26587: Allow .pth files to specify file paths as well asBrett Cannon2016-04-082-0/+4
* | Issue #25609: Introduce contextlib.AbstractContextManager andBrett Cannon2016-04-081-0/+3
* | Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-081-0/+2
|\ \ | |/
| * Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-081-0/+2
* | Issue #6953: Merge readline doc from 3.5Martin Panter2016-04-051-0/+4
|\ \ | |/
| * Issue #6953: Rearrange and expand Readline module documentationMartin Panter2016-04-051-0/+4
* | Merge typo fixes from 3.5Martin Panter2016-04-051-3/+3
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-051-3/+3
* | Issue #23735: Merge Readline resize handling from 3.5Martin Panter2016-04-032-0/+4
|\ \ | |/
| * Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-032-0/+4
* | Issue #25951: Fix SSLSocket.sendall() to return None, by Aviv PalivodaMartin Panter2016-04-031-0/+3
* | Issue #26586: Merge excessive HTTP header handling from 3.5Martin Panter2016-04-031-0/+4
|\ \ | |/
| * Issue #26586: Handle excessive header fields in http.server, by Xiang ZhangMartin Panter2016-04-031-0/+4
* | Issue #26676: Add missing XMLPullParser to ElementTree.__all__Martin Panter2016-04-011-0/+2
* | Issue #22854: Merge UnsupportedOperation fixes from 3.5Martin Panter2016-03-311-0/+3
|\ \ | |/
| * Issue #22854: Clarify documentation about UnsupportedOperation and add testsMartin Panter2016-03-311-0/+3
* | Issue #26492: Exhausted iterator of array.array now conforms with the behaviorSerhiy Storchaka2016-03-301-0/+4
* | Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+5
|\ \ | |/
| * Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+5
* | Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn'tVictor Stinner2016-03-301-0/+3
* | doctest now supports packagesVictor Stinner2016-03-291-0/+4
* | Issue #23804: Merge SSL zero read fix from 3.5Martin Panter2016-03-281-0/+3
|\ \ | |/
| * Issue #23804: Fix SSL recv/read(0) to not return 1024 bytesMartin Panter2016-03-281-0/+3
* | Issue #25195: Fix a regression in mock.MagicMockBerker Peksag2016-03-271-0/+4
|\ \ | |/
| * Issue #25195: Fix a regression in mock.MagicMockBerker Peksag2016-03-271-0/+4
* | Issue #26644: Merge SSL negative read fix from 3.5Martin Panter2016-03-271-0/+3
|\ \ | |/
| * Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()Martin Panter2016-03-271-0/+3
* | Issue #25940: Use internal local server more in test_sslMartin Panter2016-03-271-1/+1
* | mergeAlexander Belopolsky2016-03-251-0/+2
|\ \ | |/
| * Issue#26616:Fixed a bug in datetime.astimezone() method.Alexander Belopolsky2016-03-251-0/+2
* | Fix a few typosZachary Ware2016-03-251-3/+3
* | Fix bug in __import__ during Python shutdownVictor Stinner2016-03-241-0/+5
* | Merge 3.5Victor Stinner2016-03-241-0/+5
|\ \ | |/
| * warnings.formatwarning(): catch exceptionsVictor Stinner2016-03-241-0/+4
* | faulthandler: add Windows exception handlerVictor Stinner2016-03-231-0/+4