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-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner
2017-12-13
1
-119/+17
*
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner
2017-12-13
1
-7/+24
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
1
-2/+4
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-3/+3
*
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
2017-12-06
1
-2/+1
*
bpo-32101: Add PYTHONDEVMODE environment variable (#4624)
Victor Stinner
2017-11-30
1
-1/+4
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-50/+87
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
1
-6/+5
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-0/+80
*
bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)
Eric Snow
2017-09-15
1
-4/+2
*
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow
2017-09-14
1
-3/+4
*
bpo-30860: Fix a refleak. (#3567)
Eric Snow
2017-09-14
1
-23/+18
*
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow
2017-09-14
1
-20/+27
*
bpo-30860: Fix a refleak. (#3506)
Eric Snow
2017-09-12
1
-23/+18
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-24/+36
*
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan
2017-09-08
1
-4/+5
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-7/+0
*
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow
2017-09-06
1
-35/+24
*
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow
2017-09-06
1
-24/+35
*
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow
2017-09-04
1
-4/+2
*
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki
2017-06-29
1
-1/+1
*
bpo-29585: optimize site.py startup time (GH-136)
INADA Naoki
2017-06-28
1
-0/+1
*
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
[prev]
[next]