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-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)
Serhiy Storchaka
2017-11-28
3
-5/+24
*
bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600)
Barry Warsaw
2017-11-28
4
-29/+89
*
bpo-32155: Revert distutils.config change (#4618)
Victor Stinner
2017-11-28
2
-4/+2
*
bpo-32159: Remove tools for CVS and Subversion (#4615)
Victor Stinner
2017-11-28
8
-72881/+8
*
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)
Serhiy Storchaka
2017-11-28
4
-6/+6
*
Use raw strings in the re module examples. (#4616)
Serhiy Storchaka
2017-11-28
1
-4/+4
*
bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)
Victor Stinner
2017-11-28
9
-123/+21
*
bpo-32071: Fix regression and add What's New entry (#4589)
Jonas Haag
2017-11-28
3
-2/+35
*
bpo-32046: Update 2to3 when converts operator.isCallable(obj). (#4417)
Dong-hee Na
2017-11-28
4
-7/+8
*
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka
2017-11-28
27
-213/+213
*
bpo-31440: Changed default module search path for windows
gauravbackback
2017-11-28
1
-2/+2
*
bpo-32155: Bugfixes found by flake8 F841 warnings (#4608)
Victor Stinner
2017-11-28
4
-4/+5
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
10
-23/+13
*
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner
2017-11-28
7
-60/+37
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
7
-36/+9
*
asyncio: Fix BaseSelectorEventLoopTests (#4595)
Victor Stinner
2017-11-27
1
-0/+2
*
asyncio: Remove unused Future._tb_logger attribute (#4596)
Victor Stinner
2017-11-27
1
-8/+1
*
bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594)
Victor Stinner
2017-11-27
1
-1/+1
*
Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593)
Victor Stinner
2017-11-27
3
-93/+28
*
bpo-32136: Separate embedding tests from C API tests (GH-4567)
Nick Coghlan
2017-11-27
3
-186/+207
*
Revert "bpo-30487: automatically create a venv and install Sphinx when runnin...
Ned Deily
2017-11-27
3
-31/+22
*
bpo-32107 - Better merge of #4494 (#4576)
Barry Warsaw
2017-11-27
3
-28/+93
*
bpo-27535: Fix memory leak with warnings ignore (#4489)
Victor Stinner
2017-11-27
4
-5/+14
*
bpo-32089: Use default action for ResourceWarning (#4584)
Victor Stinner
2017-11-27
4
-21/+10
*
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
Jason Yang
2017-11-27
1
-2/+2
*
bpo-23033: Improve SSL Certificate handling (GH-937)
Mandeep Singh
2017-11-26
5
-8/+22
*
bpo-29879: Update typing documentation. (GH-4573)
Ivan Levkivskyi
2017-11-26
2
-1/+13
*
bpo-30487: automatically create a venv and install Sphinx when running make (...
Caleb Hattingh
2017-11-26
3
-22/+31
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
2
-0/+6
*
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566)
Nick Coghlan
2017-11-26
1
-1/+2
*
bpo-11063: Handle uuid.h being in default include path (GH-4565)
Nick Coghlan
2017-11-26
1
-2/+1
*
mark fatal_error as noreturn (#4563)
Benjamin Peterson
2017-11-25
1
-1/+1
*
bpo-26856: Skip test_pwd on Android until issue 32033 is fixed (GH-4561)
xdegaye
2017-11-25
1
-20/+7
*
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
xdegaye
2017-11-25
2
-7/+39
*
bpo-24641: Improved error message for JSON unserializible keys. (#4364)
Serhiy Storchaka
2017-11-25
4
-13/+19
*
bpo-32071: Add unittest -k option (#4496)
Jonas Haag
2017-11-25
6
-14/+126
*
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
Berker Peksag
2017-11-25
5
-10/+53
*
Improve Scheduler Objects documentation. (GH-4556)
Mariatta
2017-11-25
1
-1/+1
*
bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)
Mandeep Bhutani
2017-11-25
1
-3/+3
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
5
-307/+476
*
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)
Victor Stinner
2017-11-25
1
-0/+1
*
Asyncion-Dev docs: Fix the reference to sys.excepthook (GH-4414)
Ashley Camba
2017-11-24
1
-2/+2
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
5
-70/+96
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
8
-142/+165
*
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner
2017-11-24
3
-5/+214
*
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Victor Stinner
2017-11-24
4
-3/+2
*
bpo-28684: Remove useless import added by the previous commit (GH-4547)
xdegaye
2017-11-24
1
-1/+0
*
Improve the String tutorial docs (GH-4541)
Will White
2017-11-24
1
-7/+7
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
5
-11/+45
*
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
3
-0/+11
[prev]
[next]