summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 3.7.5v3.7.5Ned Deily2019-10-146-10/+26
* Fix some news entries for 3.7.5 final.Ned Deily2019-10-142-1/+2
* [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper...Abhilash Raj2019-10-141-0/+2
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Miss Islington (bot)2019-10-141-0/+5
* [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentati...Ricardo Bánffy2019-10-141-0/+1
* bpo-38344: Fix syntax in activate.bat (GH-16533)Miss Islington (bot)2019-10-141-0/+1
* 3.7.5rc1v3.7.5rc1Ned Deily2019-10-01133-258/+1325
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Miss Islington (bot)2019-09-291-0/+1
* [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validatio...Jason R. Coombs2019-09-281-0/+4
* bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446...Miss Islington (bot)2019-09-281-0/+2
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Miss Islington (bot)2019-09-271-0/+3
* [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427)Christian Heimes2019-09-261-0/+4
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426)Victor Stinner2019-09-261-0/+1
* [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407)Benjamin Peterson2019-09-261-0/+2
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Miss Islington (bot)2019-09-251-0/+4
* [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374)Gregory P. Smith2019-09-251-0/+3
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Miss Islington (bot)2019-09-241-0/+4
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Miss Islington (bot)2019-09-241-0/+2
* bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)Miss Islington (bot)2019-09-201-0/+1
* [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (...Serhiy Storchaka2019-09-171-0/+2
* bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...Miss Islington (bot)2019-09-171-0/+3
* bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...Miss Islington (bot)2019-09-171-0/+1
* bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)Miss Islington (bot)2019-09-171-0/+3
* bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)Miss Islington (bot)2019-09-171-0/+1
* bpo-38183: Test_idle ignores user config directory GH-16198)Miss Islington (bot)2019-09-171-0/+3
* [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-161...Miss Islington (bot)2019-09-161-0/+2
* bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184)Steve Dower2019-09-161-0/+1
* bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)Miss Islington (bot)2019-09-161-0/+1
* bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)...Miss Islington (bot)2019-09-131-0/+1
* closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)Miss Islington (bot)2019-09-131-0/+2
* [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_coo...Xtreak2019-09-131-0/+2
* Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082)Julien Palard2019-09-131-1/+0
* bpo-37785: Fix xgettext warning in argparse (GH-15161)Miss Islington (bot)2019-09-131-0/+1
* closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)Miss Islington (bot)2019-09-121-0/+1
* bpo-21872: fix lzma library decompresses data incompletely (GH-14048)Miss Islington (bot)2019-09-121-0/+3
* bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)Miss Islington (bot)2019-09-121-0/+1
* closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)Miss Islington (bot)2019-09-121-0/+2
* Improve clarity of try-return-finally-return (GH-15677) (GH-15982)Miss Islington (bot)2019-09-111-0/+1
* [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994)Stéphane Wirtel2019-09-111-0/+1
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15974)Miss Islington (bot)2019-09-111-0/+1
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Miss Islington (bot)2019-09-111-0/+2
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Miss Islington (bot)2019-09-111-0/+2
* [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)Miss Islington (bot)2019-09-112-0/+3
* [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926)Vinay Sajip2019-09-111-0/+1
* bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-...Miss Islington (bot)2019-09-111-0/+2
* bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)Miss Islington (bot)2019-09-111-0/+5
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...Steve Dower2019-09-101-0/+1
* [3.7] bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) (GH-15874)Victor Stinner2019-09-101-0/+3
* bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolse...Steve Dower2019-09-101-0/+2
* bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)Steve Dower2019-09-101-0/+1