summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)backport-0613c1e-3.7Zackery Spytz2019-05-221-0/+1
* 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
* bpo-36719: Fix regrtest MultiprocessThread (GH-13301) (GH-13303)Miss Islington (bot)2019-05-141-4/+55
* bpo-36845: validate integer network prefix when constructing IP networks (GH-...Miss Islington (bot)2019-05-144-0/+23
* bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only fil...Miss Islington (bot)2019-05-144-1/+15
* Changes to the documentation of normcase (GH-4725)Miss Islington (bot)2019-05-131-4/+4
* bpo-34424: Handle different policy.linesep lengths correctly. (GH-8803)Miss Islington (bot)2019-05-133-1/+25
* bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)Miss Islington (bot)2019-05-131-1/+5
* Docs: Add bz2 usage examples (GH-13258)Miss Islington (bot)2019-05-131-5/+79
* bpo-36719: regrtest -jN no longer stops on crash (GH-13231)Miss Islington (bot)2019-05-135-18/+49
* [3.7] bpo-36807: When saving a file in IDLE, call flush and fsync (GH-13102) ...Miss Islington (bot)2019-05-132-0/+3
* [3.7] bpo-36895: document time.clock() has been removed in 3.8 (GH-13287)Matthias Bussonnier2019-05-131-1/+1
* bpo-36903: Fix ResourceWarning in test_logging (GH-13283) (GH-13285)Miss Islington (bot)2019-05-131-0/+1
* [3.7] bpo-34682: Wording and grammatical changes to the doc(https://docs.pyth...Stéphane Wirtel2019-05-133-13/+13
* bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759) (GH-13077)Miss Islington (bot)2019-05-131-0/+3
* bpo-36791: Safer detection of integer overflow in sum(). (GH-13080)Miss Islington (bot)2019-05-121-3/+5