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
*
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
Vinay Sajip
2009-10-21
2
-0/+12
*
#7170: fix explanation about non-weakrefable builtin types.
Georg Brandl
2009-10-21
1
-0/+4
*
Test wouldn't work in debug mode.
Antoine Pitrou
2009-10-20
1
-0/+1
*
clarify buffer arg #7178
Benjamin Peterson
2009-10-20
1
-2/+2
*
Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
Antoine Pitrou
2009-10-20
5
-29/+59
*
Issue #7099: Decimal.is_normal should return True for all nonzero
Mark Dickinson
2009-10-20
3
-13/+16
*
use property api
Benjamin Peterson
2009-10-20
1
-1/+1
*
NEWS entry for r75531.
Antoine Pitrou
2009-10-19
1
-0/+3
*
Issue #5833: Fix extra space character in readline completion with the
Antoine Pitrou
2009-10-19
1
-3/+4
*
Issue #7133: SSL objects now support the new buffer API.
Antoine Pitrou
2009-10-19
3
-25/+33
*
Clarify error report message, and don't recommend running in verbose
R. David Murray
2009-10-19
1
-1/+3
*
Eliminate warning message that looks like an error message. When it was
R. David Murray
2009-10-19
1
-2/+0
*
Only run test_curses when sys.__stdout__ is a tty. This eliminates the
R. David Murray
2009-10-19
1
-0/+2
*
Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note tha...
Eric Smith
2009-10-19
2
-0/+27
*
Removed calls to PyFloat_AsReprString.
Eric Smith
2009-10-19
1
-42/+63
*
Issue #7151: regrtest would generate a JSON failure if there was output
R. David Murray
2009-10-18
2
-13/+19
*
Add a comment about unreachable code, and fix a typo
Antoine Pitrou
2009-10-18
1
-1/+3
*
Add a test for same-thread asynchronous exceptions (see #1779233).
Antoine Pitrou
2009-10-18
1
-0/+19
*
Restore sys.path in test_tk
Nick Coghlan
2009-10-18
1
-4/+4
*
Silence a deprecation warning by using the appropriate replacement construct
Nick Coghlan
2009-10-18
1
-1/+3
*
Changed distutils tests to avoid environment alteration
Tarek Ziadé
2009-10-18
13
-34/+67
*
Fix missing word.
Georg Brandl
2009-10-18
1
-1/+1
*
Fix for issue 7149: a regression in 2.6.3 that causes an exception when
Ronald Oussoren
2009-10-18
2
-2/+11
*
Using CleanImport to revert a reload of the os module doesn't work due to fun...
Nick Coghlan
2009-10-18
2
-5/+24
*
Fix a typo.
Senthil Kumaran
2009-10-18
1
-1/+1
*
Fix for Issue7155 - urllib do not document default use of system proxy config...
Senthil Kumaran
2009-10-18
2
-4/+14
*
Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in ...
Mark Dickinson
2009-10-17
1
-0/+4
*
Don't replace sys.path in test_site
Nick Coghlan
2009-10-17
1
-2/+2
*
Avoid replacing existing modules and sys.path in import tests
Nick Coghlan
2009-10-17
2
-10/+14
*
Also check and restore identity of sys.path, sys.argv and os.environ rather t...
Nick Coghlan
2009-10-17
1
-6/+9
*
Move restoration of the os.environ object into the context manager where it b...
Nick Coghlan
2009-10-17
2
-1/+1
*
Revert changes made to environment in test_httpservers
Nick Coghlan
2009-10-17
1
-3/+6
*
Don't invoke reload(sys) and use StringIO objects instead of real files to ca...
Nick Coghlan
2009-10-17
2
-46/+37
*
Restore original sys.path when running TTK tests
Nick Coghlan
2009-10-17
3
-8/+33
*
Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in te...
Georg Brandl
2009-10-17
1
-3/+3
*
Check and revert expected sys.path alterations
Nick Coghlan
2009-10-17
1
-5/+9
*
Formatting tweak so that before and after values are vertically aligned
Nick Coghlan
2009-10-17
1
-2/+2
*
Enhancement to the new environment checking code to print the changed items u...
Nick Coghlan
2009-10-17
1
-15/+39
*
test_math ulp computation was wrong on big-endian systems
Mark Dickinson
2009-10-17
1
-1/+1
*
Correctly restore sys.stdout in test_descr
Nick Coghlan
2009-10-17
1
-0/+3
*
this test requires zlib support
Tarek Ziadé
2009-10-16
1
-0/+1
*
Removed usage of unsafe PyFloat_AsString.
Eric Smith
2009-10-16
1
-7/+13
*
Issue #7120: logging: Removed import of multiprocessing which is causing cras...
Vinay Sajip
2009-10-16
2
-14/+15
*
Allow core Python build to succeed under WITHOUT_COMPLEX. The module build s...
Mark Dickinson
2009-10-15
2
-4/+9
*
Issue #7142: Fix uses of unicode in memoryview objects
Mark Dickinson
2009-10-15
2
-2/+9
*
only clear a module's __dict__ if the module is the only one with a reference...
Benjamin Peterson
2009-10-15
3
-1/+15
*
don't need to mess up sys.path
Benjamin Peterson
2009-10-15
1
-3/+0
*
Fix missing semicolon
Mark Dickinson
2009-10-15
1
-1/+1
*
make inspect.isabstract() always return a boolean; add a test for it, too #7069
Benjamin Peterson
2009-10-15
3
-1/+26
*
some cleanups
Benjamin Peterson
2009-10-15
1
-10/+10
[next]