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-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17252)
Miss Islington (bot)
2019-11-22
1
-9/+19
*
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...
Miss Islington (bot)
2019-11-21
2
-0/+22
*
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
Miss Islington (bot)
2019-11-21
1
-0/+2
*
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
Miss Islington (bot)
2019-11-20
1
-1/+1
*
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
Miss Islington (bot)
2019-11-19
1
-0/+22
*
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
Miss Islington (bot)
2019-11-19
1
-0/+27
*
bpo-38453: Ensure correct short path is obtained for test (GH-17184)
Miss Islington (bot)
2019-11-16
1
-3/+21
*
bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967)
Steve Dower
2019-11-15
2
-15/+49
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+39
*
[3.8] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode fil...
Benjamin Peterson
2019-11-12
1
-0/+11
*
bpo-22367: Add tests for fcntl.lockf(). (GH-17010)
Miss Islington (bot)
2019-11-09
1
-1/+28
*
[3.8] Slightly improve plistlib test coverage. (GH-17025) (GH-17028)
Jon Janzen
2019-11-02
1
-5/+21
*
bpo-38640: Allow break and continue in always false while loops (GH-16992)
Miss Skeleton (bot)
2019-10-30
1
-0/+18
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Miss Skeleton (bot)
2019-10-29
1
-0/+222
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Miss Skeleton (bot)
2019-10-27
1
-0/+38
*
bpo-38535: Fix positions for AST nodes for calls without arguments in decorat...
Miss Skeleton (bot)
2019-10-26
1
-6/+6
*
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Miss Skeleton (bot)
2019-10-23
1
-0/+2
*
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Miss Skeleton (bot)
2019-10-21
1
-0/+4
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Miss Islington (bot)
2019-10-19
1
-0/+25
*
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)
Miss Islington (bot)
2019-10-18
1
-0/+4
*
[3.8] bpo-27657: Fix urlparse() with numeric paths (GH-661) (#16839)
Senthil Kumaran
2019-10-18
1
-4/+6
*
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
Miss Islington (bot)
2019-10-18
1
-1/+6
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
Miss Islington (bot)
2019-10-16
1
-14/+10
*
bpo-38478: Correctly handle keyword argument with same name as positional-onl...
Miss Islington (bot)
2019-10-15
1
-0/+10
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
2
-6/+12
*
[3.8] bpo-38456: Use /bin/true in test_subprocess (GH-16737)
Gregory P. Smith
2019-10-14
1
-39/+51
*
bpo-38453: Resolve test directories before chdir to them (GH-16723)
Miss Islington (bot)
2019-10-14
1
-1/+1
*
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16...
Miss Islington (bot)
2019-10-14
1
-0/+45
*
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16...
Miss Islington (bot)
2019-10-13
1
-0/+2
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Miss Islington (bot)
2019-10-12
2
-0/+14
*
[3.8] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...
Abhilash Raj
2019-10-12
2
-9/+1
*
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
Miss Islington (bot)
2019-10-11
1
-6/+28
*
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
Miss Islington (bot)
2019-10-10
1
-2/+1
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16690)
Miss Islington (bot)
2019-10-10
1
-6/+2
*
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-166...
Pablo Galindo
2019-10-09
1
-0/+70
*
bpo-37531: regrtest ignores output on timeout (GH-16659)
Miss Islington (bot)
2019-10-09
1
-27/+37
*
[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)
Pablo Galindo
2019-10-08
1
-0/+20
*
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
Miss Islington (bot)
2019-10-08
1
-7/+21
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Miss Islington (bot)
2019-10-04
1
-0/+5
*
bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551)
Miss Islington (bot)
2019-10-03
1
-7/+5
*
[3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-1655...
Victor Stinner
2019-10-03
5
-74/+134
*
bpo-38338, test.pythoninfo: add more ssl infos (GH-16539)
Miss Islington (bot)
2019-10-02
1
-0/+31
*
bpo-36670: regrtest bug fixes (GH-16537)
Miss Islington (bot)
2019-10-02
1
-10/+12
*
bpo-36670: Multiple regrtest bugfixes (GH-16511)
Miss Islington (bot)
2019-10-01
3
-133/+175
*
[3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)
Christian Heimes
2019-09-30
3
-11/+32
*
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Miss Islington (bot)
2019-09-30
1
-62/+16
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...
Yury Selivanov
2019-09-30
5
-979/+192
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
1
-2/+26
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
1
-0/+27
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
Gregory P. Smith
2019-09-28
1
-1/+76
[prev]
[next]