summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-188-32/+694
* bpo-34472: Add data descriptor signature to zipfile (GH-8871)Silas Sewell2018-09-181-2/+4
* bpo-34582: Adds JUnit XML output for regression tests (GH-9210)Steve Dower2018-09-188-30/+298
* bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ...Serhiy Storchaka2018-09-189-27/+110
* bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)Serhiy Storchaka2018-09-181-14/+47
* bpo-34681: Rename class Pattern in sre_parse to State. (GH-9310)Serhiy Storchaka2018-09-183-26/+26
* bpo-34589: Add -X coerce_c_locale command line option (GH-9378)Victor Stinner2018-09-184-16/+57
* bpo-34589: C locale coercion off by default (GH-9073)Victor Stinner2018-09-171-4/+0
* bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)Victor Stinner2018-09-171-2/+2
* bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)Victor Stinner2018-09-171-27/+0
* bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)Serhiy Storchaka2018-09-172-0/+36
* bpo-12458: Fix line numbers for multiline expressions. (GH-8774)Serhiy Storchaka2018-09-175-7/+11
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Serhiy Storchaka2018-09-172-1/+27
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Vladimir Matveev2018-09-161-0/+18
* closes bpo-34515: Support non-ASCII identifiers in lib2to3. (GH-8950)Monson Shao2018-09-152-6/+15
* bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)Michael Felt2018-09-151-3/+7
* bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)Pablo Galindo2018-09-141-6/+10
* bpo-34651: Only allow the main interpreter to fork. (gh-9279)Eric Snow2018-09-141-14/+3
* bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...Eric V. Smith2018-09-142-2/+117
* bpo-33073: Adding as_integer_ratio to ints. (GH-8750)Lisa Roach2018-09-142-1/+34
* Change the xkcd link in comment over https. (GH-5452)2018-09-141-1/+1
* bpo-6721: Hold logging locks across fork() (GH-4071)Gregory P. Smith2018-09-142-0/+117
* Remove wording that could be deemed to be perjorative (GH-9287)Raymond Hettinger2018-09-141-1/+1
* bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)Andrew Svetlov2018-09-132-1/+31
* Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...Michael Felt2018-09-131-4/+6
* bpo-31132: Remove prlimit permission test. (GH-9280)Benjamin Peterson2018-09-131-3/+0
* closes bpo-34664: Only check file permission bits of newly created directorie...Benjamin Peterson2018-09-131-2/+2
* bpo-34661: Fix test skipping call. (GH-9266)Benjamin Peterson2018-09-131-1/+1
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Benjamin Peterson2018-09-131-0/+2
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Gregory P. Smith2018-09-131-8/+9
* closes bpo-34641: Further restrict the LHS of keyword argument function call ...Benjamin Peterson2018-09-131-0/+3
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Benjamin Peterson2018-09-121-3/+3
* bpo-32933: Implement __iter__ method on mock_open() (GH-5974)Tony Flury2018-09-123-3/+31
* closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring...Benjamin Peterson2018-09-121-3/+15
* bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)Andrew Svetlov2018-09-121-0/+3
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Benjamin Peterson2018-09-121-0/+8
* bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)Oren Milman2018-09-121-0/+16
* bpo-34536: raise error for invalid _missing_ results (GH-9147)Ethan Furman2018-09-122-1/+52
* bpo-34638: Store a weak reference to stream reader to break strong references...Andrew Svetlov2018-09-123-10/+157
* bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...Raymond Hettinger2018-09-121-0/+3
* bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)orlnub1232018-09-125-53/+96
* closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)Benjamin Peterson2018-09-122-4/+0
* bpo-34605: Replace "pliant children" with "helpers" (GH-9195)Victor Stinner2018-09-111-1/+1
* Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)Victor Stinner2018-09-111-4/+0
* closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...guoci2018-09-111-4/+4
* closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque ...Oren Milman2018-09-111-0/+15
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-1116-110/+142
* closes bpo-32490: Fix filename duplication in subprocess exception message. (...Zackery Spytz2018-09-112-3/+3
* bpo-33487: improve BZ2File Deprecation and documentation. (GH-6785)Matthias Bussonnier2018-09-111-5/+9
* Lib/test/support: fix typo in docstring (GH-8506)Daniel Hahler2018-09-111-2/+2