| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix test_sys for FreeBSD, Solaris and Mac OS X | Victor Stinner | 2010-08-24 | 1 | -2/+15 |
|
|
* | | Workaround issue #8611 in test_undecodable_code() of test_sys | Victor Stinner | 2010-08-20 | 1 | -22/+22 |
|
|
* | | test_undecodable_code(): set locale to C | Victor Stinner | 2010-08-20 | 1 | -15/+12 |
|
|
* | | test_main_invalid_unicode() of test_sys: print string as ascii | Victor Stinner | 2010-08-20 | 1 | -1/+1 |
|
|
* | | test_main_invalid_unicode() of test_sys displays stderr on failure | Victor Stinner | 2010-08-19 | 1 | -4/+3 |
|
|
* | | Ooops, finish test_sys fix: use expected variable | Victor Stinner | 2010-08-19 | 1 | -1/+1 |
|
|
* | | Fix test_sys about fs encoding for Windows and Mac OS X | Victor Stinner | 2010-08-19 | 1 | -17/+22 |
|
|
* | | test_sys: move tests at the right place | Victor Stinner | 2010-08-18 | 1 | -56/+57 |
|
|
* | | Improve error message if the command is not decodable | Victor Stinner | 2010-08-18 | 1 | -1/+4 |
|
|
* | | Issue #8622: Add PYTHONFSENCODING environment variable to override the | Victor Stinner | 2010-08-18 | 1 | -8/+24 |
|
|
* | | Issue #9425: file system encoding is not always utf-8 | Victor Stinner | 2010-08-08 | 1 | -4/+1 |
|
|
* | | Issue #9425: skip tests if a filename is not encodable | Victor Stinner | 2010-08-07 | 1 | -2/+4 |
|
|
* | | Syntax cleanup. | Florent Xicluna | 2010-07-28 | 1 | -3/+1 |
|
|
* | | Corrected comments on where settrace and setprofile are tested. | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
* | | Undo inadvertant checkin. | Brian Curtin | 2010-07-08 | 1 | -1/+1 |
|
|
* | | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -1/+1 |
|
|
* | | Issue #8965: Write more tests for sys.getfilesystemencoding() | Victor Stinner | 2010-06-11 | 1 | -11/+24 |
|
|
* | | Issue #8965: Add a regression test to test_sys with LANG=C | Victor Stinner | 2010-06-11 | 1 | -2/+13 |
|
|
* | | test_sys: add a test on the file system encoding for darwin | Victor Stinner | 2010-06-11 | 1 | -0/+5 |
|
|
* | | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -0/+17 |
|
|
* | | Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead | Victor Stinner | 2010-05-21 | 1 | -2/+10 |
|
|
* | | Fix test_main_invalid_unicode() of test_sys for ASCII locale encoding | Victor Stinner | 2010-05-17 | 1 | -4/+3 |
|
|
* | | Improve test_exit() error message to analyze sparc failures | Victor Stinner | 2010-05-17 | 1 | -1/+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 |
|
|
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -0/+5 |
|
|
* | | Fix my test introduced in test_sys by r79394: | Victor Stinner | 2010-03-25 | 1 | -4/+9 |
|
|
* | | Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encoding | Victor Stinner | 2010-03-25 | 1 | -0/+1 |
|
|
* | | Merged revisions 79060 via svnmerge from | Collin Winter | 2010-03-18 | 1 | -1/+1 |
|
|
* | | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | | Merged revisions 78835-78837 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -0/+17 |
|
|
* | | Merged revisions 77784 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -0/+4 |
|
|
* | | Fixed test_support -> support. | Eric Smith | 2010-01-27 | 1 | -1/+1 |
|
|
* | | Merged revisions 77775 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -23/+24 |
|
|
* | | Merged revisions 77771 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -1/+0 |
|
|
* | | Merged revisions 77763 via svnmerge from | Eric Smith | 2010-01-27 | 1 | -1/+17 |
|
|
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -29/+29 |
|
|
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+1 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -7/+7 |
|
|
* | | Silence getcheckinterval()-related warnings in the test suite | Antoine Pitrou | 2009-11-13 | 1 | -5/+8 |
|
|
* | | Merge in the new GIL. | Antoine Pitrou | 2009-11-10 | 1 | -0/+15 |
|
|
* | | Merged revisions 75887 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+8 |
|
|
* | | Merged revisions 75842 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -2/+4 |
|
|
* | | Add tests for sys.float_repr_style | Mark Dickinson | 2009-10-24 | 1 | -0/+2 |
|
|
* | | Revert last change, which was incorrect. | Kristján Valur Jónsson | 2009-07-04 | 1 | -2/+0 |
|
|
* | | http://bugs.python.org/issue6381 | Kristján Valur Jónsson | 2009-07-04 | 1 | -0/+2 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -51/+51 |
|/ |
|
* | add a replacement API for PyCObject, PyCapsule #5630 | Benjamin Peterson | 2009-05-05 | 1 | -1/+1 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -3/+5 |
|
|