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 #8589: Decode PYTHONWARNINGS environment variable with the file system
Victor Stinner
2010-05-19
5
-12/+27
*
Merged revisions 81354 via svnmerge from
Stefan Krah
2010-05-19
1
-1/+1
*
Merged revisions 81350 via svnmerge from
Stefan Krah
2010-05-19
1
-2/+2
*
Ooops, add missing ";" in my previous commit (r81324, typeobject.c)
Victor Stinner
2010-05-19
1
-2/+2
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in typeobject
Victor Stinner
2010-05-19
1
-2/+12
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Victor Stinner
2010-05-19
4
-6/+13
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.c
Victor Stinner
2010-05-19
1
-2/+7
*
Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogate
Victor Stinner
2010-05-19
1
-7/+16
*
Issue #6697: Fix a crash if a keyword contains a surrogate
Victor Stinner
2010-05-19
2
-6/+23
*
Issue #6697: Check that _PyUnicode_AsString() result is not NULL
Victor Stinner
2010-05-19
1
-5/+21
*
Issue #6697: Fix a crash if a module attribute name contains a surrogate
Victor Stinner
2010-05-19
1
-8/+20
*
Merged revisions 81294 via svnmerge from
Giampaolo Rodolà
2010-05-18
2
-2/+11
*
Add versionadded (3.2) tag to os.supports_bytes_environ documentation
Victor Stinner
2010-05-18
1
-0/+2
*
Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.
Victor Stinner
2010-05-18
6
-22/+129
*
Repair test failure. Bug 8727.
Barry Warsaw
2010-05-18
3
-3/+13
*
Merged revisions 81286 via svnmerge from
Senthil Kumaran
2010-05-18
1
-1/+1
*
Removing the reference in the docs for overriding _urlopener global value. Se...
Senthil Kumaran
2010-05-18
1
-20/+0
*
Merged revisions 81279 via svnmerge from
Senthil Kumaran
2010-05-18
1
-1/+1
*
Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding
Victor Stinner
2010-05-17
1
-4/+3
*
Issue #8633: Support for POSIX.1-2008 binary pax headers.
Lars Gustäbel
2010-05-17
5
-13/+101
*
Inadvertently removed part of the comment in r81271.
Florent Xicluna
2010-05-17
1
-1/+1
*
Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq...
Florent Xicluna
2010-05-17
2
-40/+56
*
Merged revision 81259 via svnmerge from
Florent Xicluna
2010-05-17
1
-1/+1
*
Fix test_capi in !pydebug mode, where my original attempt segfaulted without
Jeffrey Yasskin
2010-05-17
1
-1/+5
*
Improve test_exit() error message to analyze sparc failures
Victor Stinner
2010-05-17
1
-1/+2
*
Typo (thanks Arfrever)
Antoine Pitrou
2010-05-17
1
-1/+1
*
Merged revisions 81261 via svnmerge from
Tarek Ziadé
2010-05-17
2
-12/+5
*
Merged revisions 81255 via svnmerge from
Tarek Ziadé
2010-05-17
3
-57/+68
*
Try to fix buildbot failures with old OpenSSLs.
Antoine Pitrou
2010-05-17
1
-0/+2
*
Fix refleak in internal_print() introduced by myself in r81251
Victor Stinner
2010-05-17
1
-0/+1
*
handle_system_exit() flushs files to warranty the output order
Victor Stinner
2010-05-17
2
-8/+22
*
PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead
Victor Stinner
2010-05-17
3
-1/+16
*
Issue #6697: Fix a crash if code of "python -c code" contains surrogates
Victor Stinner
2010-05-17
2
-4/+26
*
Oops, my patch on subprocess is not merged yet: fix my previous commit on tes...
Victor Stinner
2010-05-17
1
-4/+1
*
test_os: cleanup test_internal_execvpe() and os._execvpe() mockup
Victor Stinner
2010-05-17
1
-48/+53
*
"xyzzy" is not a silly enough name for some OpenSSL versions to report an error
Antoine Pitrou
2010-05-16
1
-2/+2
*
Merged revisions 81241 via svnmerge from
Antoine Pitrou
2010-05-16
1
-0/+3
*
Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path
Victor Stinner
2010-05-16
2
-9/+11
*
Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes
Victor Stinner
2010-05-16
2
-5/+8
*
Do not fail if ssl fails to import
Antoine Pitrou
2010-05-16
1
-4/+5
*
Fix (hopefully) the remaining test_ssl buildbot failures
Antoine Pitrou
2010-05-16
2
-2/+6
*
Followup on r81233: fix test_ssl with OpenSSL < 1.0.0.
Antoine Pitrou
2010-05-16
3
-0/+59
*
Issue #8550: Add first class `SSLContext` objects to the ssl module.
Antoine Pitrou
2010-05-16
7
-284/+865
*
Merged revisions 81229 via svnmerge from
Antoine Pitrou
2010-05-16
1
-0/+4
*
Merged revisions 81224 via svnmerge from
Victor Stinner
2010-05-16
1
-6/+4
*
Merged revisions 81220 via svnmerge from
Victor Stinner
2010-05-15
2
-1237/+1237
*
Make test_module_with_large_stack as an expected failure because of a change in
Brett Cannon
2010-05-15
1
-0/+1
*
Fix a comment to state the right thing.
Brett Cannon
2010-05-15
1
-4/+3
*
Recorded merge of revisions 81213 via svnmerge from
Victor Stinner
2010-05-15
1
-1994/+1994
*
A test was not guaranteeing cleanup in the face of an exception.
Brett Cannon
2010-05-15
1
-7/+8
[next]