summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Miss Islington (bot)2018-09-121-8/+9
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Miss Islington (bot)2018-09-121-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-101-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-091-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-046-144/+415
* bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)Miss Islington (bot)2018-08-041-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-021-0/+1
* bpo-27910: Update documentation of traceback module (GH-6116)Miss Islington (bot)2018-08-021-13/+16
* bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)Miss Islington (bot)2018-08-021-2/+4
* bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)Miss Islington (bot)2018-08-025-0/+9
* [3.6] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-85...Miss Islington (bot)2018-07-311-1/+4
* [3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (...Serhiy Storchaka2018-07-312-15/+62
* bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...Miss Islington (bot)2018-07-291-2/+2
* bpo-33476: Fix _header_value_parser when address group is missing final ';' (...Miss Islington (bot)2018-07-282-1/+26
* [3.6] bpo-29097: Forego fold detection on windows for low timestamp values (G...Ammar Askar2018-07-272-1/+14
* bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470)Miss Islington (bot)2018-07-261-25/+14
* [3.6] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH...Serhiy Storchaka2018-07-242-17/+19
* [3.6] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-836...Miss Islington (bot)2018-07-241-5/+8
* bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...Miss Islington (bot)2018-07-241-6/+17
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Miss Islington (bot)2018-07-231-0/+1
* bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)Miss Islington (bot)2018-07-231-4/+14
* bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)Miss Islington (bot)2018-07-221-2/+3
* [3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399)Serhiy Storchaka2018-07-222-3/+36
* bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) ...Miss Islington (bot)2018-07-211-13/+13
* [3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348)Terry Jan Reedy2018-07-201-2/+39