index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Issue #26513: Use winver.product_type instead of .product
Steve Dower
2016-09-21
1
-1/+1
|
*
Make 3.7 the current dev version in the html version of the docs.
Ned Deily
2016-09-20
1
-3/+2
|
*
remove trailing whitespace
Benjamin Peterson
2016-09-20
1
-18/+18
|
*
properly handle the single null-byte file (closes #24022)
Benjamin Peterson
2016-09-19
1
-1/+1
|
*
Issue #27806: add Aleks to Misc/ACKS.
Ned Deily
2016-09-18
2
-1/+2
*
|
Add Lib/test/ssltests.py for faster testing of OpenSSL
Christian Heimes
2016-09-22
1
-0/+36
|
/
*
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
Christian Heimes
2016-09-18
2
-7/+11
*
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-17
2
-2/+6
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
52
-310/+310
*
Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
sashk
2016-09-16
19
-165/+170
*
Issue #24363: Continue parsing HTTP header in spite of invalid lines
Martin Panter
2016-09-16
3
-25/+129
*
Issue #28145: Spelling fixes
Martin Panter
2016-09-16
2
-2/+2
*
Issue #24366: Fix indentation
Martin Panter
2016-09-15
5
-40/+38
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
3
-28/+103
*
fix misleading indentation (closes #28139)
Benjamin Peterson
2016-09-14
3
-19/+19
*
Issue #15819: Drop dead code; -IInclude already added unconditionally
Martin Panter
2016-09-13
3
-29/+3
*
Issue #28104: More accurately document set method signatures
Raymond Hettinger
2016-09-13
1
-6/+6
*
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Terry Jan Reedy
2016-09-12
4
-6/+14
*
Issue #26557: Note that mapping view methods are not present in UserDict or ...
Raymond Hettinger
2016-09-12
2
-2/+9
*
Issue #23105: Updated documentation on open() flag constants.
Vinay Sajip
2016-09-11
1
-7/+7
*
Issue #27952: Get fixcid.py working with the re module
Martin Panter
2016-09-11
3
-14/+106
*
Backported tests for issue #28070.
Serhiy Storchaka
2016-09-10
1
-0/+3
*
IDLE newx items.
Terry Jan Reedy
2016-09-10
2
-0/+18
*
Correct spelling in documentation and code comments
Martin Panter
2016-09-10
6
-7/+7
*
Correct print() calls to print a blank line in various test cases
Martin Panter
2016-09-10
3
-3/+3
*
Issue #28019: Backported additional tests for itertools.count().
Serhiy Storchaka
2016-09-10
1
-3/+26
*
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
Steve Dower
2016-09-10
2
-2/+4
*
remove fix_callable, callable() was readded long ago in 3.x.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
1
-37/+0
*
Issue #25969: Update the lib2to3 grammar to handle the unpacking
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-10
6
-98/+80
*
Issue #22450: Use "Accept: */*" in the default headers for urllib
Raymond Hettinger
2016-09-09
2
-1/+5
*
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-09
1
-1/+1
*
Issue #24594: Validates persist parameter when opening MSI database
Steve Dower
2016-09-09
2
-3/+19
*
Removes file from installer.
Steve Dower
2016-09-09
1
-1/+0
*
Issue #26132: Only adds manifest to executables and main DLL.
Steve Dower
2016-09-09
4
-5/+14
*
Upgrade setuptools to 27.1.2
Donald Stufft
2016-09-09
2
-1/+1
*
Disable test_gdb.PrettyPrintTests when compiled with optimizations,
Gregory P. Smith
2016-09-09
1
-0/+3
*
issue28032: never imply --with-lto as part of --with-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
3
-19/+16
*
Issue #26020: Add news entry
Raymond Hettinger
2016-09-08
1
-0/+2
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
2
-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-08
1
-0/+4
*
document --with-optimizations in the README for issue26359.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-5/+13
*
Issue #21201: Improves readability of multiprocessing error message from serv...
Davin Potts
2016-09-08
2
-1/+4
*
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
Gregory P. Smith
2016-09-08
3
-21/+219
*
Issue #26359: Add the --with-optimizations flag.
Gregory P. Smith
2016-09-08
4
-4/+102
*
Issue #27993: Fix problems with the plural “objects” in docs and comments
Martin Panter
2016-09-08
7
-10/+9
*
Correct occurance → occurrence; extracted from patch by Georg Brandl
Martin Panter
2016-09-08
2
-3/+3
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
25
-34/+34
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
5
-15/+42
*
Fix placement of Misc/NEWS item for issue #15578.
Gregory P. Smith
2016-09-08
1
-2/+2
*
Issue #15578: Correctly incref the parent module while importing.
Eric Snow
2016-09-08
3
-0/+22
[prev]
[next]