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
*
#17485: Delete the Content-Length header if the data attribute is deleted.
R David Murray
2013-03-20
2
-3/+12
*
Issue #16475: Support object instancing, recursion and interned strings
Kristján Valur Jónsson
2013-03-20
1
-1/+121
*
#15927: Fix cvs.reader parsing of escaped \r\n with quoting off.
R David Murray
2013-03-20
1
-0/+9
*
Closes issue 17467. Add readline and readlines support to unittest.mock.mock_...
Michael Foord
2013-03-20
2
-6/+132
*
#17471: merge from 3.3
Senthil Kumaran
2013-03-19
1
-0/+2
|
\
|
*
#17471 - merge from 3.2
Senthil Kumaran
2013-03-19
1
-1/+7
|
|
\
|
|
*
#17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Base...
Senthil Kumaran
2013-03-19
1
-1/+9
*
|
|
Issue #13248: removed deprecated and undocumented difflib.isbjunk, isbpopular.
Terry Jan Reedy
2013-03-19
1
-14/+0
*
|
|
#17471 - merge from 3.3
Senthil Kumaran
2013-03-19
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
#17471 - merge from 3.2
Senthil Kumaran
2013-03-19
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
#17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak
Senthil Kumaran
2013-03-19
1
-0/+3
*
|
|
Refactor test_urllib2. Include test_HTTPError_interface under MiscTests
Senthil Kumaran
2013-03-19
1
-21/+20
*
|
|
Merge: #17443: Fix buffering in IMAP4_stream.
R David Murray
2013-03-19
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Merge: #17443: Fix buffering in IMAP4_stream.
R David Murray
2013-03-19
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
#17443: Fix buffering in IMAP4_stream.
R David Murray
2013-03-19
1
-0/+2
*
|
|
Fix usage of the unittest.skip decorator.
Serhiy Storchaka
2013-03-19
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix usage of the unittest.skip decorator.
Serhiy Storchaka
2013-03-19
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Fix usage of the unittest.skip decorator.
Serhiy Storchaka
2013-03-19
1
-1/+1
|
*
|
#17476: make allmethods actually return all methods.
R David Murray
2013-03-19
2
-1/+28
|
|
\
\
|
|
|
/
|
|
*
#17476: make allmethods actually return all methods.
R David Murray
2013-03-19
2
-1/+28
*
|
|
Merge: #17476: make allmethods actually return all methods.
R David Murray
2013-03-19
2
-1/+28
*
|
|
#17464: improve pydoc test coverage.
R David Murray
2013-03-19
1
-0/+25
*
|
|
#17474 - Remove the various deprecated methods of Request class.
Senthil Kumaran
2013-03-19
2
-65/+0
*
|
|
Closes issue 16709. unittest test discovery sorts test files for consistent t...
Michael Foord
2013-03-19
2
-3/+9
*
|
|
use the HTTPS for pypi upload
Benjamin Peterson
2013-03-18
3
-7/+16
*
|
|
#5024: whichhdr now returns the frame count for WAV files.
R David Murray
2013-03-18
2
-6/+9
*
|
|
#17460: Remove the strict argument of HTTPConnection and removing the
Senthil Kumaran
2013-03-18
1
-16/+7
*
|
|
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson
2013-03-18
1
-37/+45
*
|
|
Issue #17463: Fix test discovery for test_pdb.py
Andrew Svetlov
2013-03-18
1
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #17463: Fix test discovery for test_pdb.py
Andrew Svetlov
2013-03-18
1
-4/+5
*
|
|
(issue 17452 / ftplib) fix TypeError occurring in case ssl module is not inst...
Giampaolo Rodola'
2013-03-18
1
-4/+4
*
|
|
Merge #17448: Make test_sax skip if there are no xml parsers.
R David Murray
2013-03-18
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Merge #17448: Make test_sax skip if there are no xml parsers.
R David Murray
2013-03-18
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
#17448: Make test_sax skip if there are no xml parsers.
R David Murray
2013-03-18
1
-2/+2
*
|
|
Merge #16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Merge #16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
#16057: Clarify why the base method default is called in custom encoders.
R David Murray
2013-03-18
1
-0/+1
*
|
|
merge
Brett Cannon
2013-03-17
1
-2/+7
|
\
\
\
|
|
/
/
|
*
|
Issue #16880: _imp.load_dynamic() is not defined on a platform that
Brett Cannon
2013-03-17
1
-2/+7
*
|
|
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka
2013-03-16
1
-6/+24
|
\
\
\
|
|
/
/
|
*
|
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka
2013-03-16
1
-6/+24
|
|
\
\
|
|
|
/
|
|
*
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
Serhiy Storchaka
2013-03-16
1
-9/+25
*
|
|
#11420: merge with 3.3.
Ezio Melotti
2013-03-16
5
-31/+51
|
\
\
\
|
|
/
/
|
*
|
#11420: merge with 3.2.
Ezio Melotti
2013-03-16
5
-31/+51
|
|
\
\
|
|
|
/
|
|
*
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...
Ezio Melotti
2013-03-16
5
-29/+49
*
|
|
reject non-docs strings between future imports (closes #17434)
Benjamin Peterson
2013-03-16
2
-0/+11
*
|
|
Merge with 3.3
Terry Jan Reedy
2013-03-16
4
-0/+12
|
\
\
\
|
|
/
/
|
*
|
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
Terry Jan Reedy
2013-03-16
4
-0/+12
|
|
\
\
|
|
|
/
|
|
*
Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
Terry Jan Reedy
2013-03-16
4
-0/+12
*
|
|
Add missing FeedParser and BytesFeedParser to email.parser.__all__.
R David Murray
2013-03-16
1
-1/+2
[next]