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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #21192: acks for 2.7
Terry Jan Reedy
2015-08-01
1
-0/+1
*
Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport).
Guido van Rossum
2015-07-30
1
-0/+2
*
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-0/+2
*
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
1
-0/+3
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-0/+3
*
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins
2015-07-26
2
-0/+3
*
Issue #24613: Calling array.fromstring() with self is no longer allowed
Serhiy Storchaka
2015-07-26
1
-0/+3
*
proper overflow checks for mymemreplace (closes #24708)
Benjamin Peterson
2015-07-25
1
-0/+2
*
Issue #24620: Random.setstate() now validates the value of state last element.
Serhiy Storchaka
2015-07-24
1
-0/+2
*
Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond.
Robert Collins
2015-07-22
1
-0/+2
*
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
Zachary Ware
2015-07-22
1
-2/+2
*
Issue #24568: fix typo.
Raymond Hettinger
2015-07-18
1
-1/+1
*
Close #24508: Backport the 3.5 MSBuild project files.
Zachary Ware
2015-07-16
1
-0/+4
*
Issue #24611: Fixed compiling the posix module on non-Windows platforms
Serhiy Storchaka
2015-07-12
1
-0/+3
*
Corrected empty lines and removed BOM in Misc/NEWS.
Serhiy Storchaka
2015-07-06
1
-2/+3
*
Issue #18684: Fixed reading out of the buffer in the re module.
Serhiy Storchaka
2015-07-06
1
-0/+2
*
Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...
Lars Gustäbel
2015-07-06
1
-0/+3
*
Merge heads
Benjamin Peterson
2015-07-05
1
-0/+20
|
\
|
*
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
Ned Deily
2015-07-04
1
-2/+2
|
*
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
Steve Dower
2015-07-03
1
-0/+6
|
*
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel
2015-07-02
1
-0/+3
|
*
Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray
Serhiy Storchaka
2015-06-29
1
-0/+4
|
*
Issue #20387: Backport fix from Python 3.4
Jason R. Coombs
2015-06-28
1
-0/+3
|
*
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
1
-0/+4
*
|
'free-after-use' is not a bug :) (closes #24568)
Benjamin Peterson
2015-07-05
1
-1/+1
|
/
*
ensure internal buffer is large enough for string after flushing (closes #24481)
Benjamin Peterson
2015-06-27
1
-0/+3
*
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou
2015-06-23
1
-1/+3
*
Issue #19543: Emit deprecation warning for known non-text encodings.
Serhiy Storchaka
2015-05-31
1
-0/+8
*
Issue #24264: Fixed buffer overflow in the imageop module.
Serhiy Storchaka
2015-05-31
1
-0/+2
*
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka
2015-05-30
1
-0/+2
*
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
1
-0/+4
*
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Serhiy Storchaka
2015-05-29
1
-0/+3
*
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
Serhiy Storchaka
2015-05-28
1
-0/+3
*
backport computed gotos (#4753)
Benjamin Peterson
2015-05-28
1
-0/+4
*
Issue #24286: Register dict views with the MappingView ABCs.
Raymond Hettinger
2015-05-26
1
-0/+4
*
Moved Misc/NEWS entries to correct section and fix formatting.
Serhiy Storchaka
2015-05-26
1
-7/+7
*
Remove UTF-8 BOMs.
Serhiy Storchaka
2015-05-25
1
-1/+1
*
merge 2.7.10 release branch
Benjamin Peterson
2015-05-23
3
-8/+67
|
\
|
*
Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
Serhiy Storchaka
2015-05-22
1
-0/+3
|
*
Fixed issue number for issue #22939.
Serhiy Storchaka
2015-05-21
1
-1/+1
|
*
Issue #23985: Fixed integer overflow in iterator object. Original patch by
Serhiy Storchaka
2015-05-21
2
-0/+4
|
*
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
1
-0/+5
|
*
Issue #6598: Increased time precision and random number range in
Serhiy Storchaka
2015-05-19
1
-0/+3
|
*
Issue #24091: Fixed various crashes in corner cases in cElementTree.
Serhiy Storchaka
2015-05-18
1
-0/+2
|
*
Issue #24102: Fixed exception type checking in standard error handlers.
Serhiy Storchaka
2015-05-18
1
-0/+2
|
*
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger
2015-05-17
1
-0/+3
|
*
Issue #22155: Add File Handlers subsection with createfilehandler to Tkinter
Terry Jan Reedy
2015-05-17
1
-0/+6
|
*
Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
Serhiy Storchaka
2015-05-17
1
-0/+6
[prev]
[next]