| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 8420: Fix ref counting problem in set_repr(). | Raymond Hettinger | 2010-04-18 | 1 | -3/+1 |
|
|
* | Merged revisions 80194 via svnmerge from | Antoine Pitrou | 2010-04-18 | 1 | -16/+13 |
|
|
* | Merged revisions 80187 via svnmerge from | Ronald Oussoren | 2010-04-18 | 2 | -23/+57 |
|
|
* | Revert r80167, it breaks build on many platforms | Victor Stinner | 2010-04-18 | 1 | -15/+13 |
|
|
* | Merged revisions 80179 via svnmerge from | Ronald Oussoren | 2010-04-18 | 1 | -0/+51 |
|
|
* | Merged revisions 80178 via svnmerge from | Ronald Oussoren | 2010-04-18 | 3 | -2/+22 |
|
|
* | Move _Py_char2wchar from python.c to main.c. | Ronald Oussoren | 2010-04-18 | 3 | -103/+105 |
|
|
* | Merged revisions 80172 via svnmerge from | Giampaolo Rodolà | 2010-04-18 | 2 | -1/+4 |
|
|
* | Remove colspanning cells. | Georg Brandl | 2010-04-18 | 1 | -4/+4 |
|
|
* | Merged revisions 80166 via svnmerge from | Victor Stinner | 2010-04-18 | 1 | -13/+15 |
|
|
* | Issue #8422, test_genericpath: skip the creation of a directory with an invalid | Victor Stinner | 2010-04-18 | 1 | -0/+4 |
|
|
* | Issue #8340, test_abs_path() of test_site: encode paths to ASCII with | Victor Stinner | 2010-04-18 | 1 | -7/+12 |
|
|
* | Issue #8394: _ctypes.dlopen() accepts bytes, bytearray and str with | Victor Stinner | 2010-04-18 | 2 | -3/+19 |
|
|
* | Wording in NEWS. | Antoine Pitrou | 2010-04-17 | 1 | -1/+1 |
|
|
* | Issue #850728: Add a *timeout* parameter to the `acquire()` method of | Antoine Pitrou | 2010-04-17 | 5 | -9/+40 |
|
|
* | Merged revisions 80151 via svnmerge from | Antoine Pitrou | 2010-04-17 | 5 | -17/+72 |
|
|
* | Merged revisions 80152 via svnmerge from | Martin v. Löwis | 2010-04-17 | 1 | -0/+3 |
|
|
* | Merged revisions 80146 via svnmerge from | Senthil Kumaran | 2010-04-17 | 1 | -2/+24 |
|
|
* | fix svn:ignore | Benjamin Peterson | 2010-04-17 | 0 | -0/+0 |
|
|
* | Remove unnecessary XXX | Barry Warsaw | 2010-04-17 | 1 | -1/+0 |
|
|
* | change svn:ignore to __pycache__ | Benjamin Peterson | 2010-04-17 | 0 | -0/+0 |
|
|
* | Fix the --with-cxx-main build. | Collin Winter | 2010-04-17 | 2 | -1/+7 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 39 | -288/+1204 |
|
|
* | Issue #8393: subprocess accepts bytes, bytearray and str with surrogates for | Victor Stinner | 2010-04-16 | 2 | -4/+23 |
|
|
* | Merged revisions 80129 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -2/+1 |
|
|
* | Merged revisions 80126 via svnmerge from | Benjamin Peterson | 2010-04-16 | 4 | -12/+22 |
|
|
* | Merged revisions 80123-80124 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -8/+8 |
|
|
* | Blocked revisions 80121 via svnmerge | Benjamin Peterson | 2010-04-16 | 0 | -0/+0 |
|
|
* | Issue #7605: Fix test_cmd_line if the current working directory is not ASCII | Victor Stinner | 2010-04-16 | 1 | -2/+9 |
|
|
* | Don't assume that os.confstr_names exists. | Mark Dickinson | 2010-04-16 | 1 | -1/+2 |
|
|
* | Issue #4970: move linuxthreads check outside the affected test, and use skipIf | Mark Dickinson | 2010-04-16 | 1 | -10/+13 |
|
|
* | Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII | Victor Stinner | 2010-04-16 | 2 | -1/+6 |
|
|
* | Keep confstr entries in alphabetical order. | Mark Dickinson | 2010-04-16 | 1 | -6/+6 |
|
|
* | maintainers.rst additions. | R. David Murray | 2010-04-16 | 1 | -2/+2 |
|
|
* | Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), | Victor Stinner | 2010-04-16 | 2 | -0/+15 |
|
|
* | Merged revisions 79892 via svnmerge from | Victor Stinner | 2010-04-16 | 2 | -0/+6 |
|
|
* | Issue #8412: os.system() now accepts bytes, bytearray and str with | Victor Stinner | 2010-04-16 | 2 | -6/+14 |
|
|
* | Merged revisions 80101 via svnmerge from | Senthil Kumaran | 2010-04-16 | 3 | -12/+57 |
|
|
* | Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to... | Senthil Kumaran | 2010-04-15 | 1 | -9/+25 |
|
|
* | Blocked revisions 80082 via svnmerge | Georg Brandl | 2010-04-14 | 0 | -0/+0 |
|
|
* | Merged revisions 80062 via svnmerge from | R. David Murray | 2010-04-14 | 4 | -1/+13 |
|
|
* | strings from _Py_char2wchar need PyMem_Free | Philip Jenvey | 2010-04-14 | 1 | -1/+1 |
|
|
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 11 | -77/+326 |
|
|
* | #7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values | Philip Jenvey | 2010-04-14 | 4 | -16/+54 |
|
|
* | Merged revisions 80060 via svnmerge from | Antoine Pitrou | 2010-04-13 | 1 | -15/+15 |
|
|
* | Fixed extraneous _winreg (changed to winreg in py3k). Thanks, Tim Golden. | Brian Curtin | 2010-04-13 | 1 | -1/+1 |
|
|
* | Fix invalid syntax. | Mark Dickinson | 2010-04-13 | 1 | -1/+1 |
|
|
* | Merged revisions 80035 via svnmerge from | Mark Dickinson | 2010-04-13 | 1 | -1/+1 |
|
|
* | Issue #8383: pickle and pickletools use surrogatepass error handler when | Victor Stinner | 2010-04-13 | 5 | -6/+14 |
|
|
* | Merged revisions 80026 via svnmerge from | Brian Curtin | 2010-04-13 | 1 | -0/+21 |
|
|