summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-30131: test_logging now joins queue threads (#1298)Victor Stinner2017-04-261-0/+8
* bpo-30107: Make SuppressCrashReport quiet on macOS (#1279)Victor Stinner2017-04-251-4/+9
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-252-5/+5
* bpo-29617: Remove Python 3.3 support from asyncio (GH-232)INADA Naoki2017-04-2512-223/+65
* bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)Victor Stinner2017-04-251-0/+7
* bpo-30131: Cleanup threads in test_logging (#1275)Victor Stinner2017-04-241-0/+15
* bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)Nate2017-04-242-1/+46
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-2420-83/+88
* bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)bladebryan2017-04-221-0/+5
* bpo-30125: disable faulthandler in ctypes test_SEH (#1237)Victor Stinner2017-04-212-4/+24
* bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...Charles Renwick2017-04-211-1/+2
* bpo-30125: Fix faulthandler.disable() on Windows (#1240)Victor Stinner2017-04-211-0/+12
* bpo-30107: don't dump core on expected test_io crash (#1235)Victor Stinner2017-04-211-0/+5
* bpo-30106: Fix test_asyncore.test_quick_connect() (#1234)Victor Stinner2017-04-211-1/+2
* bpo-29802: Fix reference counting in module-level struct functions (#1213)Serhiy Storchaka2017-04-201-0/+10
* support.threading_cleanup() log a warning on fail (#1195)Victor Stinner2017-04-202-2/+9
* bpo-30108: Restore sys.path in test_site (#1197)Victor Stinner2017-04-201-8/+21
* bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)Dong-hee Na2017-04-201-3/+5
* bpo-30109: Fix reindent.py (GH-1207)Mariatta2017-04-201-0/+7
* bpo-30078: Add an example of passing a path to unittest (#1178)Louie Lu2017-04-201-0/+1
* bpo-30106: Fix tearDown() of test_asyncore (#1194)Victor Stinner2017-04-201-2/+2
* bpo-29887: test_normalization handles PermissionError (#1196)Victor Stinner2017-04-201-0/+3
* regrtest: always show before/after of modified env (#1192)Victor Stinner2017-04-191-3/+2
* Fix/optimize test_asyncore.test_quick_connect() (#1188)Victor Stinner2017-04-191-39/+38
* bpo-30030: Revert f50354ad (tempfile) (#1187)Victor Stinner2017-04-192-15/+25
* bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)Serhiy Storchaka2017-04-194-6/+18
* bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...Serhiy Storchaka2017-04-191-0/+81
* bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...Serhiy Storchaka2017-04-192-8/+74
* bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)Serhiy Storchaka2017-04-191-0/+16
* bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)Victor Stinner2017-04-191-0/+3
* Fix minor typos (GH-1173)cocoatomo2017-04-191-1/+1
* bpo-29514: Check magic number for bugfix release (#54)Eric Appelt2017-04-171-0/+44
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-169-17/+17
* bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka2017-04-161-0/+9
* bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...Serhiy Storchaka2017-04-161-0/+8
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-151-0/+1
* Fix misplaced positional argument in OS X support library (#1134)Jack McCracken2017-04-141-1/+1
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120)Antoine Pitrou2017-04-141-0/+1
* bpo-11913: Add README.rst to the distutils standard READMEs list (#563)Ryan Gonzalez2017-04-141-1/+1
* bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)Armin Rigo2017-04-132-2/+32
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-133-47/+30
* bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)Nevada Sanchez2017-04-132-8/+30
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)Xiang Zhang2017-04-131-12/+18
* bpo-30017: Allowed calling the close() method of the zip entry writer object ...Serhiy Storchaka2017-04-122-0/+46
* Remove two legacy constants which hopefully have no consumers (#1087)Alex Gaynor2017-04-121-2/+0
* Reimplement tempfile._RandomNameSequence using a generator function. (#1075)Serhiy Storchaka2017-04-112-25/+15
* bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...svelankar2017-04-112-6/+29
* Remove superfluous comment in urllib.error. (#1076)Senthil Kumaran2017-04-111-4/+0
* Remove OSError related comment in urllib.request. (#1070)Senthil Kumaran2017-04-101-1/+0
* bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)Aviv Palivoda2017-04-091-0/+20