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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
#19166: use an unused var in a test. Patch by Vajrasky Kok.
Ezio Melotti
2013-10-05
1
-1/+3
*
Issue #19137: The pprint module now correctly formats empty set and frozenset
Serhiy Storchaka
2013-10-02
1
-24/+80
*
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Barry Warsaw
2013-09-30
1
-0/+65
|
\
|
*
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
Barry Warsaw
2013-09-30
1
-0/+65
|
*
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
Barry Warsaw
2013-09-30
1
-0/+71
|
*
- Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
Barry Warsaw
2013-09-29
1
-0/+7
|
*
- Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
Barry Warsaw
2013-09-25
1
-1/+21
|
*
- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to
Barry Warsaw
2013-09-22
1
-0/+10
*
|
Issue #19112: avoid using function defined in method.
Richard Oudkerk
2013-09-29
1
-8/+9
*
|
move helper function into its test method (closes #19112)
Benjamin Peterson
2013-09-29
1
-7/+6
*
|
This check can still fail on RHEL6
Nick Coghlan
2013-09-22
1
-3/+3
*
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-16
1
-3/+23
|
\
\
|
|
/
|
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-16
1
-1/+22
|
*
#16042: CVE-2013-1752: Limit amount of data read by limiting the call to read...
Andrew Kuchling
2013-09-15
1
-1/+28
|
*
Python 2.6's ssl module has neither OPENSSL_VERSION_INFO nor _OPENSSL_API_VER...
Christian Heimes
2013-09-03
1
-15/+6
|
*
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
|
*
- Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Barry Warsaw
2013-08-23
3
-32/+146
|
*
Back port from 2.7:
Barry Warsaw
2012-02-22
1
-2/+5
|
*
Backport from 2.7:
Barry Warsaw
2012-02-22
1
-3/+4
|
*
Backport from 2.7 branch.
Barry Warsaw
2012-02-22
1
-2/+8
*
|
Close #18945: Add tests for tempfile name collision handling.
Eli Bendersky
2013-09-15
1
-22/+65
*
|
Issue #19018: The heapq.merge() function no longer suppresses IndexError
Raymond Hettinger
2013-09-15
1
-0/+9
*
|
Fix SimpleHTTPServer's request handling case on trailing '/'.
Senthil Kumaran
2013-09-13
1
-0/+3
*
|
Fixed tests with Tcl/Tk <8.5 (closes #18964).
Serhiy Storchaka
2013-09-08
1
-4/+18
*
|
Close #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+26
*
|
Issue #18830: inspect.getclasstree() no more produces duplicated entries even
Serhiy Storchaka
2013-09-05
2
-2/+19
*
|
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-1/+16
*
|
Silence deprecation warning in test_mmap for ValueError.message.
Terry Jan Reedy
2013-09-01
1
-8/+4
*
|
Issue #18851: Avoid a double close of subprocess pipes when the child process...
Antoine Pitrou
2013-08-30
1
-2/+36
*
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+23
*
|
Issue #18643: Fix some test_socket failures due to large default socket buffer
Charles-François Natali
2013-08-29
2
-4/+11
*
|
#18833: add a test for test_telnetlib. Patch by Alex Volkov.
Ezio Melotti
2013-08-25
1
-0/+8
*
|
Fix test
Christian Heimes
2013-08-25
1
-1/+1
*
|
Issue #18709: Fix issue with IPv6 address in subjectAltName on Mac OS X Tiger
Christian Heimes
2013-08-25
1
-7/+15
*
|
Issue #18756: make test_urandom_failure more robust by executing its code in ...
Antoine Pitrou
2013-08-24
1
-10/+20
*
|
#18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
Ezio Melotti
2013-08-23
1
-1/+1
*
|
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
*
|
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-21
4
-9/+13
*
|
Issue #17119: Fixed integer overflows when processing large Unicode strings
Serhiy Storchaka
2013-08-21
1
-1/+16
*
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-2/+40
*
|
Issue #2537: Remove breaked check which prevented valid regular expressions.
Serhiy Storchaka
2013-08-19
1
-0/+10
*
|
#18466: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
5
-5/+5
*
|
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2/+2
*
|
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Christian Heimes
2013-08-16
2
-2/+117
*
|
test_execvpe_with_bad_arglist shouldn't be in URandomTests
Antoine Pitrou
2013-08-16
1
-0/+5
*
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-0/+18
*
|
#18687: remove obsolete comment. Patch by Févry Thibault.
Ezio Melotti
2013-08-13
1
-1/+0
*
|
Increasing test coverage of ftplib. Patch by Muhammad Jehanzeb
Senthil Kumaran
2013-08-13
1
-0/+8
*
|
#18357: add tests for dictview set difference. Patch by Fraser Tweedale.
Ezio Melotti
2013-08-08
1
-0/+15
*
|
Issue #15866: The xmlcharrefreplace error handler no more produces two XML
Serhiy Storchaka
2013-08-06
2
-3/+34
[next]