summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-101-2/+3
|\
| * Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...Antoine Pitrou2015-03-101-2/+3
* | merge 3.4Benjamin Peterson2015-02-021-1/+1
|\ \ | |/
| * adjust for py3k module renamingBenjamin Peterson2015-02-021-1/+1
* | merge 3.4Benjamin Peterson2015-02-021-0/+1
|\ \ | |/
| * _clear_type_cache is cpython-onlyBenjamin Peterson2015-02-021-0/+1
* | Closes #22668: Merge from 3.4.Stefan Krah2015-01-291-1/+1
|\ \ | |/
* | Issue #23119: Simplify setobject by inlining the special case for unicode eq...Raymond Hettinger2015-01-261-1/+1
* | Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...Raymond Hettinger2015-01-181-1/+1
* | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...Antoine Pitrou2014-12-071-0/+21
* | Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-0/+31
|\ \ | |/
| * Issue #22193: Fixed integer overflow error in sys.getsizeof().Serhiy Storchaka2014-11-151-0/+31
* | (Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature,Victor Stinner2014-08-161-0/+1
|\ \ | |/
| * Closes #22205: sys._debugmallocstats is a cpython specific feature, soVictor Stinner2014-08-161-0/+1
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-061-1/+1
* | Issue #21205: Fix unit testsVictor Stinner2014-06-161-1/+1
* | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-281-0/+20
|\ \ | |/
| * Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-281-0/+20
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-1/+1
* | Issue #19977: Enable test_c_locale_surrogateescape() on WindowsVictor Stinner2014-03-181-26/+29
* | Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),Victor Stinner2014-03-181-0/+44
|/
* Issue #20510: Merge with 3.3Zachary Ware2014-02-191-0/+4
|\
| * Issue #20510: Confirm that the code attribute of the SystemExitZachary Ware2014-02-191-0/+4
* | Issue #20510: Merge with 3.3.Zachary Ware2014-02-181-53/+28
|\ \ | |/
| * Issue #20510: Rewrote test_exit in test_sys to match existing commentsZachary Ware2014-02-181-53/+28
* | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-0/+1
|\ \ | |/
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-0/+1
| * Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-8/+9
* | Fix the C definition of the sys._debugmallocstats() function: the function hasVictor Stinner2013-12-191-0/+3
* | Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-131-1/+1
* | Issue #19751: Fix hash_info test of test_sys on SPARC SolarisVictor Stinner2013-12-121-5/+1
* | Issue #19751: Fix typo in configuration optionVictor Stinner2013-12-121-1/+1
* | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-1/+22
* | Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-8/+9
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-081-1/+1
* | Issue #19087: Improve bytearray allocation in order to allow cheap popping of...Antoine Pitrou2013-10-051-1/+1
* | Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.Serhiy Storchaka2013-09-131-0/+36
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-1/+1
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-1/+1
* | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-311-1/+1
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-2/+2
* | Issue #18063: fix some struct specifications in the tests for sys.getsizeof().Antoine Pitrou2013-05-251-5/+5
|\ \ | |/
| * Issue #18063: fix some struct specifications in the tests for sys.getsizeof().Antoine Pitrou2013-05-251-5/+5
* | 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