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
*
3.6.8final
v3.6.8
Ned Deily
2018-12-23
8
-14/+44
*
bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) (GH-11299)
Miss Islington (bot)
2018-12-23
1
-1/+1
*
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-106...
Miss Islington (bot)
2018-12-20
2
-0/+4
*
Fix documented signatures for C API functions. (GH-11236) (GH-11240)
Miss Islington (bot)
2018-12-20
2
-5/+5
*
bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH...
Miss Islington (bot)
2018-12-20
7
-4/+35
*
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)
Miss Islington (bot)
2018-12-20
1
-0/+28
*
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...
Victor Stinner
2018-12-20
8
-18/+37
*
[3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)
Myles Borins
2018-12-20
2
-0/+2
*
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267)
Victor Stinner
2018-12-20
2
-2/+5
*
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...
Steve Dower
2018-12-20
3
-7/+29
*
bpo-35450: reflect in docs that venv module is not always creating a copy of ...
Miss Islington (bot)
2018-12-14
1
-3/+4
*
Post release bump
Ned Deily
2018-12-12
2
-3/+3
*
3.6.8rc1
v3.6.8rc1
Ned Deily
2018-12-11
90
-320/+980
*
Minor edits to NEWS entries
Ned Deily
2018-12-11
1
-1/+3
*
Update macOS installer Welcome for 3.6.8
Ned Deily
2018-12-11
1
-1/+6
*
macOS installer build: mitigate hdiutil resource busy bug
Ned Deily
2018-12-11
1
-6/+17
*
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver...
Miss Islington (bot)
2018-12-11
2
-0/+7
*
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
Miss Islington (bot)
2018-12-11
1
-22/+18
*
[3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock ...
Miss Islington (bot)
2018-12-11
1
-11/+16
*
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...
Miss Islington (bot)
2018-12-11
7
-30/+29
*
[3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private...
Ned Deily
2018-12-11
4
-76/+80
*
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)...
Serhiy Storchaka
2018-12-11
9
-23/+41
*
bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)
Miss Islington (bot)
2018-12-11
3
-27/+10
*
[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)
Ned Deily
2018-12-11
2
-3/+4
*
bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)
Steve Dower
2018-12-11
4
-4/+4
*
Fix numbered lists in stdtypes.rst. (GH-10989)
Miss Islington (bot)
2018-12-10
1
-14/+10
*
[3.6] bpo-35433: Properly detect installed SDK versions (GH-11009)
Jeremy Kloth
2018-12-10
2
-7/+14
*
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
Miss Islington (bot)
2018-12-10
1
-1/+3
*
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
Miss Islington (bot)
2018-12-10
1
-0/+1
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
Victor Stinner
2018-12-10
3
-4/+27
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)
Victor Stinner
2018-12-10
3
-4/+57
*
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
Miss Islington (bot)
2018-12-09
3
-2/+4
*
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
stratakis
2018-12-09
4
-83/+235
*
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
Miss Islington (bot)
2018-12-09
2
-0/+5
*
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
Miss Islington (bot)
2018-12-09
2
-2/+2
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Miss Islington (bot)
2018-12-08
7
-30/+25
*
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)
Miss Islington (bot)
2018-12-08
3
-11/+136
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Serhiy Storchaka
2018-12-07
14
-29/+107
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Miss Islington (bot)
2018-12-07
5
-82/+328
*
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-1...
Miss Islington (bot)
2018-12-07
5
-9/+69
*
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
Miss Islington (bot)
2018-12-06
1
-1/+1
*
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)
Serhiy Storchaka
2018-12-06
3
-5/+11
*
bpo-35363: test_eintr uses print(flush=True) (GH-10990)
Miss Islington (bot)
2018-12-06
1
-2/+3
*
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
Miss Islington (bot)
2018-12-06
1
-0/+3
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Miss Islington (bot)
2018-12-06
2
-4/+23
*
[3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979)
Terry Jan Reedy
2018-12-06
1
-2/+40
*
bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH...
Miss Islington (bot)
2018-12-06
1
-1/+5
*
[3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...
Victor Stinner
2018-12-06
3
-57/+27
*
[3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)
Mariatta
2018-12-05
1
-1/+1
*
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
Miss Islington (bot)
2018-12-05
1
-1/+15
[next]