| Commit message (Expand) | Author | Age | Files | Lines |
* | #17493: re-enable a test on Windows. Patch by Zachary Ware. | Ezio Melotti | 2013-03-20 | 1 | -11/+9 |
|
|
* | Fix test_sys under Windows (issue #13119) | Antoine Pitrou | 2012-08-04 | 1 | -1/+2 |
|
|
* | Issue #15467: Move helpers for __sizeof__ tests into test_support. | Martin v. Löwis | 2012-07-29 | 1 | -119/+83 |
|
|
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|\ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|
|
* | | Document absoluteness of sys.executable | Petri Lehtinen | 2012-02-02 | 1 | -0/+3 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -8/+8 |
|
|
| * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -3/+1 |
|
|
| * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
| * | Reverted r83143: svnmerge failed to add new names | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
| * | Merged revisions 83140-83141 via svnmerge from | Alexander Belopolsky | 2010-07-25 | 1 | -2/+2 |
|
|
| * | Backport test_getfilesystemencoding() from py3k | Victor Stinner | 2010-06-11 | 1 | -0/+30 |
|
|
| * | Merged revisions 81276 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -4/+3 |
|
|
| * | Merged revisions 81267 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -1/+2 |
|
|
| * | Merged revisions 81250-81253 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -1/+39 |
|
|
| * | Merged revisions 79420 via svnmerge from | Victor Stinner | 2010-03-25 | 1 | -4/+9 |
|
|
| * | Merged revisions 79393 via svnmerge from | Victor Stinner | 2010-03-25 | 1 | -0/+1 |
|
|
| * | Merged revisions 78868-78869 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -0/+17 |
|
|
| * | Merged revisions 75889 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+8 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -51/+51 |
|
|
* | | Tighten the restrictions on the test_sys test which triggers a fatal error when | Brett Cannon | 2011-01-25 | 1 | -2/+2 |
|
|
* | | Skip a recursion depth check test when running under CPython and have a trace | Brett Cannon | 2011-01-23 | 1 | -0/+2 |
|
|
* | | Update tests and whatsnew for the 'quiet' flag | Raymond Hettinger | 2011-01-05 | 1 | -1/+1 |
|
|
* | | Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') | Victor Stinner | 2010-12-28 | 1 | -1/+1 |
|
|
* | | Issue 2690: Add support for slicing and negative indices to range objects (in... | Nick Coghlan | 2010-12-03 | 1 | -2/+2 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -7/+7 |
|
|
* | | Issue #10293: Remove obsolete field in the PyMemoryView structure, | Antoine Pitrou | 2010-11-04 | 1 | -1/+1 |
|
|
* | | 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 |
|
|