summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-33089: Add math.dist() for computing the Euclidean distance between two p...Raymond Hettinger2018-07-315-1/+236
* bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)Serhiy Storchaka2018-07-315-32/+114
* bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)Serhiy Storchaka2018-07-3112-232/+214
* Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a genera...Serhiy Storchaka2018-07-317-36/+12
* bpo-1617161: Make the hash and equality of methods not depending on the value...Serhiy Storchaka2018-07-316-73/+112
* bpo-27671: Update FAQ about why len is function (GH-8432)INADA Naoki2018-07-311-18/+19
* Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)Sergey Fedoseev2018-07-301-5/+2
* bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)twisteroid ambassador2018-07-303-0/+19
* Use 'for example' instead of 'in other words' in compound statement doc (GH-8...Andrés Delfino2018-07-301-1/+1
* Fix typos & formatting in Using Python on Windows doc (GH-8559)Segev Finer2018-07-301-4/+4
* Add docstrings to public methods from context.c (GH-8531)Peter Lamut2018-07-303-17/+80
* bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...Elvis Pranskevichus2018-07-305-2/+35
* bpo-34182: Fix test_pydoc running as a script. (GH-8389)Bo Bayles2018-07-291-1/+2
* bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)Mickaël Schoentgen2018-07-294-4/+9
* bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)Franz Wöllert2018-07-293-22/+26
* bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)Stéphane Wirtel2018-07-292-0/+5
* 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