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
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
2
-2/+149
|
\
|
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
2
-2/+149
*
|
#17365: Remove Python 2 code from test_print
Andrew Svetlov
2013-04-04
1
-43/+31
*
|
#17572: merge with 3.3.
Ezio Melotti
2013-04-03
2
-0/+12
|
\
\
|
|
/
|
*
#17572: Avoid chained exceptions while passing bad directives to time.strptim...
Ezio Melotti
2013-04-03
2
-0/+12
*
|
Add _PyUnicodeWriter_WriteSubstring() function
Victor Stinner
2013-04-02
1
-0/+3
*
|
(Merge 3.3) Close #6822: ftplib.FTP.storlines() expects a binary file, not a ...
Victor Stinner
2013-04-02
1
-0/+4
|
\
\
|
|
/
|
*
Close #6822: ftplib.FTP.storlines() expects a binary file, not a text file
Victor Stinner
2013-04-02
1
-0/+4
*
|
#17492: Additional tests for random module.
R David Murray
2013-04-02
1
-0/+175
*
|
Issue #14135: Let's try this again.
Brett Cannon
2013-04-01
1
-1/+15
*
|
Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here.
Antoine Pitrou
2013-04-01
1
-10/+1
*
|
Issue #14135: Make sure tests don't leave the locale changed for any
Brett Cannon
2013-04-01
1
-1/+10
*
|
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
Charles-Francois Natali
2013-03-31
1
-22/+13
|
\
\
|
|
/
|
*
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
Charles-Francois Natali
2013-03-31
1
-22/+13
*
|
skip a fcntl test on ARM Linux that isn't supported there.
Gregory P. Smith
2013-03-31
1
-0/+4
|
\
\
|
|
/
|
*
Skip a test of an old API on ARM Linux that isn't supported by the OS.
Gregory P. Smith
2013-03-31
1
-0/+4
*
|
Merge #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
1
-12/+27
|
\
\
|
|
/
|
*
Issue #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
1
-12/+27
*
|
#17526: merge with 3.3.
Ezio Melotti
2013-03-30
1
-0/+6
|
\
\
|
|
/
|
*
#17526: fix an IndexError raised while passing code without filename to inspe...
Ezio Melotti
2013-03-30
1
-0/+6
*
|
#17564: merge with 3.3.
Ezio Melotti
2013-03-29
1
-0/+5
|
\
\
|
|
/
|
*
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
Ezio Melotti
2013-03-29
1
-0/+5
*
|
Closes #17540: Merged fix from 3.3.
Vinay Sajip
2013-03-29
1
-1/+4
|
\
\
|
|
/
|
*
Issue #17540: Added style to Formatter configuration by dict.
Vinay Sajip
2013-03-29
1
-1/+4
*
|
In search of TLS 1.1 bug: add debugging output in verbose mode
Antoine Pitrou
2013-03-29
1
-0/+5
*
|
Use a subtest in test_ssl.test_echo
Antoine Pitrou
2013-03-29
1
-4/+5
*
|
Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...
Antoine Pitrou
2013-03-28
1
-20/+53
*
|
Issue #17516: remove dead code
Victor Stinner
2013-03-26
1
-1/+0
*
|
Issue #17516: do not create useless tuple: remove dummy commas in tests
Victor Stinner
2013-03-26
4
-11/+11
*
|
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner
2013-03-26
1
-31/+29
*
|
#17323: The "[X refs, Y blocks]" printed by debug builds has been disabled by...
Ezio Melotti
2013-03-25
1
-0/+28
*
|
Merge test_queue clean up from 3.3.
Ezio Melotti
2013-03-23
1
-1/+4
|
\
\
|
|
/
|
*
Merge test_queue clean up from 3.2.
Ezio Melotti
2013-03-23
1
-1/+4
|
|
\
|
|
*
Clean up references to threads in test_queue.
Ezio Melotti
2013-03-23
1
-1/+4
*
|
|
Issue #17150: pprint now uses line continuations to wrap long string literals.
Antoine Pitrou
2013-03-23
1
-0/+38
*
|
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
1
-0/+28
|
\
\
\
|
|
/
/
|
*
|
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
1
-0/+28
|
|
\
\
|
|
|
/
|
|
*
Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value
Gregory P. Smith
2013-03-23
1
-0/+22
*
|
|
#17479: merge with 3.3.
Ezio Melotti
2013-03-23
1
-3/+4
|
\
\
\
|
|
/
/
|
*
|
#17479: test_io now works with unittest test discovery. Patch by Zachary Ware.
Ezio Melotti
2013-03-23
1
-3/+4
*
|
|
Closes #17521: Merged fix from 3.3.
Vinay Sajip
2013-03-23
1
-2/+32
|
\
\
\
|
|
/
/
|
*
|
Issue #17521: Merged fix from 3.2.
Vinay Sajip
2013-03-23
1
-2/+32
|
|
\
\
|
|
|
/
|
|
*
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
1
-2/+32
*
|
|
Closes #17508: Merged fix from 3.3.
Vinay Sajip
2013-03-22
1
-2/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #17508: Merged fix from 3.2.
Vinay Sajip
2013-03-22
1
-2/+37
|
|
\
\
|
|
|
/
|
|
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
1
-2/+36
*
|
|
#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
*
|
|
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
[next]