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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19663: Improve error message for defaultdict.
Raymond Hettinger
2015-07-20
1
-1/+1
*
improve style of the convert macro (#24655)
Benjamin Peterson
2015-07-18
1
-7/+7
*
Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs
Victor Stinner
2015-07-16
1
-0/+3
*
Issue #18684: Fixed reading out of the buffer in the re module.
Serhiy Storchaka
2015-07-06
2
-14/+41
*
fix use after free (closes #24552)
Benjamin Peterson
2015-07-02
1
-1/+1
*
Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree.
Serhiy Storchaka
2015-06-29
1
-14/+21
*
Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
Serhiy Storchaka
2015-06-28
1
-13/+26
*
merge 3.3
Benjamin Peterson
2015-06-27
1
-16/+10
|
\
|
*
use safe allocation and reallocation macros
Benjamin Peterson
2015-06-27
1
-16/+10
*
|
Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().
Antoine Pitrou
2015-06-23
2
-1/+15
*
|
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-11/+11
*
|
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
Berker Peksag
2015-06-05
1
-1/+1
*
|
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka
2015-05-30
3
-15/+31
*
|
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Serhiy Storchaka
2015-05-29
1
-1/+1
*
|
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-1/+1
*
|
Issue #24091: Fixed various crashes in corner cases in C implementation of
Serhiy Storchaka
2015-05-18
1
-47/+97
*
|
Issue #23796: peak and read1 methods of BufferedReader now raise ValueError
Berker Peksag
2015-05-12
1
-0/+5
*
|
Defend against a mutation during comparison
Raymond Hettinger
2015-05-12
1
-0/+5
*
|
ensure .keywords is always a dict
Benjamin Peterson
2015-05-09
1
-9/+5
*
|
fix libffi compilation on FreeBSD (#23042)
Benjamin Peterson
2015-05-09
1
-18/+30
*
|
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
Larry Hastings
2015-05-08
1
-3/+3
*
|
merge 3.3 (#24094)
Benjamin Peterson
2015-05-03
1
-28/+3
|
\
\
|
|
/
|
*
just sort the items tuple directly (closes #24094)
Benjamin Peterson
2015-05-03
1
-27/+3
*
|
Defer deleted item decref until after the deque is restored to a consistent s...
Raymond Hettinger
2015-05-02
1
-6/+6
*
|
Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.
Raymond Hettinger
2015-05-02
1
-50/+21
*
|
remove extern definition, since it's in a header file (closes #24058)
Benjamin Peterson
2015-04-26
1
-2/+0
*
|
Fix computation of max_fd on OpenBSD. Issue #23852.
Gregory P. Smith
2015-04-26
1
-0/+10
*
|
Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes
Victor Stinner
2015-04-24
1
-7/+27
*
|
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...
Serhiy Storchaka
2015-04-22
2
-10/+19
*
|
Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.
Serhiy Storchaka
2015-04-20
1
-1/+1
*
|
Issue #23908: os functions now reject paths with embedded null character
Serhiy Storchaka
2015-04-20
2
-7/+11
*
|
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
Serhiy Storchaka
2015-04-20
2
-15/+15
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
*
|
- Use PLATDIR for the platform directory everywhere (refactoring only)
doko@ubuntu.com
2015-04-13
1
-1/+1
*
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-4/+21
*
|
Merge
Antoine Pitrou
2015-04-13
1
-111/+111
|
\
\
|
*
|
Issue #17202: Add .bat to .hgeol to force them to CRLF.
Zachary Ware
2015-04-13
1
-111/+111
*
|
|
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
Antoine Pitrou
2015-04-13
1
-1/+22
|
/
/
*
|
Issue #21859: Corrected FileIO docstrings.
Serhiy Storchaka
2015-04-10
1
-15/+18
*
|
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
2
-13/+13
*
|
remove extra arguments in arg parsing format codes (closes #23875)
Benjamin Peterson
2015-04-06
1
-2/+2
*
|
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
1
-9/+14
*
|
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-2/+2
*
|
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
1
-16/+206
*
|
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
Victor Stinner
2015-04-02
1
-1/+2
*
|
Issue #23851: close() must not be retried when it fails with EINTR
Victor Stinner
2015-04-02
1
-6/+6
*
|
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
1
-15/+34
*
|
remove assignment in conditional
Benjamin Peterson
2015-04-01
1
-1/+2
*
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
1
-12/+14
*
|
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
Serhiy Storchaka
2015-03-30
1
-6/+2
[next]