summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066)Mariatta2017-06-101-4/+4
* [3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...Yury Selivanov2017-06-103-1/+61
* [3.5] Fix TypeError is asyncio/proactor_events (GH-993) (#2060)Yury Selivanov2017-06-101-2/+3
* [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)Zachary Ware2017-06-101-1/+1
* [3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1...Mariatta2017-06-101-5/+10
* [3.5] Make codecov config on master the only config used (GH-2041) (GH-2053)Brett Cannon2017-06-101-0/+1
* Break circular references when closing SSLTransport objects (#981) (#2048)Yury Selivanov2017-06-092-4/+9
* Closing transport during handshake process leaks socket (#480) (#2045)Yury Selivanov2017-06-093-2/+23
* [3.5] Clarify what --enable-optimizations does (GH-1847) (GH-2040)Brett Cannon2017-06-092-18/+6
* Fix waiter cancellation in asyncio.Lock (#1031) (#2038)Yury Selivanov2017-06-093-5/+37
* bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020)Mariatta2017-06-091-0/+5
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)Victor Stinner2017-06-082-6/+11
* [3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)Denis Osipov2017-06-082-1/+4
* [3.5] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1993)Nathaniel J. Smith2017-06-081-2/+1
* [3.5] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1991)Matthias Klose2017-06-082-16/+38
* bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975)gfyoung2017-06-061-3/+3
* [3.5] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1971)Serhiy Storchaka2017-06-061-4/+4
* [3.5] Install dependencies in Travis OSX build (GH-1952)Zachary Ware2017-06-061-0/+4
* [3.5] bpo-30417: Disable 'cpu' resource on Travis (GH-1928)Zachary Ware2017-06-061-5/+5
* bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944)csabella2017-06-051-9/+14
* bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954)Mariatta2017-06-051-1/+1
* [3.5] Only run AppVeyor on long-lived branches (GH-1941)Zachary Ware2017-06-051-0/+5
* [3.5] Fix skipping test_UNC_path on AppVeyor due to a different error being r...Zachary Ware2017-06-041-1/+1
* [3.5] Turn on macOS builds for Travis (GH-1846) (GH-1930)Brett Cannon2017-06-031-9/+11
* bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)...Matthias Bussonnier2017-06-021-3/+11
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-013-7/+43
* bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)Mariatta2017-06-011-3/+1
* bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)Mariatta2017-06-011-9/+9
* bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895)csabella2017-06-011-2/+3
* [3.5] Fix Travis config to reinstate test build (GH-1879) (GH-1890)Brett Cannon2017-05-311-13/+7
* [3.5] Fix a trivial typo in global section (GH-1497) (GH-1881)Mariatta2017-05-311-1/+1
* Build docs in parallel (GH-1842) (GH-1871)Mariatta2017-05-301-1/+1
* bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869)csabella2017-05-301-6/+6
* [3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)Mariatta2017-05-291-4/+2
* [3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)Mariatta2017-05-274-1/+13
* [3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)Serhiy Storchaka2017-05-272-3/+14
* [3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)Serhiy Storchaka2017-05-271-1/+1
* [3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...Antoine Pitrou2017-05-253-12/+27
* [3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)Zachary Ware2017-05-241-1/+2
* bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1789)Stéphane Wirtel2017-05-241-0/+1
* [3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)Kushal Das2017-05-231-8/+8
* [3.5] call remove_done_callback in finally section (GH-1688) (#1758)Łukasz Langa2017-05-231-1/+2
* Fix spelling mistakes in tkinter.py (#1752)Vijay Kumar2017-05-231-6/+6
* [3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (...Mariatta2017-05-231-2/+4
* [3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)delirious-lettuce2017-05-2215-22/+22
* bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)Xiang Zhang2017-05-223-13/+19
* [3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695)Serhiy Storchaka2017-05-211-9/+55
* bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1693)Senthil Kumaran2017-05-211-11/+19
* [3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)Serhiy Storchaka2017-05-204-29/+142
* [3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...Serhiy Storchaka2017-05-203-5/+64