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
*
simplify StartupImportTests (GH-13096)
Inada Naoki
2019-05-05
1
-7/+7
*
bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)
Joannah Nanjekye
2019-05-04
1
-0/+19
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
1
-2/+54
*
bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)
Zackery Spytz
2019-05-03
1
-0/+9
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
3
-5/+11
*
Add correct license for C14N test suite to license docs. (GH-13055)
Stefan Behnel
2019-05-02
1
-1/+27
*
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner
2019-05-02
1
-5/+8
*
bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)
Zackery Spytz
2019-05-02
1
-0/+1
*
Fix typo: quaatile to quantile (GH=13001)
Xtreak
2019-05-02
1
-1/+1
*
bpo-14546: Fix the argument handling in Tools/scripts/lll.py (GH-13026)
Zackery Spytz
2019-05-02
1
-0/+38
*
bpo-13611: Include C14N 2.0 test data in installation (GH-13053)
Stefan Behnel
2019-05-02
1
-0/+14
*
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner
2019-05-02
1
-2/+2
*
Change bisect to bisect_cmd in docstring (#13040)
Xtreak
2019-05-02
1
-3/+3
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
1
-4/+6
*
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel
2019-05-01
56
-0/+523
*
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...
Stefan Behnel
2019-05-01
1
-5/+88
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
1
-3/+87
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
1
-0/+18
*
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)
Xtreak
2019-05-01
1
-0/+2
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
2
-2/+56
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
1
-2/+1
*
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-1...
Steve Dower
2019-04-30
1
-0/+6
*
bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021)
Raymond Hettinger
2019-04-30
1
-0/+23
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-34/+42
*
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag
2019-04-29
1
-0/+10
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
1
-0/+76
*
bpo-35952: Fix test.pythoninfo when the compiler is missing (GH-13007)
xdegaye
2019-04-29
1
-4/+11
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
12
-69/+564
*
bpo-36546: More tests: type preservation and equal inputs (#13000)
Raymond Hettinger
2019-04-29
1
-12/+18
*
bpo-36729: Delete unused text variable on tests. (GH-12959)
Emmanuel Arias
2019-04-29
1
-4/+0
*
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley
2019-04-28
1
-2/+85
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
1
-0/+35
*
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
Victor Stinner
2019-04-26
2
-14/+29
*
bpo-36719: Fix regrtest re-run (GH-12964)
Victor Stinner
2019-04-26
3
-14/+35
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
4
-69/+62
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
1
-0/+15
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
4
-152/+202
*
bpo-36725: regrtest: add TestResult type (GH-12960)
Victor Stinner
2019-04-26
8
-208/+286
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
6
-4/+42
*
bpo-36465: Fix test_regrtest on Windows (GH-12945)
Victor Stinner
2019-04-24
1
-1/+1
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-1/+1
*
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)
Thomas Moreau
2019-04-24
1
-0/+28
*
bpo-36454: Fix test_time.test_monotonic() (GH-12929)
Victor Stinner
2019-04-23
1
-2/+3
*
bpo-36546: Add statistics.quantiles() (#12710)
Raymond Hettinger
2019-04-23
1
-0/+142
*
bpo-36679: Rename duplicate test_class_getitem function (GH-12892)
Windson yang
2019-04-22
1
-1/+1
*
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...
Windson yang
2019-04-22
1
-1/+1
*
bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)
Windson yang
2019-04-22
1
-6/+0
*
bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895)
Windson yang
2019-04-22
1
-2/+2
*
bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896)
Windson yang
2019-04-22
1
-1/+1
*
bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899)
Windson yang
2019-04-22
1
-15/+3
[next]