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-32489: Allow 'continue' in 'finally' clause. (GH-5822)
Serhiy Storchaka
2018-03-18
10
-70/+97
*
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
Serhiy Storchaka
2018-03-18
7
-7/+150
*
bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110)
Serhiy Storchaka
2018-03-18
1
-0/+117
*
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Aviv Palivoda
2018-03-18
2
-5/+3
*
Update pip to 9.0.2 and setuptools to 38.6.1 (#6133)
Donald Stufft
2018-03-17
3
-2/+2
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Marcel Plch
2018-03-17
5
-7/+96
*
bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117)
Zackery Spytz
2018-03-14
1
-1/+1
*
lib2to3: Add more tests (#6101)
Łukasz Langa
2018-03-13
1
-0/+108
*
bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)
xdegaye
2018-03-13
3
-15/+93
*
bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)
Miro Hrončok
2018-03-13
3
-8/+23
*
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)
Łukasz Langa
2018-03-13
3
-26/+39
*
bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)
Ned Deily
2018-03-13
2
-6/+0
*
Add macOS installer Conclusion file
Ned Deily
2018-03-12
1
-0/+20
*
bpo-22674: fix test_strsignal on OSX (GH-6085)
Antoine Pietri
2018-03-12
1
-2/+2
*
Fix docs markup for asyncio current_task() and all_tasks() (#6089)
Andrew Svetlov
2018-03-12
1
-2/+2
*
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)
Thomas Moreau
2018-03-12
2
-2/+10
*
signal: add strsignal() (#6017)
Antoine Pietri
2018-03-12
5
-1/+109
*
bpo-33021: Release the GIL during fstat() calls (GH-6019)
Nir Soffer
2018-03-11
3
-3/+17
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
5
-12/+47
*
Drop confusing commented out code in pystrtod.c (GH-6072)
Siddhesh Poyarekar
2018-03-11
1
-2/+0
*
bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)
Serhiy Storchaka
2018-03-11
3
-6/+19
*
bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
Serhiy Storchaka
2018-03-11
3
-2/+44
*
bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)
Serhiy Storchaka
2018-03-11
4
-288/+302
*
bpo-32338: OrderedDict import is no longer needed in re. (#4891)
Serhiy Storchaka
2018-03-11
1
-9/+4
*
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka
2018-03-11
3
-9/+44
*
bpo-32996: Improve What's New in 3.7. (#5983)
Serhiy Storchaka
2018-03-11
2
-123/+131
*
bpo-33045: Fix typos in SSL documentation (GH-6065)
Matt Eaton
2018-03-11
1
-2/+2
*
bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)
Berker Peksag
2018-03-11
1
-0/+2
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
7
-2/+369
*
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Xiang Zhang
2018-03-10
5
-15/+67
*
bpo-33041: Add missed error checks when compile "async for" (#6053)
Serhiy Storchaka
2018-03-10
1
-14/+7
*
bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...
Serhiy Storchaka
2018-03-10
3
-2/+70
*
bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)
Andrew Svetlov
2018-03-10
3
-21/+43
*
bpo-26701: Improve documentation for the rounding special methods. (#6054)
Serhiy Storchaka
2018-03-10
1
-12/+18
*
bpo-26701: Add documentation for __trunc__ (GH-6022)
Eric Appelt
2018-03-10
3
-3/+15
*
Warn that dbm.dumb.open() can crash Python (GH-6047)
Brett Cannon
2018-03-09
1
-0/+5
*
Warn that compile() can crash when compiling to an AST object (GH-6043)
Brett Cannon
2018-03-09
1
-0/+6
*
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...
Brett Cannon
2018-03-09
1
-0/+10
*
controlflow: Use full example for "5 through 9" (GH-5907)
Steven M. Vascellaro
2018-03-09
1
-1/+1
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Alexey Izbyshev
2018-03-08
2
-42/+33
*
Add two missing error checks in hamt.c (GH-5851)
Xiang Zhang
2018-03-08
1
-1/+7
*
Fix some ipaddress documentation errors (GH-6021)
Xiang Zhang
2018-03-08
1
-8/+12
*
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki
2018-03-07
3
-12/+45
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Xiang Zhang
2018-03-07
4
-23/+44
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Yury Selivanov
2018-03-06
3
-1/+13
*
bpo-33005: Fix _PyGILState_Reinit() (#6001)
Victor Stinner
2018-03-06
2
-4/+27
*
Fix strncpy warning with gcc 8 (#5840)
Siddhesh Poyarekar
2018-03-06
1
-2/+2
*
bpo-32991: Restore expectation that inspect.getfile raises TypeError on names...
Jason R. Coombs
2018-03-05
2
-3/+20
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
3
-28/+73
*
Add What's New for issues 32303 and 32305 (GH-5994)
Barry Warsaw
2018-03-05
1
-0/+8
[next]