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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
3.6.7final
v3.6.7
Ned Deily
2018-10-20
1
-3/+2
*
3.6.7rc2
v3.6.7rc2
Ned Deily
2018-10-13
1
-2/+3
*
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Miss Islington (bot)
2018-10-11
1
-0/+14
*
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-...
Serhiy Storchaka
2018-10-11
2
-15/+20
*
[3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-...
twisteroid ambassador
2018-10-10
2
-4/+69
*
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-10
1
-3/+3
*
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
1
-1/+32
*
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (G...
Miss Islington (bot)
2018-10-06
2
-4/+23
*
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) (GH-9727)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
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
1
-1/+1
*
[3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (G...
Elvis Pranskevichus
2018-10-03
1
-0/+36
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...
Miss Islington (bot)
2018-10-02
2
-24/+56
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Miss Islington (bot)
2018-10-02
1
-0/+3
*
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
1
-4/+4
*
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
1
-4/+4
*
Merge tag 'v3.6.7rc1' into 3.6
Ned Deily
2018-09-26
1
-65/+72
|
\
|
*
3.6.7rc1
v3.6.7rc1
Ned Deily
2018-09-26
1
-65/+72
*
|
bpo-28655: Fix test_import.test_missing_source_legacy() (GH-9589)
Victor Stinner
2018-09-26
1
-2/+5
*
|
[3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...
Miss Islington (bot)
2018-09-26
3
-0/+58
|
/
*
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
Miss Islington (bot)
2018-09-25
1
-0/+7
*
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
10
-29/+971
*
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
1
-6/+17
*
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
Christian Heimes
2018-09-24
4
-3/+79
*
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
Miss Islington (bot)
2018-09-23
2
-9/+11
*
bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506)
Miss Islington (bot)
2018-09-23
2
-25/+32
*
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
Christian Heimes
2018-09-23
2
-0/+216
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398)
Miss Islington (bot)
2018-09-22
1
-2/+4
*
Fix pickletools doc for NEWFALSE. (GH-9432)
Miss Islington (bot)
2018-09-22
1
-6/+2
*
Fixes tests requiring extra environment values on Windows (GH-9463)
Steve Dower
2018-09-20
6
-89/+117
*
bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)
Miss Islington (bot)
2018-09-20
1
-0/+3
*
[3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)
Christian Heimes
2018-09-20
17
-576/+787
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Miss Islington (bot)
2018-09-18
8
-30/+298
*
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
Miss Islington (bot)
2018-09-17
1
-27/+0
*
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Miss Islington (bot)
2018-09-17
2
-0/+36
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Miss Islington (bot)
2018-09-17
2
-1/+27
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Miss Islington (bot)
2018-09-16
1
-0/+18
*
Change the xkcd link in comment over https. (GH-9294)
Miss Islington (bot)
2018-09-14
1
-1/+1
*
bpo-31132: Remove prlimit permission test. (GH-9280)
Miss Islington (bot)
2018-09-13
1
-3/+0
*
bpo-34661: Fix test skipping call. (GH-9266)
Miss Islington (bot)
2018-09-13
1
-1/+1
*
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
Miss Islington (bot)
2018-09-13
1
-0/+2
*
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
Miss Islington (bot)
2018-09-13
1
-8/+9
*
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
Miss Islington (bot)
2018-09-13
1
-3/+3
*
[3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before dec...
Benjamin Peterson
2018-09-12
1
-1/+13
[next]