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
*
Spelling.
Mark Dickinson
2010-06-29
1
-1/+1
*
fix skipping condition
Benjamin Peterson
2010-06-28
1
-1/+1
*
testcapi tests are definitely cpython only
Benjamin Peterson
2010-06-28
1
-1/+3
*
mark tracking tests as implementation details
Benjamin Peterson
2010-06-27
1
-0/+4
*
Fix indentation in recently added test.
R. David Murray
2010-06-26
1
-1/+1
*
#4640: add a test to optparse that proves issue is invalid.
R. David Murray
2010-06-26
1
-0/+5
*
mark implementation detail as such
Benjamin Peterson
2010-06-25
1
-0/+1
*
this must be a typo
Benjamin Peterson
2010-06-25
1
-1/+1
*
mark implementation detail as such
Benjamin Peterson
2010-06-25
1
-0/+1
*
prevent assignment to set literals
Benjamin Peterson
2010-06-24
1
-0/+6
*
cpython only gc tests
Benjamin Peterson
2010-06-23
1
-0/+3
*
mark ref counting as impl detail
Benjamin Peterson
2010-06-22
1
-4/+3
*
must force gc here
Benjamin Peterson
2010-06-22
1
-1/+3
*
Fix for issue8446:
Ronald Oussoren
2010-06-22
1
-1/+7
*
Merge test_strtod and test_float string-to-float conversion tests.
Mark Dickinson
2010-06-20
2
-102/+6
*
Revert r60115
Jean-Paul Calderone
2010-06-18
1
-2/+0
*
Add few words about test.test_genericpath.CommonTest
Florent Xicluna
2010-06-17
1
-0/+3
*
#8720: fix inspect regression by teaching getsourcefile about linecache.
R. David Murray
2010-06-17
1
-0/+15
*
Issue #8986: erfc was raising OverflowError on Linux for arguments in
Mark Dickinson
2010-06-13
2
-0/+47
*
Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
Antoine Pitrou
2010-06-11
1
-0/+25
*
Fix possible undefined behaviour from signed overflow in struct module.
Mark Dickinson
2010-06-11
1
-0/+6
*
use unicode literals
Benjamin Peterson
2010-06-07
1
-3/+3
*
correctly overflow when indexes are too large
Benjamin Peterson
2010-06-07
1
-0/+3
*
Silence deprecation warning in test___all__ caused by an import bsddb.
Ezio Melotti
2010-06-07
1
-2/+2
*
Replace deprecated fail* methods with the equivalent assert* ones.
Ezio Melotti
2010-06-05
1
-11/+11
*
Add a NEWS entry for r81758 and clarify a comment.
Ezio Melotti
2010-06-05
1
-3/+3
*
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti
2010-06-05
2
-10/+170
*
Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning.
Mark Dickinson
2010-06-05
1
-12/+4
*
Issue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson
2010-06-05
1
-1/+0
*
properly lookup the __format__ special method
Benjamin Peterson
2010-06-05
1
-0/+3
*
Issue #6470: Drop UNC prefix in FixTk.py
Martin v. Löwis
2010-06-04
1
-0/+25
*
test verifying the resp object is closed for HEAD response.
Senthil Kumaran
2010-06-04
1
-1/+1
*
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
R. David Murray
2010-06-03
1
-7/+22
*
Issue #7384: If the system readline library is linked against ncurses,
Stefan Krah
2010-06-03
1
-5/+0
*
Issue #8741: Fixed the TarFile.makelink() method that is responsible
Lars Gustäbel
2010-06-03
2
-0/+45
*
Issue #8833: tarfile created hard link entries with a size
Lars Gustäbel
2010-06-03
1
-1/+5
*
Fix #8618. Ask the Windows mixer API if there are any playback devices
Brian Curtin
2010-06-01
1
-0/+6
*
Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fail...
Senthil Kumaran
2010-06-01
1
-1/+0
*
Issue #8748: Fix incorrect results from comparisons between an integer
Mark Dickinson
2010-05-30
1
-1/+18
*
Issue #5211: Complete removal of implicit coercions for the complex
Mark Dickinson
2010-05-30
1
-0/+13
*
Fix #8405 for slow buildbots. Remove the sleep on startup and move the
Brian Curtin
2010-05-28
1
-11/+16
*
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
Victor Stinner
2010-05-27
1
-1/+3
*
Issue #7150: Raise OverflowError if the result of adding or subtracting
Alexander Belopolsky
2010-05-27
1
-9/+10
*
Issue #7879: Skip negative timestamps test on any Windows platform
Alexander Belopolsky
2010-05-26
1
-7/+2
*
Issue #7879: Do not test negative timestamps on any Windows platform
Alexander Belopolsky
2010-05-26
1
-3/+3
*
Issue #8825: additional testcases for int(string, 0) and long(string, 0).
Mark Dickinson
2010-05-26
2
-0/+23
*
Issue #7449: Skip test_socketserver if threading support is disabled
Victor Stinner
2010-05-26
1
-0/+1
*
Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and
Victor Stinner
2010-05-25
1
-0/+20
*
Fix a NameError in test_enumerate.
Mark Dickinson
2010-05-25
1
-1/+1
*
Issue #8816: Extra tests for some built-in functions. These tests are
Mark Dickinson
2010-05-25
3
-14/+84
[next]