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.7final
v3.6.7
Ned Deily
2018-10-20
6
-11/+27
*
bpo-34576: Revert doc change until it can be properly fixed (GH-9720)
Ned Deily
2018-10-20
1
-8/+0
*
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
Miss Islington (bot)
2018-10-20
1
-0/+3
*
3.6.7rc2
v3.6.7rc2
Ned Deily
2018-10-13
18
-29/+144
*
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
Ned Deily
2018-10-13
2
-3/+6
*
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Miss Islington (bot)
2018-10-11
3
-1/+21
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Miss Islington (bot)
2018-10-11
1
-2/+4
*
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...
Serhiy Storchaka
2018-10-11
11
-267/+219
*
bpo-34576 warn users on security for http.server (GH-9720)
Miss Islington (bot)
2018-10-11
1
-0/+8
*
[3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-...
twisteroid ambassador
2018-10-10
3
-4/+71
*
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
21
-38/+38
*
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
Miss Islington (bot)
2018-10-09
1
-6/+93
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Miss Islington (bot)
2018-10-09
2
-1/+33
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
Miss Islington (bot)
2018-10-08
3
-1/+42
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Miss Islington (bot)
2018-10-06
2
-2/+5
*
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...
Miss Islington (bot)
2018-10-06
3
-4/+24
*
bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-...
Miss Islington (bot)
2018-10-05
1
-1/+1
*
Fix a compiler warning added in bpo-34872. (GH-9722). (GH-9726) (GH-9728)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) (GH-9727)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719)
Miss Islington (bot)
2018-10-05
2
-2/+2
*
Fix a typo ssl.py docstring (GH-9697) (#9710)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (GH-9702)
Miss Islington (bot)
2018-10-04
2
-1/+3
*
[3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...
Elvis Pranskevichus
2018-10-03
3
-3/+45
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Miss Islington (bot)
2018-10-03
2
-1/+3
*
Make it clear that the msg argument to assertWarns/assertWarnsRegex/assertRai...
Miss Islington (bot)
2018-10-03
1
-3/+3
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...
Miss Islington (bot)
2018-10-02
3
-24/+57
*
Make it clear that the msg argument to assertRaises is keyword-only. (GH-9670)
Miss Islington (bot)
2018-10-02
1
-1/+1
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Miss Islington (bot)
2018-10-02
2
-8/+12
*
bpo-31865: Fix a couple of typos in the html.unescape() docs. (GH-9664)
Miss Islington (bot)
2018-10-02
1
-1/+1
*
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
Miss Islington (bot)
2018-09-30
1
-2/+2
*
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
Miss Islington (bot)
2018-09-29
2
-9/+10
*
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
Miss Islington (bot)
2018-09-29
1
-1/+1
*
bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPAC...
Miss Islington (bot)
2018-09-28
1
-1/+1
*
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
Miss Islington (bot)
2018-09-27
1
-2/+3
*
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (G...
Miss Islington (bot)
2018-09-27
2
-4/+5
*
Post release bump
Ned Deily
2018-09-27
2
-3/+3
*
Merge tag 'v3.6.7rc1' into 3.6
Ned Deily
2018-09-26
116
-284/+1193
|
\
|
*
3.6.7rc1
v3.6.7rc1
Ned Deily
2018-09-26
116
-284/+1190
|
*
bpo-34370: Update Tk 8.6 used with macOS installers
Ned Deily
2018-09-26
2
-3/+6
*
|
bpo-28655: Fix test_import.test_missing_source_legacy() (GH-9589)
Victor Stinner
2018-09-26
1
-2/+5
*
|
Clarify that Type[SomeTypeVar] is legal (GH-9585)
Miss Islington (bot)
2018-09-26
1
-3/+6
*
|
Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9587)
Victor Stinner
2018-09-26
1
-2/+0
*
|
[3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...
Miss Islington (bot)
2018-09-26
5
-1/+62
|
/
*
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
Miss Islington (bot)
2018-09-25
1
-0/+7
*
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (GH-9567)
Miss Islington (bot)
2018-09-25
1
-2/+11
*
bpo-33937: Catch ENOMEM error in test_socket (GH-9557)
Miss Islington (bot)
2018-09-25
1
-2/+13
*
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Miss Islington (bot)
2018-09-25
11
-29/+974
*
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
Miss Islington (bot)
2018-09-25
2
-0/+6
*
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
Miss Islington (bot)
2018-09-25
1
-2/+15
*
[3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528)
Steve Dower
2018-09-24
18
-508/+503
[next]