index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_sys.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-09
1
-3
/
+3
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-08
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-07
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-13
1
-7
/
+45
*
(Merge 3.4) Issue #25274: test_recursionlimit_recovery() of test_sys now checks
Victor Stinner
2015-10-01
1
-2
/
+3
|
\
|
*
Issue #25274: test_recursionlimit_recovery() of test_sys now checks
Victor Stinner
2015-10-01
1
-2
/
+3
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-3
/
+3
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
1
-2
/
+2
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-2
/
+2
*
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-4
/
+72
|
\
\
|
|
/
|
/
|
|
*
merge 3.4
Benjamin Peterson
2015-02-02
1
-5
/
+73
|
|
\
|
|
*
merge 3.4
Benjamin Peterson
2015-02-02
1
-5
/
+73
|
|
|
\
|
|
|
*
Closes #22668: Merge from 3.4.
Stefan Krah
2015-01-29
1
-5
/
+73
|
|
|
|
\
|
|
|
|
*
Issue #23119: Simplify setobject by inlining the special case for unicode eq...
Raymond Hettinger
2015-01-25
1
-1
/
+1
|
|
|
|
*
Issue 23261: Clean-up the hack to store the set.pop() search finger in a has...
Raymond Hettinger
2015-01-18
1
-1
/
+1
|
|
|
|
*
Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...
Antoine Pitrou
2014-12-07
1
-0
/
+21
|
|
|
|
*
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
1
-0
/
+31
|
|
|
|
|
\
|
|
|
|
|
/
|
|
|
|
/
|
|
|
|
|
*
(Merge 3.4) Closes #22205: sys._debugmallocstats is a cpython specific feature,
Victor Stinner
2014-08-16
1
-0
/
+1
|
|
|
|
|
\
|
|
|
|
*
|
Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...
Antoine Pitrou
2014-08-06
1
-1
/
+1
|
|
|
|
*
|
Issue #21205: Fix unit tests
Victor Stinner
2014-06-16
1
-1
/
+1
|
|
|
|
*
|
Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...
Antoine Pitrou
2014-04-28
1
-0
/
+20
|
|
|
|
|
\
\
|
|
|
|
*
|
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-09
1
-1
/
+1
|
|
|
|
*
|
|
Issue #19977: Enable test_c_locale_surrogateescape() on Windows
Victor Stinner
2014-03-18
1
-26
/
+29
|
|
|
|
*
|
|
Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale),
Victor Stinner
2014-03-18
1
-0
/
+44
*
|
|
|
|
|
|
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-2
/
+3
|
/
/
/
/
/
/
*
|
|
|
|
|
adjust for py3k module renaming
Benjamin Peterson
2015-02-02
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
_clear_type_cache is cpython-only
Benjamin Peterson
2015-02-02
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Issue #22193: Fixed integer overflow error in sys.getsizeof().
Serhiy Storchaka
2014-11-15
1
-0
/
+31
|
|
_
|
/
|
/
|
|
*
|
|
Closes #22205: sys._debugmallocstats is a cpython specific feature, so
Victor Stinner
2014-08-16
1
-0
/
+1
|
|
/
|
/
|
*
|
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
-9
/
+97
|
\
\
|
|
/
|
/
|
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-9
/
+97
|
|
\
|
|
*
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
[next]