Remove outdated note about constraining of the bit shift right operand. (#1258) |
997a4adea606069e01beac6269920709db3994d1 |
Serhiy Storchaka |
2017-04-22 18:50:09 |
Fix trailing colon and newline in test.rst (#1250) |
7fae81e1672d0b4110d31ea6a765b54f63a2e54b |
Louie Lu |
2017-04-22 06:46:18 |
Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) |
7bfd740e3d484e6fdf3f5c2d4640450957f9d89c |
Serhiy Storchaka |
2017-04-22 06:24:59 |
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) |
9616a82e7802241a4b74cf7ae38d43c37bf66e48 |
bladebryan |
2017-04-22 06:10:46 |
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) |
1a5856bf9295fa73995898d576e0bedf016aee1f |
Serhiy Storchaka |
2017-04-21 23:48:11 |
bpo-30125: disable faulthandler in ctypes test_SEH (#1237) |
a36e939aeb3b5a2c56561eb24f0e339eee9f3f9d |
Victor Stinner |
2017-04-21 22:31:13 |
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) |
ae5b3260dd459845aad8a30491b76d471577785d |
Charles Renwick |
2017-04-21 20:49:48 |
Correct the README link in Unix install docs (#1245) |
d1ae24e8880fe00d006eb2996af815c35fbcfb33 |
Sebastian Vetter |
2017-04-21 17:24:57 |
bpo-30125: Fix faulthandler.disable() on Windows (#1240) |
46c2b81026bbf966c0898a1fa30d98c33673aea0 |
Victor Stinner |
2017-04-21 16:06:13 |
bpo-30107: don't dump core on expected test_io crash (#1235) |
2a1aed04b0943636f605543522e16cca1dc23e70 |
Victor Stinner |
2017-04-21 15:59:23 |
bpo-30106: Fix test_asyncore.test_quick_connect() (#1234) |
a2c877c3985aba4adb19755e21f477e1c639cfd9 |
Victor Stinner |
2017-04-21 11:51:53 |
bpo-30104: configure now detects when cc is clang (#1233) |
35f3d240ee5f0958034bd500949b08764e36f4dc |
Victor Stinner |
2017-04-21 10:35:24 |
bpo-30104: Use -fno-strict-aliasing on clang (#1221) |
28205b203a4742c40080b4a2b4b2dcd800716edc |
Victor Stinner |
2017-04-21 09:24:34 |
remove configure test for inline keyword (#1231) |
791dc831198f3ecc1531f8e6f05debf4ce234d00 |
Benjamin Peterson |
2017-04-21 06:52:19 |
bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222) |
f60c9e54f501065f3be2a4cfb4c387dfa2f243a9 |
Segev Finer |
2017-04-20 23:33:28 |
Add missing .gitignore entries for VS2015 IntelliSense DB (#1223) |
8e675286a92f33837cfffac5914b5175dac5d573 |
Segev Finer |
2017-04-20 23:32:26 |
bpo-29802: Fix reference counting in module-level struct functions (#1213) |
40db90c1ce1a59d5f5f2894bb0ce32110000bf27 |
Serhiy Storchaka |
2017-04-20 18:19:31 |
Only define get_zone() and get_gmtoff() if needed (#1193) |
8f5cdfa9fc1bb6b4d9a33fc281987252f6398430 |
Victor Stinner |
2017-04-20 11:41:09 |
support.threading_cleanup() log a warning on fail (#1195) |
d20324a7fab6734bae19b1f070b5c8aae5ff3612 |
Victor Stinner |
2017-04-20 11:40:08 |
bpo-30108: Restore sys.path in test_site (#1197) |
b85c136903c6d2368162f7c4a58f258c9c69ead0 |
Victor Stinner |
2017-04-20 11:39:39 |