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
*
regenerated from r76052
Gregory P. Smith
2009-11-02
1
-6/+4
*
see issue1006238, this merges in the following patch to ease cross
Gregory P. Smith
2009-11-02
1
-9/+6
*
build using r76050
Gregory P. Smith
2009-11-02
1
-13/+187
*
see http://bugs.python.org/issue1006238 this merges in the following
Gregory P. Smith
2009-11-02
1
-14/+14
*
Fix and improve some assertions in test_site
Antoine Pitrou
2009-11-01
1
-8/+9
*
fixed stdout alteration in test_distutils
Tarek Ziadé
2009-11-01
2
-1/+6
*
Use a custom timeout in test_support.open_urlresource.
Antoine Pitrou
2009-11-01
1
-2/+10
*
This should finally fix #6896. Let's watch the buildbots.
Antoine Pitrou
2009-11-01
2
-1/+15
*
test_normalization should skip and not crash when the resource isn't available
Antoine Pitrou
2009-11-01
1
-2/+5
*
configure generated from r76028
Gregory P. Smith
2009-11-01
1
-71/+62
*
issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs.
Gregory P. Smith
2009-11-01
1
-6/+5
*
Fix exception handling in itertools.izip_longest().
Raymond Hettinger
2009-11-01
3
-35/+80
*
news entry for r76000
Gregory P. Smith
2009-11-01
1
-0/+6
*
Hum, test skipping when the URL isn't reachable hadn't been applied to trunk.
Antoine Pitrou
2009-11-01
1
-1/+4
*
Buffered I/O: optimize lock taking in the common non-contended case.
Antoine Pitrou
2009-11-01
1
-3/+5
*
Hopefully fix the buildbot problems on test_mailbox, by computing
Antoine Pitrou
2009-11-01
1
-13/+15
*
Use richer assertions in test_mailbox (for better failure messages).
Antoine Pitrou
2009-10-31
1
-373/+373
*
Fixes issue7208 - getpass would still allow the password to be echoed on
Gregory P. Smith
2009-10-31
1
-3/+8
*
Define TCSASOFT if the flag exists.
Gregory P. Smith
2009-10-31
1
-0/+3
*
Improved test for a deprecation warning.
Eric Smith
2009-10-31
1
-2/+1
*
Set retval on PyOS_string_to_double failure.
Mark Dickinson
2009-10-31
1
-3/+9
*
Issue #7042: Use a better mechanism for testing timers in test_signal.
Mark Dickinson
2009-10-31
1
-2/+10
*
Issue #6603: Fix --with-tsc build failures on x86-64 that resulted
Mark Dickinson
2009-10-31
2
-1/+23
*
Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement...
Mark Dickinson
2009-10-31
3
-4/+58
*
Move a Misc/NEWS entry to right section.
Mark Dickinson
2009-10-31
1
-4/+4
*
add some checks for evaluation order with parenthesis #7210
Benjamin Peterson
2009-10-31
1
-0/+8
*
Remove official documentation entry for thread._count() and make the
Antoine Pitrou
2009-10-30
2
-15/+8
*
Try to fix transient refleaks in test_pydoc.
Antoine Pitrou
2009-10-30
1
-3/+7
*
Try to fix transient refleaks in test_xmlrpc.
Antoine Pitrou
2009-10-30
1
-0/+1
*
Try to fix transient refleaks in test_asynchat.
Antoine Pitrou
2009-10-30
1
-2/+2
*
Fix transient refleaks in test_docxmlrpc.
Antoine Pitrou
2009-10-30
1
-0/+2
*
Issue #7222: Make thread "reaping" more reliable so that reference
Antoine Pitrou
2009-10-30
5
-13/+83
*
Fix constant name.
Georg Brandl
2009-10-29
1
-1/+1
*
I do not think the "railroad" program mentioned is still available.
Georg Brandl
2009-10-29
1
-12/+0
*
Use a single style for all the docstrings in the math module.
Georg Brandl
2009-10-29
1
-15/+19
*
Use constants instead of magic integers for test result. Do not re-run with ...
Georg Brandl
2009-10-29
1
-30/+37
*
Remove mention of the old -X command line switch.
Georg Brandl
2009-10-29
1
-2/+1
*
Use the correct function name in docstring.
Georg Brandl
2009-10-29
1
-1/+1
*
Issue #7233: Fix Decimal.shift and Decimal.rotate methods for
Mark Dickinson
2009-10-29
3
-10/+43
*
Issue #7233: A number of two-argument Decimal methods were failing to
Mark Dickinson
2009-10-29
3
-1/+70
*
Fix duplicate test numbers in extra.decTest
Mark Dickinson
2009-10-29
1
-16/+15
*
Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
Mark Dickinson
2009-10-29
2
-26/+9
*
Issue #4750: Store the basename of the original filename in
Lars Gustäbel
2009-10-29
2
-2/+5
*
do a backport of r75928
Benjamin Peterson
2009-10-29
2
-9/+19
*
Issue 7199: Documentation made slightly more consistent w.r.t. logging level ...
Vinay Sajip
2009-10-28
1
-1/+1
*
Remove variable that is no longer used.
R. David Murray
2009-10-28
1
-1/+1
*
Issue 7117: Replace PyOS_ascii_strtod with PyOS_string_to_double in _json.c a...
Eric Smith
2009-10-28
1
-1/+5
*
Fix format specifier for MSVC
Mark Dickinson
2009-10-28
1
-1/+1
*
Replace long long with PY_LONG_LONG
Mark Dickinson
2009-10-28
1
-2/+2
*
removed spurious spaces
Tarek Ziadé
2009-10-28
1
-29/+18
[next]