summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated MSI README to mention dependency on .NET 3.5. (GH-8375)Vinay Sajip2018-07-291-0/+8
* bpo-8145: Improve isolation_level documentation (GH-8499)Berker Peksag2018-07-291-14/+22
* bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)Berker Peksag2018-07-282-0/+4
* bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8...Tim Golden2018-07-281-4/+1
* bpo-33089: Multidimensional math.hypot() (GH-8474)Raymond Hettinger2018-07-285-81/+143
* bpo-24356: Specify which Python binary will be used with venv (GH-6589)Elena Oat2018-07-282-8/+8
* bpo-33476: Fix _header_value_parser when address group is missing final ';' (...Dong-hee Na2018-07-283-1/+28
* bpo-33666: Add what's new entry for os.errno removal (GH-#8497)INADA Naoki2018-07-281-0/+6
* bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877)johnthagen2018-07-281-6/+7
* bpo-5978: Document that profiling needs cmd/function to return (GH-7938)Andrés Delfino2018-07-281-0/+5
* bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)Sanyam Khurana2018-07-281-7/+13
* bpo-30722: Fix NEWS entries (GH-8501)Berker Peksag2018-07-272-6/+0
* Remove some unused code in _pysqlite_query_execute() (GH-8495)Sergey Fedoseev2018-07-271-6/+0
* vsts: Avoid conflict with Homebrew Python (GH-8430)INADA Naoki2018-07-272-2/+2
* bpo-12743: Delete comment from marshal.rst (GH-8457)Berker Peksag2018-07-271-14/+10
* bpo-34239: Convert test_bz2 to use tempfile (#8485)Tim Golden2018-07-261-2/+6
* bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)Victor Stinner2018-07-263-2/+495
* Fix typo: variables(s) (GH-8482)Andrés Delfino2018-07-261-1/+1
* bpo-34201: Tweak test_buffer. (GH-8481)Serhiy Storchaka2018-07-261-3/+2
* bpo-34170: Cleanup pymain_read_conf() (GH-8476)Victor Stinner2018-07-263-74/+71
* bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (G...Steve Dower2018-07-262-2/+3
* bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer...Serhiy Storchaka2018-07-262-41/+41
* bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....Serhiy Storchaka2018-07-2613-112/+183
* bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)Serhiy Storchaka2018-07-263-36/+38
* bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)Victor Stinner2018-07-265-76/+96
* bpo-32663 Make SMTPUTF8SimTests run (#5314)chason2018-07-252-25/+16
* bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)Victor Stinner2018-07-254-9/+30
* bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)Ammar Askar2018-07-254-2/+34
* bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)Berker Peksag2018-07-253-6/+8
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Aaron Ang2018-07-251-2/+2
* bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)Tim Golden2018-07-251-5/+11
* bpo-34218: Fix a leak in _elementtree.c introduced in GH-6769. (GH-8460)Serhiy Storchaka2018-07-251-0/+1
* bpo-34170: Cleanup pymain_run_python() (GH-8455)Victor Stinner2018-07-251-107/+67
* bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)Victor Stinner2018-07-256-200/+297
* bpo-34217: Use lowercase header for Windows (GH-8453)erikjanss2018-07-252-2/+2
* bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)Victor Stinner2018-07-247-138/+294
* Fix site module documentation. (GH-8441)Mariatta2018-07-241-1/+1
* bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437)Serhiy Storchaka2018-07-241-5/+4
* bpo-34170: Add _PyCoreConfig.isolated (GH-8417)Victor Stinner2018-07-247-354/+412
* bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)Serhiy Storchaka2018-07-243-17/+21
* bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)Serhiy Storchaka2018-07-247-182/+73
* bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)Serhiy Storchaka2018-07-243-112/+77
* bpo-34149: Behavior of the min/max with key=None (GH-8328)Alexander Marshalov2018-07-245-8/+17
* bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816)Matthias Bussonnier2018-07-231-11/+17
* bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846)Serhiy Storchaka2018-07-232-0/+24
* bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (...Serhiy Storchaka2018-07-233-8/+22
* bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381)Serhiy Storchaka2018-07-231-1/+1
* bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382)Serhiy Storchaka2018-07-231-5/+5
* bpo-34190: Fix reference leak in call_function() (GH-8413)jdemeyer2018-07-231-5/+8
* bpo-33336, imaplib: Legalize MOVE command (GH-6569)Matěj Cepl2018-07-232-0/+4