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
...
*
#7092: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
Ezio Melotti
2010-01-26
3
-8/+7
*
switched the call order so this call works without suffering from issue #7774
Tarek Ziadé
2010-01-25
1
-1/+1
*
compare types with is not ==
Benjamin Peterson
2010-01-25
1
-2/+2
*
mention from_float() in error message
Benjamin Peterson
2010-01-25
1
-2/+2
*
fix an UnboundLocalError when the release file is empty #7773
Benjamin Peterson
2010-01-25
2
-2/+7
*
#7269: fix failures in test_bsddb3. Patch by Florent Xicluna.
Ezio Melotti
2010-01-24
1
-1/+1
*
remove archaic functions from test_support
Ezio Melotti
2010-01-24
3
-69/+42
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
57
-272/+269
*
Fixed #7748: now upload and register commands don't need to force the encodin...
Tarek Ziadé
2010-01-24
5
-18/+22
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
86
-599/+622
*
fixed the 64bits tests for get_platform() - mac osx
Tarek Ziadé
2010-01-23
1
-1/+27
*
Increased the overflow value on test_dealloc to make sure that it is big enou...
Ezio Melotti
2010-01-23
1
-1/+5
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
33
-1006/+1189
*
This should fix the failure introduced in r77680. The error message is now di...
Ezio Melotti
2010-01-22
1
-1/+1
*
Use // for floor division.
Mark Dickinson
2010-01-21
1
-2/+2
*
Add two more test_strtod test values.
Mark Dickinson
2010-01-21
1
-0/+36
*
Additional testcases for strtod.
Mark Dickinson
2010-01-21
1
-0/+54
*
Various dtoa.c cleanups. 1. Despagghetify _Py_dg_strtod parsing code
Mark Dickinson
2010-01-20
1
-4/+41
*
Revert debugprint code in r77607.
Gregory P. Smith
2010-01-19
1
-4/+0
*
Add a pydebug mode only debug print to help debug the errors in
Gregory P. Smith
2010-01-19
1
-0/+4
*
data descriptors do not override the class dictionary if __get__ is not defined
Benjamin Peterson
2010-01-18
1
-0/+20
*
#7730: remove spaces after functions names
Ezio Melotti
2010-01-18
1
-17/+17
*
Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)
Antoine Pitrou
2010-01-17
1
-0/+7
*
Increase number of strtod tests slightly, to make it more likely that a memor...
Mark Dickinson
2010-01-17
1
-1/+1
*
Add better error reporting for MemoryErrors caused by str->float conversions.
Mark Dickinson
2010-01-16
1
-0/+2
*
Issue #7632: Fix one more case of incorrect rounding for str -> float
Mark Dickinson
2010-01-16
1
-6/+3
*
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
Antoine Pitrou
2010-01-16
1
-30/+72
*
Fix issue number in comment.
R. David Murray
2010-01-16
1
-1/+1
*
Issue #7632: Fix a serious wrong output bug for string -> float conversion.
Mark Dickinson
2010-01-16
1
-0/+2
*
Issue #1670765: Prevent email.generator.Generator from re-wrapping
R. David Murray
2010-01-16
3
-0/+80
*
try to fix for windows
Benjamin Peterson
2010-01-15
1
-1/+1
*
Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
Antoine Pitrou
2010-01-15
1
-0/+3
*
The silencing of DeprecationWarning was not taking -3 into consideration. Since
Brett Cannon
2010-01-14
1
-2/+5
*
Issue #3299: Fix possible crash in the _sre module when given bad
Antoine Pitrou
2010-01-14
1
-0/+6
*
Issue #7703: Add support for the new buffer API to functions of the
Antoine Pitrou
2010-01-14
1
-9/+26
*
Issue #7632: add tests for bugs fixed so far.
Mark Dickinson
2010-01-14
1
-0/+269
*
use more robust quoting
Benjamin Peterson
2010-01-14
1
-1/+1
*
Issue #7625: Add more tests that bytearray methods return new objects,
Antoine Pitrou
2010-01-13
1
-1/+7
*
Issue #2846: Add support for gzip.GzipFile reading zero-padded files.
Antoine Pitrou
2010-01-13
2
-0/+21
*
Issue #7632: Fix a bug in dtoa.c that could lead to incorrectly-rounded resu...
Mark Dickinson
2010-01-12
1
-0/+102
*
Issue #7632: Fix a problem with _Py_dg_strtod that could lead to
Mark Dickinson
2010-01-12
1
-0/+7
*
Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna.
Antoine Pitrou
2010-01-12
1
-15/+10
*
#5827: make sure that normpath preserves unicode
Ezio Melotti
2010-01-12
4
-8/+22
*
Fixed repr of dictionary views.
Alexandre Vassalotti
2010-01-12
1
-3/+12
*
module cleanup
Tarek Ziadé
2010-01-11
1
-148/+69
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+84
*
Fixed #5372: .o files are now always rebuilt because file age test don't work...
Tarek Ziadé
2010-01-11
1
-94/+2
*
Issue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti
2010-01-11
11
-109/+487
*
fix test_popen when the path to python has spaces #7671
Benjamin Peterson
2010-01-10
1
-3/+1
*
Fixed issue7648 - test_urllib2 fails on Windows if not run from C:
Senthil Kumaran
2010-01-10
1
-3/+6
[prev]
[next]