summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-1/+1
* Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-081-1/+1
* #17493: merge with 3.3.Ezio Melotti2013-03-201-11/+9
|\
| * #17493: merge with 3.2.Ezio Melotti2013-03-201-11/+9
| |\
| | * #17493: re-enable a test on Windows. Patch by Zachary Ware.Ezio Melotti2013-03-201-11/+9
* | | Relax test when WITH_PYMALLOC is false or undefined.Antoine Pitrou2012-12-181-1/+4
* | | Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...Antoine Pitrou2012-12-171-1/+6
* | | Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...Antoine Pitrou2012-12-091-0/+24
* | | merge 3.3Benjamin Peterson2012-10-091-1/+1
|\ \ \ | |/ /
| * | compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-1/+1
* | | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-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
|\ \ \ | |/ /