summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-1/+1
* Fix test_sys.test_implementation for final releases.v3.3.0Georg Brandl2012-09-291-1/+1
* Merge universal newlines-related fixes (issue #13119)Antoine Pitrou2012-08-041-1/+2
|\
| * Fix test_sys under Windows (issue #13119)Antoine Pitrou2012-08-041-1/+2
* | Issue #15467: Merge 3.2Martin v. Löwis2012-07-291-125/+89
|\ \ | |/
| * Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-291-119/+83
* | Issue #15456: Fix code __sizeof__ after #12399 change.Martin v. Löwis2012-07-261-0/+6
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+6
* | Whitespace normalizationBarry Warsaw2012-06-041-1/+1
* | PEP 421 requires that .name be lower case.Barry Warsaw2012-06-041-0/+4
* | Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+18
* | Issue #14930: Make memoryview objects weakrefable.Richard Oudkerk2012-05-281-1/+1
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-0/+4
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-151-3/+3
* | Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.Brett Cannon2012-04-291-3/+0
* | Account for shared keys in type's __sizeof__ (#13903).Martin v. Loewis2012-04-241-3/+9
* | Implement PEP 412: Key-sharing dictionaries (closes #13903)Benjamin Peterson2012-04-231-3/+3
* | 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