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 #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
*
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
Zachary Ware
2015-07-22
6
-7/+7
*
Issue #24680: Remove random backslash. Patch by cdz.
Zachary Ware
2015-07-22
1
-1/+1
*
Issue #20792: Expand idle_test.test_pathbowser. Tweak file.
Terry Jan Reedy
2015-07-20
2
-3/+20
*
Issue #19663: Improve error message for defaultdict.
Raymond Hettinger
2015-07-20
1
-1/+1
*
Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.
Terry Jan Reedy
2015-07-19
2
-1/+3
*
Fixes OpenSSL directory reference
Steve Dower
2015-07-19
1
-1/+1
*
Issue #24568: fix typo.
Raymond Hettinger
2015-07-18
1
-1/+1
*
improve style of the convert macro (#24655)
Benjamin Peterson
2015-07-18
1
-7/+7
*
Close #24508: Backport the 3.5 MSBuild project files.
Zachary Ware
2015-07-16
124
-757/+8504
*
Close #23963: Fix building with original OpenSSL sources.
Zachary Ware
2015-07-16
1
-8/+5
*
Backport b80d141a044e
Zachary Ware
2015-07-13
1
-1/+0
*
Issue #24611: Fixed compiling the posix module on non-Windows platforms
Serhiy Storchaka
2015-07-12
2
-2/+5
*
Added regression test for issue24581.
Serhiy Storchaka
2015-07-08
1
-0/+11
*
Corrected empty lines and removed BOM in Misc/NEWS.
Serhiy Storchaka
2015-07-06
1
-2/+3
*
'not' is very important here
Benjamin Peterson
2015-07-06
1
-1/+1
*
tighten warning
Benjamin Peterson
2015-07-06
1
-3/+3
*
Issue #18684: Fixed reading out of the buffer in the re module.
Serhiy Storchaka
2015-07-06
2
-14/+43
*
Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...
Lars Gustäbel
2015-07-06
3
-3/+41
*
Update Docs/tools/susp-ignored.csv
Zachary Ware
2015-07-06
1
-4/+13
*
Issue #24540: fix typo in json.dumps docstring
Ned Deily
2015-07-05
1
-1/+2
*
Merge heads
Benjamin Peterson
2015-07-05
24
-31/+160
|
\
|
*
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
Ned Deily
2015-07-04
2
-5/+5
|
*
#24548: replace dead link with pointer to archive.org.
R David Murray
2015-07-04
1
-1/+1
|
*
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
Ned Deily
2015-07-04
3
-6/+6
|
*
Issue #24525: Add missing word. Patch by Vincent Legoll.
Terry Jan Reedy
2015-07-03
1
-1/+1
|
*
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
Steve Dower
2015-07-03
4
-3/+9
|
*
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
Stefan Krah
2015-07-03
2
-3/+4
|
*
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel
2015-07-02
3
-1/+13
|
*
Update setuptools to 18.0.1 and pip to 7.1.0
Donald Stufft
2015-07-01
3
-2/+2
|
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
3
-2/+25
|
*
Issue #20387: Backport fix from Python 3.4
Jason R. Coombs
2015-06-28
2
-0/+20
|
*
Issue #20387: Backport test from Python 3.4
Jason R. Coombs
2015-06-28
1
-1/+19
|
*
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
3
-8/+49
|
*
Issue #24336: Backported test for contextmanager. Patch by Martin Panter.
Serhiy Storchaka
2015-06-28
1
-0/+8
[next]