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
*
put import_fresh_module in __all__
Benjamin Peterson
2011-05-08
1
-0/+1
*
Merge
Antoine Pitrou
2011-05-07
1
-0/+8
|
\
|
*
merge
Giampaolo Rodola'
2011-05-07
1
-0/+8
|
|
\
|
|
*
#12002 - ftplib's abort() method raises TypeError
Giampaolo Rodola'
2011-05-07
1
-0/+8
*
|
|
Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...
Antoine Pitrou
2011-05-07
1
-0/+7
|
/
/
*
|
#5421: add tests.
Ezio Melotti
2011-05-07
1
-0/+30
*
|
Fix potential resource leak in test_mmap.
Nadeem Vawda
2011-05-07
1
-0/+1
*
|
Issue #11277: Fix tests - crash will not trigger if the file is closed and re...
Nadeem Vawda
2011-05-07
1
-14/+12
*
|
Issue #11277: Add tests for mmap crash when using large sparse files on OS X.
Nadeem Vawda
2011-05-07
1
-26/+34
*
|
#11999: sync based on comparing mtimes, not mtime to system clock
R David Murray
2011-05-07
1
-13/+10
*
|
Fix for issue 10684: Folders get deleted when trying to change case with shut...
Ronald Oussoren
2011-05-06
1
-0/+18
*
|
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
Victor Stinner
2011-05-01
1
-1/+1
*
|
Issue #9756: When calling a method descriptor or a slot wrapper descriptor, the
Victor Stinner
2011-05-01
1
-0/+16
*
|
Wrap the testskip decorator for the proper test to resolve bb failure.
Senthil Kumaran
2011-04-29
1
-1/+1
*
|
skip the extractall test on platforms where os.symlink is not available.
Senthil Kumaran
2011-04-28
1
-0/+1
*
|
Add tests for tarfile extractall feature when with symlinks
Senthil Kumaran
2011-04-28
1
-0/+27
*
|
#11926: add missing keywords to help("keywords").
Ezio Melotti
2011-04-28
1
-1/+7
*
|
Branch merge
Éric Araujo
2011-04-27
1
-5/+0
|
\
\
|
*
|
Remove obsolete/duplicate docstring
Éric Araujo
2011-04-24
1
-5/+0
*
|
|
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...
Ezio Melotti
2011-04-27
1
-0/+35
*
|
|
#6780: fix starts/endswith error message to mention that tuples are accepted ...
Ezio Melotti
2011-04-26
2
-0/+27
|
/
/
*
|
startswith and endswith don't accept None as slice index. Patch by Torsten Be...
Jesus Cea
2011-04-20
2
-0/+119
*
|
Fix sporadic failure in test_startfile.
Nadeem Vawda
2011-04-18
1
-0/+5
*
|
Fix minor subclassing issue with collections.Counter
Raymond Hettinger
2011-04-15
1
-0/+9
*
|
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...
Ezio Melotti
2011-04-15
1
-0/+18
*
|
Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...
Senthil Kumaran
2011-04-15
1
-0/+5
*
|
Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows
Senthil Kumaran
2011-04-14
1
-0/+18
*
|
merge heads
Benjamin Peterson
2011-04-12
3
-2/+25
|
\
\
|
*
|
Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...
Senthil Kumaran
2011-04-12
3
-2/+25
*
|
|
make assigning to a bytes literal a syntax error (closes #11506)
Benjamin Peterson
2011-04-12
1
-0/+4
|
/
/
*
|
Issue 11747: Fix output format for context diffs.
Raymond Hettinger
2011-04-12
1
-1/+64
*
|
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily
2011-04-09
1
-30/+0
*
|
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+30
*
|
Issue #11719: Fix message about unexpected test_msilib skip.
Ross Lagerwall
2011-04-09
1
-1/+1
*
|
Issue #10762: Guard against invalid/non-supported format string '%f' on Windo...
Senthil Kumaran
2011-04-06
1
-0/+8
*
|
Try to fix sporadic test_multiprocessing failure
Antoine Pitrou
2011-04-05
1
-1/+11
*
|
Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.
Ross Lagerwall
2011-04-05
1
-0/+19
*
|
Try to fix sporadic failure in test_thread/test_threading
Antoine Pitrou
2011-04-04
1
-1/+7
*
|
Issue #11761: make tests for gc.get_count() less fragile
Antoine Pitrou
2011-04-04
1
-16/+27
*
|
Merge 3.1
Kristjan Valur Jonsson
2011-03-30
2
-0/+40
|
\
\
|
*
\
Merge issue 11662.
Guido van Rossum
2011-03-29
2
-0/+40
|
|
\
\
|
|
*
|
Issue 11662: Fix vulnerability in urllib/urllib2.
guido@google.com
2011-03-29
2
-0/+40
*
|
|
|
Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle.
Kristjan Valur Jonsson
2011-03-30
1
-0/+5
|
/
/
/
*
|
|
Closes #11696: Fix ID generation in msilib.
Martin v. Löwis
2011-03-27
1
-0/+46
*
|
|
Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...
Mark Dickinson
2011-03-27
1
-0/+2
*
|
|
Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.
Ross Lagerwall
2011-03-26
1
-0/+1
*
|
|
Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.
Mark Dickinson
2011-03-26
1
-0/+15
*
|
|
#9557: eliminate 3 seconds of static overhead from test_mailbox.
R David Murray
2011-03-25
1
-7/+11
*
|
|
#2650: Add tests with non-ascii chars for re.escape.
Ezio Melotti
2011-03-25
1
-0/+16
*
|
|
#2650: Refactor the tests for re.escape.
Ezio Melotti
2011-03-25
1
-22/+40
|
/
/
[next]