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
*
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
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #16463: Fix a transient test_timeout failure.
Charles-François Natali
2013-08-16
1
-3/+16
*
|
|
Fix the default placeholder in textwrap.shorten() to be " [...]".
Antoine Pitrou
2013-08-16
2
-8/+8
*
|
|
Make test.support.reap_threads() faster
Antoine Pitrou
2013-08-16
1
-2/+2
*
|
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+20
*
|
|
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Antoine Pitrou
2013-08-16
1
-0/+26
|
\
\
\
|
|
/
/
|
*
|
Issue #1666318: Add a test that shutil.copytree() retains directory permissions.
Antoine Pitrou
2013-08-16
1
-0/+26
|
|
/
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-15
2
-22/+10
|
\
\
|
|
/
|
*
Issue #18732: Remove unused* parameter output_sep from IdleHistory.History
Terry Jan Reedy
2013-08-15
2
-22/+10
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-15
2
-3/+179
|
\
\
|
|
/
|
*
Issue #18425: Unittests for idlelib.IdleHistory. First patch by R. Jayakrishnan.
Terry Jan Reedy
2013-08-15
2
-3/+179
*
|
Change the builtin hash algorithms' names to lower case names
Christian Heimes
2013-08-15
1
-2/+2
*
|
(Merge 3.3) Issue #18296: Try to fix TestSendfile.test_trailers() of test_os ...
Victor Stinner
2013-08-15
1
-4/+5
|
\
\
|
|
/
|
*
Issue #18296: Try to fix TestSendfile.test_trailers() of test_os on FreeBSD
Victor Stinner
2013-08-15
1
-4/+5
|
*
issue #18698: ensure importlib.reload() returns the module out of sys.modules.
Eric Snow
2013-08-15
2
-1/+20
*
|
Closes issue #18698: ensure importlib.reload() returns the module out of sys....
Eric Snow
2013-08-15
2
-1/+19
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
28
-1051/+2106
*
|
Merge with 3.3
Terry Jan Reedy
2013-08-13
2
-15/+35
|
\
\
|
|
/
|
*
Issue #18425: Add docstrings to IdleHistory.py. Remove redundant 'history_'
Terry Jan Reedy
2013-08-13
2
-15/+35
*
|
(Merge 3.3) Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner
2013-08-13
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18405: Improve the entropy of crypt.mksalt().
Victor Stinner
2013-08-13
1
-1/+1
*
|
Close #12015: The tempfile module now uses a suffix of 8 random characters
Victor Stinner
2013-08-13
2
-3/+3
*
|
#18687: merge with 3.3.
Ezio Melotti
2013-08-13
1
-1/+0
|
\
\
|
|
/
[next]