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-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
*
bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)
Pablo Galindo
2018-09-14
1
-6/+10
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-14/+3
*
bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...
Eric V. Smith
2018-09-14
1
-0/+79
*
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
Lisa Roach
2018-09-14
2
-1/+34
*
bpo-6721: Hold logging locks across fork() (GH-4071)
Gregory P. Smith
2018-09-14
1
-0/+67
*
bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)
Andrew Svetlov
2018-09-13
1
-0/+22
*
Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...
Michael Felt
2018-09-13
1
-4/+6
*
bpo-31132: Remove prlimit permission test. (GH-9280)
Benjamin Peterson
2018-09-13
1
-3/+0
*
closes bpo-34664: Only check file permission bits of newly created directorie...
Benjamin Peterson
2018-09-13
1
-2/+2
*
bpo-34661: Fix test skipping call. (GH-9266)
Benjamin Peterson
2018-09-13
1
-1/+1
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Benjamin Peterson
2018-09-13
1
-0/+2
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Gregory P. Smith
2018-09-13
1
-8/+9
*
closes bpo-34641: Further restrict the LHS of keyword argument function call ...
Benjamin Peterson
2018-09-13
1
-0/+3
*
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
Benjamin Peterson
2018-09-12
1
-3/+3
*
closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring...
Benjamin Peterson
2018-09-12
1
-3/+15
*
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
Benjamin Peterson
2018-09-12
1
-0/+8
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Oren Milman
2018-09-12
1
-0/+16
*
bpo-34536: raise error for invalid _missing_ results (GH-9147)
Ethan Furman
2018-09-12
1
-0/+33
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-0/+71
*
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...
Raymond Hettinger
2018-09-12
1
-0/+3
*
bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)
orlnub123
2018-09-12
1
-2/+38
*
closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)
Benjamin Peterson
2018-09-12
2
-4/+0
*
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner
2018-09-11
1
-4/+0
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
guoci
2018-09-11
1
-4/+4
*
closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...
Oren Milman
2018-09-11
1
-0/+15
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
4
-12/+12
*
closes bpo-32490: Fix filename duplication in subprocess exception message. (...
Zackery Spytz
2018-09-11
1
-1/+3
*
Lib/test/support: fix typo in docstring (GH-8506)
Daniel Hahler
2018-09-11
1
-2/+2
*
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242)
Gregory P. Smith
2018-09-11
1
-0/+30
*
bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)
Rahul Jha
2018-09-10
1
-3/+52
*
bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...
Matthias Bussonnier
2018-09-10
1
-21/+7
*
bpo-26502: Implement FrameSummary.__len__() (GH-8632)
Berker Peksag
2018-09-10
1
-0/+5
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-2/+59
*
bpo-30977: rework code changes according to post-merge code review (GH-9106)
Tal Einat
2018-09-10
1
-51/+129
*
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)
Sergey Fedoseev
2018-09-10
1
-1/+1
*
bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)
Serhiy Storchaka
2018-09-08
1
-29/+28
*
bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9...
Pablo Galindo
2018-09-07
1
-7/+47
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Pablo Aguiar
2018-09-07
1
-0/+28
[next]