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
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
Victor Stinner
2017-06-08
1
-4/+4
*
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
Segev Finer
2017-06-04
1
-4/+4
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-42/+91
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-3/+3
*
bpo-29556: Remove unused #include <langinfo.h> (#98)
Yen Chi Hsuan
2017-02-15
1
-4/+0
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-20/+10
*
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-08
1
-1/+1
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
*
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1/+1
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Add sys.getandroidapilevel()
Victor Stinner
2016-12-02
1
-0/+18
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
1
-1/+14
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-2/+2
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
|
\
|
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
|
Use PyThreadState_GET() in performance critical code
Victor Stinner
2016-11-11
1
-1/+2
|
/
*
Issue #28616: merge from 3.5
Ned Deily
2016-11-04
1
-1/+1
|
\
|
*
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily
2016-11-04
1
-1/+1
|
*
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-18
1
-0/+37
*
|
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-18
1
-4/+42
*
|
remove ceval timestamp support
Benjamin Peterson
2016-09-09
1
-30/+0
*
|
Issue #28003: Fix a compiler warning
Yury Selivanov
2016-09-09
1
-1/+1
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-0/+119
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-2/+48
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-5/+3
*
|
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-2/+2
*
|
sys_pyfile_write_unicode() now uses fast call
Victor Stinner
2016-08-19
1
-7/+2
*
|
call_trampoline() now uses fast call
Victor Stinner
2016-08-19
1
-19/+10
*
|
- Issue #23968: Rename the platform directory from plat-$(MACHDEP) to
doko@ubuntu.com
2016-06-14
1
-0/+10
*
|
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
Stefan Krah
2016-04-25
1
-1/+1
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
\
|
|
/
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-2/+4
*
|
Merge 3.5
Victor Stinner
2016-01-20
1
-1/+1
|
\
\
|
|
/
|
*
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
1
-1/+1
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-4/+1
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+4
*
|
sysmodule.c: reuse Py_STRINGIFY() macro
Victor Stinner
2015-11-05
1
-6/+2
|
/
*
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-12
1
-3/+26
*
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov
2015-06-01
1
-3/+3
*
use our normal bracing style
Benjamin Peterson
2015-05-12
1
-1/+2
*
Issue #24017: Plug ref leak.
Yury Selivanov
2015-05-12
1
-2/+0
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-0/+47
*
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
1
-1/+1
*
Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo...
Steve Dower
2015-03-02
1
-0/+8
*
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
1
-2/+2
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
|
\
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
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/+11
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-1/+1
|
/
[next]