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
*
bpo-38328: Speed up the creation time of constant list and set display. (GH-1...
Brandt Bucher
2019-11-26
1
-1/+1
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504)
Victor Stinner
2019-07-01
1
-47/+76
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-9/+0
*
bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096)
Zackery Spytz
2019-05-30
1
-0/+16
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
1
-4/+4
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
1
-17/+27
*
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner
2019-05-22
1
-10/+5
*
bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490)
Victor Stinner
2019-05-22
1
-0/+41
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-4/+76
*
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
Victor Stinner
2019-04-12
1
-2/+7
*
bpo-30040: new empty dict uses key-sharing dict (GH-1080)
Inada Naoki
2019-03-12
1
-1/+3
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
1
-1/+0
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-5/+3
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-3/+5
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-0/+10
*
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Victor Stinner
2018-08-29
1
-9/+15
*
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner
2018-08-28
1
-3/+3
*
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6...
Pablo Galindo
2018-04-25
1
-0/+3
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-3/+5
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-2/+4
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-1/+8
*
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print())....
Serhiy Storchaka
2017-11-15
1
-0/+33
*
Fix the sizeof test for dicts with shared keys. (#4311)
Serhiy Storchaka
2017-11-07
1
-5/+10
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-2/+2
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-30/+2
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-0/+1
*
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)
Dong-hee Na
2017-04-20
1
-3/+5
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+0
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-0/+3
*
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
1
-1/+1
*
Add sys.getandroidapilevel()
Victor Stinner
2016-12-02
1
-0/+7
*
Try to fix sizeof unit tests on dict
Victor Stinner
2016-09-10
1
-3/+3
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-0/+26
*
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-1/+1
*
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
1
-3/+3
*
Fixes tests broken by issue #27781.
Steve Dower
2016-09-08
1
-2/+3
*
Implement compact dict
Victor Stinner
2016-09-08
1
-5/+5
*
fix expected layout of code objects
Benjamin Peterson
2016-09-07
1
-3/+3
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-1/+1
*
Issue #19527: Fixed tests with defined COUNT_ALLOCS.
Serhiy Storchaka
2016-07-03
1
-2/+6
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-4/+23
*
Fixed sizeof tests for dict and type (they were passed by accident).
Serhiy Storchaka
2015-12-20
1
-11/+22
*
Don't create non-needed file.
Serhiy Storchaka
2015-12-20
1
-5/+0
*
Use correct PyGC_Head size in tests for issue #25421.
Serhiy Storchaka
2015-12-19
1
-1/+1
*
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka
2015-12-19
1
-0/+30
*
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-12
1
-7/+45
*
(Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks
Victor Stinner
2015-10-01
1
-2/+3
|
\
[next]