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 #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
1
-1/+0
*
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-5/+59
*
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
Larry Hastings
2013-08-12
1
-0/+4
*
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
Mark Dickinson
2013-08-05
1
-1/+1
*
Silence compiler warnings for strict function prototype declarations.
Raymond Hettinger
2013-08-04
1
-2/+2
*
Issue #17998: Fix an internal error in regular expression engine.
Serhiy Storchaka
2013-08-03
2
-7/+7
*
Issue #18627: Fix typo noticed by Vajrasky Kok.
Ned Deily
2013-08-02
1
-1/+1
*
Issue #17557: Fix os.getgroups() to work with the modified behavior of
Ned Deily
2013-08-02
1
-0/+30
*
Issue #17899: Fix rare file descriptor leak in os.listdir().
Larry Hastings
2013-08-02
1
-0/+11
*
Initialize utime with 0. It fixes a couple of compiler warnung:
Christian Heimes
2013-07-31
1
-0/+1
*
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-1/+1
*
Issue #15893: frozenmain.c now handles PyMem_Malloc() failure
Victor Stinner
2013-07-26
1
-6/+10
*
Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL.
Christian Heimes
2013-07-26
1
-1/+1
*
Issue #18559: Fix NULL pointer dereference error in _pickle module
Christian Heimes
2013-07-26
1
-4/+6
*
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
*
Check return value of PyLong_FromLong(X509_get_version()). It might be NULL if
Christian Heimes
2013-07-26
1
-0/+2
*
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
*
Fix declaration-after-statement of d49f65ff4f3c
Christian Heimes
2013-07-26
1
-3/+7
*
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-0/+9
*
Fix possible NULL pointer dereferences in testcapi module
Christian Heimes
2013-07-26
1
-1/+7
*
Fix possible NULL pointer dereference in PyCurses_Start_Color()
Christian Heimes
2013-07-26
1
-0/+4
*
Issue #18556: Check the return value for PyUnicode_AsWideChar() in
Brett Cannon
2013-07-25
1
-1/+5
*
Issue #18549: Eliminate dead code in socket_ntohl().
Christian Heimes
2013-07-25
1
-2/+0
*
#16937: document that stdin is always buffered, even when -u is used. Patch ...
Ezio Melotti
2013-07-25
1
-1/+2
*
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-4/+12
*
Now all error paths of _freeze_importlib use 'goto error' and the error label...
Christian Heimes
2013-07-21
1
-19/+18
*
Issue #18514: Fix unreachable Py_DECREF() call in PyCData_FromBaseObj()
Christian Heimes
2013-07-21
1
-1/+1
*
Fix reference and memory leaks in _freeze_importlib
Christian Heimes
2013-07-21
1
-0/+3
*
Check return value of PyEval_GetGlobals() for NULL
Christian Heimes
2013-07-20
1
-2/+7
*
Check return value of flush_character_buffer()
Christian Heimes
2013-07-20
1
-1/+3
*
Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...
Mark Dickinson
2013-07-20
1
-0/+7
*
Add missing check of PyDict_Update()'s return value in _elementtree.c
Christian Heimes
2013-07-20
1
-1/+2
*
Add missing check of PyDict_SetItem()'s return value
Christian Heimes
2013-07-20
1
-1/+4
*
#18480: Add missing PyType_Ready call to _elementtree extension
Ronald Oussoren
2013-07-19
1
-5/+9
*
Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False
Victor Stinner
2013-07-18
1
-1/+1
*
Issue #18344: Fix potential ref-leaks in _bufferedreader_read_all().
Richard Oudkerk
2013-07-15
1
-48/+45
*
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+15
*
#18399: fix comment typo.
R David Murray
2013-07-10
1
-1/+1
*
Issue #18343: faulthandler.register() now keeps the previous signal handler
Victor Stinner
2013-07-01
1
-1/+2
*
Singular form just like the other error message.
Christian Heimes
2013-07-01
1
-1/+1
*
Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a
Christian Heimes
2013-07-01
1
-0/+5
*
Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999
Victor Stinner
2013-06-25
1
-1/+1
*
Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input
Victor Stinner
2013-06-24
1
-2/+7
*
Check for correct macro, code uses S_ISDIR().
Christian Heimes
2013-06-23
1
-1/+1
*
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
*
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
*
#18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...
Andrew Kuchling
2013-06-22
1
-3/+8
*
Closes #18239: correct description of count() in module docstring
Andrew Kuchling
2013-06-21
1
-1/+1
[next]