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-33830: Fix an example in http.client docs for 404. (GH-7780)
Miss Islington (bot)
2018-12-21
1
-0/+1
*
|
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620)
Miss Islington (bot)
2018-12-20
2
-0/+4
*
|
[3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977)
Myles Borins
2018-12-20
2
-0/+2
*
|
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...
Miss Islington (bot)
2018-12-20
3
-10/+29
*
|
Fix mock_open docstring to use readline (GH-11266)
Miss Islington (bot)
2018-12-20
1
-1/+1
*
|
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)
Victor Stinner
2018-12-20
8
-18/+38
*
|
bpo-35521: Add more cross-refs to IDLE docs (GH-11257)
Miss Islington (bot)
2018-12-20
2
-28/+37
*
|
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Miss Islington (bot)
2018-12-20
1
-5/+8
*
|
bpo-5438: Update memory requirements and optimize test_bigmem.py. (GH-11123)
Miss Islington (bot)
2018-12-20
1
-68/+69
*
|
bpo-18085: Update refcounts.dat. (GH-11247)
Miss Islington (bot)
2018-12-20
2
-333/+1207
*
|
[3.7] bpo-34162: Update idlelib/NEWS.txt to 2018-12-20 (GH-11255) (#11256)
Terry Jan Reedy
2018-12-20
1
-2/+10
*
|
bpo-35521: IDLE: Add code context section to docs (GH-11205)
Miss Islington (bot)
2018-12-20
3
-17/+65
*
|
bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243)
Miss Islington (bot)
2018-12-19
1
-44/+231
*
|
Fix documented signatures for C API functions. (GH-11236)
Miss Islington (bot)
2018-12-19
2
-5/+5
*
|
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
Miss Islington (bot)
2018-12-19
2
-0/+4
*
|
bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192)
Julien Palard
2018-12-19
1
-2/+2
*
|
bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196)
Miss Islington (bot)
2018-12-19
1
-3/+2
*
|
[3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...
Serhiy Storchaka
2018-12-19
44
-242/+240
*
|
bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) (GH-11227)
Miss Islington (bot)
2018-12-18
2
-18/+26
*
|
bpo-31731: Fix test_io.check_interrupted_write() (GH-11225)
Miss Islington (bot)
2018-12-18
2
-3/+13
*
|
bpo-35465: Document _UnixSelectorEventLoop.add_signal_handler. (GH-11145) (GH...
Miss Islington (bot)
2018-12-18
1
-0/+8
*
|
bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170)
Miss Islington (bot)
2018-12-18
3
-0/+29
*
|
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Miss Islington (bot)
2018-12-18
7
-4/+35
*
|
bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931)
Miss Islington (bot)
2018-12-18
3
-11/+35
*
|
bpo-35519: Rename test.bisect to test.bisect_cmd (GH-11200)
Miss Islington (bot)
2018-12-17
3
-1/+4
*
|
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
Miss Islington (bot)
2018-12-17
1
-0/+28
*
|
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Miss Islington (bot)
2018-12-17
15
-4/+81
*
|
bpo-23451: Update time.monotonic() documentation (GH-11190)
Miss Islington (bot)
2018-12-17
1
-9/+1
*
|
bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)
Miss Islington (bot)
2018-12-17
6
-15/+19
*
|
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Miss Islington (bot)
2018-12-17
14
-66/+68
*
|
bpo-35412: Add testcase to test_future4 (GH-11131) (GH-11183)
Miss Islington (bot)
2018-12-17
2
-1/+7
*
|
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179)
Miss Islington (bot)
2018-12-16
2
-2/+5
*
|
bpo-35450: reflect in docs that venv module is not always creating a copy of ...
Miss Islington (bot)
2018-12-14
1
-3/+4
*
|
bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)
Miss Islington (bot)
2018-12-14
3
-4/+5
*
|
bpo-34279: regrtest consider that skipped tests are ran (GH-11132)
Miss Islington (bot)
2018-12-14
3
-1/+18
*
|
Fixed missing colun in library/sys.po (GH-11153)
Miss Islington (bot)
2018-12-14
1
-1/+1
*
|
[3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....
Serhiy Storchaka
2018-12-14
9
-98/+110
*
|
[3.7] bpo-31446: Copy command line that should be passed to CreateProcessW()....
Serhiy Storchaka
2018-12-14
3
-8/+28
*
|
Add test for double patching instance methods (GH11126)
Miss Islington (bot)
2018-12-12
2
-0/+16
*
|
bpo-17185: Add __signature__ to mock that can be used by inspect for signatur...
Miss Islington (bot)
2018-12-12
3
-2/+36
*
|
Post release bump
Ned Deily
2018-12-12
2
-3/+3
|
/
*
3.7.2rc1
v3.7.2rc1
Ned Deily
2018-12-11
103
-382/+1168
*
Minor edits to NEWS entries
Ned Deily
2018-12-11
1
-1/+3
*
Update macOS installer Welcome for 3.7.2
Ned Deily
2018-12-11
1
-12/+17
*
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.7] 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...
Serhiy Storchaka
2018-12-11
7
-30/+29
*
bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)
Miss Islington (bot)
2018-12-11
9
-23/+44
[prev]
[next]