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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Silence deprecation warning in test___all__ caused by an import bsddb.
Ezio Melotti
2010-06-07
1
-2/+2
*
locale grouping strings should end in '\0'
Benjamin Peterson
2010-06-07
1
-1/+1
*
#8875: Remove duplicated paragraph
Andrew M. Kuchling
2010-06-07
1
-10/+0
*
Fixed #8909: now the doc details the size of the bitmap used in distutils' bd...
Tarek Ziadé
2010-06-06
2
-1/+7
*
careening towards 2.7rc2 we go
Benjamin Peterson
2010-06-06
2
-1/+13
*
tag 2.7's first release candidate
Benjamin Peterson
2010-06-06
1
-0/+1
*
fix sphinx warning with an extra space
v2.7rc1
Benjamin Peterson
2010-06-06
1
-1/+1
*
remove extra space
Benjamin Peterson
2010-06-06
1
-1/+1
*
update pydoc-topics
Benjamin Peterson
2010-06-06
1
-1/+1
*
bump version to 2.7 rc1
Benjamin Peterson
2010-06-06
6
-9/+9
*
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
*
Documentation updates for issues 8302 and 8351 (truncating excessive diffs in...
Michael Foord
2010-06-05
1
-2/+21
*
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
*
Updated NEWS file.
Michael Foord
2010-06-05
1
-0/+7
*
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
2
-3/+11
*
Update PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
Ezio Melotti
2010-06-05
3
-73/+226
*
Issue #8899: time.struct_time now has class and atribute docstrings.
Alexander Belopolsky
2010-06-05
3
-18/+27
*
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
*
Fix comment typo.
Mark Dickinson
2010-06-05
1
-1/+1
*
Issue #8627: Fix "XXX undetected error" from unchecked PyErr_WarnPy3k return.
Mark Dickinson
2010-06-05
2
-5/+14
*
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
3
-8/+3
*
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
*
_PyObject_LookupSpecial returns a new reference
Benjamin Peterson
2010-06-05
1
-0/+1
*
fix ref counting
Benjamin Peterson
2010-06-05
1
-1/+1
*
implement object.__format__ with PyObject_Format
Benjamin Peterson
2010-06-05
1
-12/+1
*
remove PyType_Ready call; float should be initialized in interpreter startup
Benjamin Peterson
2010-06-05
1
-6/+1
*
properly lookup the __format__ special method
Benjamin Peterson
2010-06-05
2
-21/+14
*
#4487: have Charset check with codecs for possible aliases.
R. David Murray
2010-06-04
3
-1/+13
*
Issue #6470: Drop UNC prefix in FixTk.py
Martin v. Löwis
2010-06-04
3
-0/+29
*
Display installer warning that Windows 2000 won't
Martin v. Löwis
2010-06-04
2
-3/+6
*
Issue #5464: Implement plural forms in msgfmt.py.
Martin v. Löwis
2010-06-04
2
-2/+31
*
Issue #8864: Define _XOPEN_SOURCE on Solaris for the
Martin v. Löwis
2010-06-04
2
-1/+8
*
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
*
Issue #8890: Documentation changed to avoid reference to temporary files - ot...
Vinay Sajip
2010-06-04
1
-11/+11
*
Detect missing ldd on all systems.
Stefan Krah
2010-06-04
1
-1/+2
*
Issue8810: Clearing up docstring for tzinfo.utcoffset.
Sean Reifscheider
2010-06-04
1
-1/+2
*
Issue #8890: Documentation changed to avoid reference to temporary files.
Vinay Sajip
2010-06-03
1
-2/+4
*
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
2
-8/+26
*
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
R. David Murray
2010-06-03
3
-1/+22
[prev]
[next]