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
*
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
*
Blocked revisions 81210 via svnmerge
Amaury Forgeot d'Arc
2010-05-15
0
-0/+0
*
Issue #8665: Fix `make pycremoval` exiting with non-zero status.
Antoine Pitrou
2010-05-15
1
-1/+1
*
Recorded merge of revisions 81205 via svnmerge from
Victor Stinner
2010-05-15
1
-12/+12
*
Remove unused variable, and fix a compilation warning on Windows.
Amaury Forgeot d'Arc
2010-05-15
1
-1/+1
*
Merged revisions 81200 via svnmerge from
Benjamin Peterson
2010-05-15
1
-4/+4
*
fix one more runon
Benjamin Peterson
2010-05-15
1
-2/+2
*
rephrase
Benjamin Peterson
2010-05-15
1
-2/+2
*
fix run-on sentence
Benjamin Peterson
2010-05-15
1
-1/+1
*
Issue #8692: Improve performance of math.factorial:
Mark Dickinson
2010-05-15
3
-30/+307
*
Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
Victor Stinner
2010-05-15
10
-26/+46
*
Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any
Victor Stinner
2010-05-15
2
-23/+34
*
Issue #8610: Load file system codec at startup, and display a fatal error on
Victor Stinner
2010-05-15
4
-27/+62
*
Merged revisions 81185 via svnmerge from
Stefan Krah
2010-05-15
1
-6/+4
*
Fix test_capi for Windows: strip newline characters
Victor Stinner
2010-05-15
1
-2/+2
*
Merged revisions 81179 via svnmerge from
Victor Stinner
2010-05-14
1
-3/+3
[next]