index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066)
Mariatta
2017-06-10
1
-4/+4
*
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with c...
Yury Selivanov
2017-06-10
3
-1/+61
*
[3.5] Fix TypeError is asyncio/proactor_events (GH-993) (#2060)
Yury Selivanov
2017-06-10
1
-2/+3
*
[3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
Zachary Ware
2017-06-10
1
-1/+1
*
[3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1...
Mariatta
2017-06-10
1
-5/+10
*
[3.5] Make codecov config on master the only config used (GH-2041) (GH-2053)
Brett Cannon
2017-06-10
1
-0/+1
*
Break circular references when closing SSLTransport objects (#981) (#2048)
Yury Selivanov
2017-06-09
2
-4/+9
*
Closing transport during handshake process leaks socket (#480) (#2045)
Yury Selivanov
2017-06-09
3
-2/+23
*
[3.5] Clarify what --enable-optimizations does (GH-1847) (GH-2040)
Brett Cannon
2017-06-09
2
-18/+6
*
Fix waiter cancellation in asyncio.Lock (#1031) (#2038)
Yury Selivanov
2017-06-09
3
-5/+37
*
bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020)
Mariatta
2017-06-09
1
-0/+5
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)
Victor Stinner
2017-06-08
2
-6/+11
*
[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)
Denis Osipov
2017-06-08
2
-1/+4
*
[3.5] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1993)
Nathaniel J. Smith
2017-06-08
1
-2/+1
*
[3.5] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1991)
Matthias Klose
2017-06-08
2
-16/+38
*
bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975)
gfyoung
2017-06-06
1
-3/+3
*
[3.5] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1971)
Serhiy Storchaka
2017-06-06
1
-4/+4
*
[3.5] Install dependencies in Travis OSX build (GH-1952)
Zachary Ware
2017-06-06
1
-0/+4
*
[3.5] bpo-30417: Disable 'cpu' resource on Travis (GH-1928)
Zachary Ware
2017-06-06
1
-5/+5
*
bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944)
csabella
2017-06-05
1
-9/+14
*
bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954)
Mariatta
2017-06-05
1
-1/+1
*
[3.5] Only run AppVeyor on long-lived branches (GH-1941)
Zachary Ware
2017-06-05
1
-0/+5
*
[3.5] Fix skipping test_UNC_path on AppVeyor due to a different error being r...
Zachary Ware
2017-06-04
1
-1/+1
*
[3.5] Turn on macOS builds for Travis (GH-1846) (GH-1930)
Brett Cannon
2017-06-03
1
-9/+11
*
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)...
Matthias Bussonnier
2017-06-02
1
-3/+11
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
3
-7/+43
*
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)
Mariatta
2017-06-01
1
-3/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)
Mariatta
2017-06-01
1
-9/+9
*
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895)
csabella
2017-06-01
1
-2/+3
*
[3.5] Fix Travis config to reinstate test build (GH-1879) (GH-1890)
Brett Cannon
2017-05-31
1
-13/+7
*
[3.5] Fix a trivial typo in global section (GH-1497) (GH-1881)
Mariatta
2017-05-31
1
-1/+1
*
Build docs in parallel (GH-1842) (GH-1871)
Mariatta
2017-05-30
1
-1/+1
*
bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869)
csabella
2017-05-30
1
-6/+6
*
[3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)
Mariatta
2017-05-29
1
-4/+2
*
[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)
Mariatta
2017-05-27
4
-1/+13
*
[3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)
Serhiy Storchaka
2017-05-27
2
-3/+14
*
[3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)
Serhiy Storchaka
2017-05-27
1
-1/+1
*
[3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...
Antoine Pitrou
2017-05-25
3
-12/+27
*
[3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)
Zachary Ware
2017-05-24
1
-1/+2
*
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1789)
Stéphane Wirtel
2017-05-24
1
-0/+1
*
[3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)
Kushal Das
2017-05-23
1
-8/+8
*
[3.5] call remove_done_callback in finally section (GH-1688) (#1758)
Łukasz Langa
2017-05-23
1
-1/+2
*
Fix spelling mistakes in tkinter.py (#1752)
Vijay Kumar
2017-05-23
1
-6/+6
*
[3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (...
Mariatta
2017-05-23
1
-2/+4
*
[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)
delirious-lettuce
2017-05-22
15
-22/+22
*
bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)
Xiang Zhang
2017-05-22
3
-13/+19
*
[3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695)
Serhiy Storchaka
2017-05-21
1
-9/+55
*
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1693)
Senthil Kumaran
2017-05-21
1
-11/+19
*
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
Serhiy Storchaka
2017-05-20
4
-29/+142
*
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...
Serhiy Storchaka
2017-05-20
3
-5/+64
[prev]
[next]