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.7.1final
v3.7.1
Ned Deily
2018-10-20
1
-3/+2
*
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-983...
Miss Islington (bot)
2018-10-20
1
-2/+6
*
3.7.1rc2
v3.7.1rc2
Ned Deily
2018-10-13
1
-2/+3
*
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-98...
Miss Islington (bot)
2018-10-13
1
-0/+4
*
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
Miss Islington (bot)
2018-10-12
2
-1/+15
*
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. ...
Miss Islington (bot)
2018-10-12
1
-0/+1
*
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods...
Serhiy Storchaka
2018-10-11
1
-0/+14
*
[3.7] 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-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
Miss Islington (bot)
2018-10-09
2
-4/+69
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Miss Islington (bot)
2018-10-09
1
-1/+32
*
bpo-6721: Hold logging locks across fork() (GH-4071) (#9291)
Miss Islington (bot)
2018-10-07
2
-0/+117
*
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)
Miss Islington (bot)
2018-10-07
2
-2/+18
*
bpo-34909: keep searching mixins until base class is found (GH-9737) (GH-9738)
Miss Islington (bot)
2018-10-06
2
-3/+22
*
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725)
Serhiy Storchaka
2018-10-05
1
-1/+1
*
bpo-34906: Doc: Fix typos (GH-9712)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
Fix a typo ssl.py docstring (GH-9697) (GH-9709)
Miss Islington (bot)
2018-10-05
1
-1/+1
*
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (#9701)
Miss Islington (bot)
2018-10-04
1
-1/+1
*
[3.7] 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-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Miss Islington (bot)
2018-09-30
1
-1/+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
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Miss Islington (bot)
2018-09-28
1
-1/+5
*
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.7.1rc1' into 3.7
Ned Deily
2018-09-27
1
-121/+135
|
\
|
*
3.7.1rc1
v3.7.1rc1
Ned Deily
2018-09-26
1
-121/+135
*
|
Fix pickletools doc for NEWFALSE. (GH-9432)
Miss Islington (bot)
2018-09-26
1
-6/+2
*
|
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
Miss Islington (bot)
2018-09-26
3
-0/+56
|
/
*
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
*
bpo-34783: Add test_cmd_line_script.test_nonexisting_script() (GH-9535)
Miss Islington (bot)
2018-09-24
1
-0/+19
*
bpo-34582: Update syntax of Azure Pipelines builds (GH-9521)
Miss Islington (bot)
2018-09-24
1
-6/+17
*
[3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)
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)
Serhiy Storchaka
2018-09-23
2
-25/+32
*
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
Christian Heimes
2018-09-23
2
-1/+201
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)
Miss Islington (bot)
2018-09-22
1
-2/+4
*
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums ...
Ethan Furman
2018-09-22
2
-31/+218
*
bpo-34759: Fix error handling in ssl 'unwrap()' (GH-9468)
Miss Islington (bot)
2018-09-22
1
-0/+41
*
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
Miss Islington (bot)
2018-09-22
1
-1/+14
*
Fixes tests requiring extra environment values on Windows (GH-9462)
Steve Dower
2018-09-20
6
-91/+120
*
bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)
Miss Islington (bot)
2018-09-20
1
-0/+3
*
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...
Victor Stinner
2018-09-19
5
-59/+19
*
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Miss Islington (bot)
2018-09-18
8
-30/+298
[next]