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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add line explaining the "%sort" test.
Tim Peters
2013-08-22
1
-0/+1
|
\
|
*
Add line explaining the "%sort" test.
Tim Peters
2013-08-22
1
-0/+1
*
|
Make test for semaphore tracker capture and check the debug output.
Richard Oudkerk
2013-08-22
1
-7/+7
*
|
Issue 18797: Remove unneeded refcount adjustments for dummy objects.
Raymond Hettinger
2013-08-22
1
-16/+6
*
|
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
3
-6/+8
|
\
\
|
|
/
|
*
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
3
-6/+8
*
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
3
-12/+60
|
\
\
|
|
/
|
*
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
3
-12/+60
*
|
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: Update Misc/NEWS to reflect the latest changeset.
Christian Heimes
2013-08-22
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18747: Update Misc/NEWS to reflect the latest changeset.
Christian Heimes
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
*
|
Stop making fork server have copy of semaphore_tracker_fd.
Richard Oudkerk
2013-08-22
5
-24/+29
*
|
Issue #18762: Fix EBADF error when using forkserver.
Richard Oudkerk
2013-08-22
1
-30/+25
*
|
Merge #18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
4
-16/+45
|
\
\
|
|
/
|
*
#18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
4
-16/+45
*
|
remove unused declaration
Victor Stinner
2013-08-22
1
-3/+0
*
|
Cleanup test_builtin
Victor Stinner
2013-08-21
1
-12/+4
*
|
Use new new stat.S_ISDOOR() function, instead of hardcoded mask
Victor Stinner
2013-08-21
1
-1/+2
*
|
Merge 3.3 into default.
Tim Peters
2013-08-21
1
-0/+1
|
\
\
|
|
/
|
*
Merge 3.2 into 3.3.
Tim Peters
2013-08-21
1
-0/+1
|
|
\
|
|
*
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...
Antoine Pitrou
2013-05-18
3
-1/+22
|
|
*
Added tag v3.2.5 for changeset cef745775b65
Georg Brandl
2013-05-12
1
-0/+1
|
|
*
Bump to version 3.2.5.
v3.2.5
Georg Brandl
2013-05-12
6
-7/+7
*
|
|
Null merge
Antoine Pitrou
2013-08-21
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
6
-15/+21
*
|
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
6
-14/+24
*
|
|
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
Victor Stinner
2013-08-21
6
-7/+191
*
|
|
Merge heads
Serhiy Storchaka
2013-08-21
2
-2/+19
|
\
\
\
|
*
|
|
Issue #18762: Print debug info on failure to create new forkserver process.
Richard Oudkerk
2013-08-21
2
-2/+19
*
|
|
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
3
-7/+41
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
3
-10/+48
*
|
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
6
-0/+123
|
\
\
\
|
|
/
/
|
*
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
6
-0/+123
*
|
|
Hoist the global dummy lookup out of the inner loop for set_merge().
Raymond Hettinger
2013-08-21
1
-1/+3
*
|
|
Remove a redundant hash table probe (this was artifact from an earlier draft ...
Raymond Hettinger
2013-08-21
1
-11/+0
*
|
|
Issue 18772: Restore set dummy object back to unicode and restore the identi...
Raymond Hettinger
2013-08-21
1
-4/+4
*
|
|
Fix rev85282, add missing import of subprocess module
Christian Heimes
2013-08-20
1
-0/+1
*
|
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
4
-2/+57
|
\
\
\
|
|
/
/
|
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
4
-2/+57
*
|
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
2
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
2
-1/+4
*
|
|
Issue #7732: try to fix test_bug7732's flakiness on Windows by executing it i...
Antoine Pitrou
2013-08-19
1
-5/+3
*
|
|
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
2
-2/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
2
-2/+10
*
|
|
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka
2013-08-19
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #18647: A regular expression in the doctest module rewritten so that
Serhiy Storchaka
2013-08-19
1
-1/+1
[next]