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
*
Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL
Christian Heimes
2013-06-29
1
-1/+1
*
Fix memory leak in pyexpat PyUnknownEncodingHandler
Christian Heimes
2013-06-29
1
-1/+3
*
Fix os.confstr(): the result type of the C function is size_t, not int
Victor Stinner
2013-06-25
1
-2/+2
*
Fix time.mktime() and datetime.datetime.timestamp() on AIX
Victor Stinner
2013-06-25
2
-4/+20
*
(Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
Victor Stinner
2013-06-25
1
-1/+1
|
\
|
*
Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
Victor Stinner
2013-06-25
1
-1/+1
*
|
_ssl.c: strip trailing spaces
Victor Stinner
2013-06-24
1
-3/+3
*
|
(Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if
Victor Stinner
2013-06-24
1
-2/+7
|
\
\
|
|
/
|
*
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-2/+7
*
|
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner
2013-06-24
4
-16/+16
*
|
Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods
Victor Stinner
2013-06-24
1
-5/+32
*
|
Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295)
Victor Stinner
2013-06-24
1
-2/+5
*
|
Issue #9566: zlib: Explicit cast to unsigned int to fix a compiler warning on...
Victor Stinner
2013-06-24
1
-4/+4
*
|
Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64
Victor Stinner
2013-06-24
1
-1/+1
*
|
merge
Raymond Hettinger
2013-06-23
3
-34/+8
|
\
\
|
*
|
Issue #11016: Don't define macros and constants that are already set by pyport.h
Christian Heimes
2013-06-23
1
-31/+5
|
*
|
Define S_IFMT and S_IFLNK in pyport.h so posixmodule.c can use named constant...
Christian Heimes
2013-06-23
1
-2/+2
|
*
|
Check for correct macro, code uses S_ISDIR().
Christian Heimes
2013-06-23
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Check for correct macro, code uses S_ISDIR().
Christian Heimes
2013-06-23
1
-1/+1
*
|
|
Misc improvements to collections.deque()
Raymond Hettinger
2013-06-23
1
-72/+93
|
/
/
*
|
Issue #11016: Detect integer conversion on conversion from Python int to C mo...
Victor Stinner
2013-06-23
1
-13/+27
*
|
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
Christian Heimes
2013-06-23
1
-7/+7
*
|
(Merge 3.3) Issue #18135: Fix a possible integer overflow in
Victor Stinner
2013-06-23
1
-10/+16
|
\
\
|
|
/
|
*
Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()
Victor Stinner
2013-06-23
1
-5/+11
|
*
_ssl.c: strip trailing spaces
Victor Stinner
2013-06-23
1
-5/+5
*
|
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
Victor Stinner
2013-06-22
1
-0/+4
*
|
Merge from 3.3
Andrew Kuchling
2013-06-22
1
-2/+3
|
\
\
|
|
/
|
*
Closes #18220: expand itertools.islice docstring to 2 lines
Andrew Kuchling
2013-06-22
1
-1/+2
|
*
Close #18285: add 'repeat' parameter to docstring for product
Andrew Kuchling
2013-06-22
1
-1/+1
*
|
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
2
-0/+572
*
|
Merge from 3.3
Andrew Kuchling
2013-06-22
1
-3/+8
|
\
\
|
|
/
|
*
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...
Andrew Kuchling
2013-06-22
1
-3/+8
*
|
Merge from 3.3
Andrew Kuchling
2013-06-21
1
-1/+1
|
\
\
|
|
/
|
*
Closes #18239: correct description of count() in module docstring
Andrew Kuchling
2013-06-21
1
-1/+1
*
|
Grammatical mistake in a comment
Brett Cannon
2013-06-21
1
-1/+1
*
|
merge 3.3 (#18248)
Benjamin Peterson
2013-06-19
2
-2/+2
|
\
\
|
|
/
|
*
fix libffi build on AIX (closes #18248)
Benjamin Peterson
2013-06-19
2
-2/+2
*
|
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
|
\
\
|
|
/
|
*
fixed libffi on PPC without __NO_FPRS__
Christian Heimes
2013-06-19
1
-1/+3
*
|
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
1
-0/+5
|
\
\
|
|
/
|
*
Issue #18259: Declare sethostname in socketmodule.c for AIX
Christian Heimes
2013-06-19
1
-0/+5
*
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-0/+3
|
\
\
|
|
/
|
*
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...
Christian Heimes
2013-06-18
1
-0/+3
*
|
(Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
|
\
\
|
|
/
|
*
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
Victor Stinner
2013-06-17
1
-0/+1
*
|
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
1
-17/+127
*
|
Merge with 3.3
Andrew Kuchling
2013-06-16
2
-4/+5
|
\
\
|
|
/
|
*
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
2
-4/+5
*
|
Merge with 3.3
Andrew Kuchling
2013-06-15
1
-0/+4
|
\
\
|
|
/
|
*
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
1
-0/+4
[next]