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
/
Misc
/
NEWS.d
/
next
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-1378...
Łukasz Langa
2019-06-04
1
-4/+0
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-1/+0
*
Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...
Andrew Svetlov
2019-06-04
1
-2/+0
*
bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)
Victor Stinner
2019-06-03
1
-0/+4
*
bpo-37120: Add SSLContext.num_tickets (GH-13719)
Christian Heimes
2019-06-03
1
-0/+1
*
bpo-36868: Fix what's new for SSLContext.hostname_checks_common_name (GH-13248)
Christian Heimes
2019-06-03
1
-0/+2
*
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Christian Heimes
2019-06-03
1
-0/+1
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
1
-5/+0
*
bpo-37087: Adding native ID support for OpenBSD (GH-13654)
David Carlier
2019-06-03
1
-0/+1
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+3
*
bpo-36231: Support building on macOS without /usr/include (GH-13773)
Ned Deily
2019-06-03
1
-0/+3
*
bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-1...
Pablo Galindo
2019-06-03
1
-0/+2
*
bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)
Augusto Hack
2019-06-03
1
-0/+1
*
bpo-37069: tests use catch_unraisable_exception() (GH-13762)
Victor Stinner
2019-06-03
1
-0/+3
*
bpo-36896: Clarify that some types constructors are unstable (GH-13271)
Matthias Bussonnier
2019-06-03
1
-0/+2
*
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Cheryl Sabella
2019-06-02
1
-0/+2
*
bpo-37126: Allow structseq objects to be tracked by the GC (GH-13729)
Pablo Galindo
2019-06-02
1
-0/+2
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-02
1
-0/+2
*
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson
2019-06-02
1
-0/+3
*
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
2019-06-02
1
-0/+1
*
Improve version added references in `typing` module docs (GH-13457)
Anthony Sottile
2019-06-02
1
-0/+1
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
1
-0/+5
*
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka
2019-06-01
1
-0/+4
*
bpo-32411: IDLE: Remove line number sort in browser.py (#5011)
Cheryl Sabella
2019-06-01
1
-0/+2
*
bpo-34303: Micro-optimizations in functools.reduce() (GH-8598)
Sergey Fedoseev
2019-06-01
1
-0/+2
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
1
-0/+5
*
bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
Bar Harel
2019-06-01
1
-0/+2
*
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal
2019-06-01
1
-0/+4
*
Add option to trace to run modules (GH-5134)
Mario Corchero
2019-06-01
1
-0/+1
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-0/+1
*
bpo-37029: keep usable_arenas in sorted order without searching (#13612)
Tim Peters
2019-06-01
1
-0/+1
*
bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711)
Zackery Spytz
2019-06-01
1
-0/+2
*
bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)
Ammar Askar
2019-05-31
1
-0/+2
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-0/+1
*
bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...
Zackery Spytz
2019-05-31
1
-0/+2
*
bpo-25735: math.factorial doc should mention integer return type (GH-6420)
Akshay Sharma
2019-05-31
1
-0/+1
*
bpo-26835: Add file sealing constants to fcntl (GH-13694)
Christian Heimes
2019-05-31
1
-0/+1
*
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz
2019-05-31
1
-0/+2
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
1
-0/+3
*
bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (G...
Serhiy Storchaka
2019-05-31
1
-0/+4
*
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...
Serhiy Storchaka
2019-05-31
1
-0/+3
*
bpo-36548: Improve the repr of re flags. (GH-12715)
Serhiy Storchaka
2019-05-31
1
-0/+1
*
bpo-29262: Add get_origin() and get_args() introspection helpers to typing (G...
Ivan Levkivskyi
2019-05-30
1
-0/+1
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Matthias Bussonnier
2019-05-30
1
-0/+5
*
bpo-36342: Fix test_multiprocessing in test_venv (GH-12513)
xdegaye
2019-05-30
1
-0/+1
*
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm
2019-05-30
1
-0/+2
*
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
Zackery Spytz
2019-05-30
1
-0/+2
*
bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677)
Christian Heimes
2019-05-30
1
-0/+1
*
bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)
Ying Wang
2019-05-30
1
-0/+3
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-0/+2
[next]