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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
1
-0/+2
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-0/+3
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
1
-0/+3
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
1
-0/+4
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
orlnub123
2018-09-27
1
-0/+1
*
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
Tal Einat
2018-09-26
1
-1/+1
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-0/+3
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
1
-0/+1
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
1
-0/+2
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
1
-0/+1
*
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-...
Yury Selivanov
2018-09-25
1
-0/+1
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
1
-0/+2
*
bpo-32557: allow shutil.disk_usage to take a file path on Windows also (GH-9372)
Joe Pamer
2018-09-25
1
-0/+1
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat
2018-09-25
1
-0/+3
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Zackery Spytz
2018-09-25
1
-0/+1
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
1
-0/+1
*
bpo-34791: xml package obeys ignore env flags (GH-9544)
Christian Heimes
2018-09-24
1
-0/+3
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
1
-0/+2
*
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
Tim Hoffmann
2018-09-24
2
-0/+2
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
1
-0/+1
*
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Tal Einat
2018-09-23
1
-0/+1
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
1
-0/+3
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
1
-0/+3
*
bpo-32117: Iterable unpacking in return and yield documentation (GH-9487)
jChapman
2018-09-23
1
-2/+2
*
bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482)
Christian Heimes
2018-09-22
1
-2/+2
*
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
Ethan Furman
2018-09-22
1
-0/+1
*
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
David Cuthbert
2018-09-22
1
-0/+3
*
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Elvis Pranskevichus
2018-09-22
1
-0/+2
*
bpo-32718: Make Activate.ps1 for venv cross-platform and available on all pla...
Brett Cannon
2018-09-21
1
-0/+2
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov
2018-09-21
1
-0/+1
*
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Zackery Spytz
2018-09-21
1
-0/+1
*
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
Berker Peksag
2018-09-20
1
-0/+2
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
2
-5/+0
*
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
jdemeyer
2018-09-19
1
-0/+1
*
closes bpo-34585: Don't do runtime test to get float byte order. (GH-9085)
Ross Burton
2018-09-19
1
-0/+3
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-0/+1
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871)
Silas Sewell
2018-09-18
2
-0/+4
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Steve Dower
2018-09-18
1
-0/+1
*
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
Christian Heimes
2018-09-18
1
-0/+2
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
1
-0/+12
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
2
-0/+2
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-0/+2
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-0/+3
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Victor Stinner
2018-09-17
1
-0/+5
*
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
Steve Dower
2018-09-17
1
-0/+1
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka
2018-09-17
1
-0/+2
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
1
-0/+3
*
bpo-34710: fix SSL module build (GH-9347)
Alexandru Ardelean
2018-09-17
1
-0/+1
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Serhiy Storchaka
2018-09-17
1
-0/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Vladimir Matveev
2018-09-16
1
-0/+1
[prev]
[next]