index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow up to #9778: fix regressions on 64-bit Windows builds
Antoine Pitrou
2010-10-23
1
-1/+1
*
Move test_undecodable_code() from test_sys to test_cmd_line
Victor Stinner
2010-10-20
1
-38/+0
*
First (uncontroversial) part of issue 9807.
Barry Warsaw
2010-10-16
1
-0/+2
*
Issue #9308: Removed redundant coding cookies. Added tests for
Alexander Belopolsky
2010-10-15
1
-1/+0
*
test_sys: Remove workaround #8611
Victor Stinner
2010-10-13
1
-3/+0
*
Issue #9992: Remove PYTHONFSENCODING environment variable.
Victor Stinner
2010-10-13
1
-29/+0
*
Issue #9632: Remove sys.setfilesystemencoding() function: use PYTHONFSENCODING
Victor Stinner
2010-09-10
1
-11/+0
*
Fix test_sys: set LC_ALL instead of LANG
Victor Stinner
2010-08-25
1
-3/+4
*
Disable test_undecodable_code() of test_sys on Windows
Victor Stinner
2010-08-25
1
-0/+6
*
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
[next]