| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81398 via svnmerge from | Antoine Pitrou | 2010-05-21 | 4 | -7/+47 |
|
|
* | Issue #8748: Fix two issues with comparisons between complex and integer | Mark Dickinson | 2010-05-21 | 3 | -9/+81 |
|
|
* | Issue #8774: tabnanny uses the encoding cookie (#coding:...) to use the correct | Victor Stinner | 2010-05-21 | 2 | -2/+8 |
|
|
* | Issue #4870: Add an `options` attribute to SSL contexts, as well as | Antoine Pitrou | 2010-05-21 | 5 | -57/+204 |
|
|
* | Merged revisions 81385 via svnmerge from | Benjamin Peterson | 2010-05-20 | 1 | -1/+1 |
|
|
* | Blocked revisions 81377 via svnmerge | Victor Stinner | 2010-05-20 | 0 | -0/+0 |
|
|
* | Issue #8559: improve unicode support of (gdb) libpython.py | Victor Stinner | 2010-05-19 | 2 | -39/+61 |
|
|
* | Merged revisions 81371 via svnmerge from | Tarek Ziadé | 2010-05-19 | 3 | -9/+20 |
|
|
* | Add descriptor HOWTO to py3k docs. | Georg Brandl | 2010-05-19 | 2 | -0/+432 |
|
|
* | Merged revisions 80068 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -2/+2 |
|
|
* | Recorded merge of revisions 80466-80469 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -40/+43 |
|
|
* | Recorded merge of revisions 80030,80067,80069,80080-80081,80084,80432-80433,8... | Georg Brandl | 2010-05-19 | 0 | -0/+0 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 12 | -95/+138 |
|
|
* | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 | 4 | -13/+36 |
|
|
* | Oops, add the new test_log.py for distutils test suite (missing part of r81359) | Victor Stinner | 2010-05-19 | 1 | -0/+36 |
|
|
* | regrtest.py: call replace_stdout() before the first call to print() | Victor Stinner | 2010-05-19 | 1 | -3/+2 |
|
|
* | Issue #8663: distutils.log emulates backslashreplace error handler. Fix | Victor Stinner | 2010-05-19 | 2 | -0/+8 |
|
|
* | 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 |
|
|