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
*
Fix issue 2245. aifc now skips any chunk type it doesn't actually
R. David Murray
2009-04-29
3
-1/+24
*
Use test.test_support.EnvironmentVarGuard where tests change environment vars.
Walter Dörwald
2009-04-26
6
-56/+36
*
Fix typo.
Walter Dörwald
2009-04-26
1
-1/+1
*
Issue #4971: Fix titlecase for characters that are their own
Martin v. Löwis
2009-04-26
1
-1/+6
*
Issue #5835, deprecate PyOS_ascii_formatd.
Eric Smith
2009-04-25
1
-0/+62
*
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
Walter Dörwald
2009-04-25
1
-1/+14
*
Issue #5837: Certain sequences of calls to set() and unset() for
Walter Dörwald
2009-04-25
1
-15/+17
*
Fix typo in complex parsing code; expand tests.
Mark Dickinson
2009-04-25
1
-3/+19
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
1
-0/+10
*
Remove unnecessary double negative
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5593: Use more robust test for double-rounding in test_fsum.
Mark Dickinson
2009-04-24
1
-8/+9
*
Issue #5812: The two-argument form of the Fraction constructor
Mark Dickinson
2009-04-24
1
-1/+7
*
Issue #5816:
Mark Dickinson
2009-04-24
1
-10/+66
*
Issue #5812: make Fraction('1e-6') valid. Backport of r71806.
Mark Dickinson
2009-04-22
1
-4/+8
*
Fixed issue 5782: formatting with commas didn't work if no specifier type cod...
Eric Smith
2009-04-22
1
-0/+6
*
Issue 5354: Change API for import_fresh_module() to better support test_warni...
Nick Coghlan
2009-04-22
3
-17/+51
*
Backport of some of the work in r71665 to trunk. This reworks much of
Eric Smith
2009-04-22
2
-2/+56
*
Restore skips of posix and pty tests on Windows by calling the
R. David Murray
2009-04-21
2
-3/+8
*
Fix for the Issue918368 - urllib doesn't correct server returned urls
Senthil Kumaran
2009-04-21
1
-0/+13
*
Nit: integer division should use //, not /
Mark Dickinson
2009-04-20
1
-1/+1
*
Issue #3166: Make long -> float (and int -> float) conversions
Mark Dickinson
2009-04-20
2
-0/+93
*
move test to a more appropiate one
Benjamin Peterson
2009-04-18
1
-25/+30
*
try to initalize all builtin types with PyType_Ready to avoid problems like #...
Benjamin Peterson
2009-04-18
1
-0/+12
*
Issue #1869: Fix a couple of minor round() issues.
Mark Dickinson
2009-04-18
1
-0/+3
*
Issue #5768: Change to Unicode output logic and test case for same.
Vinay Sajip
2009-04-16
1
-0/+1
*
call __float__ on str subclasses #5759
Benjamin Peterson
2009-04-15
1
-0/+12
*
Adjust test_asyncore to account for intentional asyncore behavior change
R. David Murray
2009-04-13
1
-4/+1
*
remove useless import
Benjamin Peterson
2009-04-12
1
-1/+0
*
#5741: dont disallow double percent signs in SafeConfigParser.set() keys.
Georg Brandl
2009-04-12
1
-0/+4
*
Make test_asyncore tests match code changes introduced by the
R. David Murray
2009-04-11
1
-37/+20
*
Issue 5354: Provide a standardised testing mechanism for doing fresh imports ...
Nick Coghlan
2009-04-11
3
-35/+76
*
Issue #2170: refactored xml.dom.minidom.normalize, increasing both
R. David Murray
2009-04-09
1
-0/+161
*
Issue 5665: add more pickling tests.
Collin Winter
2009-04-09
5
-21/+428
*
- Make timing assertions very generous (a la test_timeout.py)
Jack Diederich
2009-04-07
1
-49/+60
*
eliminate more race conditions in telnetlib tests
Jack Diederich
2009-04-07
1
-51/+58
*
Issue #5695: Minor tweak to improve the code as suggested by Brett Cannon and...
Vinay Sajip
2009-04-07
1
-1/+1
*
revert unrelated change to test_telnetlib
Benjamin Peterson
2009-04-07
1
-1/+1
*
fix since difference formating of SyntaxErrors
Benjamin Peterson
2009-04-07
2
-5/+9
*
fix syntax tests after formatting change
Benjamin Peterson
2009-04-07
2
-44/+88
*
- Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are
Gregory P. Smith
2009-04-06
1
-0/+46
*
test the telnetlib.Telnet interface more thoroughly
Jack Diederich
2009-04-06
1
-3/+276
*
Fixes issue5705: os.setuid() and friends did not accept the same range of
Gregory P. Smith
2009-04-05
1
-1/+44
*
Adding assertIs and assertIsNot methods to unittest.TestCase
Michael Foord
2009-04-05
1
-0/+23
*
#5471: fix expanduser() for $HOME set to "/".
Georg Brandl
2009-04-05
1
-0/+5
*
#1326077: fix traceback formatting of SyntaxErrors. This fixes two differenc...
Georg Brandl
2009-04-05
1
-12/+17
*
Issue #5695: Moved logging.captureWarnings() call inside with statement in Wa...
Vinay Sajip
2009-04-05
1
-1/+1
*
No behavior change.
Hirokazu Yamamoto
2009-04-04
1
-2/+2
*
Have namedtuple's field renamer assign names that
Raymond Hettinger
2009-04-02
1
-6/+6
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-0/+328
*
sys.long_info attributes should be ints, not longs
Mark Dickinson
2009-04-02
1
-3/+5
[next]