summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH...revert-13569-undo-ea2b76bdc5f97f49701213d105b8ec2387ea2fa5Inada Naoki2019-05-262-1/+7
* bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)Miss Islington (bot)2019-05-252-0/+9
* [3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569)Gregory P. Smith2019-05-252-7/+1
* bpo-27987: align PyGC_Head to alignof(long double) (GH-13335)Inada Naoki2019-05-252-1/+7
* bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)Miss Islington (bot)2019-05-243-8/+25
* 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-246-13/+59
* bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462)Miss Islington (bot)2019-05-234-9/+14
* bpo-37008: make mock_open handle able to honor next() (GH-13492)Miss Islington (bot)2019-05-234-0/+36
* bpo-27737: Allow whitespace only headers encoding (GH-13478) (#13517)Miss Islington (bot)2019-05-223-1/+6
* bpo-35091: Objects/listobject.c: Replace overflow checks in gallop fu… (GH-...Miss Islington (bot)2019-05-221-8/+4
* bpo-33110: Catch errors raised when running add_done_callback on already comp...Miss Islington (bot)2019-05-223-1/+21
* bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13474) (GH-...Victor Stinner2019-05-223-1/+21
* [3.7] bpo-33482: fix codecs.StreamRecoder.writelines (GH-6779) (GH-13502)Jelle Zijlstra2019-05-223-1/+23
* bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)Victor Stinner2019-05-223-53/+90
* bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493)Jeroen Demeyer2019-05-223-5/+31
* bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-1342...Erik Janssens2019-05-222-2/+3
* [3.7] bpo-36035: fix Path.rglob for broken links (GH-11988) (GH-13469)Miss Islington (bot)2019-05-213-5/+17
* [3.7] bpo-19376: Added doc mentioning `datetime.strptime()` without a year fa...Tal Einat2019-05-211-0/+4
* bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392)Miss Islington (bot)2019-05-213-29/+34
* bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)Miss Islington (bot)2019-05-212-1/+3
* [3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980...Geoff Shannon2019-05-213-4/+27
* bpo-36969: Make PDB args command display keyword only arguments (GH-13452)Miss Islington (bot)2019-05-203-7/+26
* bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...Miss Islington (bot)2019-05-204-10/+29
* bpo-36958: In IDLE, print exit message (GH-13435)Miss Islington (bot)2019-05-205-6/+20
* closes bpo-36951: Correct some types in the type_members struct in typeobject...Miss Islington (bot)2019-05-191-3/+3
* bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079)Miss Islington (bot)2019-05-2026-19/+52
* bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)Miss Islington (bot)2019-05-193-1/+38
* bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)Miss Islington (bot)2019-05-193-0/+41
* Orthographical fix (GH-13418)Miss Islington (bot)2019-05-191-1/+1
* bpo-36783: Add new references for C API Documentation changes (GH-13204)Miss Islington (bot)2019-05-182-6/+23
* Fixed typo (GH-11522)Miss Islington (bot)2019-05-181-2/+2
* bpo-36908: 'This module is always available' isn't helpful. (GH-13297)Miss Islington (bot)2019-05-174-13/+12
* bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...Miss Islington (bot)2019-05-174-2/+20
* [3.7] Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) (...Stéphane Wirtel2019-05-171-1/+1
* Simplify SSLSocket / SSLObject doc string (GH-9972) (GH-13384)Miss Islington (bot)2019-05-171-16/+21
* docs 36789: resolve incorrect note regarding UTF-8 (GH-13111)Miss Islington (bot)2019-05-171-5/+10
* bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...Miss Islington (bot)2019-05-174-9/+33
* bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)Miss Islington (bot)2019-05-173-3/+27
* Doc: Add link threading.settrace to sys.settrace (GH-13345)Miss Islington (bot)2019-05-171-2/+2
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Miss Islington (bot)2019-05-1715-19/+45
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Steve Dower2019-05-1612-42/+69
* Fix typos in documentation. Patch by tirkarthi. (GH-13354)Miss Islington (bot)2019-05-152-8/+8
* bpo-36015: Handle StreamHandler representaton of stream with an integer name ...Miss Islington (bot)2019-05-152-0/+10
* [3.7] bpo-36799: Fix typo in ctypes.rst (GH-13104) (GH-13341)Stéphane Wirtel2019-05-151-2/+2
* Revert "bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transpor...Victor Stinner2019-05-144-46/+8
* bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-1...Miss Islington (bot)2019-05-144-14/+27
* bpo-36760: Clarify subprocess capture_output docs. (GH-13322)Miss Islington (bot)2019-05-141-1/+3
* bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)Miss Islington (bot)2019-05-143-44/+69
* bpo-32995 - Added context variable in glossary (GH-9741)Miss Islington (bot)2019-05-142-0/+10