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
...
*
Merge 2.7 heads.
Robert Collins
2015-08-24
12
-230/+304
|
\
|
*
remove tabs from ceval.c (closes #24895)
Benjamin Peterson
2015-08-20
1
-173/+173
|
*
Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
Terry Jan Reedy
2015-08-18
1
-7/+3
|
*
Issue #24079: Improve description of the text and tail attributes for
Ned Deily
2015-08-18
1
-11/+19
|
*
Entries for idlelib/NEWS.txt
Terry Jan Reedy
2015-08-17
1
-2/+24
|
*
Idle NEWS entries.
Terry Jan Reedy
2015-08-17
1
-0/+13
|
*
Issue #23672: ACKS
Terry Jan Reedy
2015-08-17
1
-0/+1
|
*
Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7,
Terry Jan Reedy
2015-08-14
1
-1/+1
|
*
add missing NULL checks to get_coding_spec (closes #24854)
Benjamin Peterson
2015-08-14
1
-1/+4
|
*
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-13
3
-1/+27
|
*
Fixed doubled spaces in Misc/NEWS.
Serhiy Storchaka
2015-08-09
1
-23/+23
|
*
Issue #24751: Fix running regrtest with '-w' flag in case of test failures.
Zachary Ware
2015-08-09
1
-8/+6
|
*
Issue #24634: Importing uuid should not try to load libc on Windows
Steve Dower
2015-07-14
2
-2/+8
|
*
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower
2015-08-08
1
-1/+1
*
|
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
3
-2/+6
|
/
*
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins
2015-08-06
1
-3/+4
*
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware
2015-08-05
2
-3/+15
*
Don't left shift negative values. Use an unsigned value instead to avoid
Gregory P. Smith
2015-08-04
1
-1/+1
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
3
-4/+8
*
Issue #24759: Revert 8203fc75b3d2.
Terry Jan Reedy
2015-08-03
1
-10/+0
*
include fcntl.h on all *nix platforms (closes #24217)
Benjamin Peterson
2015-08-02
1
-2/+2
*
Issue #20557: Use specific asserts in io tests.
Serhiy Storchaka
2015-08-02
5
-18/+20
*
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware
2015-08-02
3
-0/+15
*
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default
Terry Jan Reedy
2015-08-01
4
-35/+51
*
Issue #21192: acks for 2.7
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Terry Jan Reedy
2015-08-01
2
-8/+7
*
Issue 24759: Gracefull exit Idle if ttk import fails.
Terry Jan Reedy
2015-07-31
1
-0/+10
*
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Terry Jan Reedy
2015-07-30
4
-10/+7
*
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...
Berker Peksag
2015-07-30
2
-8/+8
*
Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).
Guido van Rossum
2015-07-30
2
-5/+11
*
make comment not lie about the size of SMALL_REQUEST_THRESHOLD
Benjamin Peterson
2015-07-30
1
-1/+1
*
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
2
-4/+4
*
Issue #23319: Add Matthieu Gautier to Misc/ACKS
Victor Stinner
2015-07-29
1
-0/+1
*
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner
2015-07-29
3
-0/+32
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
3
-2/+16
*
Set a default BasePlatformToolset to allow the ICC buildbot to build.
Zachary Ware
2015-07-28
2
-3/+7
*
check return value of PyString_FromStringAndSize for NULL (closes #24734)
Benjamin Peterson
2015-07-27
1
-1/+4
*
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins
2015-07-26
3
-1/+4
*
Issue #24683: Fixed a crash in _json.make_encoder() called with non-dict 1st ...
Serhiy Storchaka
2015-07-26
1
-0/+7
*
Issue #24613: Calling array.fromstring() with self is no longer allowed
Serhiy Storchaka
2015-07-26
3
-0/+9
*
possible memory leak in error case (closes #24719)
Benjamin Peterson
2015-07-25
1
-1/+1
*
proper overflow checks for mymemreplace (closes #24708)
Benjamin Peterson
2015-07-25
3
-2/+16
*
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
Ned Deily
2015-07-24
2
-4/+4
*
Issue #24704: Fixed possible NULL pointer dereferencing in the _json module
Serhiy Storchaka
2015-07-24
1
-0/+2
*
Issue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka
2015-07-24
3
-0/+11
*
Issue #24703: Fixed resource leak on error in bsddb.verify().
Serhiy Storchaka
2015-07-24
1
-2/+4
*
Initialize buf.outobj in multibyte encoder (closes issue #24702).
Serhiy Storchaka
2015-07-24
1
-0/+1
*
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
Robert Collins
2015-07-22
3
-1/+7
*
we don't care about python 1.5.2
Benjamin Peterson
2015-07-22
1
-2/+0
[prev]
[next]