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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
Chih-Hsuan Yen
2018-10-04
1
-2/+2
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-0/+36
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
tzickel
2018-10-02
1
-0/+6
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
14
-206/+192
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Benjamin Peterson
2018-10-02
1
-0/+3
*
bpo-30167: Add test for module.__cached__ is None (GH-7617)
INADA Naoki
2018-10-01
1
-0/+11
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
1
-1/+2
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-25/+0
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
1
-3/+0
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Tal Einat
2018-09-28
1
-1/+5
*
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Zsolt Cserna
2018-09-27
2
-0/+13
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
4
-63/+170
*
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
Pablo Galindo
2018-09-27
1
-2/+3
*
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson
2018-09-26
1
-0/+41
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
3
-0/+56
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella
2018-09-25
1
-0/+15
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
1
-0/+15
*
bpo-33937: Catch ENOMEM error in test_socket (#9557)
Victor Stinner
2018-09-25
1
-2/+13
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
2
-2/+3
*
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-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
5
-8/+47
*
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Victor Stinner
2018-09-24
1
-0/+19
*
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
Steve Dower
2018-09-24
1
-6/+17
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
1
-0/+29
*
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
Lisa Roach
2018-09-24
1
-0/+6
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
3
-2/+78
*
bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)
Christian Heimes
2018-09-23
1
-1/+192
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Nathaniel J. Smith
2018-09-22
1
-0/+41
*
bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)
Ethan Furman
2018-09-22
1
-0/+199
*
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
David Cuthbert
2018-09-22
1
-1/+10
*
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Elvis Pranskevichus
2018-09-22
1
-1/+14
*
Minor performance tweak for deque.index() with a start argument (GH-9440)
Raymond Hettinger
2018-09-21
1
-0/+8
*
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower
2018-09-20
4
-91/+115
*
bpo-34754: Fix test_flush_return_value on FreeBSD (GH-9451)
Berker Peksag
2018-09-20
1
-2/+3
*
bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)
Berker Peksag
2018-09-20
1
-0/+3
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
5
-59/+22
*
bpo-25711: Remove outdated zipimport tests. (GH-9404)
Serhiy Storchaka
2018-09-19
1
-49/+0
*
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
jdemeyer
2018-09-19
1
-0/+18
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
4
-20/+25
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Steve Dower
2018-09-18
8
-30/+298
*
bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...
Serhiy Storchaka
2018-09-18
4
-16/+75
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
1
-14/+47
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
4
-16/+57
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-4/+0
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
1
-2/+2
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Victor Stinner
2018-09-17
1
-27/+0
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Serhiy Storchaka
2018-09-17
1
-0/+14
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
5
-7/+11
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Serhiy Storchaka
2018-09-17
1
-0/+23
*
bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)
Michael Felt
2018-09-15
1
-3/+7
[next]