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-30190: improved error msg for assertAlmostEqual(delta=...) (#1331)
Giampaolo Rodola
2017-05-01
3
-18/+31
*
restore *data* parameter of binascii.b2a_base64 to positional-only (#1352)
Xiang Zhang
2017-05-01
2
-4/+5
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-05-01
5
-6/+343
*
bpo-30208: DOC: fix small typos in IDLE (#1354)
csabella
2017-04-29
1
-8/+8
*
bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...
Serhiy Storchaka
2017-04-29
1
-13/+16
*
Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332)
Neil Schemenauer
2017-04-28
1
-2/+5
*
bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1...
Serhiy Storchaka
2017-04-28
4
-13/+43
*
Improve the grammar in windows.rst (GH-1330)
Wieland Hoffmann
2017-04-28
1
-3/+3
*
bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340)
Victor Stinner
2017-04-28
3
-16/+17
*
bpo-30174: Remove duplicate definition from pickletools (#1301)
Jelle Zijlstra
2017-04-27
1
-29/+0
*
bpo-30175: Skip client cert tests of test_imaplib (#1320)
Victor Stinner
2017-04-27
2
-1/+12
*
bpo-27200: Fix several doctests (GH-604)
Marco Buttu
2017-04-27
7
-24/+39
*
Use the correct name for ISO in Unicode HOWTO. (#1312)
Jesse Gonzalez
2017-04-27
1
-3/+3
*
bpo-28415: Note 0 conversion different between Python and C (#885)
Louie Lu
2017-04-27
2
-42/+48
*
bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296)
Dong-hee Na
2017-04-26
1
-7/+0
*
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
2017-04-26
4
-0/+11
*
bpo-30131: test_logging now joins queue threads (#1298)
Victor Stinner
2017-04-26
1
-0/+8
*
timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294)
Victor Stinner
2017-04-26
1
-1/+1
*
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
Mathias Rav
2017-04-26
1
-2/+7
*
bpo-28698: Fix c_wchar_p doc example (GH-1160)
Louie Lu
2017-04-26
1
-5/+9
*
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
csabella
2017-04-26
3
-89/+98
*
bpo-30107: Make SuppressCrashReport quiet on macOS (#1279)
Victor Stinner
2017-04-25
1
-4/+9
*
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Jim Fasarakis-Hilliard
2017-04-25
4
-7/+7
*
bpo-28851: Improve namedtuple documentation (GH-1274)
csabella
2017-04-25
1
-3/+3
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
12
-223/+65
*
bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)
Victor Stinner
2017-04-25
1
-0/+7
*
tmtotuple(): use time_t for gmtoff (#1276)
Victor Stinner
2017-04-24
1
-3/+3
*
bpo-30131: Cleanup threads in test_logging (#1275)
Victor Stinner
2017-04-24
1
-0/+15
*
bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)
Nate
2017-04-24
3
-1/+49
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
22
-87/+92
*
bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)
Mariatta
2017-04-24
1
-0/+1
*
bpo-29751: Improve PyLong_FromString documentation (GH-915)
csabella
2017-04-24
1
-7/+6
*
bpo-15718: Document the upper bound constrain on the __len__ return value. (#...
Serhiy Storchaka
2017-04-23
1
-0/+9
*
Remove outdated note about constraining of the bit shift right operand. (#1258)
Serhiy Storchaka
2017-04-22
1
-5/+0
*
Fix trailing colon and newline in test.rst (#1250)
Louie Lu
2017-04-22
1
-1/+2
*
Remove unneeded Misc/NEWS entry for bpo-29802. (#1251)
Serhiy Storchaka
2017-04-22
1
-3/+0
*
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan
2017-04-22
4
-1/+13
*
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...
Serhiy Storchaka
2017-04-21
4
-4/+4
*
bpo-30125: disable faulthandler in ctypes test_SEH (#1237)
Victor Stinner
2017-04-21
2
-4/+24
*
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...
Charles Renwick
2017-04-21
1
-1/+2
*
Correct the README link in Unix install docs (#1245)
Sebastian Vetter
2017-04-21
1
-1/+1
*
bpo-30125: Fix faulthandler.disable() on Windows (#1240)
Victor Stinner
2017-04-21
2
-24/+31
*
bpo-30107: don't dump core on expected test_io crash (#1235)
Victor Stinner
2017-04-21
1
-0/+5
*
bpo-30106: Fix test_asyncore.test_quick_connect() (#1234)
Victor Stinner
2017-04-21
1
-1/+2
*
bpo-30104: configure now detects when cc is clang (#1233)
Victor Stinner
2017-04-21
2
-16/+42
*
bpo-30104: Use -fno-strict-aliasing on clang (#1221)
Victor Stinner
2017-04-21
2
-12/+32
*
remove configure test for inline keyword (#1231)
Benjamin Peterson
2017-04-21
5
-74/+2
*
bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222)
Segev Finer
2017-04-20
1
-0/+34
*
Add missing .gitignore entries for VS2015 IntelliSense DB (#1223)
Segev Finer
2017-04-20
1
-0/+2
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
4
-0/+15
[next]