summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)Christian Heimes2018-09-244-3/+79
* bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)Miss Islington (bot)2018-09-232-9/+11
* 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-232-0/+216
* bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398)Miss Islington (bot)2018-09-221-2/+4
* Fix pickletools doc for NEWFALSE. (GH-9432)Miss Islington (bot)2018-09-221-6/+2
* Fixes tests requiring extra environment values on Windows (GH-9463)Steve Dower2018-09-206-89/+117
* 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-2017-576/+787
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Miss Islington (bot)2018-09-188-30/+298
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Miss Islington (bot)2018-09-171-27/+0
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Miss Islington (bot)2018-09-172-0/+36
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Miss Islington (bot)2018-09-172-1/+27
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Miss Islington (bot)2018-09-161-0/+18
* 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-131-0/+2
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-131-8/+9
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Miss Islington (bot)2018-09-131-3/+3
* [3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before dec...Benjamin Peterson2018-09-121-1/+13
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Miss Islington (bot)2018-09-121-0/+8
* [3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-0/+15
* bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)Miss Islington (bot)2018-09-111-0/+30
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Miss Islington (bot)2018-09-101-1/+1
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Miss Islington (bot)2018-09-102-12/+78
* Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)Miss Islington (bot)2018-09-101-1/+1
* bpo-34421 avoid unicode error in distutils logging (GH-8799)Miss Islington (bot)2018-09-081-1/+4
* [3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)Pablo Galindo2018-09-082-6/+38
* [3.6] bpo-34007: Skip traceback tests if the Program Counter is not available...Pablo Galindo2018-09-071-0/+9
* [3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096)Zackery Spytz2018-09-071-2/+0
* [3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) ...Miss Islington (bot)2018-09-052-1/+66
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9057)Miss Islington (bot)2018-09-052-3/+48
* bpo-13312: Avoid int underflow in time year. (GH-8912)Miss Islington (bot)2018-08-251-6/+5
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Miss Islington (bot)2018-08-243-3/+24
* bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816)Miss Islington (bot)2018-08-191-1/+2
* [3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790)Miss Islington (bot)2018-08-161-0/+5
* [3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)Christian Heimes2018-08-1520-459/+759
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)Christian Heimes2018-08-151-19/+30
* bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)Christian Heimes2018-08-142-7/+27
* bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)Miss Islington (bot)2018-08-101-6/+17
* bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)Miss Islington (bot)2018-08-072-1/+19
* bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)Steve Dower2018-08-072-22/+24
* [3.6] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-062-291/+182
* bpo-19891: Ignore error while writing history file (GH-8483)Miss Islington (bot)2018-08-061-1/+10
* bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...Miss Islington (bot)2018-08-056-144/+415
* bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)Miss Islington (bot)2018-08-031-2/+4
* bpo-30317: Fix multiprocessing test_timeout() (GH-8621)Pablo Galindo2018-08-031-3/+4
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-031-2/+2
* bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)Miss Islington (bot)2018-08-031-0/+1