summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Azure Pipelines badgepipelines-badge-3.6Steve Dower2018-09-241-10/+2
* bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)Miss Islington (bot)2018-09-233-9/+12
* bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506)Miss Islington (bot)2018-09-232-25/+32
* [3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)Christian Heimes2018-09-238-12/+378
* bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398)Miss Islington (bot)2018-09-223-2/+8
* Fix pickletools doc for NEWFALSE. (GH-9432)Miss Islington (bot)2018-09-221-6/+2
* [3.6] bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468) (GH-9492)Christian Heimes2018-09-211-2/+2
* [3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489)Miss Islington (bot)2018-09-211-2/+2
* Make docs of exitcode for subprocess.getstatusoutput more clear. (GH-9477)Miss Islington (bot)2018-09-211-2/+3
* bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)Miss Islington (bot)2018-09-212-0/+2
* closes bpo-34656: Avoid relying on signed overflow in _pickle memos. (GH-9261)Miss Islington (bot)2018-09-201-31/+31
* Fixes tests requiring extra environment values on Windows (GH-9463)Steve Dower2018-09-207-89/+120
* bpo-32215: Fix performance regression in sqlite3 (GH-8511)Miss Islington (bot)2018-09-202-4/+6
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* [3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)Christian Heimes2018-09-2018-576/+788
* Enables test result collection for CI builds (GH-9433)Miss Islington (bot)2018-09-193-3/+30
* Ignores failure to update lists (GH-9424)Miss Islington (bot)2018-09-191-1/+1
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-1812-33/+329
* bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)Miss Islington (bot)2018-09-184-1/+15
* bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)Steve Dower2018-09-172-59/+68
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Miss Islington (bot)2018-09-172-27/+5
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Miss Islington (bot)2018-09-173-0/+38
* bpo-33216: Improve the documentation for CALL_FUNCTION_* (GH-8338) (GH-8784)Miss Islington (bot)2018-09-171-26/+34
* bpo-34710: fix SSL module build (GH-9347)Miss Islington (bot)2018-09-172-0/+2
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Miss Islington (bot)2018-09-173-1/+28
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Miss Islington (bot)2018-09-157-6/+240
* Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)Miss Islington (bot)2018-09-142-76/+0
* Change the xkcd link in comment over https. (GH-9294)Miss Islington (bot)2018-09-141-1/+1
* bpo-31132: Remove prlimit permission test. (GH-9280)Miss Islington (bot)2018-09-131-3/+0
* bpo-34661: Fix test skipping call. (GH-9266)Miss Islington (bot)2018-09-131-1/+1
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Miss Islington (bot)2018-09-132-0/+3
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-122-8/+12
* [3.6] bpo-34652: Remove lchmod from the big func checking block. (GH-9250)Benjamin Peterson2018-09-122-4/+22
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Miss Islington (bot)2018-09-121-3/+3
* closes bpo-34652: Always disable lchmod on Linux. (GH-9234)Miss Islington (bot)2018-09-123-0/+19
* [3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before dec...Benjamin Peterson2018-09-121-1/+13
* bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)Miss Islington (bot)2018-09-131-3/+3
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Miss Islington (bot)2018-09-122-1/+10
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Miss Islington (bot)2018-09-122-0/+8
* [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)Benjamin Peterson2018-09-113-17/+44
* Delete old expat comment. (GH-9197)Miss Islington (bot)2018-09-111-8/+0
* bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191)Ned Deily2018-09-112-10/+25
* bpo-34365: Update date object documentation (GH-8814)Miss Islington (bot)2018-09-111-4/+3
* Update VSTS to Azure DevOps and simplify dependencies (GH-9168)Steve Dower2018-09-119-122/+35
* [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-113-3/+30
* bpo-34613: document the correct value of limit argument of asyncio.StreamRead...Miss Islington (bot)2018-09-111-1/+3
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...Miss Islington (bot)2018-09-112-2/+4
* Fix Tools/gdb/libpython.pyMiss Islington (bot)2018-09-114-25/+18
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)Miss Islington (bot)2018-09-103-10/+46
* bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158)Miss Islington (bot)2018-09-105-27/+70