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-30273: Update sysconfig (#1464)
Victor Stinner
2017-05-04
2
-2/+1
*
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Antoine Pitrou
2017-05-04
2
-6/+17
*
bpo-30263: regrtest: log system load (#1452)
Victor Stinner
2017-05-04
3
-25/+39
*
bpo-29956: Improve the math.exp() related documentation. (#1073)
Serhiy Storchaka
2017-05-04
3
-14/+28
*
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka
2017-05-04
7
-12/+20
*
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Victor Stinner
2017-05-03
1
-0/+9
*
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
Serhiy Storchaka
2017-05-03
2
-20/+43
*
Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)
Christian Heimes
2017-05-03
1
-1/+10
*
Explicitly mention what should (not) be discussed on GitHub (GH-1437)
Brett Cannon
2017-05-03
1
-0/+3
*
bpo-28315: Improve code examples in docs (GH-1372)
UltimateCoder
2017-05-03
12
-30/+30
*
bpo-23404: make touch becomes make regen-all (#1405)
Victor Stinner
2017-05-03
7
-263/+89
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
10
-67/+137
*
Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)
Antoine Pitrou
2017-05-02
1
-2/+2
*
bpo-30232: Regenerate configure (#1396)
Victor Stinner
2017-05-02
1
-1/+4
*
bpo-30232: Support Git worktree in configure.ac (#1391)
Victor Stinner
2017-05-02
1
-1/+1
*
Remove outdated tests in test_isinstance (GH-1393)
Jim Fasarakis-Hilliard
2017-05-02
1
-17/+1
*
bpo-28556: Routine updates to typing (#1366)
Ivan Levkivskyi
2017-05-02
3
-9/+81
*
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou
2017-05-02
3
-3/+9
*
Fix typo in selectors.rst (#1383)
Tong SHEN
2017-05-02
1
-1/+1
*
bpo-30228: FileIO seek() and tell() set seekable (#1384)
Victor Stinner
2017-05-02
2
-15/+24
*
bpo-30199: test_ssl closes all asyncore channels (#1381)
Victor Stinner
2017-05-02
1
-1/+3
*
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)
Victor Stinner
2017-05-02
1
-18/+18
*
Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transiti...
Nathaniel J. Smith
2017-05-02
1
-3/+3
*
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
[prev]
[next]