summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 3.6.8finalv3.6.8Ned Deily2018-12-231-1/+1
* [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...Victor Stinner2018-12-203-2/+4
* [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)Myles Borins2018-12-201-0/+1
* 3.6.8rc1v3.6.8rc1Ned Deily2018-12-111-103/+93
* bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver...Miss Islington (bot)2018-12-112-0/+7
* bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)Miss Islington (bot)2018-12-111-22/+18
* [3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock ...Miss Islington (bot)2018-12-111-11/+16
* bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)Victor Stinner2018-12-101-0/+18
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)Victor Stinner2018-12-102-4/+55
* bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)Miss Islington (bot)2018-12-091-0/+3
* bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)Miss Islington (bot)2018-12-082-11/+132
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Miss Islington (bot)2018-12-072-4/+150
* bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-1...Miss Islington (bot)2018-12-074-9/+67
* bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)Serhiy Storchaka2018-12-063-5/+11
* bpo-35363: test_eintr uses print(flush=True) (GH-10990)Miss Islington (bot)2018-12-061-2/+3
* bpo-35424: test_multiprocessing: join 3 pools (GH-10986)Miss Islington (bot)2018-12-061-0/+3
* bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...Miss Islington (bot)2018-12-061-0/+1
* [3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979)Terry Jan Reedy2018-12-061-2/+40
* bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH...Miss Islington (bot)2018-12-061-1/+5
* [3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-062-57/+24
* bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)Miss Islington (bot)2018-12-051-1/+15
* bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...Miss Islington (bot)2018-12-051-19/+64
* bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)...Miss Islington (bot)2018-12-054-10/+25
* bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537...Miss Islington (bot)2018-12-051-8/+8
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-053-30/+95
* [3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-1...Andrew Svetlov2018-12-055-40/+43
* bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10912)Victor Stinner2018-12-051-2/+4
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909)Miss Islington (bot)2018-12-052-0/+13
* bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...Miss Islington (bot)2018-12-043-16/+30
* bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)Miss Islington (bot)2018-12-033-23/+99
* bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)Miss Islington (bot)2018-12-031-0/+18
* bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)Miss Islington (bot)2018-12-011-0/+23
* bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)Miss Islington (bot)2018-12-012-1/+11
* bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...Victor Stinner2018-11-306-203/+20
* bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)Miss Islington (bot)2018-11-301-25/+39
* [3.7] bpo-34279: Synchronize regrtest with master (GH-10800)Miss Islington (bot)2018-11-296-22/+119
* bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)Miss Islington (bot)2018-11-291-17/+19
* bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782)Miss Islington (bot)2018-11-291-2/+0
* pythoninfo: log more environment variable (GH-10719) (GH-10770)Victor Stinner2018-11-281-4/+45
* bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)Miss Islington (bot)2018-11-281-0/+2
* bpo-35317: Fix mktime() error in test_email (GH-10721)Miss Islington (bot)2018-11-271-0/+2
* closes bpo-35309: cpath should be capath (GH-10702)Miss Islington (bot)2018-11-251-1/+1
* bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10...Miss Islington (bot)2018-11-251-2/+2
* bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)...Victor Stinner2018-11-232-8/+87
* [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685)Victor Stinner2018-11-231-20/+55
* bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)Miss Islington (bot)2018-11-232-11/+15
* bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)Miss Islington (bot)2018-11-201-6/+37
* Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)Miss Islington (bot)2018-11-194-2/+2
* bpo-35202: Remove more unused imports in idlelib (GH-10573)Miss Islington (bot)2018-11-174-4/+3
* bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)Miss Islington (bot)2018-11-161-4/+4