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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
update pydoc-topics
Benjamin Peterson
2010-06-06
1
-1/+1
*
bump version to 2.7 rc1
Benjamin Peterson
2010-06-06
2
-2/+2
*
Code formatting change.
Michael Foord
2010-06-05
1
-0/+1
*
Replace deprecated fail* methods with the equivalent assert* ones.
Ezio Melotti
2010-06-05
1
-11/+11
*
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...
Michael Foord
2010-06-05
3
-4/+47
*
Tests for unittest.TestCase.maxDiff.
Michael Foord
2010-06-05
1
-0/+39
*
Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported a...
Michael Foord
2010-06-05
1
-21/+23
*
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 unittest tests after previous commit.
Michael Foord
2010-06-05
2
-4/+7
*
unittest.TestCase assertion methods inform you when they have omitted an over...
Michael Foord
2010-06-05
1
-1/+5
*
Fix test_py3kwarn not to test for __cmp__-related DeprecationWarning.
Mark Dickinson
2010-06-05
1
-12/+4
*
unittest.TestCase.assertDictEqual and assertMultilineEqual provide better def...
Michael Foord
2010-06-05
2
-6/+12
*
Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCa...
Michael Foord
2010-06-05
2
-13/+35
*
Issue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson
2010-06-05
1
-1/+0
*
Extract error message truncating into a method (unittest.TestCase._truncateMe...
Michael Foord
2010-06-05
1
-4/+6
*
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
Michael Foord
2010-06-05
2
-3/+29
*
unittest TestLoader test discovery filename matching done in a method. This m...
Michael Foord
2010-06-05
1
-20/+24
*
properly lookup the __format__ special method
Benjamin Peterson
2010-06-05
1
-0/+3
*
#4487: have Charset check with codecs for possible aliases.
R. David Murray
2010-06-04
2
-1/+10
*
Issue #6470: Drop UNC prefix in FixTk.py
Martin v. Löwis
2010-06-04
2
-0/+27
*
test verifying the resp object is closed for HEAD response.
Senthil Kumaran
2010-06-04
1
-1/+1
*
Fix issue6312 - close the resp object for HEAD response.
Senthil Kumaran
2010-06-04
1
-0/+1
*
use a set for membership testing
Benjamin Peterson
2010-06-03
1
-2/+2
*
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
R. David Murray
2010-06-03
1
-7/+22
*
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
R. David Murray
2010-06-03
2
-1/+19
*
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
3
-26/+90
*
Issue #8833: tarfile created hard link entries with a size
Lars Gustäbel
2010-06-03
2
-2/+6
*
Fix for issue #7724: ensure that distutils and python's own setup.py
Ronald Oussoren
2010-06-03
1
-1/+21
*
#1368247: make set_charset/MIMEText automatically encode unicode _payload.
R. David Murray
2010-06-02
2
-0/+27
*
Logging: improved error reporting for BaseConfigurator.resolve().
Vinay Sajip
2010-06-02
1
-9/+15
*
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
2
-1/+9
*
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
*
remove non-ascii coding per PEP 8
Benjamin Peterson
2010-05-28
1
-2/+1
*
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]