summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)Benjamin Peterson2012-03-151-1/+1
* adjust for change in AST typeBenjamin Peterson2012-03-121-1/+1
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-2/+2
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-1/+1
|\
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+1
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+1
* | | fix test now that staticmethod and classmethod are biggerBenjamin Peterson2012-02-201-2/+2
* | | Merge branch 3.2Petri Lehtinen2012-02-021-0/+3
|\ \ \ | |/ /
| * | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+3
* | | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+1
* | | Issue #13577: various kinds of descriptors now have a __qualname__ attribute.Antoine Pitrou2011-12-121-4/+4
* | | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-2/+2
* | | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-211-2/+2
* | | #13054: sys.maxunicode is now always 0x10FFFF.Ezio Melotti2011-09-281-0/+1
* | | Use compile() instead of eval().Martin v. Löwis2011-09-281-6/+4
* | | Use eval instead of codecs.lookup to trigger UTF-8 generation.Martin v. Löwis2011-09-281-6/+4
* | | Implement PEP 393.Martin v. Löwis2011-09-281-6/+32
* | | map cells to arg slots at code creation time (closes #12399)Benjamin Peterson2011-06-261-1/+1
* | | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-3/+3
* | | Fix test.Ezio Melotti2011-04-301-1/+1
* | | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-0/+8
* | | Remove traces of division_warning left over from Python 2 (#10998)Éric Araujo2011-03-261-1/+1
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-8/+8
| | * Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-141-3/+1
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-2/+2
| | * Reverted r83143: svnmerge failed to add new namesAlexander Belopolsky2010-07-251-2/+2
| | * Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-2/+2
| | * Backport test_getfilesystemencoding() from py3kVictor Stinner2010-06-111-0/+30
| | * Merged revisions 81276 via svnmerge fromVictor Stinner2010-05-171-4/+3
| | * Merged revisions 81267 via svnmerge fromVictor Stinner2010-05-171-1/+2
| | * Merged revisions 81250-81253 via svnmerge fromVictor Stinner2010-05-171-1/+39
| | * Merged revisions 79420 via svnmerge fromVictor Stinner2010-03-251-4/+9
| | * Merged revisions 79393 via svnmerge fromVictor Stinner2010-03-251-0/+1
| | * Merged revisions 78868-78869 via svnmerge fromVictor Stinner2010-03-211-0/+17
| | * Merged revisions 75889 via svnmerge fromGeorg Brandl2009-10-271-1/+8
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-51/+51
* | | Issue #10992: make tests pass when run under coverage.Brett Cannon2011-02-221-0/+1
|/ /
* | Tighten the restrictions on the test_sys test which triggers a fatal error whenBrett Cannon2011-01-251-2/+2
* | Skip a recursion depth check test when running under CPython and have a traceBrett Cannon2011-01-231-0/+2
* | Update tests and whatsnew for the 'quiet' flagRaymond Hettinger2011-01-051-1/+1
* | Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ')Victor Stinner2010-12-281-1/+1
* | 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