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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
AraHaan
2019-03-23
2
-1/+5
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
4
-5/+43
*
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
Cheryl Sabella
2019-03-23
3
-45/+109
*
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner
2019-03-23
4
-0/+36
*
bpo-36405: Use dict unpacking in idlelib (#12507)
Terry Jan Reedy
2019-03-23
4
-12/+9
*
bpo-33319: Clarify subprocess call docs. (GH-12508)
Gregory P. Smith
2019-03-23
1
-12/+13
*
Fix typo in doc for pprint.pp (GH-12500)
Xavier GUIHOT
2019-03-23
1
-1/+1
*
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
Terry Jan Reedy
2019-03-22
7
-58/+41
*
bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (...
Brett Cannon
2019-03-22
3
-4/+29
*
bpo-35155: clarify protocol handler method naming (GH-10313)
Denton Liu
2019-03-22
1
-19/+39
*
bpo-30670: Add pp function to the pprint module (GH-11769)
Rémi Lapeyre
2019-03-22
5
-35/+84
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
3
-13/+13
*
bpo-21269: Provide args and kwargs attributes on mock call objects GH11807
Kumar Akshay
2019-03-22
5
-11/+51
*
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
Pablo Galindo
2019-03-22
1
-1/+1
*
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
Zackery Spytz
2019-03-22
1
-2/+5
*
bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)
Zackery Spytz
2019-03-22
2
-1/+2
*
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo
2019-03-21
3
-5/+23
*
Fix registry key for Windows SDK detection (GH-12445)
Isuru Fernando
2019-03-21
1
-1/+1
*
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Steve Dower
2019-03-21
2
-12/+22
*
bpo-36245: Avoid problems when building in a directory containing spaces. (GH...
Jess
2019-03-21
1
-3/+3
*
Fix table formatting in itertools doc (GH-12228)
Benedikt Werner
2019-03-21
1
-4/+9
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
5
-10/+30
*
bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478)
Emmanuel Arias
2019-03-21
1
-2/+2
*
bpo-36324: NormalDist() add more tests and update comments (GH-12476)
Raymond Hettinger
2019-03-20
1
-24/+44
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
3
-4/+146
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Serhiy Storchaka
2019-03-20
3
-5/+27
*
bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
Inada Naoki
2019-03-20
1
-5/+3
*
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
Inada Naoki
2019-03-20
1
-0/+6
*
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki
2019-03-20
1
-1/+2
*
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464)
Inada Naoki
2019-03-20
1
-9/+27
*
bpo-36374: Fix a possible null pointer dereference (GH-12449)
Zackery Spytz
2019-03-20
2
-1/+3
*
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
Victor Stinner
2019-03-20
3
-47/+99
*
bpo-23984: Improve descriptor documentation (GH-1034)
Shubham Aggarwal
2019-03-20
1
-2/+2
*
bpo-36356: Fix _PyCoreConfig_Read() (GH-12454)
Victor Stinner
2019-03-20
1
-23/+32
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
6
-25/+75
*
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (G...
Stéphane Wirtel
2019-03-19
1
-2/+3
*
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)
Victor Stinner
2019-03-19
2
-58/+69
*
bpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
Victor Stinner
2019-03-19
1
-3/+4
*
bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational appro...
Raymond Hettinger
2019-03-19
1
-46/+48
*
NormalDist.inv_cdf(): In-line constants because the variable names were not i...
Raymond Hettinger
2019-03-19
1
-59/+46
*
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441)
Victor Stinner
2019-03-19
1
-55/+63
*
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442)
Pablo Galindo
2019-03-19
1
-2/+8
*
bpo-36236: Handle removed cwd at Python init (GH-12424)
Victor Stinner
2019-03-19
5
-28/+51
*
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
Victor Stinner
2019-03-19
2
-0/+3
*
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
Victor Stinner
2019-03-19
3
-29/+42
*
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)
Victor Stinner
2019-03-19
1
-2/+11
*
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
Inada Naoki
2019-03-19
9
-0/+9
*
bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400)
Stéphane Wirtel
2019-03-19
2
-0/+6
*
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
btharper
2019-03-19
2
-0/+2
*
Add docstrings to the arithmetic methods in NormalDist() (GH-12426)
Raymond Hettinger
2019-03-19
1
-14/+44
[next]