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
*
remove extra word (#2101)
Benjamin Peterson
2017-06-11
1
-2/+2
*
clarify recv() and send() on SSLObject (#2100)
Benjamin Peterson
2017-06-11
1
-2/+2
*
Show what's changed when Travis fails regen check (GH-2095)
Zachary Ware
2017-06-11
4
-136/+138
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
14
-55/+699
*
Use Travis to make sure all generated files are up to date (GH-2080)
Zachary Ware
2017-06-11
1
-0/+7
*
Update idlelib NEWS for 3.7 (#2089)
terryjreedy
2017-06-11
1
-3/+21
*
Add IDLE NEWS items for 3.7 (#2090)
terryjreedy
2017-06-11
1
-0/+16
*
#30624 / selectors: use bare except clause in order to not leave the fd in a ...
Giampaolo Rodola
2017-06-10
2
-2/+6
*
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware
2017-06-10
27
-2346/+2379
*
bpo-28556: Updates to typing module (#2076)
Ivan Levkivskyi
2017-06-10
3
-5/+99
*
bpo-30312: Small correction in datastructures set code sample (GH-2081)
KatherineMichel
2017-06-10
1
-1/+1
*
bpo-30599: Fix test_threaded_import reference leak (#2029)
Victor Stinner
2017-06-10
1
-2/+11
*
bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
Victor Stinner
2017-06-10
2
-2/+6
*
Regenerate Argument Clinic code for bpo-19180. (#2073)
Serhiy Storchaka
2017-06-10
2
-2/+2
*
bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)
Roy Williams
2017-06-10
4
-3/+19
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
51
-1104/+1116
*
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)
csabella
2017-06-10
1
-4/+4
*
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
Nikolay Kim
2017-06-10
3
-1/+62
*
Fix TypeError is asyncio/proactor_events (#993)
Jim Fasarakis-Hilliard
2017-06-10
1
-2/+3
*
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
Zachary Ware
2017-06-10
1
-1/+1
*
Make codecov config on master the only config used (GH-2041)
Brett Cannon
2017-06-09
1
-0/+1
*
Add a NEWS entry for #29870 (PR #981) (#2047)
Yury Selivanov
2017-06-09
1
-0/+3
*
Break circular references when closing SSLTransport objects (#981)
Michaël Sghaïer
2017-06-09
1
-4/+6
*
Closing transport during handshake process leaks socket (#480)
Nikolay Kim
2017-06-09
3
-2/+23
*
Clarify what --enable-optimizations does (GH-1847)
Brett Cannon
2017-06-09
2
-18/+6
*
bpo-27585: Add a NEWS entry for #1031 (#2036)
Yury Selivanov
2017-06-09
1
-0/+3
*
bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536)
Jim Fasarakis-Hilliard
2017-06-09
1
-5/+10
*
bpo-30014: make poll-like selector's modify() method faster (#1030)
Giampaolo Rodola
2017-06-09
4
-1/+62
*
Fix waiter cancellation in asyncio.Lock (#1031)
Mathieu Sornay
2017-06-09
2
-5/+34
*
Fix regression in error message introduced in bpo-29951. (#2028)
Serhiy Storchaka
2017-06-09
2
-2/+6
*
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
Jelle Zijlstra
2017-06-09
3
-3/+16
*
bpo-30524: Write unit tests for FASTCALL (#2022)
Victor Stinner
2017-06-09
2
-0/+276
*
bpo-30217: Add the operators ~ and | to the index (#1502)
Marco Buttu
2017-06-09
1
-0/+2
*
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
Chandan Kumar
2017-06-09
3
-13/+10
*
Add a test for bad IDNA in ssl server_hostname (#1997)
Nathaniel J. Smith
2017-06-09
1
-0/+10
*
bpo-30540: regrtest: add --matchfile option (#1909)
Victor Stinner
2017-06-09
3
-6/+89
*
bpo-24755: Document asyncio.wrap_future (GH-603)
adisbladis
2017-06-09
1
-0/+5
*
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1...
Serhiy Storchaka
2017-06-08
2
-24/+17
*
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
Victor Stinner
2017-06-08
1
-3/+2
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
Victor Stinner
2017-06-08
2
-6/+11
*
bpo-30486: Allow setting cell value (#1840)
Lisa Roach
2017-06-08
4
-4/+41
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
13
-23/+23
*
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
Victor Stinner
2017-06-08
1
-4/+4
*
bpo-30547: Fix multiple reference leaks (#1995)
Stéphane Wirtel
2017-06-08
1
-1/+4
*
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
Nathaniel J. Smith
2017-06-08
1
-2/+1
*
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts
2017-06-08
3
-4/+20
*
bpo-30591: Added test for textwrap backtracking. (#1988)
Jonathan Eunice
2017-06-07
1
-0/+11
*
trivial: update config.{guess,sub} from gnu.org. (GH-1987)
Matthias Klose
2017-06-07
2
-96/+191
*
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Erik Bray
2017-06-07
4
-2/+65
*
bpo-30584: Fix test_os fails on non-English Windows (#1980)
Denis Osipov
2017-06-07
2
-1/+4
[next]