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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818)
Victor Stinner
2018-11-30
1
-89/+74
*
bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)
Victor Stinner
2018-11-30
1
-25/+39
*
bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806)
Victor Stinner
2018-11-30
1
-2/+26
*
bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)
Pablo Galindo
2018-11-29
4
-7/+104
*
Use assertEqual to fix DeprecationWarning. (GH-10794)
Xtreak
2018-11-29
1
-1/+1
*
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner
2018-11-29
2
-42/+0
*
bpo-28167: Remove platform._dist_try_harder() (GH-10787)
Victor Stinner
2018-11-29
1
-48/+0
*
bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782)
Victor Stinner
2018-11-29
1
-2/+0
*
bpo-33723: Remove busy loop from test_time (GH-10773)
Victor Stinner
2018-11-28
1
-47/+0
*
bpo-34100: compile: Re-enable frozenset merging (GH-10760)
INADA Naoki
2018-11-28
1
-0/+8
*
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
Victor Stinner
2018-11-28
1
-2/+12
*
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
Victor Stinner
2018-11-28
1
-0/+2
*
bpo-35312: Make lib2to3.pgen2.parse.ParseError round-trip pickle-able. (GH-10...
Anthony Sottile
2018-11-27
2
-0/+15
*
bpo-34100: Partially revert merge_consts_recursive() (GH-10743)
Victor Stinner
2018-11-27
1
-10/+0
*
bpo-35317: Fix mktime() error in test_email (GH-10721)
Victor Stinner
2018-11-27
1
-0/+2
*
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-1...
Serhiy Storchaka
2018-11-27
2
-12/+41
*
Include the highest pickle protocol in a couple of tests. (GH-10735)
Zackery Spytz
2018-11-27
2
-2/+2
*
bpo-35308: Fix regression where BROWSER env var is not respected. (GH-10693)
Zhiming Wang
2018-11-26
2
-2/+20
*
bpo-33723: Fix test_time.test_thread_time() (GH-10724)
Victor Stinner
2018-11-26
1
-3/+7
*
Adds IPv6 support when invoking http.server directly. (GH-10595)
Lisa Roach
2018-11-26
2
-0/+23
*
pythoninfo: log more environment variable (GH-10719)
Victor Stinner
2018-11-26
1
-4/+45
*
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki
2018-11-26
1
-0/+10
*
bpo-35313: Cleanup test_embed.py (GH-10716)
Victor Stinner
2018-11-26
1
-4/+3
*
bpo-35313: Fix test_embed when run from venv (GH-10713)
Victor Stinner
2018-11-26
1
-63/+68
*
closes bpo-35309: cpath should be capath (GH-10699)
Boštjan Mejak
2018-11-25
1
-1/+1
*
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...
Serhiy Storchaka
2018-11-25
1
-2/+2
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Dustin Spicuzza
2018-11-23
2
-11/+15
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
Victor Stinner
2018-11-23
2
-4/+16
*
bpo-35189: Retry fnctl calls on EINTR (GH-10413)
nierob
2018-11-23
1
-0/+39
*
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
Victor Stinner
2018-11-21
1
-1/+1
*
bpo-35189: Fix eintr_tester.py (GH-10637)
Victor Stinner
2018-11-21
1
-22/+18
*
bpo-35290: Add debug info to test_c_locale_coercion (GH-10631)
Victor Stinner
2018-11-21
1
-6/+15
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Serhiy Storchaka
2018-11-20
1
-6/+37
*
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
Serhiy Storchaka
2018-11-20
4
-36/+93
*
Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)
Donald Stufft
2018-11-19
4
-2/+2
*
Add --tempdir option for test run (GH-10322)
Steve Dower
2018-11-17
2
-10/+8
*
bpo-35202: Remove more unused imports in idlelib (GH-10573)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-11-17
4
-4/+3
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
17
-18/+1
*
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-4/+4
*
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner
2018-11-16
1
-8/+3
*
bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)
Terry Jan Reedy
2018-11-15
4
-20/+19
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
5
-5/+0
*
bpo-35233: InitConfigTests tests more config vars (GH-10541)
Victor Stinner
2018-11-14
1
-84/+127
*
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner
2018-11-13
2
-54/+97
*
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner
2018-11-13
2
-12/+52
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
1
-0/+4
*
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner
2018-11-13
2
-11/+37
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
4
-446/+165
*
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
Giampaolo Rodola
2018-11-12
1
-56/+81
*
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
Terry Jan Reedy
2018-11-11
1
-7/+17
[next]