summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 2690: Add support for slicing and negative indices to range objects (in...Nick Coghlan2010-12-031-2/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-7/+7
* Issue #10293: Remove obsolete field in the PyMemoryView structure,Antoine Pitrou2010-11-041-1/+1
* Follow up to #9778: fix regressions on 64-bit Windows buildsAntoine Pitrou2010-10-231-1/+1
* Move test_undecodable_code() from test_sys to test_cmd_lineVictor Stinner2010-10-201-38/+0
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-0/+2
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-1/+0
* test_sys: Remove workaround #8611Victor Stinner2010-10-131-3/+0
* Issue #9992: Remove PYTHONFSENCODING environment variable.Victor Stinner2010-10-131-29/+0
* Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODINGVictor Stinner2010-09-101-11/+0
* Fix test_sys: set LC_ALL instead of LANGVictor Stinner2010-08-251-3/+4
* Disable test_undecodable_code() of test_sys on WindowsVictor Stinner2010-08-251-0/+6
* Fix test_sys for FreeBSD, Solaris and Mac OS XVictor Stinner2010-08-241-2/+15
* Workaround issue #8611 in test_undecodable_code() of test_sysVictor Stinner2010-08-201-22/+22
* test_undecodable_code(): set locale to CVictor Stinner2010-08-201-15/+12
* test_main_invalid_unicode() of test_sys: print string as asciiVictor Stinner2010-08-201-1/+1
* test_main_invalid_unicode() of test_sys displays stderr on failureVictor Stinner2010-08-191-4/+3
* Ooops, finish test_sys fix: use expected variableVictor Stinner2010-08-191-1/+1
* Fix test_sys about fs encoding for Windows and Mac OS XVictor Stinner2010-08-191-17/+22
* test_sys: move tests at the right placeVictor Stinner2010-08-181-56/+57
* Improve error message if the command is not decodableVictor Stinner2010-08-181-1/+4
* Issue #8622: Add PYTHONFSENCODING environment variable to override theVictor Stinner2010-08-181-8/+24
* Issue #9425: file system encoding is not always utf-8Victor Stinner2010-08-081-4/+1
* Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-2/+4
* Syntax cleanup.Florent Xicluna2010-07-281-3/+1
* Corrected comments on where settrace and setprofile are tested.Alexander Belopolsky2010-07-251-2/+2
* Undo inadvertant checkin.Brian Curtin2010-07-081-1/+1
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-1/+1
* Issue #8965: Write more tests for sys.getfilesystemencoding()Victor Stinner2010-06-111-11/+24
* Issue #8965: Add a regression test to test_sys with LANG=CVictor Stinner2010-06-111-2/+13
* test_sys: add a test on the file system encoding for darwinVictor Stinner2010-06-111-0/+5
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+17
* Issue #3798: sys.exit(message) writes the message to sys.stderr file, insteadVictor Stinner2010-05-211-2/+10
* Fix test_main_invalid_unicode() of test_sys for ASCII locale encodingVictor Stinner2010-05-171-4/+3
* Improve test_exit() error message to analyze sparc failuresVictor Stinner2010-05-171-1/+2
* handle_system_exit() flushs files to warranty the output orderVictor Stinner2010-05-171-8/+18
* PyObject_Dump() encodes unicode objects to utf8 with backslashreplace (insteadVictor Stinner2010-05-171-0/+10
* Issue #6697: Fix a crash if code of "python -c code" contains surrogatesVictor Stinner2010-05-171-0/+18
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-0/+5
* Fix my test introduced in test_sys by r79394:Victor Stinner2010-03-251-4/+9
* Issue #8226: sys.setfilesystemencoding() raises a LookupError if the encodingVictor Stinner2010-03-251-0/+1
* Merged revisions 79060 via svnmerge fromCollin Winter2010-03-181-1/+1
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+1
* Merged revisions 78835-78837 via svnmerge fromVictor Stinner2010-03-121-0/+17
* Merged revisions 77784 via svnmerge fromEric Smith2010-01-271-0/+4
* Fixed test_support -> support.Eric Smith2010-01-271-1/+1
* Merged revisions 77775 via svnmerge fromEric Smith2010-01-271-23/+24
* Merged revisions 77771 via svnmerge fromEric Smith2010-01-271-1/+0
* Merged revisions 77763 via svnmerge fromEric Smith2010-01-271-1/+17
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-29/+29