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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.6.8final
v3.6.8
Ned Deily
2018-12-23
5
-8/+38
*
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-106...
Miss Islington (bot)
2018-12-20
1
-0/+2
*
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...
Victor Stinner
2018-12-20
1
-0/+2
*
[3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)
Myles Borins
2018-12-20
1
-0/+1
*
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267)
Victor Stinner
2018-12-20
1
-0/+3
*
3.6.8rc1
v3.6.8rc1
Ned Deily
2018-12-11
86
-198/+879
*
Minor edits to NEWS entries
Ned Deily
2018-12-11
1
-1/+3
*
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-110...
Miss Islington (bot)
2018-12-11
1
-0/+2
*
[3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private...
Ned Deily
2018-12-11
1
-0/+2
*
bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)
Miss Islington (bot)
2018-12-11
1
-0/+1
*
[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)
Ned Deily
2018-12-11
1
-0/+1
*
bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)
Steve Dower
2018-12-11
1
-0/+1
*
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
Victor Stinner
2018-12-10
1
-0/+1
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)
Victor Stinner
2018-12-10
1
-0/+2
*
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
Miss Islington (bot)
2018-12-09
1
-0/+2
*
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
stratakis
2018-12-09
1
-0/+1
*
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
Miss Islington (bot)
2018-12-09
1
-0/+2
*
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)
Miss Islington (bot)
2018-12-08
1
-0/+4
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Serhiy Storchaka
2018-12-07
1
-0/+2
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Miss Islington (bot)
2018-12-07
1
-0/+3
*
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-1...
Miss Islington (bot)
2018-12-07
1
-0/+2
*
[3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...
Victor Stinner
2018-12-06
1
-0/+3
*
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (G...
Miss Islington (bot)
2018-12-05
1
-0/+3
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Miss Islington (bot)
2018-12-05
1
-0/+7
*
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Miss Islington (bot)
2018-12-05
1
-0/+4
*
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)...
Miss Islington (bot)
2018-12-05
1
-0/+2
*
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...
Victor Stinner
2018-12-05
1
-0/+5
*
[3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-1...
Andrew Svetlov
2018-12-05
1
-0/+1
*
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_Ma...
Miss Islington (bot)
2018-12-04
1
-0/+4
*
bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)
Miss Islington (bot)
2018-12-03
1
-0/+3
*
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
Miss Islington (bot)
2018-12-03
1
-0/+2
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Miss Islington (bot)
2018-12-01
1
-0/+2
*
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
Miss Islington (bot)
2018-12-01
1
-0/+2
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
Victor Stinner
2018-11-30
1
-0/+1
*
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822)
Victor Stinner
2018-11-30
1
-0/+3
*
[3.7] bpo-34279: Synchronize regrtest with master (GH-10800)
Miss Islington (bot)
2018-11-29
1
-0/+3
*
[3.6] bpo-31625: Stop using ranlib (GH-10417)
stratakis
2018-11-29
1
-0/+1
*
bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)
Miss Islington (bot)
2018-11-29
1
-0/+2
*
bpo-35317: Fix mktime() error in test_email (GH-10721)
Miss Islington (bot)
2018-11-27
1
-0/+3
*
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH...
Victor Stinner
2018-11-26
1
-0/+3
*
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)...
Victor Stinner
2018-11-23
1
-0/+4
*
[3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685)
Victor Stinner
2018-11-23
1
-0/+2
*
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
Miss Islington (bot)
2018-11-23
1
-0/+2
*
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
Miss Islington (bot)
2018-11-21
1
-0/+1
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (...
Victor Stinner
2018-11-20
1
-0/+3
*
Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
Miss Islington (bot)
2018-11-19
1
-0/+1
*
bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)
Miss Islington (bot)
2018-11-15
1
-0/+1
*
[3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)
Julien Palard
2018-11-14
1
-0/+2
*
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
Miss Islington (bot)
2018-11-13
1
-0/+3
*
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
Gregory P. Smith
2018-11-13
1
-0/+4
[next]