summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-221-0/+5
* | tracemalloc now supports domainsVictor Stinner2016-03-221-0/+3
* | Issue #24266: Merge readline Ctrl+C handling from 3.5Martin Panter2016-03-221-0/+3
|\ \ | |/
| * Issue #24266: Cancel history search mode with Ctrl+C in Readline 7Martin Panter2016-03-221-0/+3
* | merge 3.5 (#17167)Benjamin Peterson2016-03-221-1/+1
|\ \ | |/
| * merge 3.4 (#17167)Benjamin Peterson2016-03-221-1/+1
| |\
| | * remove useless $ keyword (closes #17167)Benjamin Peterson2016-03-221-1/+1
* | | Add socket finalizerVictor Stinner2016-03-211-0/+3
* | | Optimize bytes.replace(b'', b'.')Victor Stinner2016-03-212-0/+4
* | | Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-0/+3
|\ \ \ | |/ /
| * | Issue #26581: Use the first coding cookie on a line, not the last one.Serhiy Storchaka2016-03-201-0/+3
* | | Issue #18787: spwd.getspnam() now raises a PermissionError if the userBerker Peksag2016-03-191-0/+3
* | | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-191-0/+3
|\ \ \ | |/ /
| * | Issue #26560: Avoid potential ValueError in BaseHandler.start_responseBerker Peksag2016-03-191-0/+3
* | | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+5
* | | #26250: merge with 3.5.Ezio Melotti2016-03-181-0/+1
|\ \ \ | |/ /
| * | #26250: document the sqlite3.Cursor.connection attribute. Initial patches by...Ezio Melotti2016-03-181-0/+1
* | | Merge for issue #26271Brett Cannon2016-03-182-0/+4
|\ \ \ | |/ /
| * | Issue #26271: Fix the Freeze tool to use variables passed in from theBrett Cannon2016-03-182-0/+4
* | | Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-171-0/+3
|\ \ \ | |/ /
| * | Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is...Steve Dower2016-03-171-0/+3
* | | Issue #26583: merge from 3.5Ned Deily2016-03-171-0/+3
|\ \ \ | |/ /
| * | Issue #26583: Skip test_timestamp_overflow in test_import if bytecodeNed Deily2016-03-171-0/+3
* | | Merge 3.5Victor Stinner2016-03-171-0/+3
|\ \ \ | |/ /
| * | Fix pyclbr to support importing packagesVictor Stinner2016-03-171-0/+3
* | | Issue #17603: Merge configure.ac fix from 3.5Martin Panter2016-03-181-0/+3
|\ \ \ | |/ /
| * | Issue #17603: Check for st_blocks field without requiring fileblocks.oMartin Panter2016-03-181-0/+3
* | | Fail if PyMem_Malloc() is called without holding the GILVictor Stinner2016-03-161-0/+4
* | | Issue #21042: Revert Linux find_library() to return just filenameMartin Panter2016-03-171-3/+0