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
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904)
Segev Finer
2017-07-27
2
-5/+5
*
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer
2017-07-26
4
-49/+69
*
bpo-30946: Remove obsolete fallback code in readline module (#2738)
Antoine Pitrou
2017-07-18
1
-3/+0
*
bpo-30731: python.manifest fix (#2328)
Segev Finer
2017-07-13
1
-5/+5
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
4
-99/+31
*
bpo-29585: Fix sysconfig.get_config_var("PYTHONFRAMEWORK") (GH-2483)
INADA Naoki
2017-06-29
1
-1/+1
*
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer
2017-06-28
1
-0/+3
*
bpo-30362 : Add list options to launcher. (#1578)
Steve (Gadget) Barnes
2017-06-28
1
-43/+115
*
bpo-29585: Define PYTHONFRAMEWORK in PC/pyconfig.h (#2477)
Victor Stinner
2017-06-28
1
-49/+52
*
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
Serhiy Storchaka
2017-06-28
1
-1/+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-1/+5
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
2
-7/+8
*
bpo-27425: Be more explicit in .gitattributes (GH-840)
Zachary Ware
2017-06-10
1
-22/+22
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
2
-53/+53
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+1
*
bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc.
Steve (Gadget) Barnes
2017-05-12
1
-40/+70
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
2
-15/+15
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-26121: Use C library implementation for math functions erf() and erfc() o...
Serhiy Storchaka
2017-03-12
1
-0/+6
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
1
-2/+2
*
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-1/+1
|
\
|
*
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-1/+1
*
|
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower
2017-02-04
1
-4/+43
|
\
\
|
|
/
|
*
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower
2017-02-04
1
-4/+43
|
|
\
|
|
*
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower
2017-02-04
1
-12/+46
*
|
|
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka
2017-01-25
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-0/+2
*
|
|
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-24/+12
*
|
|
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
4
-55/+123
*
|
|
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
3
-10/+10
*
|
|
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+13
|
\
\
\
|
|
/
/
|
*
|
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+13
|
|
\
\
|
|
|
/
|
|
*
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+13
*
|
|
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+64
|
\
\
\
|
|
/
/
|
*
|
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+64
|
|
\
\
|
|
|
/
|
|
*
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka
2016-12-27
1
-0/+59
*
|
|
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka
2016-12-27
1
-5/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka
2016-12-27
1
-5/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka
2016-12-27
1
-5/+3
*
|
|
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka
2016-12-23
1
-25/+24
|
\
\
\
|
|
/
/
|
*
|
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka
2016-12-23
1
-25/+24
|
|
\
\
|
|
|
/
|
|
*
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka
2016-12-23
1
-25/+24
*
|
|
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
Steve Dower
2016-12-17
1
-7/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
Steve Dower
2016-12-17
1
-7/+6
*
|
|
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov
2016-12-14
1
-0/+1
*
|
|
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...
Steve Dower
2016-12-13
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...
Steve Dower
2016-12-13
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...
Steve Dower
2016-12-13
1
-1/+1
*
|
|
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
Steve Dower
2016-10-27
1
-4/+15
|
\
\
\
|
|
/
/
[next]