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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-32030: Add _PyImport_Fini2() (#4737)
Victor Stinner
2017-12-06
1
-6/+11
*
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
2017-12-06
3
-9/+7
*
bpo-32030: pass interp to _PyImport_Init() (#4736)
Victor Stinner
2017-12-06
1
-1/+1
*
Bump to 3.7.0a3+
Ned Deily
2017-12-06
1
-1/+1
*
Merge tag 'v3.7.0a3'
Ned Deily
2017-12-06
1
-2/+2
|
\
|
*
Bump to 3.7.0a3
v3.7.0a3
Ned Deily
2017-12-05
1
-2/+2
*
|
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
Victor Stinner
2017-12-05
2
-35/+7
|
/
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
3
-4/+31
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
3
-31/+4
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
2
-2/+26
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
2
-1/+4
*
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
2017-12-01
1
-1/+1
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-0/+16
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-1/+9
*
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka
2017-11-28
15
-148/+148
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
1
-2/+3
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
1
-0/+2
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
3
-11/+17
*
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Victor Stinner
2017-11-24
1
-1/+0
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
3
-493/+0
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
1
-16/+22
*
bpo-29040: Support building Android with Unified Headers (GH-4492)
xdegaye
2017-11-23
1
-1/+3
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
3
-2/+13
*
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner
2017-11-23
2
-4/+4
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
2
-2/+10
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-21
2
-9/+12
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-1/+3
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
3
-2/+14
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
5
-11/+52
*
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka
2017-11-13
1
-9/+7
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
1
-0/+1
*
Correct the location of a function mentioned in a comment (GH-4327)
Ned Batchelder
2017-11-09
1
-1/+1
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-3/+3
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
2
-12/+12
*
bpo-31890: define METH_STACKLESS (#4159)
Anselm Kruis
2017-11-02
1
-0/+9
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
1
-1/+19
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-0/+19
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (#4164)
Masayuki Yamamoto
2017-11-01
1
-7/+12
*
bpo-31891: Fix building the curses module on NetBSD. (#4165)
Serhiy Storchaka
2017-10-31
1
-10/+6
*
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy...
Erik Bray
2017-10-27
1
-0/+6
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
2
-4/+4
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-2/+0
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-26
3
-10/+9
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
2
-7/+17
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
4
-12/+27
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
1
-1/+12
*
post 3.7.0a2 development
Ned Deily
2017-10-17
1
-1/+1
*
Bump to 3.7.0a2
v3.7.0a2
Ned Deily
2017-10-17
1
-2/+2
*
bpo-31558: Add gc.freeze() (#3705)
brainfvck
2017-10-16
1
-0/+2
*
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
1
-3/+3
[prev]
[next]