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
*
Merged revisions 81350 via svnmerge from
Stefan Krah
2010-05-19
1
-2/+2
*
Issue #6697: Fix a crash if a keyword contains a surrogate
Victor Stinner
2010-05-19
1
-0/+14
*
Merged revisions 81294 via svnmerge from
Giampaolo Rodolà
2010-05-18
2
-2/+11
*
Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.
Victor Stinner
2010-05-18
4
-21/+116
*
Repair test failure. Bug 8727.
Barry Warsaw
2010-05-18
3
-3/+13
*
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
3
-10/+93
*
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
1
-40/+53
*
Merged revision 81259 via svnmerge from
Florent Xicluna
2010-05-17
1
-1/+1
*
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
1
-1/+2
*
Merged revisions 81255 via svnmerge from
Tarek Ziadé
2010-05-17
2
-57/+66
*
Try to fix buildbot failures with old OpenSSLs.
Antoine Pitrou
2010-05-17
1
-0/+2
*
handle_system_exit() flushs files to warranty the output order
Victor Stinner
2010-05-17
1
-8/+18
*
PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (instead
Victor Stinner
2010-05-17
1
-0/+10
*
Issue #6697: Fix a crash if code of "python -c code" contains surrogates
Victor Stinner
2010-05-17
1
-0/+18
*
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
*
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
1
-2/+2
*
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
4
-51/+278
*
Merged revisions 81224 via svnmerge from
Victor Stinner
2010-05-16
1
-6/+4
*
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
*
A test was not guaranteeing cleanup in the face of an exception.
Brett Cannon
2010-05-15
1
-7/+8
*
Merged revisions 81200 via svnmerge from
Benjamin Peterson
2010-05-15
1
-4/+4
*
Issue #8692: Improve performance of math.factorial:
Mark Dickinson
2010-05-15
1
-10/+61
*
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
*
Merged revisions 81154 via svnmerge from
Brett Cannon
2010-05-14
1
-17/+34
*
Merged revisions 81152 via svnmerge from
Brett Cannon
2010-05-14
1
-1/+2
*
Make PyErr_Occurred return NULL if there is no current thread. Previously it
Jeffrey Yasskin
2010-05-13
1
-1/+15
*
Merged revisions 81130 via svnmerge from
Senthil Kumaran
2010-05-13
2
-2/+7
*
Merged revisions 81126 via svnmerge from
Mark Dickinson
2010-05-12
1
-1/+1
*
Merged revisions 81102 via svnmerge from
Giampaolo Rodolà
2010-05-12
1
-6/+2
*
Merged revisions 81098 via svnmerge from
Antoine Pitrou
2010-05-11
1
-0/+7
*
Merged revisions 81094 via svnmerge from
Antoine Pitrou
2010-05-11
1
-0/+13
*
remove now useless __ne__
Benjamin Peterson
2010-05-11
1
-3/+0
*
Merged revisions 81055 via svnmerge from
Michael Foord
2010-05-10
2
-6/+7
*
Merged revisions 81043 via svnmerge from
Giampaolo Rodolà
2010-05-10
1
-1/+275
*
Fix issue #4972: adds ftplib.FTP context manager protocol
Giampaolo Rodolà
2010-05-10
2
-11/+74
*
Fix test_urllib2 failure on OS X.
Mark Dickinson
2010-05-09
1
-1/+1
*
Merged revisions 81022 via svnmerge from
Michael Foord
2010-05-09
1
-0/+45
*
Replace /s with os.sep in the new internal_execvpe test. Hopefully fixes
Gregory P. Smith
2010-05-09
1
-5/+8
*
make condition more specific
Benjamin Peterson
2010-05-09
1
-1/+2
[next]