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-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
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Miss Islington (bot)
2019-09-28
1
-0/+29
*
bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)
Miss Islington (bot)
2019-09-27
1
-0/+16
*
[3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)
Christian Heimes
2019-09-26
1
-51/+145
*
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
Miss Islington (bot)
2019-09-26
1
-2/+9
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
2
-50/+418
*
bpo-38271: encrypt private key test files with AES256 (GH-16385)
Miss Islington (bot)
2019-09-25
3
-86/+87
*
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
Miss Islington (bot)
2019-09-25
1
-9/+6
*
[3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...
Miss Islington (bot)
2019-09-25
7
-45/+115
*
bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)
Victor Stinner
2019-09-25
1
-1/+5
*
bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)
Victor Stinner
2019-09-25
1
-0/+103
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...
Miss Islington (bot)
2019-09-25
1
-0/+4
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Miss Islington (bot)
2019-09-24
1
-5/+6
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Miss Islington (bot)
2019-09-24
1
-2/+1
*
Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327)
Miss Islington (bot)
2019-09-22
1
-1/+1
*
bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)
Miss Islington (bot)
2019-09-21
1
-0/+13
[next]