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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge for issue #18755
Brett Cannon
2013-08-23
2
-2/+16
|
\
|
*
Issue #18755: Allow imp.load_*() loaders to have get_data() called
Brett Cannon
2013-08-23
2
-2/+14
*
|
Make test for semaphore tracker capture and check the debug output.
Richard Oudkerk
2013-08-22
1
-7/+7
*
|
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
2
-6/+6
|
\
\
|
|
/
|
*
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Serhiy Storchaka
2013-08-22
2
-6/+6
*
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
|
\
\
|
|
/
|
*
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
*
|
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
3
-16/+42
|
\
\
|
|
/
|
*
#18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
3
-16/+42
|
*
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
5
-15/+17
*
|
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
*
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
5
-14/+17
*
|
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
Victor Stinner
2013-08-21
3
-0/+72
*
|
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
1
-1/+15
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #17119: Fixed integer overflows when processing large strings and tuples
Serhiy Storchaka
2013-08-21
1
-1/+15
*
|
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+32
|
\
\
|
|
/
|
*
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
Christian Heimes
2013-08-21
1
-0/+32
*
|
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
1
-2/+40
|
\
\
|
|
/
|
*
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-2/+40
*
|
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
*
|
Issue #18647: Correctly bound calculated min/max width of a subexpression.
Serhiy Storchaka
2013-08-19
1
-4/+4
|
\
\
|
|
/
|
*
Issue #18647: Correctly bound calculated min/max width of a subexpression.
Serhiy Storchaka
2013-08-19
1
-4/+4
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-19
1
-25/+37
|
\
\
|
|
/
|
*
Issue #18489: idlelib.SearchEngine - add docstrings
Terry Jan Reedy
2013-08-19
1
-25/+37
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18592: whitespace
Terry Jan Reedy
2013-08-18
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-18
1
-0/+17
|
\
\
|
|
/
|
*
Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).
Terry Jan Reedy
2013-08-18
1
-0/+17
*
|
Make test_wakeup_write_error more robust
Antoine Pitrou
2013-08-17
1
-0/+10
*
|
Issue #16105: When a signal handler fails to write to the file descriptor reg...
Antoine Pitrou
2013-08-17
1
-0/+41
*
|
#18466: merge with 3.3.
Ezio Melotti
2013-08-17
6
-6/+6
|
\
\
|
|
/
|
*
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
6
-6/+6
*
|
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
22
-36/+38
|
\
\
|
|
/
|
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
22
-36/+38
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
26
-49/+49
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
25
-44/+44
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
2
-0/+119
|
\
\
|
|
/
|
*
merge
Christian Heimes
2013-08-16
3
-3/+62
|
|
\
|
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
2
-0/+119
*
|
|
Issue #16463: Fix a transient test_timeout failure.
Charles-François Natali
2013-08-16
1
-3/+16
|
\
\
\
|
|
|
/
|
|
/
|
[next]