index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
1
-0/+20
*
Issue #20510: Merge with 3.3
Zachary Ware
2014-02-19
1
-0/+4
|
\
|
*
Issue #20510: Confirm that the code attribute of the SystemExit
Zachary Ware
2014-02-19
1
-0/+4
*
|
Issue #20510: Merge with 3.3.
Zachary Ware
2014-02-18
1
-53/+28
|
\
\
|
|
/
|
*
Issue #20510: Rewrote test_exit in test_sys to match existing comments
Zachary Ware
2014-02-18
1
-53/+28
*
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+1
|
\
\
|
|
/
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+1
|
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-8/+9
*
|
Fix the C definition of the sys._debugmallocstats() function: the function has
Victor Stinner
2013-12-19
1
-0/+3
*
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
1
-1/+1
*
|
Issue #19751: Fix hash_info test of test_sys on SPARC Solaris
Victor Stinner
2013-12-12
1
-5/+1
*
|
Issue #19751: Fix typo in configuration option
Victor Stinner
2013-12-12
1
-1/+1
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-1/+22
*
|
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-8/+9
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
1
-1/+1
*
|
Issue #19087: Improve bytearray allocation in order to allow cheap popping of...
Antoine Pitrou
2013-10-05
1
-1/+1
*
|
Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional.
Serhiy Storchaka
2013-09-13
1
-0/+36
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
*
|
Issue #16400: Add command line option for isolated mode.
Christian Heimes
2013-08-10
1
-1/+1
*
|
Issue #17934: Add a clear() method to frame objects, to help clean up expensi...
Antoine Pitrou
2013-08-05
1
-1/+1
*
|
Issue #18214: Improve finalization of Python modules to avoid setting their g...
Antoine Pitrou
2013-07-31
1
-1/+1
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-2/+2
*
|
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
Antoine Pitrou
2013-05-25
1
-5/+5
|
\
\
|
|
/
|
*
Issue #18063: fix some struct specifications in the tests for sys.getsizeof().
Antoine Pitrou
2013-05-25
1
-5/+5
*
|
Backout c89febab4648 following private feedback by Guido.
Antoine Pitrou
2013-05-14
1
-1/+1
*
|
Issue #17807: Generators can now be finalized even when they are part of a re...
Antoine Pitrou
2013-05-08
1
-1/+1
*
|
#17493: merge with 3.3.
Ezio Melotti
2013-03-20
1
-11/+9
|
\
\
|
|
/
|
*
#17493: merge with 3.2.
Ezio Melotti
2013-03-20
1
-11/+9
|
|
\
|
|
*
#17493: re-enable a test on Windows. Patch by Zachary Ware.
Ezio Melotti
2013-03-20
1
-11/+9
*
|
|
Relax test when WITH_PYMALLOC is false or undefined.
Antoine Pitrou
2012-12-18
1
-1/+4
*
|
|
Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...
Antoine Pitrou
2012-12-17
1
-1/+6
*
|
|
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...
Antoine Pitrou
2012-12-09
1
-0/+24
*
|
|
merge 3.3
Benjamin Peterson
2012-10-09
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
compare singletons by identity not equality (closes #16712)
Benjamin Peterson
2012-10-09
1
-1/+1
*
|
|
Closes #16135: Removal of OS/2 support
Jesus Cea
2012-10-05
1
-1/+1
|
/
/
*
|
Fix test_sys.test_implementation for final releases.
v3.3.0
Georg Brandl
2012-09-29
1
-1/+1
*
|
Merge universal newlines-related fixes (issue #13119)
Antoine Pitrou
2012-08-04
1
-1/+2
|
\
\
|
|
/
|
*
Fix test_sys under Windows (issue #13119)
Antoine Pitrou
2012-08-04
1
-1/+2
*
|
Issue #15467: Merge 3.2
Martin v. Löwis
2012-07-29
1
-125/+89
|
\
\
|
|
/
|
*
Issue #15467: Move helpers for __sizeof__ tests into test_support.
Martin v. Löwis
2012-07-29
1
-119/+83
*
|
Issue #15456: Fix code __sizeof__ after #12399 change.
Martin v. Löwis
2012-07-26
1
-0/+6
*
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+6
*
|
Whitespace normalization
Barry Warsaw
2012-06-04
1
-1/+1
*
|
PEP 421 requires that .name be lower case.
Barry Warsaw
2012-06-04
1
-0/+4
*
|
Eric Snow's implementation of PEP 421.
Barry Warsaw
2012-06-03
1
-0/+18
*
|
Issue #14930: Make memoryview objects weakrefable.
Richard Oudkerk
2012-05-28
1
-1/+1
*
|
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-0/+4
*
|
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-15
1
-3/+3
*
|
Issue #13959: Re-implement imp.NullImporter in Lib/imp.py.
Brett Cannon
2012-04-29
1
-3/+0
[next]