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
*
remove the ability of datetime.time to be considered false (closes #13936)
Benjamin Peterson
2014-03-20
6
-63/+19
*
merge heads
Giampaolo Rodola'
2014-03-20
10
-119/+75
|
\
|
*
#20744: don't try running an external 'zip' in shutil.make_archive()
Andrew Kuchling
2014-03-20
1
-40/+15
|
*
merge 3.4
Benjamin Peterson
2014-03-20
1
-1/+1
|
|
\
|
|
*
improve start default for relpath
Benjamin Peterson
2014-03-20
1
-1/+1
|
*
|
Merge several minor doc fixes from 3.4
Zachary Ware
2014-03-20
5
-10/+10
|
|
\
\
|
|
|
/
|
|
*
Fix typos in Doc/faq/extending. Found by cocoatomo on docs@.
Zachary Ware
2014-03-20
1
-2/+2
|
|
*
Fix spelling in enum docs.
Zachary Ware
2014-03-20
1
-3/+3
|
|
*
Add missing parenthesis. Found by cocoatomo on docs@.
Zachary Ware
2014-03-20
1
-1/+1
|
|
*
Fix parameter name in docs for os.makedirs and os.removedirs.
Zachary Ware
2014-03-20
2
-4/+4
|
*
|
merge
Raymond Hettinger
2014-03-20
1
-3/+1
|
|
\
\
|
|
|
/
|
|
*
Clean-up docstring
Raymond Hettinger
2014-03-20
1
-3/+1
|
*
|
Closes #20444: Merged fix from 3.4.
Vinay Sajip
2014-03-20
1
-50/+34
|
|
\
\
|
|
|
/
|
|
*
Issue #20444: Reduced code duplication.
Vinay Sajip
2014-03-20
1
-50/+34
|
*
|
Closes #20558: Improved implementation of error handling.
Vinay Sajip
2014-03-20
1
-12/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #20558: Improved implementation of error handling.
Vinay Sajip
2014-03-20
1
-12/+11
|
*
|
Merged from 3.4.
Vinay Sajip
2014-03-20
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than...
Vinay Sajip
2014-03-20
1
-3/+3
*
|
|
Fix issue 18931: selectors module now supports /dev/poll on Solaris.
Giampaolo Rodola'
2014-03-20
4
-2/+84
|
/
/
*
|
(Merge 3.4) Issue #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed
Victor Stinner
2014-03-20
1
-0/+1
|
\
\
|
|
/
|
*
Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by
Victor Stinner
2014-03-20
1
-0/+1
*
|
(Merge 3.4) Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
43
-64/+11
|
\
\
|
|
/
|
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
43
-64/+11
*
|
(Merge 3.4) Issue #20978: pyflakes: fix undefined names; remove last part of
Victor Stinner
2014-03-20
4
-5/+2
|
\
\
|
|
/
|
*
Issue #20978: pyflakes: fix undefined names
Victor Stinner
2014-03-20
3
-3/+2
|
*
Issue #20978: Remove last part of OS/2 support in distutils
Victor Stinner
2014-03-20
1
-2/+0
*
|
merge 3.4
Benjamin Peterson
2014-03-20
1
-0/+1
|
\
\
|
|
/
|
*
add Nehal Hussain
Benjamin Peterson
2014-03-20
1
-0/+1
*
|
#14332: provide a better explanation of junk in difflib docs
Andrew Kuchling
2014-03-19
2
-16/+24
*
|
#13437: link to the source code for a few more modules
Andrew Kuchling
2014-03-19
7
-3/+11
*
|
Merge with 3.4
Zachary Ware
2014-03-19
1
-4/+7
|
\
\
|
|
/
|
*
Use the correct VS edition names in PCbuild/readme.txt
Zachary Ware
2014-03-19
1
-4/+7
*
|
(Merge 3.4) Skip test_urllib2.test_issue16464() is the ssl module is missing
Victor Stinner
2014-03-19
1
-0/+6
|
\
\
|
|
/
|
*
Skip test_urllib2.test_issue16464() is the ssl module is missing
Victor Stinner
2014-03-19
1
-0/+6
*
|
Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception
Ethan Furman
2014-03-19
5
-43/+10
*
|
Issue #19009
Kristján Valur Jónsson
2014-03-19
2
-91/+390
*
|
Merge xxlimited compile warning fix from 3.4
Zachary Ware
2014-03-19
1
-3/+3
|
\
\
|
|
/
|
*
Avoid compile warning in xxlimited on 32-bit Windows non-Debug builds.
Zachary Ware
2014-03-19
1
-3/+3
*
|
Merge PCbuild/pcbuild.sln cleanup from 3.4
Zachary Ware
2014-03-19
1
-32/+14
|
\
\
|
|
/
|
*
Clean up PCbuild/pcbuild.sln a bit:
Zachary Ware
2014-03-19
1
-32/+14
*
|
Ignore files generated by MSVC PGO builds (merge from 3.4).
Zachary Ware
2014-03-19
1
-0/+2
|
\
\
|
|
/
|
*
Ignore files generated by MSVC PGO builds.
Zachary Ware
2014-03-19
1
-0/+2
*
|
Closes #20966: Fix Tkinter Resources link (merge from 3.4)
Zachary Ware
2014-03-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20966: Fix Tkinter Resources link
Zachary Ware
2014-03-18
1
-1/+1
*
|
Doc: add What's New in Python 3.5 to whatsnew index
Victor Stinner
2014-03-18
1
-0/+1
*
|
Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sections
Victor Stinner
2014-03-18
1
-0/+60
*
|
merge with 3.4
Georg Brandl
2014-03-18
2
-6/+2
|
\
\
|
|
/
|
*
Fix option description that is a warning in new Sphinx versions.
Georg Brandl
2014-03-18
1
-1/+2
*
|
Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX
Victor Stinner
2014-03-18
2
-16/+20
*
|
Issue #19977: Enable test_c_locale_surrogateescape() on Windows
Victor Stinner
2014-03-18
1
-26/+29
[next]