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-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
2017-12-14
1
-23/+22
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-11/+11
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-149/+35
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-35/+149
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-18/+3
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
1
-118/+1
*
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
2017-12-01
1
-6/+13
*
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner
2017-12-01
1
-27/+38
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-61/+54
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
1
-113/+205
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
1
-33/+28
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
1
-23/+26
*
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
Berker Peksag
2017-11-24
1
-0/+2
*
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
Berker Peksag
2017-11-24
1
-0/+6
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
1
-208/+385
*
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
Berker Peksag
2017-11-23
1
-1/+5
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
1
-3/+3
*
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner
2017-11-23
1
-5/+5
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
1
-8/+19
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
bpo-20486: Implement Database.Close() method in msilib (GH-4141)
Berker Peksag
2017-11-07
1
-8/+13
*
Fix a memory leak in _msi.c (#4127)
Zackery Spytz
2017-11-07
1
-0/+1
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
3
-6/+6
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-1/+0
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-0/+7
*
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
Stefan Grönke
2017-09-25
3
-7/+7
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
2
-4/+4
*
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Eric Snow
2017-09-12
1
-16/+15
*
Fixes reference leak (#3457)
Steve Dower
2017-09-08
1
-1/+9
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-12/+14
*
bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler (#1632)
Steve Dower
2017-09-07
8
-1/+1089
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-2/+0
*
bpo-31358: Pull zlib out of the repository (GH-3375)
Zachary Ware
2017-09-07
1
-0/+4
*
Remove all mention of Windows IA-64 support (GH-3389)
Zachary Ware
2017-09-06
2
-14/+1
*
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
[next]