summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Issue #26513: Use winver.product_type instead of .productSteve Dower2016-09-211-1/+1
| * Make 3.7 the current dev version in the html version of the docs.Ned Deily2016-09-201-3/+2
| * remove trailing whitespaceBenjamin Peterson2016-09-201-18/+18
| * properly handle the single null-byte file (closes #24022)Benjamin Peterson2016-09-191-1/+1
| * Issue #27806: add Aleks to Misc/ACKS.Ned Deily2016-09-182-1/+2
* | Add Lib/test/ssltests.py for faster testing of OpenSSLChristian Heimes2016-09-221-0/+36
|/
* Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-182-7/+11
* Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-172-2/+6
* Issue #28139: Fix messed up indentationMartin Panter2016-09-1752-310/+310
* Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal ofsashk2016-09-1619-165/+170
* Issue #24363: Continue parsing HTTP header in spite of invalid linesMartin Panter2016-09-163-25/+129
* Issue #28145: Spelling fixesMartin Panter2016-09-162-2/+2
* Issue #24366: Fix indentationMartin Panter2016-09-155-40/+38
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-143-28/+103
* fix misleading indentation (closes #28139)Benjamin Peterson2016-09-143-19/+19
* Issue #15819: Drop dead code; -IInclude already added unconditionallyMartin Panter2016-09-133-29/+3
* Issue #28104: More accurately document set method signaturesRaymond Hettinger2016-09-131-6/+6
* Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-124-6/+14
* Issue #26557: Note that mapping view methods are not present in UserDict or ...Raymond Hettinger2016-09-122-2/+9
* Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-7/+7
* Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-113-14/+106
* Backported tests for issue #28070.Serhiy Storchaka2016-09-101-0/+3
* IDLE newx items.Terry Jan Reedy2016-09-102-0/+18
* Correct spelling in documentation and code commentsMartin Panter2016-09-106-7/+7
* Correct print() calls to print a blank line in various test casesMartin Panter2016-09-103-3/+3
* Issue #28019: Backported additional tests for itertools.count().Serhiy Storchaka2016-09-101-3/+26
* Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-102-2/+4
* remove fix_callable, callable() was readded long ago in 3.x.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-37/+0
* Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-106-98/+80
* Issue #22450: Use "Accept: */*" in the default headers for urllibRaymond Hettinger2016-09-092-1/+5
* Fix make buildbottest to not re-trigger a profile-opt build. issue28035.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-1/+1
* Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower2016-09-092-3/+19
* Removes file from installer.Steve Dower2016-09-091-1/+0
* Issue #26132: Only adds manifest to executables and main DLL.Steve Dower2016-09-094-5/+14
* Upgrade setuptools to 27.1.2Donald Stufft2016-09-092-1/+1
* Disable test_gdb.PrettyPrintTests when compiled with optimizations,Gregory P. Smith2016-09-091-0/+3
* issue28032: never imply --with-lto as part of --with-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-083-19/+16
* Issue #26020: Add news entryRaymond Hettinger2016-09-081-0/+2
* Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-082-2/+19
* skip two test_gdb tests that fail when compiled in profile-opt mode:Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-0/+4
* document --with-optimizations in the README for issue26359.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-5/+13
* Issue #21201: Improves readability of multiprocessing error message from serv...Davin Potts2016-09-082-1/+4
* Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -Gregory P. Smith2016-09-083-21/+219
* Issue #26359: Add the --with-optimizations flag.Gregory P. Smith2016-09-084-4/+102
* Issue #27993: Fix problems with the plural “objects” in docs and commentsMartin Panter2016-09-087-10/+9
* Correct occurance → occurrence; extracted from patch by Georg BrandlMartin Panter2016-09-082-3/+3
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-0725-34/+34
* Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-075-15/+42
* Fix placement of Misc/NEWS item for issue #15578.Gregory P. Smith2016-09-081-2/+2
* Issue #15578: Correctly incref the parent module while importing.Eric Snow2016-09-083-0/+22