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 #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-12/+53
|
\
|
*
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-12/+53
*
|
Fix devpoll_dealloc().
Richard Oudkerk
2013-08-22
1
-1/+1
*
|
Move definition of devpoll_internal_close() before devpoll_close().
Richard Oudkerk
2013-08-22
1
-15/+15
*
|
Fix compilation of select module on Solaris.
Richard Oudkerk
2013-08-22
1
-1/+1
*
|
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
Christian Heimes
2013-08-22
1
-12/+9
|
\
\
|
|
/
|
*
Issue #18747: Use a parent atfork handler instead of a child atfork handler.
Christian Heimes
2013-08-22
1
-12/+9
*
|
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
Victor Stinner
2013-08-21
1
-7/+85
*
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
1
-6/+23
|
\
\
|
|
/
|
*
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
1
-9/+30
*
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+72
|
\
\
|
|
/
|
*
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+72
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0/+13
|
\
\
|
|
/
|
*
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0/+13
*
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
1
-1/+1
*
|
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
1
-1/+17
|
\
\
|
|
/
|
*
Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of
Christian Heimes
2013-08-19
1
-1/+17
*
|
Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok.
Christian Heimes
2013-08-18
1
-12/+0
*
|
Issue #16105: When a signal handler fails to write to the file descriptor reg...
Antoine Pitrou
2013-08-17
1
-1/+17
*
|
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Christian Heimes
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
Christian Heimes
2013-08-17
1
-1/+1
*
|
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
Christian Heimes
2013-08-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18768: coding style nitpick. Thanks to Vajrasky Kok
Christian Heimes
2013-08-17
1
-1/+1
*
|
#18466: merge with 3.3.
Ezio Melotti
2013-08-17
3
-3/+3
|
\
\
|
|
/
|
*
#18466: fix more typos. Patch by FĂ©vry Thibault.
Ezio Melotti
2013-08-17
3
-3/+3
*
|
Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...
Christian Heimes
2013-08-17
1
-1/+0
|
\
\
|
|
/
|
*
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 #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
1
-5/+59
*
|
Issue #18701: Remove sqlitecompat.h.
Serhiy Storchaka
2013-08-16
1
-63/+0
*
|
Issue #18701: Remove support of old CPython versions (<3.0) from C code.
Serhiy Storchaka
2013-08-16
8
-45/+2
*
|
Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel
Christian Heimes
2013-08-16
1
-0/+3
*
|
Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple gu...
Antoine Pitrou
2013-08-15
1
-6/+13
*
|
Change the builtin hash algorithms' names to lower case names
Christian Heimes
2013-08-15
4
-6/+6
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
3
-14/+66
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
4
-24/+24
*
|
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
Larry Hastings
2013-08-12
1
-0/+4
|
\
\
|
|
/
|
*
Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions.
Larry Hastings
2013-08-12
1
-0/+4
*
|
Fix refcounting issue with extension types in tkinter.
Antoine Pitrou
2013-08-10
1
-0/+9
*
|
Close #18264: int- and float-derived enums now converted to int or float.
Ethan Furman
2013-08-10
1
-7/+58
*
|
Issue #15651: PEP 3121 refactoring for _elementtree
Eli Bendersky
2013-08-10
1
-30/+89
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
1
-1/+8
*
|
Issue #15301: Parsing fd, uid, and gid parameters for builtins
Larry Hastings
2013-08-08
1
-80/+189
*
|
In _PyGC_Fini(), lose the reference that was kept to the time module
Antoine Pitrou
2013-08-06
1
-0/+1
*
|
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Antoine Pitrou
2013-08-05
1
-1/+7
*
|
Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than...
Mark Dickinson
2013-08-05
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.
Mark Dickinson
2013-08-05
1
-1/+1
*
|
merge
Raymond Hettinger
2013-08-04
1
-2/+2
|
\
\
|
|
/
|
*
Silence compiler warnings for strict function prototype declarations.
Raymond Hettinger
2013-08-04
1
-2/+2
[next]