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
...
*
|
Issue #22823: Fix typo in unittest/mock.py
Victor Stinner
2014-12-11
1
-1/+1
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-12-11
2
-4/+82
|
\
\
|
|
/
|
*
asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor
Victor Stinner
2014-12-11
2
-4/+82
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-11
1
-2/+2
|
\
\
|
|
/
|
*
Issue 22823: Use set literal in idlelib.
Terry Jan Reedy
2014-12-11
1
-2/+2
*
|
Null merge
Serhiy Storchaka
2014-12-11
0
-0/+0
|
\
\
|
|
/
|
*
Issue #22823: Fixed an output of sets in examples.
Serhiy Storchaka
2014-12-11
1
-12/+12
*
|
Issue #22823: Use set literals instead of creating a set from a list.
Serhiy Storchaka
2014-12-11
2
-28/+27
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-10
1
-1/+1
|
\
\
|
|
/
|
*
whitespace
Terry Jan Reedy
2014-12-10
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-10
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23006 whitespace
Terry Jan Reedy
2014-12-10
1
-2/+2
*
|
Merge 3.4
Terry Jan Reedy
2014-12-10
3
-5/+18
|
\
\
|
|
/
|
*
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
3
-5/+18
*
|
Issue #23016: A warning no longer produces an AttributeError when the program
Serhiy Storchaka
2014-12-10
3
-0/+15
|
\
\
|
|
/
|
*
Issue #23016: A warning no longer produces AttributeError when the program
Serhiy Storchaka
2014-12-10
3
-0/+15
*
|
merge 3.4
Benjamin Peterson
2014-12-10
1
-1/+1
|
\
\
|
|
/
|
*
fix path to patchlevel.py
Benjamin Peterson
2014-12-10
1
-1/+1
*
|
Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
R David Murray
2014-12-10
1
-2/+1
|
\
\
|
|
/
|
*
#22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.
R David Murray
2014-12-10
1
-2/+1
*
|
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
Berker Peksag
2014-12-10
3
-1/+22
|
\
\
|
|
/
|
*
Issue #21775: shutil.copytree(): fix crash when copying to VFAT
Berker Peksag
2014-12-10
3
-1/+22
*
|
Issue #17554: Print "fetching <url> ..." messages only in verbose mode.
Berker Peksag
2014-12-10
1
-1/+2
*
|
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Berker Peksag
2014-12-09
3
-7/+20
|
\
\
|
|
/
|
*
Issue #12602: Add missing cross-references to runpy and using/cmdline docs.
Berker Peksag
2014-12-09
3
-7/+20
*
|
null merge with 3.4
Yury Selivanov
2014-12-08
0
-0/+0
|
\
\
|
|
/
|
*
inspect: Fix getsource() to load updated source of reloaded module
Yury Selivanov
2014-12-08
3
-6/+46
*
|
inspect: Fix getsource() to load updated source of reloaded module
Yury Selivanov
2014-12-08
3
-6/+46
*
|
Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.
Yury Selivanov
2014-12-08
3
-2/+22
*
|
null merge with 3.4.
Yury Selivanov
2014-12-08
0
-0/+0
|
\
\
|
|
/
|
*
NEWS: Remove duplicate entry
Yury Selivanov
2014-12-08
1
-3/+0
*
|
NEWS: Add news entry for issue #23009.
Yury Selivanov
2014-12-08
1
-0/+3
|
\
\
|
|
/
|
*
NEWS: Add news entry for issue #23009.
Yury Selivanov
2014-12-08
1
-0/+6
*
|
selectors: Fix typo in comment.
Yury Selivanov
2014-12-08
1
-1/+1
|
\
\
|
|
/
|
*
selectors: Fix typo in comment.
Yury Selivanov
2014-12-08
1
-1/+1
*
|
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
Yury Selivanov
2014-12-08
2
-1/+11
|
\
\
|
|
/
|
*
selectors: Make sure EpollSelecrtor.select() works when no FD is registered.
Yury Selivanov
2014-12-08
2
-1/+11
*
|
merge 3.4
Benjamin Peterson
2014-12-07
1
-1/+1
|
\
\
|
|
/
|
*
fix reference by adding module name
Benjamin Peterson
2014-12-07
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2014-12-07
1
-2/+2
|
\
\
|
|
/
|
*
use context's check_hostname attribute rather than the HTTPSHandler check_hos...
Benjamin Peterson
2014-12-07
1
-2/+2
*
|
merge 3.4 (#22959)
Benjamin Peterson
2014-12-07
4
-10/+22
|
\
\
|
|
/
|
*
HTTPSConnection: prefer the context's check_hostname attribute over the const...
Benjamin Peterson
2014-12-07
4
-10/+22
*
|
Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...
Antoine Pitrou
2014-12-07
7
-6/+62
*
|
merge 3.4
Benjamin Peterson
2014-12-06
1
-2/+5
|
\
\
|
|
/
|
*
note that sslv3 may not be available
Benjamin Peterson
2014-12-06
1
-2/+5
*
|
merge 3.4 (#22935)
Benjamin Peterson
2014-12-06
4
-8/+24
|
\
\
|
|
/
|
*
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Benjamin Peterson
2014-12-06
4
-8/+24
*
|
Update idlelib/NEWS.txt.
Terry Jan Reedy
2014-12-06
1
-0/+20
|
\
\
|
|
/
|
*
Update idlelib/NEWS.txt.
Terry Jan Reedy
2014-12-06
1
-0/+24
[prev]
[next]