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 #4426: The UTF-7 decoder was too strict and didn't accept some legal se...
Antoine Pitrou
2009-05-04
1
-6/+15
*
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith
2009-05-04
1
-3/+46
*
(no commit message)
Michael Foord
2009-05-02
1
-37/+197
*
Isue #5084: unpickling now interns the attribute names of pickled objects,
Antoine Pitrou
2009-05-02
1
-0/+14
*
Add addCleanup and doCleanups to unittest.TestCase.
Michael Foord
2009-05-02
1
-2/+106
*
#1607951: Make mailbox.Maildir re-read the directories less frequently.
Andrew M. Kuchling
2009-05-02
1
-0/+31
*
Convert test method names to PEP8 style.
Gregory P. Smith
2009-05-02
1
-46/+47
*
remove py3k compat code
Benjamin Peterson
2009-05-02
1
-35/+7
*
don't let sys.argv be used in the tests
Benjamin Peterson
2009-05-02
1
-2/+5
*
Adds an exit parameter to unittest.main(). If False main no longer
Michael Foord
2009-05-02
1
-2/+71
*
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
Antoine Pitrou
2009-05-01
1
-0/+33
*
Adds the ipaddr module to the standard library. Issue #3959.
Gregory P. Smith
2009-05-01
1
-0/+567
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
10
-65/+64
*
Issue #1588: Add complex.__format__.
Eric Smith
2009-04-30
1
-1/+60
*
make sure to close file
Benjamin Peterson
2009-04-30
1
-1/+1
*
make sure mode is removable while cleaning up test droppings
Benjamin Peterson
2009-04-29
1
-0/+5
*
fix test_shutil on ZFS #5676
Benjamin Peterson
2009-04-29
1
-2/+16
*
Backport some of the float formatting tests from py3k.
Mark Dickinson
2009-04-29
2
-0/+375
*
Issue #5864: format(1234.5, '.4') gives misleading result
Mark Dickinson
2009-04-29
1
-0/+5
*
More aifc tests.
R. David Murray
2009-04-29
1
-7/+53
*
Now that we've got a test_aifc, add a few tests.
R. David Murray
2009-04-29
1
-0/+30
*
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
[next]