summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)backport-95da310-3.8Benjamin Peterson2019-06-291-2/+2
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-2917-269/+402
* bpo-37403: Touch up venv docs (GH-14458)Miss Islington (bot)2019-06-282-7/+20
* bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)Miss Islington (bot)2019-06-281-2/+1
* bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)Miss Islington (bot)2019-06-282-1/+56
* bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)Miss Islington (bot)2019-06-281-1/+1
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-277-32/+22
* bpo-37390: Add audit event table to documentations (GH-14406)Miss Islington (bot)2019-06-2734-113/+266
* bpo-30345: travis: use -Og with --with-pydebug (GH-14423)Miss Islington (bot)2019-06-271-1/+2
* closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...Miss Islington (bot)2019-06-273-0/+6
* Replace deprecation warning with RuntimeError (GH-14397)Miss Islington (bot)2019-06-272-4/+8
* bpo-33926: enable GDB tests on Travis CI (GH-14395)Miss Islington (bot)2019-06-271-2/+2
* bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)Miss Islington (bot)2019-06-262-2/+4
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Miss Islington (bot)2019-06-263-0/+22
* bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp...Miss Islington (bot)2019-06-261-1/+1
* bpo-37417: Fix error handling in bytearray.extend. (GH-14407)Miss Islington (bot)2019-06-263-0/+11
* bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)Miss Islington (bot)2019-06-262-24/+56
* Improve Windows commands in tutorial (GH-14400)Steve Dower2019-06-261-6/+4
* bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)Miss Islington (bot)2019-06-265-59/+88
* bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)Miss Islington (bot)2019-06-251-6/+15
* bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)Miss Islington (bot)2019-06-251-3/+3
* [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH...Abhilash Raj2019-06-253-1/+21
* bpo-37400: Fix test_os.test_chown() (GH-14374)Miss Islington (bot)2019-06-252-11/+10
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...Steve Dower2019-06-254-120/+188
* Fix minor spelling error in What's new for Python 3.8 (GH-14371)Miss Islington (bot)2019-06-251-1/+1
* [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)Jeroen Demeyer2019-06-254-1/+12
* bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)Miss Islington (bot)2019-06-254-6/+36
* bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)Miss Islington (bot)2019-06-254-7/+18
* bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)Miss Islington (bot)2019-06-251-2/+0
* bpo-36546: Mark first argument as position only (GH-14363) (GH-14364)Miss Islington (bot)2019-06-252-1/+5
* bpo-37394: Fix pure Python implementation of the queue module (GH-14351)Miss Islington (bot)2019-06-243-51/+111
* bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...Miss Islington (bot)2019-06-241-0/+8
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)Miss Islington (bot)2019-06-244-3/+4
* bpo-36889: Document asyncio Stream and StreamServer (GH-14203)Miss Islington (bot)2019-06-243-65/+280
* bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...Miss Islington (bot)2019-06-242-3/+7
* Get rid of exception traceback printing in asyncio tests (GH-14343)Miss Islington (bot)2019-06-241-2/+2
* bpo-37363: Add audit events for a range of modules (GH-14301)Miss Islington (bot)2019-06-2437-18/+165
* bpo-37359: Fix regrtest --cleanup (GH-14336)Miss Islington (bot)2019-06-241-1/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334)Victor Stinner2019-06-245-14/+65
* asyncio: Fix docs for default event loop (GH-14308)Miss Islington (bot)2019-06-231-1/+1
* Improve threading.daemon docstring (GH-14278)Miss Islington (bot)2019-06-231-2/+1
* bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...Miss Islington (bot)2019-06-232-3/+3
* [3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on C...Serhiy Storchaka2019-06-231-3/+5
* bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)Miss Islington (bot)2019-06-222-122/+124
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Miss Islington (bot)2019-06-228-7/+53
* bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276)Steve Dower2019-06-226-37/+21
* bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)Miss Islington (bot)2019-06-221-1/+3
* bpo-37364: Use io.open_code() to read .pth files (GH-14299)Miss Islington (bot)2019-06-212-1/+3
* bpo-37362: test_gdb now ignores stderr (GH-14287)Miss Islington (bot)2019-06-212-34/+16
* bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)Steve Dower2019-06-211-1/+1