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
*
Closes #17508: Merged fix from 3.3.
Vinay Sajip
2013-03-22
2
-6/+61
|
\
|
*
Issue #17508: Merged fix from 3.2.
Vinay Sajip
2013-03-22
2
-6/+61
|
|
\
|
|
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
2
-6/+60
*
|
|
copy 2.7 magic numbers for historical interest
Benjamin Peterson
2013-03-22
1
-0/+6
*
|
|
#17472: add tests for a couple of untested methods in urllib.urlparse.
R David Murray
2013-03-22
1
-0/+8
*
|
|
test_ast: pass the filename to ast.parse()
Victor Stinner
2013-03-21
1
-1/+1
*
|
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-13/+13
|
\
\
\
|
|
/
/
|
*
|
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-11/+14
|
|
\
\
|
|
|
/
|
|
*
- Issue #16754: Fix the incorrect shared library extension on linux. Introduce
doko@ubuntu.com
2013-03-21
5
-11/+14
*
|
|
Merge: #5713: One more test_smtplib timing fix.
R David Murray
2013-03-21
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#5713: One more test_smtplib timing fix.
R David Murray
2013-03-21
1
-1/+1
*
|
|
Fix import
Raymond Hettinger
2013-03-21
1
-2/+1
*
|
|
Merge: #5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Merge: #5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
|
|
\
\
|
|
|
/
|
|
*
#5712: Preemptively fix some other possible timing issues.
R David Murray
2013-03-21
1
-3/+3
*
|
|
Merge: #5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Merge: #5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
#5713: fix timing issue in smtplib tests.
R David Murray
2013-03-21
1
-0/+3
*
|
|
merge
Gregory P. Smith
2013-03-21
1
-4/+3
|
\
\
\
|
|
/
/
|
*
|
merge
Gregory P. Smith
2013-03-21
1
-4/+3
|
|
\
\
|
|
|
/
|
|
*
remove the long obsolete mention of universal newlines mode only being
Gregory P. Smith
2013-03-21
1
-4/+3
*
|
|
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
2
-11/+76
|
\
\
\
|
|
/
/
|
*
|
Merge: #5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
2
-11/+76
|
|
\
\
|
|
|
/
|
|
*
#5713: Handle 421 error codes during sendmail by closing the socket.
R David Murray
2013-03-21
2
-3/+75
*
|
|
Issue #16475 : Correctly handle the EOF when reading marshal streams.
Kristján Valur Jónsson
2013-03-20
1
-0/+5
*
|
|
Issue #16997: unittest.TestCase now provides a subTest() context manager to p...
Antoine Pitrou
2013-03-20
8
-105/+443
*
|
|
#17493: merge with 3.3.
Ezio Melotti
2013-03-20
1
-11/+9
|
\
\
\
|
|
/
/
|
*
|
#17493: merge with 3.2.
Ezio Melotti
2013-03-20
1
-11/+9
|
|
\
\
|
|
|
/
|
|
*
#17493: re-enable a test on Windows. Patch by Zachary Ware.
Ezio Melotti
2013-03-20
1
-11/+9
*
|
|
Use a larger amount of data for tests such as the interrupted_write
Gregory P. Smith
2013-03-20
2
-5/+8
|
\
\
\
|
|
/
/
|
*
|
Use a larger amount of data for tests such as the interrupted_write
Gregory P. Smith
2013-03-20
2
-5/+8
*
|
|
#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
|
|
\
\
|
|
|
/
[next]