summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test_capi in !pydebug mode, where my original attempt segfaulted withoutJeffrey Yasskin2010-05-171-1/+5
* Improve test_exit() error message to analyze sparc failuresVictor Stinner2010-05-171-1/+2
* Typo (thanks Arfrever)Antoine Pitrou2010-05-171-1/+1
* Merged revisions 81261 via svnmerge fromTarek Ziadé2010-05-172-12/+5
* Merged revisions 81255 via svnmerge fromTarek Ziadé2010-05-173-57/+68
* Try to fix buildbot failures with old OpenSSLs.Antoine Pitrou2010-05-171-0/+2
* Fix refleak in internal_print() introduced by myself in r81251Victor Stinner2010-05-171-0/+1
* handle_system_exit() flushs files to warranty the output orderVictor Stinner2010-05-172-8/+22
* PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (insteadVictor Stinner2010-05-173-1/+16
* Issue #6697: Fix a crash if code of "python -c code" contains surrogatesVictor Stinner2010-05-172-4/+26
* Oops, my patch on subprocess is not merged yet: fix my previous commit on tes...Victor Stinner2010-05-171-4/+1
* test_os: cleanup test_internal_execvpe() and os._execvpe() mockupVictor Stinner2010-05-171-48/+53
* "xyzzy" is not a silly enough name for some OpenSSL versions to report an errorAntoine Pitrou2010-05-161-2/+2
* Merged revisions 81241 via svnmerge fromAntoine Pitrou2010-05-161-0/+3
* Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the pathVictor Stinner2010-05-162-9/+11
* Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytesVictor Stinner2010-05-162-5/+8
* Do not fail if ssl fails to importAntoine Pitrou2010-05-161-4/+5
* Fix (hopefully) the remaining test_ssl buildbot failuresAntoine Pitrou2010-05-162-2/+6
* Followup on r81233: fix test_ssl with OpenSSL < 1.0.0.Antoine Pitrou2010-05-163-0/+59
* Issue #8550: Add first class `SSLContext` objects to the ssl module.Antoine Pitrou2010-05-167-284/+865
* Merged revisions 81229 via svnmerge fromAntoine Pitrou2010-05-161-0/+4
* Merged revisions 81224 via svnmerge fromVictor Stinner2010-05-161-6/+4
* Merged revisions 81220 via svnmerge fromVictor Stinner2010-05-152-1237/+1237
* Make test_module_with_large_stack as an expected failure because of a change inBrett Cannon2010-05-151-0/+1
* Fix a comment to state the right thing.Brett Cannon2010-05-151-4/+3
* Recorded merge of revisions 81213 via svnmerge fromVictor Stinner2010-05-151-1994/+1994
* A test was not guaranteeing cleanup in the face of an exception.Brett Cannon2010-05-151-7/+8
* Blocked revisions 81210 via svnmergeAmaury Forgeot d'Arc2010-05-150-0/+0
* Issue #8665: Fix `make pycremoval` exiting with non-zero status.Antoine Pitrou2010-05-151-1/+1
* Recorded merge of revisions 81205 via svnmerge fromVictor Stinner2010-05-151-12/+12
* Remove unused variable, and fix a compilation warning on Windows.Amaury Forgeot d'Arc2010-05-151-1/+1
* Merged revisions 81200 via svnmerge fromBenjamin Peterson2010-05-151-4/+4
* fix one more runonBenjamin Peterson2010-05-151-2/+2
* rephraseBenjamin Peterson2010-05-151-2/+2
* fix run-on sentenceBenjamin Peterson2010-05-151-1/+1
* Issue #8692: Improve performance of math.factorial:Mark Dickinson2010-05-153-30/+307
* Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a UnicodeVictor Stinner2010-05-1510-26/+46
* Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for anyVictor Stinner2010-05-152-23/+34
* Issue #8610: Load file system codec at startup, and display a fatal error onVictor Stinner2010-05-154-27/+62
* Merged revisions 81185 via svnmerge fromStefan Krah2010-05-151-6/+4
* Fix test_capi for Windows: strip newline charactersVictor Stinner2010-05-151-2/+2
* Merged revisions 81179 via svnmerge fromVictor Stinner2010-05-141-3/+3
* posix_listdir(), posix_readlink(): avoid temporary PyBytes objectVictor Stinner2010-05-141-38/+10
* Issue #8711: Document PyUnicode_DecodeFSDefault*() functionsVictor Stinner2010-05-142-47/+101
* Merged revisions 81163 via svnmerge fromVictor Stinner2010-05-146-13/+13
* Issue #4653: fix typo in flush_std_files()Victor Stinner2010-05-141-1/+1
* Merged revisions 81154 via svnmerge fromBrett Cannon2010-05-141-17/+34
* Merged revisions 81152 via svnmerge fromBrett Cannon2010-05-141-1/+2
* Merged revisions 81145 via svnmerge fromBenjamin Peterson2010-05-131-5/+2
* Make PyErr_Occurred return NULL if there is no current thread. Previously itJeffrey Yasskin2010-05-133-4/+35