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-33642 and bpo-33679: Revise and condense blurbs (GH-7500)
Miss Islington (bot)
2018-06-07
2
-21/+5
*
[3.6] bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)
Berker Peksag
2018-06-07
1
-1/+6
*
[3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7...
Victor Stinner
2018-06-07
2
-2/+6
*
bpo-17909: Document that json.load can accept a binary IO (GH-7366)
Miss Islington (bot)
2018-06-07
1
-3/+7
*
bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)
Miss Islington (bot)
2018-06-06
2
-8/+21
*
bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451)
Miss Islington (bot)
2018-06-06
1
-11/+17
*
remove hg support from patchcheck (GH-7440)
Miss Islington (bot)
2018-06-06
1
-21/+3
*
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
INADA Naoki
2018-06-06
3
-10/+64
*
bpo-33751: Fix test_file. (GH-7378)
Miss Islington (bot)
2018-06-05
1
-84/+78
*
[3.6] bpo-33753: Refactor creating temporary files in test_fileinput. (GH-737...
Serhiy Storchaka
2018-06-05
1
-126/+88
*
bpo-33752: Fix a file leak in test_dbm. (GH-7376)
Miss Islington (bot)
2018-06-05
1
-4/+2
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Miss Islington (bot)
2018-06-05
3
-20/+12
*
Enable the verbose build for extension modules with GNU make (GH-6659)
Miss Islington (bot)
2018-06-04
2
-1/+7
*
bpo-27902: Add compatibility note to Profile docs (GH-7295)
Miss Islington (bot)
2018-06-04
1
-5/+6
*
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
Miss Islington (bot)
2018-06-04
1
-3/+5
*
bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)
Miss Islington (bot)
2018-06-04
1
-6/+7
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
2
-2/+3
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Miss Islington (bot)
2018-06-04
3
-52/+57
*
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Miss Islington (bot)
2018-06-04
2
-2/+32
*
bpo-33764: Appveyor fixes (GH-7364) (GH-7379)
Ned Deily
2018-06-04
1
-3/+4
*
[3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7375)
Serhiy Storchaka
2018-06-04
1
-7/+3
*
bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7372)
Miss Islington (bot)
2018-06-04
1
-0/+4
*
bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#...
Miss Islington (bot)
2018-06-03
1
-11/+11
*
bpo-33744: Fix test_uu. (GH-7350) (GH-7353)
Miss Islington (bot)
2018-06-03
1
-78/+26
*
bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...
Miss Islington (bot)
2018-06-02
1
-2/+3
*
Fix typo in datamodel.rst (GH-6964)
Miss Islington (bot)
2018-06-02
1
-1/+1
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Miss Islington (bot)
2018-06-02
6
-35/+79
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Miss Islington (bot)
2018-06-02
6
-29/+40
*
bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-729...
Miss Islington (bot)
2018-06-01
1
-2/+1
*
bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...
Miss Islington (bot)
2018-06-01
2
-12/+12
*
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322)
Victor Stinner
2018-06-01
1
-31/+33
*
bpo-33718: Update regrtest from master (GH-7325)
Victor Stinner
2018-06-01
10
-71/+98
*
bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324)
Victor Stinner
2018-06-01
2
-0/+7
*
bpo-33540, socketserver: Add _block_on_close for tests (GH-7317)
Victor Stinner
2018-06-01
3
-31/+57
*
[3.6] bpo-31234: Add test.support.wait_threads_exit() (GH-3578) (GH-7315)
Victor Stinner
2018-06-01
6
-102/+163
*
bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312)
Victor Stinner
2018-06-01
6
-40/+56
*
test.bisect: Update from master, fix typos (#7311)
Victor Stinner
2018-06-01
1
-3/+3
*
bpo-31009: Move fd_count() to test.support (#7308)
Victor Stinner
2018-06-01
3
-39/+60
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...
Miss Islington (bot)
2018-06-01
2
-12/+4
*
bpo-33692: Update pythoninfo from master (GH-7301)
Victor Stinner
2018-06-01
1
-0/+29
*
[3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (...
T. Wouters
2018-05-31
1
-0/+7
*
[3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)
Serhiy Storchaka
2018-05-31
22
-59/+55
*
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (...
Miss Islington (bot)
2018-05-31
3
-5/+8
*
bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266)
Victor Stinner
2018-05-31
1
-2/+3
*
3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257)
Miss Islington (bot)
2018-05-30
1
-1/+1
*
bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)
Miss Islington (bot)
2018-05-30
1
-9/+7
*
regrtest: repeat summary after re-run (GH-7159) (GH-7245)
Victor Stinner
2018-05-30
1
-6/+19
*
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244)
Victor Stinner
2018-05-30
1
-0/+8
*
Improve ensurepip's --help (GH-4686) (GH-7239)
Miss Islington (bot)
2018-05-30
1
-3/+3
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
4
-2/+43
[next]