summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Miss Islington (bot)2019-06-021-0/+1
* bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)Miss Islington (bot)2019-06-021-0/+2
* Improve version added references in `typing` module docs (GH-13457)Miss Islington (bot)2019-06-011-0/+1
* bpo-32411: IDLE: Remove line number sort in browser.py (GH-5011)Miss Islington (bot)2019-06-011-0/+2
* bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)Miss Islington (bot)2019-06-011-0/+2
* bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278)Miss Islington (bot)2019-05-311-0/+2
* bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None ...Miss Islington (bot)2019-05-311-0/+2
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Miss Islington (bot)2019-05-311-0/+1
* bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369)Miss Islington (bot)2019-05-301-0/+3
* [3.7] bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456...Anthony Sottile2019-05-291-0/+2
* bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132) (GH-...Miss Islington (bot)2019-05-281-0/+1
* bpo-22102: Fixes zip files with disks set to 0 (GH-5985)Miss Islington (bot)2019-05-281-0/+2
* bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)Miss Islington (bot)2019-05-281-0/+2
* bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601)Miss Islington (bot)2019-05-271-0/+3
* [3.7] bpo-37035: Don't log OSError (GH-13548) (#13594)Andrew Svetlov2019-05-271-0/+5
* [3.7] bpo-28866: No type cache for types with specialized mro, invalidation i...Miss Islington (bot)2019-05-261-0/+2
* BPO-27639: Correct return type for UserList slicing operation (#13203)Michael Blahay2019-05-261-0/+2
* bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)Miss Islington (bot)2019-05-251-0/+3
* [3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569)Gregory P. Smith2019-05-251-2/+0
* bpo-27987: align PyGC_Head to alignof(long double) (GH-13335)Inada Naoki2019-05-251-0/+2
* bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)Miss Islington (bot)2019-05-241-0/+1
* bpo-35907: Clarify the NEWS entry (GH-13558)Victor Stinner2019-05-241-2/+3
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Miss Islington (bot)2019-05-242-1/+3
* bpo-37008: make mock_open handle able to honor next() (GH-13492)Miss Islington (bot)2019-05-231-0/+2
* bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517)Miss Islington (bot)2019-05-221-0/+2
* bpo-33110: Catch errors raised when running add_done_callback on already comp...Miss Islington (bot)2019-05-221-0/+1
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-...Victor Stinner2019-05-221-0/+2
* [3.7] bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) (GH-13502)Jelle Zijlstra2019-05-221-0/+1
* bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)Victor Stinner2019-05-221-0/+4
* bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493)Jeroen Demeyer2019-05-221-0/+2
* bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-1342...Erik Janssens2019-05-221-0/+1
* [3.7] bpo-36035: fix Path.rglob for broken links (GH-11988) (GH-13469)Miss Islington (bot)2019-05-211-0/+1
* bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392)Miss Islington (bot)2019-05-211-0/+1
* bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)Miss Islington (bot)2019-05-211-0/+2
* [3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980...Geoff Shannon2019-05-212-0/+2
* bpo-36969: Make PDB args command display keyword only arguments (GH-13452)Miss Islington (bot)2019-05-201-0/+2
* bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...Miss Islington (bot)2019-05-202-0/+4
* bpo-36958: In IDLE, print exit message (GH-13435)Miss Islington (bot)2019-05-201-0/+2
* bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)Miss Islington (bot)2019-05-191-0/+3
* bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)Miss Islington (bot)2019-05-191-0/+3
* bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...Miss Islington (bot)2019-05-171-0/+3
* bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...Miss Islington (bot)2019-05-171-0/+3
* bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)Miss Islington (bot)2019-05-171-0/+2
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Miss Islington (bot)2019-05-171-0/+1
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Steve Dower2019-05-162-0/+2
* Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transpor...Victor Stinner2019-05-141-1/+0
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...Miss Islington (bot)2019-05-141-0/+2
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Miss Islington (bot)2019-05-141-0/+3
* bpo-32995 - Added context variable in glossary (GH-9741)Miss Islington (bot)2019-05-141-0/+1
* bpo-36845: validate integer network prefix when constructing IP networks (GH-...Miss Islington (bot)2019-05-142-0/+3