summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912)...Miss Islington (bot)2018-02-271-31/+0
* bpo-31453: Add setter for min/max protocol version (GH-5259)Miss Islington (bot)2018-02-271-0/+117
* [3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#5925)Christian Heimes2018-02-271-7/+13
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)Miss Islington (bot)2018-02-274-65/+108
* bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classe...Miss Islington (bot)2018-02-271-23/+61
* bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)Miss Islington (bot)2018-02-271-0/+8
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Miss Islington (bot)2018-02-261-0/+88
* bpo-32394: Remove some TCP options on old version Windows. (GH-5523)Miss Islington (bot)2018-02-261-0/+22
* bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...Miss Islington (bot)2018-02-263-1/+87
* bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean un...Miss Islington (bot)2018-02-261-116/+124
* Fix 'deecorator' typo in test/test_dataclasses (GH-5899)Miss Islington (bot)2018-02-261-1/+1
* bpo-32622: Native sendfile on windows (GH-5565)Miss Islington (bot)2018-02-253-90/+277
* Exhaustively test dataclass hashing when no hash= value is provided. This is ...Miss Islington (bot)2018-02-251-0/+73
* [3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872)Miss Islington (bot)2018-02-251-0/+52
* [3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)Miss Islington (bot)2018-02-241-0/+4
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Miss Islington (bot)2018-02-241-0/+4
* [3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#5847)Miss Islington (bot)2018-02-241-16/+49
* [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)Miss Islington (bot)2018-02-241-26/+14
* bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)Miss Islington (bot)2018-02-232-1/+34
* Test that new_timezone can return the UTC singleton (gh-5318) (#5819)Miss Islington (bot)2018-02-221-0/+22
* bpo-32457: Improves handling of denormalized executable path when launching P...Miss Islington (bot)2018-02-221-0/+11
* bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage n...Miss Islington (bot)2018-02-221-10/+36
* bpo-32604: Swap threads only if the interpreter is different. (gh-5783)Miss Islington (bot)2018-02-211-0/+49
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-201-0/+8
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765)Miss Islington (bot)2018-02-201-0/+18
* bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)Miss Islington (bot)2018-02-191-1/+1
* bpo-32682: Improve libz version parsing in test_zilb (GH-5347)Miss Islington (bot)2018-02-191-4/+9
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-183-394/+424
* [3.7] Improves the ability to build in CI (GH-5729)Miss Islington (bot)2018-02-182-6/+13
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Miss Islington (bot)2018-02-171-0/+10
* bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...Miss Islington (bot)2018-02-171-9/+69
* bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665)Miss Islington (bot)2018-02-141-4/+27
* bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)Miss Islington (bot)2018-02-131-0/+1
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)Miss Islington (bot)2018-02-136-0/+74
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-0/+15
* bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) ...Miss Islington (bot)2018-02-121-0/+66
* bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)Miss Islington (bot)2018-02-111-0/+17
* bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)Miss Islington (bot)2018-02-091-0/+10
* bpo-32775: Fix regular expression warnings in fnmatch. (GH-5583) (GH-5596)Miss Islington (bot)2018-02-091-0/+12
* bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567)Miss Islington (bot)2018-02-061-4/+4
* Use assertTrue() instead of deprecated assert_(). (GH-5526) (GH-5527)Miss Islington (bot)2018-02-041-1/+1
* [3.7] bpo-32691: Use mod_spec.parent when running modules with pdb (GH-5510)Miss Islington (bot)2018-02-041-1/+32
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-045-12/+12
* bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)Miss Islington (bot)2018-02-031-8/+10
* bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5503)Barry Warsaw2018-02-032-2/+20
* bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)Miss Islington (bot)2018-02-021-0/+50
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)Miss Islington (bot)2018-02-021-70/+1
* bpo-32733: Make test_coroutines robust against -Werror (GH-5487) (GH-5490)Miss Islington (bot)2018-02-021-7/+2
* Implement TimerHandle.when() (GH-5473) (GH-5480)Miss Islington (bot)2018-02-011-0/+6
* bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)Xiang Zhang2018-01-311-0/+52