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.7.0 final
v3.7.0
Ned Deily
2018-06-27
50
-2570/+9663
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Miss Islington (bot)
2018-06-27
1
-0/+2
*
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
Miss Islington (bot)
2018-06-26
1
-0/+1
*
3.7.0rc1
v3.7.0rc1
Ned Deily
2018-06-12
29
-54/+275
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)
Miss Islington (bot)
2018-06-11
1
-0/+2
*
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
Miss Islington (bot)
2018-06-11
1
-0/+1
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Miss Islington (bot)
2018-06-11
1
-0/+4
*
pypi.python.org -> pypi.org (GH-7613) (GH-7614)
Miss Islington (bot)
2018-06-11
1
-1/+1
*
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...
Miss Islington (bot)
2018-06-11
2
-0/+2
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)
Miss Islington (bot)
2018-06-10
1
-0/+2
*
bpo-33770: improve base64 exception message for encoded inputs of invalid len...
Miss Islington (bot)
2018-06-10
1
-0/+1
*
Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582)
Miss Islington (bot)
2018-06-10
5
-7/+7
*
bpo-32493: Correct test for uuid_enc_be availability in configure.ac. (GH-7511)
Michael Felt
2018-06-09
1
-0/+2
*
bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
Miss Islington (bot)
2018-06-09
1
-0/+2
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Miss Islington (bot)
2018-06-08
1
-0/+1
*
bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)
Miss Islington (bot)
2018-06-08
1
-0/+2
*
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
Miss Islington (bot)
2018-06-08
1
-0/+2
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Miss Islington (bot)
2018-06-08
1
-0/+1
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Miss Islington (bot)
2018-06-08
1
-0/+2
*
bpo-33803: Fix a crash in hamt.c (GH-7504) (GH-7505)
Miss Islington (bot)
2018-06-08
1
-0/+2
*
bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)
Miss Islington (bot)
2018-06-07
2
-21/+5
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498) (GH-7499)
Miss Islington (bot)
2018-06-07
1
-0/+2
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
Miss Islington (bot)
2018-06-07
1
-0/+1
*
bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)
Miss Islington (bot)
2018-06-06
1
-0/+3
*
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) ...
Miss Islington (bot)
2018-06-05
1
-0/+2
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Miss Islington (bot)
2018-06-05
1
-0/+3
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Miss Islington (bot)
2018-06-04
1
-0/+1
*
bpo-31849: Fix warning in pyhash.c (GH-6799)
Miss Islington (bot)
2018-06-04
1
-0/+1
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Miss Islington (bot)
2018-06-04
1
-0/+1
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (GH-7321) (GH-7396)
Miss Islington (bot)
2018-06-04
1
-0/+1
*
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Miss Islington (bot)
2018-06-04
1
-0/+5
*
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Miss Islington (bot)
2018-06-02
1
-0/+12
*
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Miss Islington (bot)
2018-06-01
1
-0/+9
*
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...
Miss Islington (bot)
2018-06-01
1
-0/+2
*
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Miss Islington (bot)
2018-05-31
1
-0/+2
*
Fix "ditribution" typo in NEWS entry. (GH-7275)
Ned Deily
2018-05-31
1
-1/+1
*
3.7.0b5
v3.7.0b5
Ned Deily
2018-05-30
61
-114/+592
*
[3.7] bpo-23859: Document that asyncio.wait() does not cancel its futures (GH...
Miss Islington (bot)
2018-05-30
1
-0/+1
*
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (GH-...
Yury Selivanov
2018-05-30
1
-3/+0
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Miss Islington (bot)
2018-05-29
1
-0/+2
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Miss Islington (bot)
2018-05-29
1
-0/+1
*
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
Miss Islington (bot)
2018-05-29
1
-0/+3
*
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (G...
Miss Islington (bot)
2018-05-29
1
-0/+2
*
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH...
Miss Islington (bot)
2018-05-29
1
-0/+1
*
bpo-32911: Revert bpo-29463. (GH-7121)
Serhiy Storchaka
2018-05-29
2
-1/+6
*
bpo-33674: Pause the transport as early as possible (GH-7192)
Miss Islington (bot)
2018-05-29
1
-0/+2
*
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (#7187)
Miss Islington (bot)
2018-05-29
1
-0/+4
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) (#7182)
Miss Islington (bot)
2018-05-29
1
-0/+1
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Miss Islington (bot)
2018-05-29
1
-0/+1
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Miss Islington (bot)
2018-05-28
1
-0/+1
[next]