summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-214-7/+47
* Issue #8748: Fix two issues with comparisons between complex and integerMark Dickinson2010-05-213-9/+81
* Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correctVictor Stinner2010-05-212-2/+8
* Issue #4870: Add an `options` attribute to SSL contexts, as well asAntoine Pitrou2010-05-215-57/+204
* Merged revisions 81385 via svnmerge fromBenjamin Peterson2010-05-201-1/+1
* Blocked revisions 81377 via svnmergeVictor Stinner2010-05-200-0/+0
* Issue #8559: improve unicode support of (gdb) libpython.pyVictor Stinner2010-05-192-39/+61
* Merged revisions 81371 via svnmerge fromTarek Ziadé2010-05-193-9/+20
* Add descriptor HOWTO to py3k docs.Georg Brandl2010-05-192-0/+432
* Merged revisions 80068 via svnmerge fromGeorg Brandl2010-05-191-2/+2
* Recorded merge of revisions 80466-80469 via svnmerge fromGeorg Brandl2010-05-191-40/+43
* Recorded merge of revisions 80030,80067,80069,80080-80081,80084,80432-80433,8...Georg Brandl2010-05-190-0/+0
* Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,...Georg Brandl2010-05-1912-95/+138
* Issue #8766: Initialize _warnings module before importing the first module.Victor Stinner2010-05-194-13/+36
* Oops, add the new test_log.py for distutils test suite (missing part of r81359)Victor Stinner2010-05-191-0/+36
* regrtest.py: call replace_stdout() before the first call to print()Victor Stinner2010-05-191-3/+2
* Issue #8663: distutils.log emulates backslashreplace error handler. FixVictor Stinner2010-05-192-0/+8
* Issue #8589: Decode PYTHONWARNINGS environment variable with the file systemVictor Stinner2010-05-195-12/+27
* Merged revisions 81354 via svnmerge fromStefan Krah2010-05-191-1/+1
* Merged revisions 81350 via svnmerge fromStefan Krah2010-05-191-2/+2
* Ooops, add missing ";" in my previous commit (r81324, typeobject.c)Victor Stinner2010-05-191-2/+2
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in typeobjectVictor Stinner2010-05-191-2/+12
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqliteVictor Stinner2010-05-194-6/+13
* Issue #6697: Check that _PyUnicode_AsString() result is not NULL in textio.cVictor Stinner2010-05-191-2/+7
* Issue #6697: Fix a crash if sys.stdin or sys.stdout encoding contain a surrogateVictor Stinner2010-05-191-7/+16
* Issue #6697: Fix a crash if a keyword contains a surrogateVictor Stinner2010-05-192-6/+23
* Issue #6697: Check that _PyUnicode_AsString() result is not NULLVictor Stinner2010-05-191-5/+21
* Issue #6697: Fix a crash if a module attribute name contains a surrogateVictor Stinner2010-05-191-8/+20
* Merged revisions 81294 via svnmerge fromGiampaolo Rodolà2010-05-182-2/+11
* Add versionadded (3.2) tag to os.supports_bytes_environ documentationVictor Stinner2010-05-181-0/+2
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-186-22/+129
* Repair test failure. Bug 8727.Barry Warsaw2010-05-183-3/+13
* Merged revisions 81286 via svnmerge fromSenthil Kumaran2010-05-181-1/+1
* Removing the reference in the docs for overriding _urlopener global value. Se...Senthil Kumaran2010-05-181-20/+0
* Merged revisions 81279 via svnmerge fromSenthil Kumaran2010-05-181-1/+1
* Fix test_main_invalid_unicode() of test_sys for ASCII locale encodingVictor Stinner2010-05-171-4/+3
* Issue #8633: Support for POSIX.1-2008 binary pax headers.Lars Gustäbel2010-05-175-13/+101
* Inadvertently removed part of the comment in r81271.Florent Xicluna2010-05-171-1/+1
* Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq...Florent Xicluna2010-05-172-40/+56
* Merged revision 81259 via svnmerge fromFlorent Xicluna2010-05-171-1/+1
* 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